﻿/* below are css to handle session expiry*/
.close_session_alert_content {
    width: 100%;
    float: left;
    padding: 10px;
}

.session_expire_header {
    width: 100%;
    float: left;
    color: #7c2230;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 6px 50px;
}

.session_expire_header:before {
    width: 40px;
    height: 40px;
    float: left;
    content: '';
    margin-left: -50px;
    margin-top: -6px;
}

.session_count_txt, .session_expaire_question {
    font-size: 18px;
    color: #474747;
    padding-left: 50px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.session_expaire_question {
    margin-top: 10px;
}

#ss_count {
    color: #7c2230;
    font-weight: 700;
}

.session_expaire_btns_container {
    width: 100%;
    float: left;
    margin-top: 18px;
    padding-left: 110px;
}

.session_stayin_btn, .session_logout_btn {
    width: auto;
    float: left;
    height: 40px;
    background: #00687f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 80px;
    text-align:center;
}

.session_stayin_btn_cancel {
    width: auto;
    float: left;
    height: 40px;
    background: #b57a25 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.session_logout_btn {
    background: #7c2230;
    margin-left: 15px;
}

.session_stayin_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #005467;
    cursor: pointer;
}

.session_logout_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #6E1A27;
    cursor: pointer;
}


.search_doctor_modal {
    background: #fff;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    z-index: 999;
}

/* above are css to handle session expiry*/
