@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-R.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-RI.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-M.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-MI.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-LI.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-B.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/Ubuntu-BI.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*@font-face {*/
    /*font-family: 'Glyphicons Halflings';*/
    /*src: url('fonts/glyphicons-halflings-regular.woff') format('woff') !important;*/
    /*src: url('fonts/glyphicons-halflings-regular.ttf') format('truetype') !important;*/
/*}*/

* {
    box-sizing: border-box;
}

html {
    min-width: 240px;
    /*background-image: url('images/header-img.jpg') !important;*/
    background-color: #162b75;
    background-size: 150% !important;
    background-position: 0px 400px;
    height: auto;
    position: relative;
    top: 0;
    font-size:18px;
}

@media (max-width: 1750px) {
    html {
        background-size: 175% !important;
        background-position: 0px 500px;
    }
}

@media (max-width: 1350px) {
    html {
        background-size: 200% !important;
        background-position: -600px 1500px;
    }
}

@media (max-width: 767px) {
    html {
        background-size: 300% !important;
    }
}

@media (max-width: 500px) {
    html {
        background-size: 400% !important;
    }
}

@media (max-width: 400px) {
    html {
        background-size: 500% !important;
    }
}

body {
    padding: 0 !important;
    background: #dee0e2 !important;
    height: 100%;
    margin: 0px !important;
}

a:hover,
a:active,
a:focus,
a:hover:active {
    text-decoration: none !important;
    color: #2685ee !important;
    border-bottom: none !important;
}

/*LOGIN NEW*/

#username,
#password {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
}

.slider-container {
    width: 200%;
    overflow:hidden;

}

.slide-rule {
    transition: transform 0.2s ease-in-out !important;
}

.slide-page-in {
    transform: translateX(-50%);
}

#content.login #userpassform {
    overflow:hidden;
}

#content.login {
    width: 50%;
    float:left;
}
#content2.login {
    width: 50%;
    float:right;
}

#main-header {
    width: 100%;
    height: 80px;
    /*background-image: url('images/header-img.jpg');*/
    background-color: #162b75;
    background-position: 0;

    border-bottom: 8px solid rgba(38, 133, 238, 0.5) !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#footer {
    background: transparent !important;
    border-top: 8px solid rgba(38, 133, 238, 0.5) !important;
    background-size: 100%;

    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background: transparent !important;
    height: 80px;
    width: 100%;
    display: block;
    padding: 0 !important;
    position: relative;
    top: 80px;
}

#wrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* LOGIN */

#wrap.login {
    width: 95%;
    max-width: 330px !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background-color: #e9f3fd;
    margin-bottom: -5px;
    overflow:hidden;
}

.content.login,
.content.login{
    padding: 30px !important;
    margin: 0 !important;
}

.login-message {
    color: #dee0e2;
    font-size: 14px !important;
    position: relative;
    top: 45px;
}

.shelfit-object {
    width: 100% !important;
    height:117px;
}

#shelfit-fallback {
    background-repeat: no-repeat;
    background-image: url('images/EdTech-Dashboard-Logo_Final_White_125.png');
    background-size: 100%;
    background-position: center;
    height: 90px;
}

#signin.clear {
    background: #dee0e2;
}

#signin > .content {
    padding: 30px;
    max-width: 330px;
    padding-bottom: 10px;
    background-color: #e9f3fd;
}

#login-button,
#signup-button {
    font-size: 20px;
}

.shelfit-logo-login {
    margin-bottom: 15px;
    text-align: center;
}

#signin .btn {
    font-weight: 500 !important;
}

/*label {*/
    /*font-size: 14px;*/
    /*color: #555;*/
    /*font-weight: 700;*/
/*}*/

#signin .field-loginform-rememberme > .checkbox {
    padding-left: 0;
    position: relative;
    top: -15px;
}

#signin .content .info {
    margin-top: 0;
}

#signin .field-loginform-rememberme {
    margin-bottom: 0;
}

#signin .message {
    margin-top: 16px;
    border: none !important;
    box-shadow: none !important;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #dee0e2;
    text-align: center;
}

