﻿:root {
    --main-dark-color: #fff;
    --main-login-background-image-url: url(../Content/images/spjst.png) no-repeat;
    --main-menu-bg-color: var(--main-dark-color);
}

html, body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    padding-top: 0;
    background: #ffffff;
    color: #444;
    line-height: 1.5;
    padding-top: 0px;
}

.form-control {
    color: #C0C0C0;
    background-color: #fff;
    border: 1px solid #C0C0C0 !important;
}

/*.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

#loginbox {
    width: 85% !important;
    height: 635px !important;
    padding-top: 20px !important;
    border-radius: 15px;
    background-color: #FFF;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    margin-right: 30px;
    margin-left: 25px;
}

.section {
    margin-bottom: 0px !important;
}

.logowrap img {
    max-width: 352px;
    width: 40% !important;
}

img {
    vertical-align: middle;
    border: 0;
    vertical-align: middle;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.copyrighttext {
    font-size: 14px;
    color: #939393;
    text-align: center;
    font-style: italic;
    font-family: "adobe-clean", sans-serif;
}

.logowrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.logowrap img {
    max-width: 352px;
    width: 40%;
}

.borderBox {
    text-align: left;
}

#divMainLoginLayoutPanel .section {
    margin-bottom: 60px;
    margin-top: 60px;
    /*  margin-right: 60px;*/
    width: 80%;
}

#divAuthCodeManagement {
    width: 85% !important;
    height: 670px !important;
    padding-top: 20px !important;
    border-radius: 15px;
    background-color: #FFF;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    margin-right: 30px;
    margin-left: 25px;
}

#lbl2FHeader {
    font-weight: bold;
    font-size: 24px;
    color: #2C5697;
}

#lbl2FHeader u {
    text-decoration:none;
}

#lblPhoneMessage {
    color: #707070 !important;
    font-weight: normal !important;
    font-family: Helvetica;
    font-size:14px
}

.k-dialog .k-dialog-titlebar .k-dialog-title {
    color: #145879 !important;
}
.k-dialog .k-content {
    background-color: white !important;
    color: #145879 !important;
}
:checked.k-radio {
    border-color: #145879;
    color: #145879;
    background-color: #fff;
}
/*.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}*/
.NewButton {
    border-color: #1d99a3;
    font-size: 18px !important;
    color: #1C99A3;
    text-transform: uppercase;
}

    .NewButton:hover {
        border-color: #1C99A3;
        font-size: 18px !important;
        color: #2C5697;
        background-color: #2E76CF !important;
        text-transform: uppercase;
        outline: none !important;
    }

    .NewButton:active {
        border-color: #1C99A3;
        font-size: 18px !important;
        color: #1C99A3;
        background-color: #1C99A3 !important;
        text-transform: uppercase;
        outline: none !important;
    }

    .NewButton:focus {
        border-color: #1C99A3;
        font-size: 18px !important;
        color: #1C99A3;
        background-color: #1C99A3 !important;
        text-transform: uppercase;
        outline: none !important;
    }

.rounded-pill {
    border-radius: 50rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.clrbg {
    background: #2C5697;
    color: #fff;
    box-shadow: none;
}

    .clrbg:hover {
        background: #2E76CF;
        color: #fff !important;
        box-shadow: none;
    }

    .clrbg:active {
        background: #132feb;
        color: #fff !important;
        box-shadow: none;
    }

    .clrbg:focus {
        background: #132feb;
        color: #fff !important;
        box-shadow: none;
    }

#divAnswerSecQuestions {
    background-color: #fff;
    border-radius: 10px;
}

.clrForgetPassword {
    color: #707070 !important;
    font-weight: normal !important;
    text-transform: capitalize;
}

.clrUsernamePassword {
    color: #707070 !important;
    font-weight: normal !important;
    text-transform: capitalize;
}

#divHeader {
    padding-top: 0px !important;
}


