﻿/* Styles for the login page */

body {
    padding: 0;
}

#wrapper {
    height: inherit;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#logo {
    padding: 10px;
    float: left;
}

#logo img {
    height: 50px;
}

#headerLinks {
    float: right;
    height: 60px;
    padding: 5px;
}

#headerLinks ul {
    padding: 0;
    margin: 10px 0 0 0;
}

#headerLinks ul li {
    list-style: none;
    display: inline-block;
    font-size: 1.1em;
    padding: 10px;
}

#headerLinks ul li a,
#headerLinks ul li a:visited {
    display: block;
    color: #444345;
    transition: color 0.2s;
}

#headerLinks ul li a:hover,
#headerLinks ul li a:active {
    text-decoration: none;
    color: #3cb1e5;
}

#systemMessage {
    margin: 10px;
    font-size: 1.25em;
    font-weight: 400;
}

#loginPageArea {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

#loginContent {
    background-image: url(../Images/children_handraising.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    overflow: hidden;
    flex: 1 0 auto;
    display: flex;
}

#leftSideHeader {
    display: block;
    width: 80%;
    float: left;
    border-right: 25px solid #ed8433;
    background-color: #3cb1e5;
    transform: skewX(210deg);
    transform-origin: top left;
    position: relative;
    right: 550px;
    opacity: 0.92;
}

#rightSideHeader {
    display: block;
    width: 20%;
    float: right;
    border-left: 25px solid #ed8433;
    background-color: #3cb1e5;
    transform: skewX(-210deg);
    transform-origin: top left;
    position: relative;
    left: 350px;
    opacity: 0.92;
}

#loginFormWrapper {
    position: relative;
    left: 550px;
    transform: skewX(-210deg);
    transform-origin: top left;
    height: 100%;
    padding: 20px;
    width: 60%;
    display: flex;
}

#loginForm,
#chooseActiveDistrict {
    margin: auto;
    width: 50%;
}

#loginLink,
.loginLink {
    color: white;
}

.loginLink:hover,
.loginLink:visited,
.loginLink:active {
    color: white;
}

#mobileAppInfoArea {
    margin: 10px;
    display: flex;
}

#mobileAppInfo {
    margin: auto;
    background-color: #F3F0EB;
    border-radius: 5px;
}

#mobileAppAccessToHeader {
    font-weight: bold;
}

#aboutInfo,
#contactInfo,
#createParentAccount,
#forgotPasswordArea,
#forgotPasswordConfirmation,
#errorPageMain .innerContent {
    margin: auto;
}

.studentPrivacy {
    font-size: 14px;
}

#mobileAppInfoInner {
    text-align: center;
    border-radius: 5px;
}

#mobileAppInfo h4 {
    margin-bottom: 10px;
    color: inherit;
}

#mobileAppInfo a:link,
#mobileAppInfo a:visited {
    color: #134a88;
}


#mobileAppInfo table {
    width: 100%;
    text-align: left;
}

#mobileAppInfo table td {
    border-bottom: 1px solid #ddd
}

#mobileAppInfo table .fa-clock-o {
    color: #333;
}
#mobileAppInfo table .fa-calendar {
    color: green;
}
#mobileAppInfo table .fa-pencil {
    color: darkorange;
}
#mobileAppInfo table .fa-check {
    color: darkorchid;
}
#mobileAppInfo table .fa-exclamation-circle {
    color: darkred;
}
#mobileAppInfo table .fa-comments {
    color:teal;
}

#appDownloadLinks {
    display: flex;
    justify-content: center;
}

#appDownloadLinks a {
    display: block;
}

#googlePlayDownloadLink {
    height: 55px;
}

#appStoreDownloadLink {
    padding-top: 8.5px;
    height: 46px;
}

#districtCode {
    font-size: 1.1em;
    font-weight: bold;
}

#districtID a {
    display: block;
}

#studentPrivacy {
    margin-top: 10px;
}

footer {
    background: #134a88;
    margin-top: auto;
    padding: 5px;
}

footer div {
    text-align: center;
    height: 100%;
}

#footerMenu,
.copyright {
    height: 30px;
    color: white;
}

#footerMenu a,
.copyright p {
    padding-top: 5px;
    display: block;
}

.copyright p {
    margin-bottom: 0;
}

footer #footerMenu a:link,
footer #footerMenu a:visited {
    color: white;
}

@media only screen and (max-width: 1400px) {
    #loginFormWrapper {
        width: 75%;
    }
}

@media only screen and (max-width: 991px ) {
    body {
        font-size: 12px;
    }

    #headerLinks ul {
        margin: 7px 0 0 0;
    }

    #loginFormWrapper {
        left: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper {
        height: auto;
    }

    #loginForm {
        width: 100%;
    }

    #loginFormArea,
    #mobileAppInfo {
        margin-bottom: 10px;
    }

    footer #languageForm {
        width: 40%;
        margin: auto;
    }

    footer div:nth-of-type(2) {
        text-align: center;
    }

    #loginContent {
        background-image: none;
        height: auto;
        background-color: #3cb1e5;
        border-top: 25px solid #ed8433;
        border-bottom: 25px solid #ed8433;
    }

    #leftSideHeader {
        display: block;
        height: 100%;
        width: 100%;
        border-right: none;
        background-color: #3cb1e5;
        transform: skewX(0deg);
        transform-origin: top left;
        position: relative;
        right: 0;
        opacity: 1;
    }

    #rightSideHeader {
        display: none;
    }

    #loginFormWrapper {
        position: relative;
        left: 350px !important;
        transform: skewX(0deg);
        transform-origin: top left;
        height: 100%;
        padding: 20px;
        width: 100%;
        display: flex;
    }
}

/* Sub Action Pages styles */
.headerWithUnderline {
    box-shadow: 0px 0px 3px #444345;
    box-shadow: 0px 0px 3px rgba(68, 67, 69, 0.7);
}

#contactInfo,
#aboutInfo,
#forgotPasswordArea,
#forgotPasswordConfirmation,
#createParentAccount,
#changePasswordArea {
    opacity: 0.8;
    align-self: center;
    box-shadow: 0px 0px 10px #444345;
    box-shadow: 0px 0px 10px rgba(68, 67, 69, 0.7);
}

#contactInfo,
#forgotPasswordArea,
#forgotPasswordConfirmation,
#createParentAccount,
#changePasswordArea {
    width: 40%;
}

#contactInfoInner {
    text-align: center;
}

#forgotPasswordArea h3 {
    margin-left: 15px;
}

#forgotPasswordArea button {
    margin-bottom: 10px;
}

#forgotPasswordArea p.forgotPasswordStaffMsg {
    font-size: 1.2em;
}

#forgotPasswordArea p:not(.forgotPasswordStaffMsg) {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
}

#forgotPasswordArea div.col-sm-6:first-of-type {
    border-right: 1px solid #d3caba;
}

#forgotPasswordConfirmation {
    text-align: center;
}

#forcePasswordMesssage {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    #contactInfo,
    #forgotPasswordArea,
    #forgotPasswordConfirmation,
    #changePasswordArea {
        width: 100%;
    }

    #forgotPasswordArea div.col-sm-6:first-of-type {
        border-right: none;
    }
}

/* Hide Account Creation Successful until needed */
#accountCreationSuccessful {
    display: none;
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #134a88;
}

/* Tweak page content sizes for smaller screens so that more content is visible above the fold */
@media only screen and (max-width: 1400px) {
    #leftSideHeader {
        right: 350px;
    }

    #loginFormWrapper {
        left: 350px;
    }
}