﻿/*desktop UI*/
@media screen and (min-width: 737px) {
    .loginTextfloatLeft {
        float: left;
        margin-bottom: 15px;
    }

    .loginTextfloatLeftWithPadding {
        padding-top: 8px;
    }

    .FooterWidth {
        width: 80px;
    }

    .loginContent {
        position: absolute;
        top: 30%;
        left: 8%;
        right: 92%;
        margin: auto;
        width: 342px;
        background-color: #fafafa; 
        opacity: 1;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
        border: 1px solid #cccccc;
        border-radius: 6px;
        padding-bottom: 20px;
    }

    .loginInnerContent {
        margin: 30px;
        margin-top: 20px;
    }

    .loginCredentialError {
        padding-left: 0px !important;
        clear: both;
        width:285px;
    }

    .loginControlsContent {
        padding-top: 10px;
        float: left;
    }

    .LoginInputFieldStyle {
        font-family: Verdana;
        font-size: 12px;
        color: #999;
        width: 280px;
        vertical-align: middle;
        height: 24px;
        border-width: 1px;
        border-color: #d9d9d9;
    }

    .loginButtonContent {
        padding-top: 15px;
        float: left;
    }

    .loginButtonControls {
        float: left;
    }

    .LoginButton {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff !important;
        border-width: 0px;
        -webkit-appearance: none;
        background: #2070cf; 
        border-radius: 2px;
        height: 30px;
        width: 284px;
    }
        .LoginButton:hover {
            background-color: #104095; 
        }

        .loginContentOverrideHeight {
        height: auto;
    }

    .loginErrorOverrideHeight {
        height: auto;
    }

    .ExpirePasswordOverrideHeight {
        /*height: 330px;*/
        height: auto;
        top: 25%;
    }

    .loginModalPopup {
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        background-color: white;
        padding: 3px;
        height: auto;
        width: 80%;
    }

    .eulaLangPanelOverrideHeight {
        height: 100%;
    }

    .eulaUserAsstTextContainer {
        padding-top: 10px;
        width: 80%;
    }

    .loginLicenseContent {
        padding-top: 25px;
        height: 450px;
    }

    .loginEULATextbox {
        border-style: solid;
        border-width: 1px;
        height: 100%;
        overflow: auto;
    }

    .loginContentToButtonsBreak {
        height: 20px;
    }

    .loginAdjacentButtons {
        /*This should be applied to all Adjascent Buttons like Back-Next*/
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        margin-left: 10px;
        white-space: normal;
        padding-left: 7px;
        padding-right: 7px;
        background-color: #333333;
        color: #ffffff !important;
        border-width: 0px;
        height: 32px;
        -webkit-appearance: none;
    }

    .loginAssertDesktop {
        display: block;
    }

    .loginAssertMobile {
        display: none;
    }

    .languageList {
        display: none;
    }

    .loginFooterTblWidth {
        min-width: 1000px;
        width: 100%;
    }

    .loginFooterDivWidth {
        min-width: 1024px;
    }

    .loginHeaderTblWidth {
        min-width: 1000px;
        width: 100%;
    }

    .loginHeaderDivWidth {
        min-height: 100%;
        min-width: 1024px;
    }

    .MasterLoginFooter {
        margin: 0 0;
        margin-top: -56px;
        float: left;
        width: 100%;
        position: fixed;
    }

    .eulaPageControlsContainer {
        margin: auto;
        padding: 10px;
        width: 60%;
        height: 650px;
    }

    .eulaPageTextControlsContainer {
        width: 100%;
        float: left;
        height: 50%;
    }

    .eulaPopupHeader {
        width: 50%;
        float: left;
    }

    .eulaPopupHeaderLangList {
        width: 50%;
        float: left;
    }

    .eulaPopupTextAreaContainer {
        height: 90%;
    }

    .w-100p { /*note: event though this rule is same for both mobile and desktop - it need to be duplicated for both style rules. If placed in common rules then it breaks EULA popup*/
        width: 100%;
    }

    .eulaPanelHeight {
        height: 92%;
    }
}

