﻿body {
    background-color: #f8f9fe !important;
    padding: 0px !important;
    margin: 0px !important;
}
.RadForm_Default {
    background-color: #f8f9fe !important;
}
/** {
    font-family: mono !important;
}*/
/*New Login page Style*/
@media screen and (min-width: 480px) {
    .content

{
    min-width: 350px;
    margin: auto;
    padding: 0px 3%;
    width: 94%;
    font-family: mono;
}

}

@media screen and (min-width: 640px) {
    .content {
        min-width: 350px;
        margin: auto;
        padding: 0px 9%;
        width: 74%;
        font-family: mono;
    }
}

@media screen and (min-width: 854px) {
    .content {
        min-width: 350px;
        margin: auto;
        padding: 0px 10%;
        width: 62%;
        font-family: mono;
    }
}

@media screen and (min-width: 964px) {
    .content {
        min-width: 350px;
        margin: auto;
        padding: 0px 10%;
        width: 50%;
        font-family: mono;
    }
}

@media screen and (min-width: 1280px) {
    .content {
        min-width: 350px;
        margin: auto;
        padding: 0px 10%;
        width: 38%;
        font-family: mono;
    }
}


.contentBg {
    background-color: #e3f1fd;
}

@media (max-height: 730px) {
    .contentBg {
        background-color: #e3f1fd;
        /*min-width: 640px;*/
        margin: auto;
        border-radius: 25px;
        padding: 35px;
        min-height: 530px;
    }
}

@media (min-height: 740px) {
    .contentBg {
        background-color: #e3f1fd;
        /*min-width: 640px;*/
        margin: auto;
        border-radius: 25px;
        padding: 35px;
        min-height: 530px;
    }
}

@media (min-height: 840px) {
    .contentBg {
        background-color: #e3f1fd;
        /*min-width: 640px;*/
        margin: auto;
        border-radius: 25px;
        padding: 35px;
        min-height: 580px;
        padding-top: 50px;
    }
}

@media (min-height: 960px) {
    .contentBg {
        background-color: #e3f1fd;
        /*min-width: 640px;*/
        margin: auto;
        border-radius: 25px;
        padding: 35px;
        min-height: 670px;
        padding-top: 100px;
    }
}

@media (min-height: 1080px) {
    .contentBg {
        background-color: #e3f1fd;
        /*min-width: 640px;*/
        margin: auto;
        border-radius: 25px;
        padding: 35px;
        min-height: 750px;
        padding-top: 130px;
    }
}

.nexusLogo {
    width: 99%;
    float: left;
    padding: 1px 5px;
}

.nexusLogoP {
    width: 100%;
    float: left;
    padding: 1px 5px;
    text-align: center;
}

.logoContent {
    width: 62%;
    padding: 0;
    text-align: right;
}

.versionContent {
    width: 35%;
    padding: 0;
    margin: auto;
    color: #1c75bc;
    float: left;
    min-height: 60px;
}

.loginHeading {
    font-family: Montserrat;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 54px;
    color: #1ea5e5;
    width: 100%;
    float: left;
    text-align: center;
    letter-spacing: 2px;
}

.loginText {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}

.txtuser {
    padding: 20px 5% 5px 5%;
}

.txtpass {
    padding: 5px 5% 5px 5%;
}


.pchs {
    border: 2px solid #4e94cc;
    color: #1c75bc;
    padding: 8px 32px;
    font-size: 16px;
    cursor: pointer;
    width: 99%;
    border-radius: 25px;
    background-color: transparent;
}



.userIcon {
    margin-left: 0px;
    width: 20px;
    height: 17px;
    margin-top: -45px;
    float: right;
    z-index: 99999999 !important;
    position: relative;
    margin-right: 5%;
}


