﻿html,
body, #form1 {
    height: 100%;
    overflow-x: hidden;
}

#wrap {
    min-height: 100%; /*calc(100% - 52px)*/
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
    background: #f8f8f8;
    font-family: Lato, Arial, Helvetica, sans-serif;
}
header + #wrap {
    min-height: calc(100% - 52px);
}

h1, h2, h3 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #999;
}

h1 {font-size:28px; margin: 10px 0 0 0;}

.system-label {padding-bottom:3px;}

.div-ddl select {margin-right: 10px;}

.content {
    padding: 15px;
}

img {
    max-width: 100%;
}

.btn, .btn:link {
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    text-shadow: 0 -1px 1px rgba(1,100,140,.25);
    margin-top: 5px;
    border-radius: 8px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.btn:active, .btn:focus {
    transform: translateY(1px);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.btn-primary {
    background: #03aeef; /* Old browsers */
    background: -moz-linear-gradient(top, #03aeef 0%, #0485db 99%, #0497e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #03aeef 0%,#0485db 99%,#0497e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #03aeef 0%,#0485db 99%,#0497e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03aeef', endColorstr='#0497e0',GradientType=0 ); /* IE6-9 */
    border-color: #03aeef;
}

.btn-primary:hover {
    border-color: #4883b5;
}

/****************************MAIN AREA*/
.navbar {
    background: #eee;
    margin-bottom:0;
}

.nav-logo {
    height: 50px;
    padding: 10px 0;
}

.main-container {
    margin-top: 35px;
}

.form-page h1 {
    font-size: 30px;
}

.icons {
    color: #e7e7e7;
    display: inline-block;
    margin-bottom: 10px;
}

.well-white {
    background: #fff;
}

.well-lg {
    padding: 10px 24px 24px 24px;
}

#logo-wrap {
    width: 280px;
    display: block;
    margin: auto;
    padding: 30px;
}

#qrCode {
    display: inline-block;
    padding: 15px;
    margin: 0 auto;
}

#form-wrap,
.form-wrap {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 6px;
    min-height: 200px;
    padding: 20px;
    max-width: 400px;
    margin: auto;
    color: #999;
}

.form-wrap-wide {
    max-width: 800px;
}

#form-wrap input {
    height: 40px;
}

#form-wrap .radio-inline > input,
#ContentPlaceHolderBody_rblWhereToSend input[type=radio] {
    height: auto;
}

    #ContentPlaceHolderBody_rblWhereToSend input[type=radio] + label {
        padding: 0 10px;
    }

#form-wrap .btn {
    margin-top: 30px;
    padding: 10px;
}

#login-page #form-wrap .btn {
    margin-top: 40px;
}

.form-page h1 {
    margin-top: 0;
}

#ContentPlaceHolderBody_trConfirmPwd .form-group {
    margin-bottom: 0;
}

.form-group > span {
    margin-bottom: 7px;
    display: inline-block;
}

    .form-group > span[style*="color:Red;visibility:hidden;"] {
        height: 0;
    }

.aspNetDisabled {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#ContentPlaceHolderBody_trGenerate2faLabel {
    border-left: 5px solid #eee;
    padding-left: 20px;
}

#ContentPlaceHolderBody_BulletedList1,
#ContentPlaceHolderBody_vsChangePassword ul {
    padding-left: 0;
    list-style: none;
}

    #ContentPlaceHolderBody_BulletedList1 li:not(:last-child) {
        margin-bottom: 15px;
    }

/**PopOver**/
.popover-title h4 {
    display: inline;
}

.popover-title span {
    float: right;
    font-size: 30px;
    line-height: 0;
    padding: 10px;
    cursor: pointer;
}

    .popover-title span:hover {
        color: #03aeef;
    }

/****************************MARKETING AREA*/
#marketing-section {
    /* Marco original
    padding: 100px 50px;
    background: url(../Images/blue-cloud-in-sky.jpg) bottom no-repeat #000;
    position: absolute;
    left: 50%;
    height: calc(100% - 80px);
    */
    /* TSW updated to fill DIV for high res monitors */
    background-image: url(../Images/blue-cloud-in-sky.jpg);
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    left: 50%;
    height: calc(100% - 80px);
}

#marketing-section > .content {
    padding-top: 11%;
    color: #fff;
}

#marketing-section h1 {font-size:36px;}

#marketing-section h1,
#marketing-section h2,
#marketing-section h3 {
    color: #fff;
}

dt {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding: 5px 0;
}

/****************************FOOTER AREA*/
#footer {
    height: 80px;
    width: 100%;
    color: #777;
    background: rgba(0, 0, 0, .15);
}

    #footer p.disclaimer {
        margin: 0;
        padding: 0;
        text-align: center;
    }

/****************************DASHBOARD AREA*/
.sync-btns-wrap > div.col-md-3,
.sync-btns-wrap > div.col-md-4 {
    margin-top: 3em;
}

.dash-btn, .dash-btn:link {
    padding: .25em;
    font-size: 1.1em;
    /*font-family: Oswald, sans-serif;*/
    margin-top: .5em;
}

.flex {
    display: block;
}

.flex-box {
    display: block;
    margin: 1em 0 3em 0;
}

/*added by Travis for drop down Div tags to display horizontally one line, go to ConcurExpense.aspx*/
.div-ddl {
    display: inline-block;
    text-align: center;
}

.settings-scheduler {
    margin: auto;
    width: 100%;
}

.settings-scheduler input[type="radio"],
.settings-scheduler input[type="checkbox"] {transform: translate(5px, 2px);}

/****************************UTILITY CLASSES*/
.bm-sm {
    margin-bottom: 1em;
}
.bm-md {
    margin-bottom: 3em;
}

.tm-sm {
    margin-top: 1em;
}
.tm-md {
    margin-top: 3em;
}

.bp-sm {
    padding-bottom: 1em;
}
.bp-md {
    padding-bottom: 3ems;
}

/****************************MEDIA QUERIES*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #login-section {
        padding-top: 2.5%;
    }

    .form-page #login-section {
        padding-top: 0;
    }

    #footer p.disclaimer {
        padding: 15px 0 0 0;
    }

    .flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .flex-box {
        width: 20%;
        margin: 0 1%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