#divActionPanelLogin {
    background: var(--main-login-background-image-url) no-repeat;
}

#divActionPanelLogin {
    width: 100%;
    display: inline-block;
    background-size: 100% 100%;
    padding-bottom: 9%;
    padding-top: 7%;
    margin-top: -6px;
}

.section-Error {
    text-align: center;
    color: red;
    font: bold 1.0em sans-serif;
    margin-top: 5px !important;
}



.copyrighttext {
    font-size: 14px;
    color: #939393;
    text-align: center;
    font-style: italic;
    font-family: "adobe-clean", sans-serif;
}

.logowrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.logowrap img {
    max-width: 352px;
    width: 40%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.borderBox {   
    text-align: left;
}

#divMainLoginLayoutPanel .section {
    margin-bottom: 60px;
    margin-top: 60px;
    margin-right: 60px;
    width:80%;
}


.form-control {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}


.NewButton {
    border-color: #2C5697;
    font-size: 18px !important;
    color: #1C99A3;
   /* border-bottom-color: #1C99A3 !important;
    border-right-color: #1C99A3 !important;
    border-bottom-color: #1C99A3 !important;
    background-color: #1C99A3 !important;*/
    text-transform: uppercase;
}

.NewButton:hover {
        border-color: #132feb;
        font-size: 18px !important;
        color: #1C99A3;
        /*border-bottom-color: #1C99A3 !important;
        border-right-color: #1C99A3 !important;
        border-bottom-color: #1C99A3 !important;*/
        background-color: #2E76CF !important;
        text-transform: uppercase;
        outline: none !important;
    }
.NewButton:active {
        border-color: #132feb;
        font-size: 18px !important;
        color: #1C99A3;
        /*border-bottom-color: #1C99A3 !important;
        border-right-color: #1C99A3 !important;
        border-bottom-color: #1C99A3 !important;*/
        background-color: #1C99A3 !important;
        text-transform: uppercase;
        outline: none !important;
}
.NewButton:focus {
        border-color: #1C99A3;
        font-size: 18px !important;
        color: #1C99A3;
        /*border-bottom-color: #1C99A3 !important;
        border-right-color: #1C99A3 !important;
        border-bottom-color: #1C99A3 !important;*/
        background-color: #1C99A3 !important;
        text-transform: uppercase;
        outline: none !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.clrbg {
    background: #1d99a3;
    color: #fff;
    box-shadow: none;
}

.clrbg:hover {
        background: #2E76CF;
        color: #fff !important;
        box-shadow: none;
}

.clrbg:active {
        background: #1d99a3;
        color: #fff !important;
        box-shadow: none;
}

.clrbg:focus {
        background: #1d99a3;
        color: #fff !important;
        box-shadow: none;
}

/*#divAnswerSecQuestions {
    background-color: #fff;
    border-radius: 10px;
}
*/
/*@@media (min-width: 992px) 
.col-md-12 {
   float: right !important;
}*/

.clrForgetPassword {
    color: #707070 !important;
    font-weight:normal !important;
}

.clrForgetPassword {
    color: #707070 !important;
    font-weight: normal !important;
}
/*a:focus {
    color: #707070 !important;
    font-weight: normal !important;
}
*/
.clrUsernamePassword {
    color: #707070 !important;
    font-weight: normal !important;
}

#divHeader {
    padding-top:0px !important;
}

a.clrUsernamePassword:focus {
    color: #707070 !important;
}
#idLogin:focus {
    color: #707070 !important;
}

#SecQuestions_Answer:focus
{
    border: 1px solid #C7C7C7 !important;
}

/*a:focus {
    border: 1px solid #707070 !important;
}*/
a:hover {
    color: #2C5697 !important;
}

/*.k-dropdown-wrap 
{
    padding:10px !important;
    color:#000;
}*/
a {
    color: #707070 !important;
}
.k-dropdown .k-input {
    color: #707070 !important;
}