.pchs-btn {
    background-color: #1c75bc; /* Example color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

    .pchs-btn:hover {
        background-color: #145a86;
    }

.remRow {
    padding: 0px 5% 5px 5%;
    line-height: 36px;
}

.remeber {
    width: 50%;
    line-height: 36px;
    float: left;
}

.passcol {
    width: 49%;
    line-height: 36px;
    text-align: right;
    float: right;
    color: #999;
}
.ContentL {
    width: 22%;
    line-height: 50px;
    float: left;
}

.ContentR {
    width: 78%;
    line-height: 50px;
    text-align: left;
    float: left;
    color: #999;
}

.logbtn {
    padding: 40px 5% 10px 5%;
}

.pchsbtn {
    padding: 0.5px 5% 10px 5%;
}


.footerText {
    padding: 5px 10% 5px 10%;
    width: 80%;
    line-height: 36px;
    font-size: 12px;
    font-family: Arial;
}

.term {
    width: 30%;
    float: left;
}

.documention {
    width: 40%;
    float: left;
    text-align: center;
}

.loginLink {
    color: #1c75bc !important;
}
/*END New Login page Style*/
.margintop10 {
    margin-top: 10% !important;
}

.RadInput_Default.RadInputHovered .riTextBox, .RadInput_Default.RadInputHovered .riSelect, .RadInput_Default.RadInputHovered .rcSelect, .RadInput_Hover_Default {
    background-color: #fff !important;
}

.width100 {
    width: 100%;
}

.nexusLogoP {
    width: 100%;
    float: left;
    padding: 1px 5px;
    text-align: center;
}

input[type=text] {
    width: 99%;
    padding: 10px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: left;
    height: 50px;
    border-color: #fff;
    border-width: 0px;
    outline: none !important;
}

input[type=button] {
    background-color: #1c75bc;
    border: none;
    color: white;
    padding: 12.5px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 99%;
    border-radius: 25px;
    outline: none !important;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

input[type=password] {
    width: 99%;
    padding: 10px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 25px;
    text-align: left;
    height: 50px;
    border-color: #fff;
    border-width: 0px;
    outline: none;
}

.RadButton_Default.login-btn, .RadButton_Default.rbButton.login-btn {
    background-color: #1c75bc !important; /* Example color */
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-radius: 24px !important;
    cursor: pointer !important;
    width: 100% !important;
}

    .RadButton_Default.login-btn:hover {
        background-color: #145a86 !important;
    }

.RadButton_Default.rbButton {
    background-color: transparent !important;
    background-image: none !important;
}

.rbButton {
    padding: 2px 6px !important;
}

.loginHeading {
    font-family: Montserrat;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 54px;
    color: #1ea5e5;
    width: 100%;
    float: left;
    text-align: center;
    letter-spacing: 2px;
}

.RadInput_Default .riTextBox, .RadInput_Default .riSelect, .RadInput_Default .rcSelect, .RadInputMgr_Default {
    width: 99% !important;
    padding: 10px 20px !important;
    margin: 8px 0 !important;
    box-sizing: border-box !important;
    border-radius: 25px !important;
    text-align: left !important;
    height: 50px !important;
    border-color: #fff !important;
    border-width: 0px !important;
    outline: none !important;
}

.RadInput {
    width: 99% !important;
}

.pchs {
    border: 2px solid #4e94cc !important;
    color: #1c75bc !important;
    padding: 8px 32px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    width: 75% !important;
    border-radius: 25px !important;
    background-color: transparent !important;
    margin: 6% 2% !important;
}

.RadNotification_Default {
    top: 43% !important;
    border-color: transparent !important;
    height: 130px !important;
}

@media screen and (min-width: 360px) {
    .RadNotification_Default {
        left: 5% !important;
    }
}

@media screen and (min-width: 480px) {
    .RadNotification_Default {
        left: 15% !important;
    }
}

@media screen and (min-width: 640px) {
    .RadNotification_Default {
        left: 23% !important;
    }
}

@media screen and (min-width: 854px) {
    .RadNotification_Default {
        left: 30% !important;
    }
}

@media screen and (min-width: 964px) {
    .RadNotification_Default {
        left: 34% !important;
    }
}

@media screen and (min-width: 1280px) {
    .RadNotification_Default {
        left: 39% !important;
    }
}

.RadNotification_Default .rnTitleBar {
    border-color: transparent !important;
    color: #111 !important;
    background-color: #fff !important;
    background-image: none !important;
}

.RadNotification .rnIconInfo:before {
    content: none !important;
}

.RadNotification .rnTitleBar {
    text-align: center !important;
    margin-top: 1.2rem !important;
    font-weight: bold !important;
}

.RadNotification .rnContentWrapper {
    text-align: center !important;
    color: #888 !important;
}

.RadNotification .rnCommands {
    display: none !important;
}
/* .RadNotification_Default.rnShadows
 {
     box-shadow: none !important;
 }*/
.RadNotification .rnTitleBar .rnIcon {
    display: none !important;
}

.RadNotification_Default {
    background-image: none !important;
    background-color: #fff !important;
}

.infowarning .rnTitleBarTitle {
    margin-left: -30px !important;
}
.tdColumn-right
{
    height:auto !important;
}
