html,
body {
    height: 100%;
    background-color: #f4f4f4;
}

h1 {
    color: #000;
    margin-bottom: 40px;
    font-size: 2rem;
}

/* Forgot Password Form*/

#forgot-password .prefix,
#reset-password .prefix {
    top: inherit;
}

/* Login Form */
.md-form .prefix {
    left: 0;
    top: 15px;
}

.remember-me {
    font-size: 11px;
}

.card-body {
    padding-top: 5rem;
}

.help-block-error {
    color: red;
    font-size: 13px;
}

.portal{
    text-align: center;
    padding: 15px 0 5px;
}
    .portal img{
        max-width: 200px;
        margin-bottom: 13px;
    }

    .portal h1{
        color: #fff;
        font-size: 44px;
        font-weight: 200;
        text-align: center;
        padding: 0;
        margin: 0;
    }

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap.district-portal {
    min-height: auto;
    height: auto;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.wrap.district-portal > .container{padding-top: 20px;}

.footer {
    background-color: #000;
    color: #fff;
    border-top: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: '\e151';
}

a.desc:after {
    content: '\e152';
}

.sort-numerical a.asc:after {
    content: '\e153';
}

.sort-numerical a.desc:after {
    content: '\e154';
}

.sort-ordinal a.asc:after {
    content: '\e155';
}

.sort-ordinal a.desc:after {
    content: '\e156';
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media (max-height: 748px) {
    .footer {
        position: relative;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.site-login .card {
    margin: 0 auto;
}

.material-icons.circle {
    background-color: red;
    border-radius: 50%;
    padding: 10px;
}

.help-icon {
    background-color: #43a2dd;
    color: #fff;
}
.class_title {
    float: right;
}
#signinsection ul.students li,
#signinsection ul.numbers li,
#signinsection ul.shapes li,
#signinsection ul.pictures li {
    list-style-type: none;
    border: 1px solid #c6cacd;
    border-radius: 5px;
    background-color: #ffb81d !important;
    float: left;
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer;
}
#signinsection ul.numbers li {
    padding: 15px 37px;
}
#signinsection ul.shapes li,
#signinsection ul.pictures li {
    padding: 20px 52px;
}
#signinsection ul.pictures li {
    padding: 20px 51.5px;
}
.numbers {
    font-size: 2rem;
    font-weight: 400;
}
#signinsection ul.students li.selected,
#signinsection ul.numbers li.selected,
#signinsection ul.shapes li.selected,
#signinsection ul.pictures li.selected {
    background-color: #ffb81d !important;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.simple-login {
    min-height: 800px;
}
.simple-login .card {
    margin: 0 auto;
    background: none;
    box-shadow: none;
    width: 100% !important;
}
.card .card-body h4 {
    color: #000;
}
#signinsection ul.students li,
#signinsection ul.numbers li,
#signinsection ul.shapes li,
#signinsection ul.pictures li {
    color: #000;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.btn-turquoise {
    color: #fff;
    background-color: #52a9c8;
    border-color: #52a9c8;
}

.btn-turquoise:hover {
    color: #fff;
    background-color: #52a9c8;
    border-color: #0062cc;
}

.btn-turquoise:focus,
.btn-turquoise.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-turquoise.disabled,
.btn-turquoise:disabled {
    color: #fff;
    background-color: #52a9c8;
    border-color: #52a9c8;
}

.btn-turquoise:not(:disabled):not(.disabled):active,
.btn-turquoise:not(:disabled):not(.disabled).active,
.show > .btn-turquoise.dropdown-toggle {
    color: #fff;
    background-color: #52a9c8;
    border-color: #52a9c8;
}

.btn-turquoise:not(:disabled):not(.disabled):active:focus,
.btn-turquoise:not(:disabled):not(.disabled).active:focus,
.show > .btn-turquoise.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.card-form {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.terms-link {
    text-decoration: underline;
    color: #757575;
    font-weight: bold;
}

/* *** FONT SIZES *** */
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font19 {font-size: 19px !important;}
.font20 {font-size: 20px !important;}
.font21 {font-size: 21px !important;}
.font22 {font-size: 22px !important;}
.font23 {font-size: 23px !important;}
.font24 {font-size: 24px !important;}
.font25 {font-size: 25px !important;}
.font26 {font-size: 26px !important;}
.font27 {font-size: 27px !important;}
.font28 {font-size: 28px !important;}
.font29 {font-size: 29px !important;}
.font30 {font-size: 30px !important;}
.font31 {font-size: 31px !important;}
.font32 {font-size: 32px !important;}
.font33 {font-size: 33px !important;}
.font34 {font-size: 34px !important;}
.font35 {font-size: 35px !important;}
.font36 {font-size: 36px !important;}
.font37 {font-size: 37px !important;}
.font38 {font-size: 38px !important;}
.font39 {font-size: 39px !important;}
.font40 {font-size: 40px !important;}
.font41 {font-size: 41px !important;}
.font42 {font-size: 42px !important;}
.font43 {font-size: 43px !important;}
.font44 {font-size: 44px !important;}
.font45 {font-size: 45px !important;}

/* *** FONT WEIGHTS *** */
.weight300 {font-weight: 300 !important;}
.weight400 {font-weight: 400 !important;}
.weight500 {font-weight: 500 !important;}
.weight600 {font-weight: 600 !important;}
.weight700 {font-weight: 700 !important;}


/* *** MISC *** */
form .please-wait{display: none;}
form.submitting .please-wait{display: inline-block;}