﻿/*
   CSS for the restyled login process 
*/

@media only screen and (min-width: 1550px) {
    .InputLabel {
        font-size: 18px;
    }

    .submit-btn-restyle,
    .loginInput,
    .AgreeText {
        font-size: 1rem;
    }

    .passwordlink {
        font-size: 1rem !important;
    }

    .imgSubtitle {
        font-size: 28px;
    }

    .ToggleVisualAccessibilityMode,
    #loginLink {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1550px) {
    .InputLabel {
        font-size: 14px;
    }

    .submit-btn-restyle,
    .passwordlink,
    .loginInput,
    .AgreeText {
        font-size: 0.75rem !important;
    }

    .passwordlink {
        font-size: 0.75rem;
    }

    .imgSubtitle {
        font-size: 22px;
    }

    .ToggleVisualAccessibilityMode,
    #loginLink {
        font-size: 14px !important;
    }
}

*
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Helvetica,Arial,sans-serif;
}

html
{
    width: 100%;
    height: 100%;
    /*changed overflow to auto so that scrollbars only appear if neccissary*/
    overflow: auto;
    background: rgb(45, 21, 55);
    background-position: center top;
    background-repeat: no-repeat;
}

body {
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    padding-top: 18px;
    top: 0px;
    left: 0px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.helpbadge {
    position: fixed;
    top: 15px;
    right: 20px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.txt-white {
    color: #FFF !important;
}

.announce_card {
    padding: 5px;
    border-radius: 15px;
    background-color: var(--primary);
}

.loginPageBlogBtn {
    background-color: var(--bgLight);
    color: var(--primary);
    font-size: 16px !important;
    margin-right: 0px !important;
}

.login-ui-heading {
    font-style: italic;
    font-size: 22px !important;
}

.loginInput {
    border-radius: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.loginUsernameInput {
    margin-top: 0px;
}

.loginPasswordInput {
    margin-top: 5px;
}

#cTop > .helpLink > a {
    font-weight: bold;
    text-decoration: none;
    line-height: 34px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #343434
}

#cTop > .helpLink > a:hover {
    color: var(--primary);
}

#cTop > .helpLink > a:hover
{
    text-decoration: underline;
}

#footer > .privacyLink:hover, #footer > .termsLink:hover {
	text-decoration: underline;
}


.clear
{
    clear: both;
}


#socialLinks
{
    display: none;
    float: left;
    padding-left: 620px;
    position: absolute;
    top: 260px;
}

#socialLinks > ul > li
{
    display: inline;
    list-style-type: none;
    padding-right: 7px;
    float: left;
}

#youtube
{
    background-image: url('Images/Login/youtube.png');
    display: block;
    height: 32px;
    width: 32px;
}

#twitter
{
    background-image: url('Images/Login/twitter.png');
    display: block;
    height: 32px;
    width: 32px;
}

#blog
{
    background-image: url('Images/Login/blogger.png');
    display: block;
    height: 32px;
    width: 32px;
}

#mail
{
    background-image: url('Images/Login/mailto.png');
    display: block;
    height: 32px;
    width: 32px;
}

.login-field-label {
    font-size: 13px;
    color: #FFFFFF;
    padding-bottom: 0px;
    font-weight: bold;
}

.errorPanel, .msgPanel
{
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    clear: both;
}

.schoolPanel
{
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    display: block;
    width: 420px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: center;
    margin-top: 14px;
    clear: both;
    position: relative;
    top: -50px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: var(--bgDark);
    padding: 5px;
    border-top: solid 4px rgb(49,21,55);
}

.schoolPanel::-webkit-scrollbar {
    width: 1em;
}
 
.schoolPanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.schoolPanel::-webkit-scrollbar-thumb {
  background-color: rgb(49,21,55);
  outline: 1px solid slategrey;
}

.schoolPanel>ul>li>a {
    color: white !important;
}

.schoolPanel>ul>li>a:hover {
    color: rgb(173,214,60) !important;
}


.errorPanel > p
{
    width: 100%;
    text-align: center;
}

.msgPanel > p
{
    width: 100%;
    text-align: center;
}

