﻿@font-face {
    font-family: 'MuseoSansRegular-300';
    src: url('webfonts/2FD9EE_2_0.eot');
    src: url('webfonts/2FD9EE_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2FD9EE_2_0.woff2') format('woff2'),url('webfonts/2FD9EE_2_0.woff') format('woff'),url('webfonts/2FD9EE_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSansRegular-500';
    src: url('webfonts/MuseoSans/MuseoSans-500.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-700';
    src: url('webfonts/MuseoSans/MuseoSans-700.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-900';
    src: url('webfonts/MuseoSans/MuseoSans-900.otf');
}

body {
    color: #4a4a4a;
    font-family: 'MuseoSansRegular-300';
    font-size: 14px;
    margin: 0;
    padding: 0;
}

b{
    font-family: 'MuseoSansRegular-700';
    font-weight:normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus, button:focus {
    border: 0;
    outline: 0;
}

.username_div {
    position: relative;
}

.password-eye {
    background: url(../../Images/eye.svg);
    width: 18px;
    display: inline-block;
    height: 12px;
    position: absolute;
    cursor:pointer;
    right: 10px;
    top: 20px;
    background-size: 18px 12px !important;
}

.password-eye:after {
    background: #b3b3b3;
    position: absolute;
    content: '';
    right: 8px;
    top: -1.5px;
    height: 16px;
    transform: rotate(22deg);
    width: 1px;
}

.password-eye.eye-close:after {
    background:none;
}

.login_page {
    margin: 0;
    background: url("../images/home/background1.jpg");
    background-size: cover;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


html, body {
    height: 100%;
}

.container {
    min-height: 100%;
}

.leftLoginLogoDiv {
    width: 250px;
    height: 250px;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    float: left;
    margin: 40px 0 0 45px;
}

.welcomeTitleLogin {
    color: #fff;
    font-family: 'MuseoSansRegular-500';
    font-size: 45px;
    line-height: 1;
    padding: 0 0 20px;
    width: 271px;
    margin: 8% auto 0;
    overflow: hidden;
    width: 350px;
}

.content {
    margin: 0 auto;
    overflow: hidden;
    width: 350px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

b{
    font-family: 'MuseoSansRegular-500';
    font-weight:normal;
}

.login-wrapper .content {
    padding: 20px 10px 10px 10px;
}

.spanCmLoginLogo {
    background: url(../Images/AllStar/Common/cm-logo.svg) no-repeat;
    width: 184px;
    height: 184px;
    display: inline-block;
    margin: 32% 0 0 14%;
}

.username_div input[type="text"], .username_div input[type="password"] {
    width: 100%;
    height: 36px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    outline: 0;
}

.btn {
    border-radius: 6px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    margin: 0;
    min-width: 90px;
    font-family: "MuseoSansRegular-700";
}

.btn-primary {
    background: #0b78e3;
}

.btn-redirect {
    background: transparent;
    float: left;
    padding: 0;
    color: #0b78e3;
    text-decoration: none;
}

    .btn-redirect:hover {
        text-decoration: underline;
    }

/* common CSS*/

.ui-error-message-display {
    color: #d91a5b;
    font-size: 12px;
    line-height: 13px;
}

.text-right {
    text-align: right;
}

.mb-2 {
    margin: 0 0 0.5rem;
}

.mt-2 {
    margin: 0.5rem 0 0;
}

.mtb-2 {
    margin: 0.5rem 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.new_loginPwUsername {
    float: left;
    width: 100%;
}

.logInBck-wrapper {
    margin: 0 auto;
    min-height: 400px;
    overflow: hidden;
    /*padding-bottom: 70px;*/
}

/* footer CSS*/

.inner-container {
    padding: 0 0 80px;
}

.new_login_page_footer {
    color: #9b9b9b;
    float: left;
    padding: 0;
    width: 100%;
    clear: both;
    height: 80px;
    font-size: 12px;
    margin: -80px 0 0;
    position: relative;
    z-index: 10;
    background: #f5f5f5;
}

.new_footer-wrapper {
    margin: 0 auto;
    width: 914px;
    text-align: center;
}

.new_well-doc-branding {
    background: url(../Images/Common/powered-by-welldoc.svg) no-repeat;
    height: 17px;
    display: inline-block;
    width: 142px;
    vertical-align: middle;
}

.new_list_item_wrap {
    display: inline-block;
    padding: 0 0 0 10px;
}

.dot.new_list_item_wrap > li {
    border-right: 1px solid #9b9b9b;
    padding: 0 5px;
}

.login_page .dot.new_list_item_wrap > li {
    border-right: 1px solid #fff;
}

.dot.new_list_item_wrap > li:last-child {
    border-right: 0;
}

.dot > li, .m_dot > li {
    display: inline-block;
}

/* footer CSS*/


/* inactivity page CSS - kiran kumar g*/

.activityHeader {
    border-bottom: 5px solid #4a4a4a;
    padding: 10px 0;
}

.activityContainer {
    margin: 0 auto;
    overflow: hidden;
    /* padding: 10px 0 0; */
    width: 1000px;
}

.header-logo {
    background: url(../Images/conifer/home/bluestar.svg) no-repeat;
    width: 250px;
    height: 26px;
    display: inline-block;
}

.cmWrapper {
    min-height: 100%;
    position: relative;
}

.pageTitleHeading {
    font-size: 20px;
    font-family: 'MuseoSansRegular-700';
}

.login-inacitivity-link {
    color: #0b78e3;
    font-family: 'MuseoSansRegular-700';
}

.login-inacitivity-link:hover {
 text-decoration:underline;
}

.reasons-div,
.ui-reasons-div-p {
    margin: 20px 0 0;
}

/*.logInBck-wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    min-height: 400px;
    padding-bottom: 100px;
    width: 1000px;
}*/



/*login  page footer css - Kiran Kumar G*/

.login_page .new_login_page_footer {
    color:#fff; 
    background:none;
}

.login_page .new_well-doc-branding {
    background: url(../Images/home/powered-by-welldoc.svg) no-repeat;
}



/* Bootstrap Model css  fot otp pop up*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    min-height: 16.4286px;
    padding: 15px;
}

.modal-title {
    line-height: 1.42857;
    margin: 0;
}

.modal-body {
    overflow: hidden;
    padding: 16px 10px 10px 15px;
    position: relative;
}

.modal-dialog {
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 10px 30px;
    right: auto;
    width: 500px;
    z-index: 1050;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

/*.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}*/

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 5px;
    padding: 20px;
    text-align: right;
    background: rgb(244,244,248);
    border-radius: 0 0 6px 6px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

/*.btn-default {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    color: #3A3A3A;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #EBEBEB;
        border-color: #ADADAD;
        color: #333333;
    }*/

.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}


.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

/*body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 17px;
}*/

.modal-open {
    overflow: hidden;
}

.bootbox-body {
    clear: both;
    color: #3A3A3A;
}

/* css for otp pop up*/

.schpopcont_heading_p{
    color: #4a4a4a;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 0 0;
    font-family: 'MuseoSansRegular-700';
    margin: 0;
}