/*mobile UI*/
@media screen and (max-width: 736px) {
    div[id=pnlLicenseAgreementPopup] {
        top: 11px;
        left: 11px;
    }
 

    .MobileFooter {
        display: none;
    }

    .FooterWidth {
        width: 25%;
    }

    .loginTextfloatLeft {
        float: left;
        padding-top: 5px;
        width: 111%;
    }

    .loginTextfloatLeftWithPadding {
        float: left;
        padding-top: 15px;
        width: 111%;
    }

    .loginContent {
        position: fixed;
        /*top: 5%;
        bottom: 0;*/
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        /*width: 280px;
        height: 255px;*/
        width: 279px;
        background-color: #f2f2f2;
        filter: alpha(opacity=100);
        opacity: 1;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
        border: 1px solid #cccccc;
        border-radius: 10px;
        padding-bottom: 20px;
    }

    .loginInnerContent {
        margin: 10%;
        margin-top: 10px;
        width: 100%;
    }

    .loginCredentialError {
        padding-left: 0px !important;
        clear: both;
        width: 80%;
    }

    .loginControlsContent {
        padding-top: 5px;
        float: left;
        width: 100%;
    }

    .LoginInputFieldStyle {
        font-family: Verdana;
        font-size: 12px;
        color: #999;
        width: 70%;
        vertical-align: middle;
        height: 40px;
        border-width: 1px;
        border-color: #d9d9d9;
    }

    .loginButtonContent {
        padding-top: 15px;
        float: left;
        width: 80%;
    }

    .loginButtonControls {
        width: 55%;
    }

    .LoginButton {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        padding-left: 1%;
        padding-right: unset;
       background-color: #2070cf;  
        color: #ffffff !important;
        border-width: 0px;
        width: 100%;
        -webkit-appearance: none;
        border-radius: 2px;
        height: 30px;
    }

    .loginContentOverrideHeight {
        /*height: 300px;*/
        height: auto;
    }

    .loginErrorOverrideHeight {
        /*height: 320px;*/
        height: auto;
    }

    .ExpirePasswordOverrideHeight {
        /*height: 360px;*/
        height: auto;
        top: 18%;
    }

    .loginModalPopup {
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        background-color: white;
        padding: 3px;
        height: 120%;
        width: 90%;
    }

    .eulaLangPanelOverrideHeight {
        height: 70%;
    }

    .w-20p {
        width: 20%;
    }

    .eulaUserAsstTextContainer {
        padding-top: 10px;
        width: 90%;
    }

    .loginLicenseContent {
        padding-top: 25px;
        height: 100%;
    }

    .loginLicenseHeaderCell {
        align-content: flex-start;
    }

    .loginlangListCell {
        align-content: flex-end;
    }

    .loginEULATextbox {
        border-style: solid;
        border-width: 1px;
        height: 100%;
    }

    .loginContentToButtonsBreak {
        height: 5%;
    }

    .loginAssertDesktop {
        display: none;
    }

    .loginAssertMobile {
        display: inherit;
    }

    .languageList {
        font-family: Verdana;
        font-size: 12px;
        color: #323232;
        width: 80px;
    }

    .loginFooterTblWidth {
        width: 100%;
    }

    .loginFooterDivWidth {
        width: 100%;
    }

    .loginHeaderTblWidth {
        width: 100%;
    }

    .loginHeaderDivWidth {
        height: 70%;
        float: left;
        position: relative;
        width: 100%;
    }

    .MasterLoginFooter {
        margin: 0 0;
        float: left;
        width: 100%;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .eulaPageControlsContainer {
        margin: auto;
        padding: 10px;
        width: 90%;
        height: 100%;
    }

    .eulaPopupHeader {
        width: 100%;
        float: left;
    }

    .eulaPopupHeaderLangList {
        width: 100%;
        float: right;
    }

    .w-100p { /*note: event though this rule is same for both mobile and desktop - it need to be duplicated for both style rules. If placed in common rules then it breaks EULA popup*/
        width: 100%;
    }

    .eulaPanelHeight {
        height: 90%;
    }
}

/*mobile device in portrait orientation*/
@media screen and (max-width: 480px) and (orientation:portrait) {
    .eulaPageTextControlsContainer {
        width: 100%;
        float: left;
        height: 60%;
    }

    .MobileFooter {
        display: none;
    }

    .FooterWidth {
        width: 25%;
    }

    .eulaPopupTextAreaContainer {
        height: 80%;
    }
}
/*mobile device in landscape orientation*/
@media screen and (max-width: 480px) and (orientation:landscape) {

    .eulaPageTextControlsContainer {
        width: 100%;
        float: left;
        height: 10%;
    }

    .MobileFooter {
        display: none;
    }

    .FooterWidth {
        width: 25%;
    }

    .eulaPopupTextAreaContainer {
        height: 65%;
    }
}
/*mobile device in portrait orientation*/
@media screen and (min-width: 481px) and (max-width: 736px) and (orientation:portrait) {
    .eulaPageTextControlsContainer {
        width: 100%;
        float: left;
        height: 70%;
    }

    .eulaPopupTextAreaContainer {
        height: 80%;
    }

    .MobileFooter {
        display: none;
    }

    .FooterWidth {
        width: 25%;
    }
}
/*mobile device in landscape orientation*/
@media screen and (min-width: 481px) and (max-width: 736px) and (orientation:landscape) {

    .eulaPageTextControlsContainer {
        width: 100%;
        float: left;
        height: 30%;
    }

    .MobileFooter {
        display: none;
    }

    .FooterWidth {
        width: 25%;
    }

    .eulaPopupTextAreaContainer {
        height: 65%;
    }
}
/*start login page common rules*/
.LoginBgImage {
    /*background-image: url(../images/LoginScreen_Image.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.loginPageHelpImage {
    float: right;
    /*padding-right: 98px;*/
    margin-top:4px;
}

.loginHeading {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.padLeft10 {
    padding-left: 10px;
}

.expiredPwdText {
    padding-left: 0px;
    padding-top: 15px;
}

.loginAlignControls {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
   
}

.loginContentText {
    /*Apply this to all content or paragraph text*/
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
}

span.LoginContentText {
    /*Apply this to all content in span control alone*/
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    float: left;
    padding-left: 10px;
    /*width:285px;*/
}

.LoginInputText {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    display: block;
}

.loginSSOlnk {
    color: #3C5E99;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    letter-spacing: 0px;
    line-height: 37px;
}

.LoginButton:hover {
    background-color: #104095;
}

.LoginInputFieldStyleError {
    border-width: 2px;
    border-color: #f15a40 !important;
}

.languagelinks {
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    padding-top: 0px;
    border-bottom: 2px solid;
    border-color: #414141;
}

    .languagelinks:hover {
        border-bottom: 2px solid;
        border-color: #fff;
        color: #d2d2d2 !important;
    }

.Selectedlanguagelinks {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    padding-top: 0px;
    border-bottom: 2px solid;
    border-color: #fff;
}

#langButton a:link {
    color: #ffffff;
}

#langButton a:visited, #langButton a:active {
    color: #d2d2d2 !important;
}