.message.no-login {
    border: none !important;
    box-shadow: none !important;
    padding: 9px;
    color: #dee0e2;
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.edtech-footer-logo {
    padding: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* LOGIN ERROR */
.alert {
    border-radius: 4px;
    padding: 20px 10px;
    margin: 20px;
    text-align: left;
}

.alert-danger {
    color: #8c1818;
    background-color: #fde9e9;
    font-weight: 500;
    border: 1px solid #f5d5d5;
    border-left: 2px solid #ee2626;
}

.max-width-800 {
    max-width: 800px;
}

.col-sm-9 {
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.alert-danger .alert-h3 {
    color: #8c1818;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

.alert-h3 {
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 0 !important;
}

.alert [class^="col-"] {
    line-height: 1.85;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#tutoring-promo {
    text-align:center;
    margin-top:20px;
}

#tutoring-promo a, #tutoring-promo a:visited {
    color: #183b8c;
    font-size: 18px;
}

@media (max-width: 550px) {
    .message.no-login {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        position: relative;

    }

    .edtech-footer-logo {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
        position: relative;
    }
}

#signin .bottom-wrapper .message span {
    color: #555;
}

.fa-cog {
    color: #2685ee;
}

.shelfit-object {
    width: 100% !important;
}

#shelfit-fallback {
    background-repeat: no-repeat;
    background-image: url('images/EdTech-Dashboard-Logo_Final_White_125.png');
    background-size: 100%;
    background-position: center;
    height: 90px;
}

input,
input:hover,
input:active,
input:focus {
    border-radius: 0 !important;
    outline: none !important;
    font-size: 12px;
    color: #000;
}

/*input[type='text']:hover,*/
/*input[type='password']:hover,*/
/*input[type='email']:hover,*/
/*select:hover,*/
/*textarea:hover {*/
    /*border: 1px solid #b7b7b7;*/
/*}*/

/*input[type='text']:hover:focus,*/
/*input[type='password']:hover:focus,*/
/*input[type='email']:hover:focus,*/
/*select:hover:focus,*/
/*textarea:hover:focus,*/
/*input[type='text']:focus,*/
/*input[type='password']:focus,*/
/*input[type='email']:focus,*/
/*select:focus,*/
/*textarea:focus {*/
    /*border: 1px solid #66afe9;*/
/*}*/

#signin .content {
    margin-top: 15px;
}

#signin .login-top {
    color: #555;
}

#signin .login-tagline {
    font-size: 38px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

#signin .dashboard-continue {
    font-size: 20px;
    margin-top: 40px;
}

#signin .edtech-login-logo img {
    width: 150px;
    margin: 20px;
}

#signin .bottom-wrapper {
    padding-bottom: 40px;
}

@media (max-width: 635px) {
    #signin .login-tagline {
        font-size: 20px;
    }

    #signin .dashboard-continue {
        font-size: 18px;
    }
}

/* BUTTONS */

.btn {
    font-weight: 600 !important;
    font-size: 14px;
    border-width: 0 !important;
    padding: 9px 16px !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08) !important;
    text-shadow: none !important;
    color: #fff !important;
    background-image: none !important;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out !important;
    transition: background-color 0.2s ease-in-out !important;
    transition-property: background-color !important;
    transition-duration: 0.2s !important;
    transition-timing-function: ease-in-out !important;
    transition-delay: 0s !important;
}

.btn:active {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08) !important;
    color: #fff !important;
}

.btn:active:focus {
    box-shadow: 0 0 0.5pt 0.5pt rgb(77, 144, 254) !important;
    color: #fff;
}

.btn-primary {
    color: #fff !important;
    background-color: #2685ee !important;
    border-color: #183b8c !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1f71cb !important;
    border-color: #183b8c !important;
}

/* COMMIT (GREEN) */
.btn-success {
    color: #fff;
    background-color: #81c04d !important;
    border-color: #68a139 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #68a139 !important;
    border-color: #68a139 !important;
}

/* INFO (DARK GREY) */
.btn-default {
    color: #fff;
    background-color: #757575 !important;
    border-color: #5b5b5b !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    background-color: #5b5b5b !important;
    border-color: #5b5b5b !important;
}

/* DANGER (RED) */
.btn-danger {
    color: #fff !important;
    background-color: #ef482a !important;
    border-color: #c82f15 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #c82f15 !important;
    border-color: #c82f15 !important;
}

.btn-block {
    width: 100%;
}

#left-icons {
    display: inline-block;
    float: left;
    padding: 9px;
    width: 250px;
    height: 72px;
}

.dashboard-continue {
    font-size: 20px;
    margin-top: 40px;
    color: #555;
}

#languagebar {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px;
}

