/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}
/**/

.warning-Lbl {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #D7D7D7;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    color: #B94A48;
    text-align: center;
    margin: 20px;
    padding: 5px 10px;
}
.login-wrapper {
    padding: 40px;
    margin-top: 140px;
}
.login-container {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 325px;
    margin: auto;
}
.logo-login {
    width: 207px;
    height: 32px;
    margin: 40px auto 50px;
    background: url(images/login_logo.png) center center no-repeat;
}
.login-input-field, .login-input-field input, .btn-login {
    height: 36px;
}
.login-input-field {
    background: #eee url(images/lock.png) left center no-repeat;
    box-shadow: inset 0 0 0 1px #cacaca;
    -moz-box-shadow: inset 0 0 0 1px #cacaca;
    -webkit-box-shadow: inset 0 0 0 1px #cacaca;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*margin-bottom: 15px;*/
    overflow: hidden;
    padding-left: 33px;
    width: 120px
}
.login-input-field input {
    border: none;
    outline: none;
    padding-left: 40px;
    width: 100%;
    background: none;
    font-weight: bold;
    color: #787878;
    font-size: 14px;
}
.btn {
    min-width: 40px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: bold;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 #000;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 #000;
    --webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 #000;
}

.btn-login {
    width: 154px;
    height: 40px;
    text-align: center;
    background: #273e48;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px #111f25, inset 0 2px 0 #576970;
    -moz-box-shadow: inset 0 0 0 1px #111f25, inset 0 2px 0 #576970;
    -webkit-box-shadow: inset 0 0 0 1px #111f25, inset 0 2px 0 #576970;
    margin-left: 12px;
}
.mobile-logo-img {
    display: block;
    margin: 2px auto 30px;
    width: 200px;

}

body {
    font-family: arial;
    background: url(images/leather_bg.png);
    font-size: 90%;
}

.lg {
    display: inline;
}

.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
.cl{
    background-color: #d5ffbc;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    position: relative;
    top: 12px;
}

.loading {
    position: relative;
    top: 10px;
    right: 68px;
}


.init-shake{
    -webkit-animation:shake 0.7s ease-in-out;
    -moz-animation:shake 0.7s ease-in-out;
    animation:shake 0.7s ease-in-out;
    position:relative;
}

.pass{
    display: block;
    width:170px;
    margin:20px auto;
    padding:10px 25px 10px 10px;
    border-radius:3px;
    border:#CCC 1px solid;
    background: #eee ;
}
.school-picker{
    display: block;
    width:170px;
    margin:20px auto;
    padding:10px 0px 10px 10px;
    border-radius:3px;
    border:#CCC 1px solid;
    background: #eee ;
}
.login-form{
    position: relative;
}
.arrow{
    position: absolute;
    right:60px;
    top:0px;
    padding: 10px;
    display: block;
    z-index:999;
    color:#999;
    /*opacity:0;*/
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    cursor: pointer;
}

.init-shake{
    -webkit-animation:shake 0.7s ease-in-out;
    -moz-animation:shake 0.7s ease-in-out;
    animation:shake 0.7s ease-in-out;
}

@-webkit-keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}
@-moz-keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}
@keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}

.loading-s{
    background: url(loadinfologin.gif) no-repeat center center;
    width: 20px;
    height: 20px;
}

.login-wrapper .login-options {
    width: 380px;
    margin: 10px auto;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

.login-wrapper .login-options .gwt-DisclosurePanel a {
    text-decoration: none;
}

.login-wrapper .login-options .gwt-DisclosurePanel a.header * {
    color: white;
}

.login-wrapper .login-options > .gwt-DisclosurePanel .header {
    margin-bottom: 10px;
}

.login-wrapper .login-options > .gwt-DisclosurePanel .gwt-DisclosurePanel .header {
    margin-bottom: 5px;
}

.login-wrapper .login-options .gwt-DisclosurePanel .content {
    margin-bottom: 7px;
}

.login-wrapper .login-options .session-options {
    margin-left: 15px;
    font-weight: normal;
    font-size: 10px;
}

.login-wrapper .login-options .gwt-DisclosurePanel .session-duration .session-item {
    font-weight: normal;
    color: #ffd202;
}

.login-wrapper .login-options .learn-more {
    cursor: pointer !important;
}