html, body { height: 100%; }
body {
    padding-top: 80px;
    padding-bottom: 140px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

h1, h2, h3 {
    font-weight: 300;
}

hr {
    border-top: 1px solid #ddd;
}

body > .container,
body > .container-fluid {
    min-height: 920px;
}

.text-big {
    min-height: 320px;
}

.help-block {
    color: #8a6d3b;
}

.navbar-brand {
    font-weight:700;
    padding: 0;
}

.ntm {
    margin-top: 5px;
}

.mb {
    margin-bottom: 20px;
}

.mt {
    margin-top: 20px;
}

.label-right {
    text-align: right;
    padding-top: 5px;
}

.form-static {
    display: inline-block;
    padding-top: 5px;
}

.alert, .form-control, .btn {
    border-radius: 2px;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.nav-vfl > li.active > a, .nav-vfl > li.active > a:hover, .nav-vfl > li.active > a:focus {
    border-bottom: 1px solid transparent !important;
}

.nav-vfl > li > a {
    color: #666;
    font-size: 12px !important;
    font-weight: bold;
}
.nav-vfl > li > a:hover, .nav-vfl > li > a:focus,
.nav-vfl .open > a, .nav-vfl .open > a:hover, .nav-vfl .open > a:focus{
    border-bottom: none !important;
    color: #222;
}

a.nav-resp-1 { padding-left: 0 !important; padding-right: 0 !important; }
a.nav-resp-2 { padding-right: 0 !important; }

.logo-mirror {
    padding-left: 40px;
}


#login-dropdown .dropdown-toggle {
    font-weight: 700;
}

.msg-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index:1000;
    top:0;
    left:0;
}
.msg-backdrop div.message {
    margin-top:120px;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.wrapper {
    padding-bottom: 80px;
}

.footer {
    /*position: fixed;
    bottom: 0;
    width: 100%;*/
    min-height: 60px;
    background-color: #333;
    border-top: 1px solid #ddd;
    z-index: 1030;
    color: #ddd;
}

.footer p {
    margin: 20px 0;
    font-size: 12px;
}

.footer p.link-bar {
    padding-top: 8px;
}
.footer p.link-bar small {
    display: inline-block;
    margin-top: 5px;
}

.footer a {
    color: #ddd;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.footer p.link-bar small a {
    text-transform: none;
}

.footer a:hover,
.footer a:active {
    color: #fff;
    text-decoration: none;
}

.footer p.logo-bar a {
    font-size: 30px;
    color: #ddd;
    padding: 10px 10px 0 0;
}

.footer p.logo-bar a:hover {
    text-decoration: none;
    color: #fff;
}

.footer p img {
    max-height: 50px;
    margin-right: 10px;
}

.dropdown-login{
    padding: 20px;
    padding-bottom: 5px;
    min-width: 250px;
}

.loginpage {
    background-color: #ddd;
}

.badge {
    background-color: #cc0000;
}

.provider {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 20px;
    padding-bottom: 0;
    min-height: 340px;
    cursor: pointer;
    border-radius: 3px;
}
.provider.active { border-color: #999; background: #eee; }

.provider label.required {
    font-weight: bold;
}

.provider img {
    max-height: 100px;
    min-height: 100px;
}

.token-panel {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 345px;
    border-radius: 2px;
    /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);*/
}
.token-panel div.row { min-height:75px; }
.token-panel h3 { margin-top: 10px; }

#tickets div.ticket{
    padding: 0 20px 20px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 20px;
}

#statement .details div.ticket { margin-top: 10px; background: #fff; border: 1px solid #ddd; border-radius: 2px; padding: 10px; }
#statement .details div.ticket h2 { font-size: 18px; }

#spinner1 {
    width: 16px;height: 16px;
    -webkit-animation: sweep 1s infinite linear;
    border-radius:50px;
    border-bottom:1px solid #dd0000;
    display: inline-block;
}
@-webkit-keyframes sweep { to { -webkit-transform: rotate(360deg); } }

/**/

@media(max-width:767px){
    .footer p.pull-right,
    .footer p.pull-left {
        float: none !important;
        display: block;
        clear:both;
    }
    .navbar-brand > img { max-width: 180px; padding-top: 5px; }
    .clear-sm { clear:both; }
}

@media(max-width:992px){
    .footer {
       position: relative;
    }

    .label-right {
        text-align: left;
    }

    .provider {
        margin-bottom: 20px;
    }

    .navbar-nav .open .usr-dropdown {
        position: absolute;
        float: none;
        width: auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0.15);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        right: 0;
        left: auto;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
    .nav > li > a:hover, .nav > li > a:focus {
        border-bottom: none !important;
    }

}