#languagebar:not(a):not("|") {
    color: #2685ee;
}

@media (max-width: 635px) {
    .dashboard-continue {
        font-size: 18px;
    }
}

@media {
    #regularsubmit {
        display: inline-block !important;
    }
}

/******** School Search ********/
#select-error {
    display: none !important;
}

#content.login .ui-widget.ui-autocomplete {
    font-size: 16px;
    font-weight: normal;
    max-width:268px;
    box-shadow: 1px 2px 3px rgba(0,0,0,.25)
}

#content.login .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index:99999;
}

#content.login .ui-autocomplete {
    background-color: #fff;
    position: absolute;
}

#content.login .ui-autocomplete li {
    font-size:14px;
    margin-left: 0;
    list-style-type: none;
    text-align: left;
    padding: 8px 12px;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
}

#content.login .ui-autocomplete li:hover {
    background-color: #b3d4f9;
}

#content.login .ui-autocomplete li .school-city-state {
    line-height: 1.4;
    display:block;
    font-size:12px;
}

#content.login .ui-widget-content {
    color: #000;
}

#wrap .login #school_input {
    width: 100%;
}

#wrap .login #school_input.selected {
    background-color:#e9f3fd;
}

#school-selector-div,
#school-selector-div span {
    text-align:left;
}

#wrap .login input,
#wrap .login textarea{
    border-color:#ddd;
    background-color:#fff;
    padding: 4px 4px 4px 10px;
    line-height:3.2;
    height:50px;
    margin:0;
}

/*#wrap .login input.selected[type="text"]:active, #wrap .login input.selected[type="password"]:active, #wrap .login textarea:active, #wrap .login input.selected[type="text"]:focus, #wrap .login input.selected[type="password"]:focus, #wrap .login textarea.selected:focus*/

#wrap .login #school_input.selected,
input#school_input.selected[type='text']:hover,
#school_input.selected[type='password']:hover,
#school_input.selected[type='email']:hover,
select#school_input.selected:hover,
textarea#school_input.selected:hover {
    border: 1px solid #e9f3fd!important;
    background-color: #e9f3fd;
    height:auto;
    margin-bottom:0;
}
.line-height14 {
    line-height:1.4!important;
}


input[type="text"],
input[type="password"],
textarea,
select {
    outline: none !important;
    transition: border-color 0.5s ease-in-out;
}

#wrap .login input[type="text"]:active,
#wrap .login input[type="password"]:active,
#wrap .login textarea:active,
#wrap .login input[type="text"]:focus,
#wrap .login input[type="password"]:focus,
#wrap .login textarea:focus{
    border: 1px solid rgba(24,59,140,0.5);
}

:focus { background-color: #fff !important; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#wrap .login .divider hr {
    margin-left:auto;
    margin-right:auto;
    width:40%;

}

#wrap .login .left {
    float:left;
}

#wrap .login .right {
    float:right;
}

.hr-sect {
    font-size:24px;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin: 0 0 8px;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #9B9DA0;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.btn-warning {
    background-color:#ed9c28;
    border-color: #d58512;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:visited {
    background-color: #d58512!important;
    border-color: #985f0d;
}

.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
/*textarea {*/
    /*resize: none!important;*/
    /*font-size:12px;*/
/*}*/

#school-selector {
    position: relative;
}

.ui-helper-hidden-accessible {
    display: none;
}

table.login {
    width: 100%;
}

#school-name-selected {
    font-size:20px;
    text-align: center;
    margin:10px 0;
}

#content .sign-up-div {
    display: none;
}

#regularsubmitback-container {
    display: none;
}

.back-login-buttons {
    text-align: right;
}

#cred-login1-container .regularsubmitback {
    display:none;
}

#cred-login2-container .regularsubmitback {
    display:inline-block;
}
#clever-back {
    margin-right:0;
    margin-left:auto;
}
#regularsubmit {
    display:inline-block;
}
#regularsubmit,
.regularsubmitback {
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 20px;
    height: 50px;
}

.external-login-button {
    margin-top: 10px;
    border-radius: 6px;
    font-size: 20px;
    height: 50px;
}

#cred-back {
    display:none;
    margin-right:8px;
}

#school-logo {
    margin:auto;
    max-width:100%;
}

.font-bold {
    font-weight: bold;}

/* This next rule is just for the Oauth2 client registery page  */
table.metalist .btn {
    color:#000!important;
}