#loginControls
{
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

#loginControls > div
{
    width: 100%;
    float: left;
    padding-bottom: 4px;
    clear: both;
}

#loginControls * span.validation_msg
{
    float: left;
    width: 100%;
    padding-bottom: 7px !important;
    color: var(--hover) !important;
    font-size: 13px !important;
}


.versiontxt
{
    font-weight: bold;
    color: #707070;
    font-size: 13px;
}

#logintb .c2
{
    vertical-align: middle;
    padding-right: 10px;
}

.loginPanel > p
{
    float: left;
    width: 476px;
    line-height: 30px;
    vertical-align: middle;
    padding: 5px 0px;
}

.errorPanel > p, .schoolPanel > p, .msgPanel > p
{
    float: left;
    padding: 14px 0 14px 0;
    line-height: 15px;
    font-size: 14px;
}

.schoolPanel > ul
{
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    padding: 0px 0 7px 14px;
}

.schoolPanel > ul > li
{
    float: left;
    clear: both;
    width: 100%;
    padding: 0px 0 7px 14px;
}


.msgPanel > ul
{
    float: left;
    clear: both;
    width: 317px;
    list-style: none;
    padding-left: 7px;
}

.msgPanel > ul > li
{
    float: left;
    clear: both;
    padding: 7px 0 7px 0;
    width: 100%;
}

h1
{
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 5px;
}

#passwordStrengthCont
{
    float: left;
    display: block;
    color: #FFFFFF;
    font-size: 13px;
}

#psr_score
{
    display: block;
    float:left;
    color:#fff;
}

#psr_verify, #psr_strength_notice
{
    display: inline;
}

.psr_Weak, .psr_Medium, .psr_Strong, .psr_Excellent
{
    color: #FFFFFF;
}

a.submit-btn
{
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.submit-btn-restyle {
    margin-top: 0.25rem !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    float: right;
}

a .submit-btn:hover {
}

a.submit-btn-long
{
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background: url('Images/Login/longbutton.png') no-repeat center center;
    width: 180px;
}

a.submit-btn-long-center
{
    float: none;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background: url('Images/Login/longbutton.png') no-repeat center center;
    width: 180px;
}

div.spacer
{
    display: block;
    height: 14px;
}

.link
{
    font-size: 12px;
    text-decoration: none;
    float: left;
    padding-top: 5px;
}

.submit-btn
{
    display: none;
}

#ForgotPasswordLink:hover
{
    text-decoration: underline;
}

/*radtextbox emptymessage style*/
.RadInput .riEmpty, .RadInput .hoveredempty
{
    font-style: italic;
    color: #969696;
    font-size: 14px;
    padding: 7px 1px 5px 14px;
    width: 100%;    
}

.loginTextBox
{
    float: left;
    color: #3f3f3f;
    padding: 7px 1px 5px 14px;
    width: 100%;
   
}

.open-id-header {
    display: none;
}
.hoveredfull {
    font-style: normal;
    color: #3f3f3f;
    font-size: 14px;
    padding: 7px 1px 5px 14px;
    width: 310px;
    height: 18px;
}

.passwordLabel
{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
    font-style: italic;
    color: #969696;
    font-size: 14px;
    padding: 7px 1px 5px 14px;
    width: 310px;
    height: 18px;
    cursor: text;
}

.passwordLabelOffset
{   
}

.passwordWrapper
{
    position: relative;
    width: 100%;
}


.VersionFormCenter
{
    position: fixed;
    left: 10%;
    right: 10%;
    top: 85px;
    width: 80%;
    display: block;
    
    border-width: 3px;
    border-style: solid; 
    border-color: var(--bgDark);
    padding-bottom: 10px;
}

.VersionFormHeader {
    background-color: var(--bgDark);
    background-repeat: no-repeat;
    color: #FFFFFF;
    clear: both;
    height: 30px;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 0px 5px 5px;
    margin-bottom: 15px;
}

.VersionTD1
{
    color: #707070; 
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
}


.openIdPanel
{    
}

span.header
{
    font-size: 13px;
    color: #FFFFFF;
    padding-bottom: 4px;
}

.openid_large_btn {
    width: 162px;
    height: 30px;
    border: 1px solid #DDD;
    margin: 3px;
    float: left;
    color: #707070;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
    .openid_large_btn:hover {
        opacity: 0.5;
    }

.VersionBody
{
    background-color: #EFEFEF;
    top: 73px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
}

.logo
{
    position: fixed;
    left: 9%;
    top: 10px;
    bottom: 10px;
    width: 89px;
    background: url(images/master/logo.png) no-repeat;
}

#ctl00_contentBody_loginMessagePanel {    
    left: -350px;    
}

.openIdPanel{
    float:right;
}

.imgSubtitle {
    font-weight: 600;
    font-style: italic;
    font-family: Candara, sans-serif;
    margin: 0px;
}

#mainLogo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20vh;
}

.submit-btn-restyle,
.passwordlink {
    margin-top: 0.25rem !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem !important;
    border-radius: 0.25rem;
    float: right;
    font-weight: bold;
}

    #cTop > .helpLink > a:hover,
    .submit-btn-restyle:hover {
        text-decoration: underline;
    }

.AgreeText {
    border-radius: 5px;
    padding: 5px;
}

.tcLink {
    font-size: 0.75rem !important;
    text-decoration: none;
}

    .tcLink:hover {
        text-decoration: underline;
    }
    
#cTop > .helpLink > a:hover,
.submit-btn-restyle:hover {
    text-decoration: underline;
}

.InputLabel {
    padding: 2px 5px;
    font-weight: bold;
}

.AgreeText {
    background-color: #FFF;
}

#ForgotPasswordLink {
    float: left;
}

#btnOffice365 {
    background-color: #FFF;
    color: transparent;
}

.ToggleVisualAccessibilityMode:hover {
    text-decoration: underline;
}