#langButton a:hover {
    color: #d2d2d2 !important;
    border-bottom: 2px solid;
    border-color: #333333;
}

.loginViewLicenseButton {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    display: none;
}

.eulaPageTextControlsInnerContainer {
    width: 100%;
    height: 90%;
}

.emptyDiv {
    height: 1%;
    width: 100%;
}

.h-10p {
    height: 10%;
}

.h-90p {
    height: 90%;
}

.w-Auto {
    width: auto;
}

.w-50p {
    width: 50%;
}

.w-95p {
    width: 95%;
}

.loginContentHeadingWithoutPadding {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #323232;
    text-decoration: none;
    padding-left: 0px;
    text-align: left;
}

.loginDropDownFieldStyle {
    /*This should be applied to Dropdown List*/
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    height: 32px;
    vertical-align: middle;
}

.loginContentToValueBreak {
    height: 5px;
}

.loginModalBackground {
    background-color: #efebdf;
    opacity: 0.8;
    filter: alpha(opacity=40);
    height: auto;
    position: fixed;
}

.SubMasterLoginPage {
    background-color: #414141 !important;
}

.languagelinksCollapsed {
    border-collapse: separate;
	margin-top:.6em;
}

.pad_7 {
    padding: 7px;
}

.vAlignTop {
    vertical-align: top;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.alignCenter {
    margin: auto;
}

.loginMasterMainContainer {
    width: 100%;
    margin: 0 0;
    min-height: 100%;
    min-width: 812px;
    max-width: 1920px;
    float: left;
    max-height: 736px;
}

.loginFirstHorizontalLinkPadding {
    padding-left: 10px;
}

.loginContentToFooterBreak {
    height: 30px;
}
/*end login page common rules*/
