/***************component part *******************************/
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff2') format('woff2'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.masterdiv {
    margin-top: -13px;
}

body {
    color: #333333;
    /*font-family: "open_sansregular", sans-serif;*/
    font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}

a {
    color: #5b9bd1;
    text-shadow: none;
}

a:hover {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase !important;
}

/* Default buttons */
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    box-shadow: none;
    text-shadow: none;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    box-shadow: none;
    text-shadow: none;
}

/***
Blue Madison
***/
.blue-madison.btn {
    color: #FFFFFF;
    background-color: #578ebe;
    border-color: "";
    width: 100px;
    border-radius: 0px;
}

.blue-madison.btn:hover, .blue-madison.btn:focus, .blue-madison.btn:active, .blue-madison.btn.active {
    color: #FFFFFF;
    background-color: #437cae;
    width: 100px;
}

/* Button */
.btn.default {
    color: #333333;
    background-color: #E5E5E5;
    border-color: "";
    width: 100px;
    border-radius: 0px;
}

.btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active {
    color: #333333;
    background-color: lightgray;
}

/***
Login page
***/

.form-group {
    margin-bottom: 15px;
}

.login .content .form-control {
    background-color: #dde3ec;
    border: 1px solid #dde3ec;
    color: #8290a3;
    height: 26px;
    width: 312px;
}

.login .content .form-control:focus {
    border-color: #C6CFDE;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.login {
    background-color: #364150 !important;
}

.login .logo {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.login .content {
    background-color: #eceef1;
    border-radius: 0px;
    width: 341px;
    margin: 0px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

.login .content h3 {
    color: #4db3a5;
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;
}


.login .content .form-title {
    font-weight: 300 !important;
    margin-bottom: 25px;
}

.login .content .form-actions {
    clear: both;
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .form-actions .btn {
    margin-top: 1px;
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af;
}

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .bottom-grey-box {
    margin: 0 -40px -40px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    border-radius: 0 0 7px 7px;
}

.Captcha {
    border: 1px solid #cccccc;
    height: 50px;
    width: 150px;
}


#otpTimer {
    width: 96%;
    margin: 5px 0px 0px 0px;
    padding: 5px;
    height: 10px;
    background-color: #dde3ec;
    color: #000;
}

#otpTimer div {
    height: 10px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    width: 0;
    background-color: #4db3a5;
    box-sizing: border-box;
}


/********************Post selection********************************/

#ExtraLoginRequirement .post-selection-menu {
    width: 200px;
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.login .logo-image {
    margin: 0 auto;
    /*margin-top: 60px;*/
    margin-top: 20px;
    text-align: center;
}

.login .logo-image img {
    width: 75px;
    height: 75px;
    margin-top: 0px;
}

.login .copyright {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto 30px 0;
    padding: 10px;
    text-align: center;
}

.info-bar {
    font-size: 14px;
    color: #00000;
    text-align: justify;
}

.memorable-char, .memorable-select-box, .continue-button {
    float: left;
    width: 100%;
}

#ddlChar1, #ddlChar2, #ddlChar3 {
    width: 100px;
    height: 34px;
    color: Black;
    float: left;
    margin-right: 10px;
}

#lblChar1, #lblChar2, #lblChar3 {
    color: Black;
    float: left;
    text-align: center;
    width: 106px;
    margin-top: 10px;
    line-height: 30px;
    width: 106px;
}

.continue-button {
    margin-top: 30px;
    text-align: center;
}

.divider {
    width: 10px;
    height: auto;
    display: inline-block;
}

.menu-selection {
    margin-top: 25px;
    text-align: center;
}

.post-selection-menu {
    margin-top: 10px;
}

/* AJAX PROGRESS BEGIN*/

.modalajaxbackground {
    background-color: transparent;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
    /*filter: alpha(opacity=40);*/
    opacity: 0.5;
}

.modalajaxprogresscontainer {
    border: 10px solid #364150;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -75px;
    height: 150px;
    width: 350px;
    z-index: 2000;
    line-height: 150px;
    opacity: 0.7;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.modalajaxprogresscontainer img {
    position: absolute;
    top: 50px;
    height: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
}

.modalajaxprogresscontainer div {
    position: absolute;
    top: 85px;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

/* AJAX PROGRESS END*/

.info {
    text-align: center;
    font-family:
}

.info .text {
    font-size: 18px;
    font-weight: bold;
    color: #FFC107;
    margin-bottom: 0;
}

.info .link {
    color: #F44336;
}
    .info .link a {
        color: #F44336;
        text-decoration:underline;
    }

.blink {
    animation: 0.5s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
    color: red;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


/**
    Custom checkbox start
*/
/* Customize the label (the chkeck-input-container) */
.check-input-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
}

/* Hide the browser's default radio button */
.check-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox button */
.check-input-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    line-height: 24px
}

/* On mouse-over, add a grey background color */
.check-input-container:hover input:enabled ~ .check-input-checkbox {
    background-color: #bbb;
}

.check-input-container input:disabled ~ .check-input-checkbox {
    opacity: 0.5;
}

/* When the radio button is checked, add a blue background */
.check-input-container input:checked ~ .check-input-checkbox {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-input-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-input-container input:checked ~ .check-input-checkbox:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-input-container .check-input-checkbox:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**
    Custom checkbox end
*/

/**
    Custom radio start
*/

/* Create a custom radio button */
.check-input-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ddd;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-input-container:hover input ~ .check-input-radio {
    background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.check-input-container input:checked ~ .check-input-radio {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-input-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-input-container input:checked ~ .check-input-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-input-container .check-input-radio:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/**
    Custom radio end
*/
