﻿/******************************************************GENERAL*************************************/



* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 100%;
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

}

html {
    height: 100%;
    position: relative;
}

h1 {
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

h2 {
    font-weight: normal;
    text-transform: capitalize;
}
h2 span{
  font-size:18px;
}
h2 span:before{
    /*content: ":";*/
    padding-right: 5px;
    padding-left: 5px;
}
h3 {
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
}

h4 {
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
}

h5 {
    font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.modal-body h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

a img {
    border: none;
}

label, .label {
    text-transform: capitalize;
    font-weight: normal;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.large-loader {
    text-align: center;
}

.row {
    margin: 0;
}

.form-control {
    border-radius: 0;
    height: 30px;
}

textarea.form-control {
    height: 80px;
    resize: none;
}

.btn {
    border: none;
    border-radius: 0;
    min-width: 100px;
    min-height: 40px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.parentClass{
    white-space: nowrap;
}

.childClass {
    display: inline-block;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
.full-name-control {
    overflow: hidden;
}

body .full-name-control > input {
    float: left;
    margin-right: 5px;
    margin-left: 0;
}

body .full-name-control > input:last-child {
    margin-right: 0;
    width: 25%;
}

.wd-100{width:100%;}
.no-pr{padding-right: 0;}
.pd-15{padding-bottom: 15px !important;}
.ml-15{margin-left: 15px;}
.no-mr{margin-right: 0;}
.icon-blue {
    font-size: 14px !important;
    padding-right: 4px;
}
.dnone{ display: none !important;}
.dblock{ display: block !important;}

/*********************************************** LOGIN PAGE **********************************************/



.login-container {
    position: relative;
    text-align: center;
    top: 40%;
    padding: 0;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.login-logo {
    margin-bottom: 30px;
}
.client-logo {
    display: block;
    margin: 0 auto;
}
.login-container label {
    width: 100%;
}

.login-container a {
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

    .login-container a:hover, .login-container a:focus {
        text-decoration: none;
    }

.btn-login {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-shadow {
    width: 100%;
}



/******************************************************NAVBAR*************************************/



.navbar-fixed-top {
    z-index: 5000;
}

.navbar-default {
    border: none;
    margin: 0;
    height: 40px;
    min-height: inherit;
}

    .navbar-default .container-fluid {
        height: inherit;
    }

.navbar-brand {
    height: inherit;
    padding: 5px 0px;
}

    .navbar-brand .dim {
        opacity: 0.2;
    }

        .navbar-brand .dim:hover, .navbar-brand .dim:focus {
            background: none !important;
        }

.navbar-header .dropdown img {
    height: 30px;
    width: auto;
}

.navbar-header .dropdown a:hover, .navbar-header .dropdown a:focus {
    text-decoration: none;
}

.navbar-header .dropdown-menu {
    margin: 0;
    border-radius: 0;
    min-width: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-header .dropdown li {
    margin-bottom: 10px;
    width: 100%;
}

    .navbar-header .dropdown li a {
        padding: 3px 10px;
        width: 100%;
    }

        .navbar-header .dropdown li a span {
            line-height: 30px;
        }

.navbar-right {
    margin-top: 5px !important;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 3px;
    margin-bottom: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.navbar-default a {
    text-transform: capitalize;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.second-navbar {
    top: 40px;
    height: 40px;
    margin: 0;
    z-index: 4000;
}

    .second-navbar .col-sm-6 {
        padding: 0;
    }

    .second-navbar a {
        line-height: 21px !important;
        height: inherit !important;
        border-bottom: 5px solid transparent;
    }

    .second-navbar .hospital-filter {
        padding: 0;
    }

        .second-navbar .hospital-filter .form-group {
            margin-bottom: 0;
            margin-top: 5px;
            padding: 0;
        }

        .second-navbar .hospital-filter .form-control {
            cursor: pointer;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
        }



/******************************************************CONTENT*************************************/



.error-field {
    font-size: 11px;
}

.registration-frame {
    width: 100%;
    border: none;
}


.content {
    width: 100%;
    position: relative;
    overflow: auto;
}

.filter-map {
    overflow: hidden;
}

    .filter-map #gmap {
        width: 100%;
        height: inherit;
    }

.main-screen {
    position: relative;
    text-align: center;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.welcome-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.welcome-text {
    width: 60%;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
    line-height: 25px;
    position: relative;
}

    .welcome-text span {
        position: absolute;
        bottom: -30px;
        font-style: italic;
    }

.main-screen-link {
    text-align: center;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    height: 120px;
}

    .main-screen-link img {
        position: relative;
        width: 30%;
        top: 20px;
        margin: 0 auto;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }

    .main-screen-link:hover img, .main-screen-link:focus img {
        top: 20%;
        width: 40%;
    }

    .main-screen-link span {
        width: 100%;
        text-transform: capitalize;
        display: block;
        position: absolute;
        bottom: 20px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }

    .main-screen-link.dim {
        cursor: default;
    }

        .main-screen-link.dim:hover img, .main-screen-link:focus.dim img {
            top: 20px;
            width: 30%;
        }

        .main-screen-link.dim:hover span, .main-screen-link.dim:focus span {
            bottom: 20px;
        }

    .main-screen-link:hover span, .main-screen-link:focus span {
        bottom: -100px;
    }

.block {
    padding: 15px 15px 0px 15px;
    /*margin-bottom: 20px;*/
}

.post-block {
    padding: 15px 15px 0px 15px;
    margin-bottom: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

    .post-block:hover, .post-blockfocus {
        text-decoration: none;
    }

    .post-block h2 {
        margin-top: 0;
    }

.post-details {
    padding: 10px;
}

    .post-details span {
        width: 100%;
        margin-bottom: 10px;
    }

.page-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: fixed;
    width: 98%;
    z-index: 1000;
}

    .page-title .page-icon img {
        height: 75px;
        width: 75px;
        margin: 10px;
    }

    .page-title h1 {
        margin-bottom: 10px;
    }
.page-title h2{
    text-align:left;
    margin-bottom:10px;
}
.left-col {
    margin-bottom: 0;
    overflow: auto;
    padding: 10px 0;
    position: fixed;
    width: inherit;
    z-index: 2000;
}
.page-title .btn.btn-primary.right {
    margin: 10px 0;
}
    .left-col a {
        padding: 10px;
        width: 100%;
        margin-bottom: 1px;
        text-transform: capitalize;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }

        .left-col a span {
            width: 100%;
            margin-bottom: 2px;
        }

.left-col-tabs {
    position: fixed;
    width: inherit !important;
}

    .left-col-tabs, .left-col-tabs li, .left-col-tabs li a {
        height: 40px;
    }

        .left-col-tabs li a {
            padding: 10px 0 0 0;
        }

            .left-col-tabs li a img {
                height: 20px;
            }

.tab-content.left-col {
    padding: 10px 0;
}

.block h2 {
    margin-top: 0;
    padding: 0 5px 5px 5px;
}

.iframe-container .block {
    height: inherit;
    margin: 0;
    overflow: hidden;
}

.block iframe, .block object {
    width: 100%;
    border: none;
    height: calc(100% - 35px);
}

.online {
    margin-bottom: 30px;
}

.doctors {
    margin-bottom: 0px;
    margin-right: 8px;
    margin-left: 8px;
    width: 220px;
}
.dr-block h4, .dr-block h3 {
    width: calc(100% - 100px);
    float: right;
}
.dr-block h3 {
    margin-top: 40px;
    height: 20px;
}
.dr-block h3 a{
    font-size: 20px;
    text-decoration: none;
}

.dr-block .doctor-img {
    width: 100px;
    position: relative;
    text-align: center;
    padding: 5px;
    float: left;
}

    .dr-block .doctor-img img {
        /*width: 170px;
        height: 170px;
        margin-bottom: 30px;*/
        border-radius: 50%;
        margin: 15px auto;
        border: 3px solid #ffffff;
        overflow: hidden;
        max-width: 100%;
        max-height: 100%;
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        box-shadow: 0px 1px 3px rgba(8, 8, 8, 0.47);
    }


    .dr-block .doctor-img a {
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        padding: 5px;
        text-transform: capitalize;
        text-align: center;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }

        .dr-block .doctor-img a:hover, .dr-block .doctor-img a:focus {
            text-decoration: none;
        }

.dr-block .form-group {
    width: 50%;
    float: left;
}

.dr-speciality + div, .bio + div {
    clear: both;
    height: unset !important;
}

.not-found {
    margin: 0 5% 10px 5%;
    padding: 5px;
    text-align: center;
}

.select-style {
    position: relative;
}

    .select-style .loader {
        position: absolute;
        height: 28px;
        top: 1px;
    }

.online .dr-confirmation {
    padding: 0;
    height: 40px;
}

    .online .dr-confirmation .btn-primary {
        display: none;
        width: 100%;
    }

.details-img img {
    width: 100%;
}

h1.dr-name {
    margin: 0;
}

h2.dr-name {
    margin: 0 0 10px 0;
}

.cv-titles * {
    width: 100%;
    text-transform: capitalize;
}

.archive-block {
    padding: 15px 0;
}

.archive-details h3 {
    margin-top: 0;
}
.archive-details h3 a{
    font-size: 19px;
    text-decoration: none;}
.archive-details p {
    margin: 0;
}

.archive-remove {
    height: inherit;
    padding: 30px 0;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

    .archive-remove:hover, .archive-remove:focus {
        text-decoration: none;
    }

body > .alert {
    position: absolute;
    top: 41px;
    right: 15px;
    z-index: 5001;
    display: none;
    opacity: 0;
}

body > .alert-dismissable .close {
    text-shadow: none;
    font-weight: normal;
    opacity: 0.5;
}

.reminder-link {
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

    .reminder-link:hover, .reminder-link:focus {
        text-decoration: none;
    }



/******************************************************EDIT PROFILE*************************************/



.profile-image {
    width: 100%;
    height: auto;
}

.ar-name, .en-name {
    font-weight: bold;
}

.profile-title {
    font-weight: bold;
}

.profile-data {
    min-height: 16px;
}

.btn.btn-primary.right {
    /*margin-bottom: 20px;*/
}



/******************************************************CONSULTATION*************************************/



.consultaion-block {
    padding-top: 15px;
    position: relative;
    overflow: auto;
}

.dr-message, .my-message {
    padding: 15px 15px 5px 15px;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    /*color:#fff;*/
}

    .dr-message *, .my-message * {
        margin: 0 !important;
    }

    .dr-message .time, .my-message .time {
        margin-top: 10px !important;
    }

.dr-message {
    border-radius: 0 5px 5px 5px;
}

    .dr-message:after, .my-message:after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px;
        border-top-width: 0;
        color: transparent;
    }

.compose .col-xs-11 {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.compose .glyphicon-paperclip {
    position: absolute;
    top: 10px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.compose .btn-primary {
    margin: 0;
    min-width: 100%;
    height: 43px;
}

.compose .send {
    padding: 0;
}



/******************************************************TABS*************************************/



.nav-tabs.nav-justified > li > a, .nav-tabs > li > a {
    border: none;
}

.nav-tabs > li > a {
    text-transform: capitalize;
    border-radius: 0 !important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.tab-content .nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: none !important;
}

.tab-content .nav-tabs li a {
    padding-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent !important;
}

.tab-content {
    padding: 20px;
    margin-bottom: 20px;
}

    .tab-content a {
        text-decoration: underline;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
    }

        .tab-content a:hover, .tab-content a:focus {
            text-decoration: none;
        }

        .tab-content a.glyphicon {
            text-decoration: none;
        }

.extra-links {
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: block;
}

.center-tabs li a {
    text-align: center !important;
}

    .center-tabs li a img {
        width: 40px;
        margin-bottom: 10px;
    }

    .center-tabs li a span {
        width: 100%;
        display: inline-block;
    }



/******************************************************TABLES*************************************/



.table-responsive {
    border: none !important;
}

.table {
    margin-bottom: 15px;
}
td:hover {
    cursor: pointer;
}
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border: none;
        padding: 10px 8px;
        vertical-align: inherit;
    }

.search-form {
    position: inherit;
    z-index: 20;
}

.clear-search {
    width: 18px;
    height: 18px;
    position: inherit;
    z-index: 20;
    top: 0;
    opacity: 0.3;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: -18px;
}

    .clear-search:hover {
        opacity: 0.8;
    }


.table .glyphicon {
    cursor: pointer;
}

.table .Request {
}

.table td input[type="checkbox"] {
    margin: -4px 0 0 0;
}

.small-td {
    width: 100px;
    white-space: nowrap;
    text-align: center;
}

.complaint-btn {
    min-width: 50px;
    padding: 0 5px;
    min-height: 25px;
    text-transform: capitalize;
}



/******************************************************FOOTER*************************************/



.footer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: #20507c;
}

.copyright {
    width: 210px;
    height: 30px;
    margin: 10px auto 0 auto;
}

    .copyright p {
        font-weight: normal;
        line-height: 20px;
        color: #fff;
    }



/******************************************************MODAL*************************************/



.modal {
    z-index: 6000;
}

.modal-dialog {
    margin-top: 10%;
}

.modal-backdrop {
    z-index: 5000;
}

.modal .message {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

/******************************************************GALLERY*************************************/



.responsive {
    margin-bottom: 20px;
}

.img img {
}

.img .desc {
    padding: 10px 0;
    height: 70px;
}

    .img .desc p {
        margin-bottom: 0;
    }

.image-gallery {
    z-index: 5000;
}

.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-weight: bold;
    line-height: 1;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

#caption {
    margin: initial;
    height: auto;
    padding: 0;
}

    #caption.modal-title p {
        font-weight: normal;
        text-transform: capitalize;
        display: inline-block;
        margin-bottom: 0;
    }

.modal-body object {
    width: 100%;
}

.chat-image {
    width: 100%;
}


/*===================================================
  Avatar Uploads
===================================================*/
.avatar-upload {
    position: relative;
    max-width: 133px;
    margin: 15px auto;
}

.edit-profile-section .avatar-upload {
    margin: 0 auto 30px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0px;
    top: 0;
    bottom: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 100%;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    position: relative;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #eee;
    position: absolute;
    top: 86px;
    right: 23px;
    text-align: center;
    margin: auto;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.55);
}

.edit-profile-section .avatar-upload .avatar-edit input+label:after {
    top:90px;
}

.avatar-upload .avatar-preview {
    width: 133px;
    height: 133px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}/*=================================================================================
  User Information
==================================================================================*/
.user-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 0 15px !important;
    margin-bottom: 14px;
    /* text-align: left; */
}
.user-title-h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 15px 0 10px !important;
    margin-bottom: 14px;
    text-align: center;
}


.information p {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 5px;
}

.information a {
    font-weight: 100;
    font-size: 14px;
}

.information i {
    margin-right: 10px;
    display: inline-block;
}
/*=======================================================================
  Regestration
=======================================================================*/
.regestration-section {
    flex-flow: row wrap;
    padding-top: 50px;
    overflow: auto;
    height: calc(100vh - 40px);
}
.regestration-section .tab-content{
    margin-top: 5px;
}


.regestration-content {
    opacity: 0.8;
    padding: 25px 10%;
    text-align: center;
    position: relative;
}

.regestration-content img {
    width: 180px;
    height: auto;
}

.regestration-content .lang {
    position: absolute;
    left: 10%;
    top: 5%;
}.regestration-content p {
     width: 200px;
     font-size: 16px;
     line-height: 20px;
     text-align: center;
     margin: 40px auto;
     text-transform: capitalize;
 }
.regestration-content p .brand-name {
    text-transform: uppercase;
}

.edit-profile-section{
    padding-bottom: 15px;
}
/*===========  login$signup ===========*/

.form .tab-group {
    list-style: none;
    margin: 15px 0 0;
    display: flex;
    flex-direction: row;
    padding-left: 0 !important;
    /* background-color: #20507c; */
}

.img .desc p {
    margin-bottom:0;
}

.tab-content > div#login,
.tab-content > div#forgot-password,
.tab-content > div#reset-password,
.tab-content > div.unblock-section {
    /* display:none; */
}


.form .tab-content #forgot-password .back p, .form .tab-content .unblock-section .back p {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 0 12px;
    cursor: pointer;
    text-align: left;
}

.form .tab-content #forgot-password .back i, .form .tab-content .unblock-section .back i {
    padding-right: 16px;
    font-size: 14px;
}

.form .tab-content #forgot-password p.forgot, .form .tab-content .unblock-section p.forgot {
    width: auto;
    margin: 15px 0;
}

.form .tab-content #forgot-password .btn-submit, .form .tab-content .unblock-section .btn-submit {
    margin-top: 8px;
}

.form .tab-content #success,
.form .tab-content #confirm {
    display: none;
}

.form .tab-content #confirm p,
.form .tab-content #success p {
    width: 100%;
    font-size: 14px;
}

.form .tab-group li {
    width: 50%;
    padding-bottom: 0;
}

.form .tab-group li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
}

.form .tab-group li.active a {
    text-transform: uppercase;
    text-decoration: none !important;
}

.form .tab-group li a:hover {
    background-color: transparent;
}

.form .tab-content .form-group input::placeholder {
    font-size: 13px;
    line-height: 19px;
}

.form .tab-content .form-check-label {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}

.form .tab-content p.forgot {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin: 10px auto 25px 0;
}


/*===========  Calendar ===========*/

.text-normal {
    font-weight: normal !important;

}

.avatar-doctor {
    background-color: #6284a3;
    height: 220px;
    text-align: center;
    padding: 10px;
}

.avatar-doctor img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #fbfbfb;
}

.information-doctor {
    box-shadow: 0px 2px 5px rgba(146, 137, 137, 0.68);
    min-height: 490px;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.bio p {
    width: 80%;
    margin: auto;
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x;
    padding-bottom: 15px;
    color: #9a9292;
}

.bio p.star {
    text-align: center;
    font-size: 22px;
    color: #20507c;
    margin: 0 auto 16px;
    background-image: linear-gradient(to right, rgba(99, 86, 86, 0.42) 50%, rgba(255, 255, 255, 0) 0%);
}

.location {
    padding-top: 0 !important;
    padding: 15px 15px 0;
}

.location p {
    margin: 2px 0;
    font-size: 14px;
}

.location ul{margin-left: 20px;}


.headline {
    color: #20507c;
    margin-top: 20px !important;
}

.location ul li {
    font-size: 14px;
    color: #494949;
    list-style: none;
    line-height: 18px;
    white-space: pre-line;
}

.btn-branch {
    /* border: 1px solid #6284a3 !important; */
    border-radius: 0px;
    padding: 3px 0px;
    font-size: 14px;
    background-color: rgb(32, 80, 124);
    color: #fffcfc !important;
}

.icon-toggle {
    width: 30px;
    height: 25px;
    background-color: #6284a3;
    text-align: center;
    line-height: 25px;
    color: #848484;
}


.calendar{margin: 10px 1px 7px;}
.calendar li {
    font-size: 14px;
    color: #ffffff;
}

.reservation {
    margin-top: 0;
    box-shadow: 0 1px 1px #ccc;
    position: relative;
}
.reservation .table td {
    padding: 0;
    border: none;
    width: 170px;
    text-align: center;
}
.reservation .table td:empty {min-width: 55px;}

.reservation tbody tr {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.reservation .table th span {
    display: block;
    color: #20507b;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 5px;
}

.reservation .table th {
    border: none !important;
    padding: 5px;
}

.reservation .table th span:first-child {
  border-top: 3px solid transparent;
    padding-top: 6px;
}

.reservation .table th span:last-child {
   border-bottom: 3px solid #20507b;
}

.reservation table.table {
    position: relative;
}

.reservation table.table thead {
    position: absolute;
    width: 100%;
    background-color: #fdfdfd;
    top: 0px;
}

.reservation table.table thead tr {
    width: 100%;
    display: inline-block;
}

.reservation .table th {
    width: 170px;
    text-align: center;
}

.reservation tbody {
    width: 100%;
    display: inline-block;
    padding-top: 75px;
    height: 420px;
    overflow: auto;
}
/*=======================================================================
  Booking Page
=======================================================================*/
.select-doctor {
    margin-bottom: 35px;
}

.select-doctor .filter-header {
    font-size: 18px;
    line-height: 18px;
    margin: 25px auto;
}

.select-doctor form {
    padding-top: 25px;
}

.select-doctor form .form-group {
    width: 22%;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    margin: 0 1% 10px;
}

.select-doctor form input,
.select-doctor form select {
    font-size: 13px;
    height: 32px !important;
    border-radius: 8px !important;
}

.select-doctor form .form-footer {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.select-doctor form .form-footer .btn-submit {
    font-size: 20px;
}

.sortBy-content {
    padding: 30px 15px;
}

.sortBy-content .tab-content .tab-pane {
    padding: 45px 25px 30px;
}

.sortBy-content .tab-content .tab-pane .card {
    border-radius: 0;
    margin: 25px auto;
}

.sortBy-content .tab-content .tab-pane .card .card-img-top {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
}

.sortBy-content .tab-content .tab-pane .card .card-body {
    padding: 20px 10px;
    text-align: center;
}
/* -------------------------- rating -------------------------- */
.rating{margin-top: 25px;}
.rating textarea.form-control {
  height: auto;
  padding: 2px 5px;
}
.rating-stars ul {
  list-style-type:none;
  padding:0;
    -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.2em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#20507c;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

.rating .logo{margin-bottom: 25px;}
.rating .logo img{max-width: 100%;/*! width: 272px; */}



  /******************************************************Admin*************************************/

    /* Admin Left Menu Links */
    .admin #action-menu .menu-block {
        position: relative;
    }
    .admin .left-block {
    position: relative;
}

    .admin .left-main-link {
    border-left: 4px solid transparent;
    display: block;
    line-height: 30px;
    color: #fff;
    text-indent: 10px;
    position: relative;
    padding: 5px;
}

    .admin .left-col .left-main-link span:nth-child(1) {
    /* font-family: 'nav icons'; */
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    margin-right: 10px;
    margin-left: -5px;
    margin-bottom: -5px;
}
    
    .admin .menu-block img {
    height: 20px;
    width: auto;
}
    .admin .left-col a span {
    display: inline;
    line-height: 21px;
}

    

/* Admin Left Menu */
    .admin .left-nav {
        padding: 10px 10px;
        /* background: linear-gradient(#01497B, #54B3F3); */
        width: 100%;
        height: 100%;
    }
    .admin .left-col {
    position: fixed;
    left: 0;
    width: 250px;
    height: calc(100% - 80px);
    top: 50px;
    z-index: 1040;
    overflow: auto;
    background: linear-gradient(#0360a0, #54B3F3);

}

    .admin .right-content {
        position: fixed;
        right: 0;
        height: 100%;
        width: 100%;
        padding-left: 250px;
        padding-top: 50px;
        padding-bottom: 30px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .admin #action-menu .menu-main-link {
    font-size: 12px;
    display: block;
    background: #072741;
    color: #fff;
    padding: 10px 0 10px 5px;
    margin-bottom: 5px;
    position: relative;
}
    .admin .left-col * {
    white-space: nowrap;
    color: #fff;
}


/******************************************************MEDIA*************************************/


@media (min-width: 1200px) {

    /* main screen links height */
    .main-screen-link {
        height: 155px;
    }
}


@media (max-width: 768px) {
    .navbar-default {
        height: 40px !important;
    }

    .navbar-brand {
        height: 20px;
    }

    .navbar-header .dropdown-menu {
        margin-top: 20px;
    }

    .navbar-right {
        margin-top: 0 !important;
    }

    .second-navbar .col-sm-6, .second-navbar .navbar-collapse {
        width: 100%;
    }

    .second-navbar .hospital-filter {
        padding-bottom: 5px;
    }

    .main-screen {
        top: 70px !important;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .welcome-text {
        width: 100%;
        margin-left:0;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 2px !important;
        margin-right:0 !important;
    }

    .tab-content .nav-tabs > li > a {
        margin-bottom: 0 !important;
    }

    .archive-remove {
        width: 100%;
        padding: 10px 0;
    }

    .page-title {
        position: relative;
    }

        .page-title .page-icon img {
            width: 100%;
            position: relative;
        }

    .left-col {
        height: auto !important;
        position: relative;
        top: 0 !important;
    }

    .left-col-tabs {
        position: relative;
        top: 0 !important;
    }

    .tab-content.left-col {
        top: 40px !important;
    }

    .right-col {
        top: 20px !important;
    }

    .iframe-container {
        top: 30px !important;
    }

    .single-page {
        top: 0 !important;
    }

    .col-sm-4 {
        width: 100%;
    }

    /* main screen links height */
    .main-screen-link {
        height: 150px;
    }
    .doctor-content {
        padding: 15px 0 0;
    }
}

.large-loader {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 250px;
}


.loading {
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.loading:after {
 content: "";
  position: absolute;
  z-index: 1000;
  top: 10%;
  left: 42%;
  width: 100px;
  height: 100px;
  background: url(../Images/confirmloader.gif) no-repeat center center;
  background-color: #fff0;
}

    .loading:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: white;
        z-index: 1;
        opacity: 0.7;
    }

 .loadingLogin {
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

   
.loadingLogin:after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 18%;
  right: 36%;
  width: 100px;
  height: 100px;
  background: url(../Images/confirmloader.gif) no-repeat center center;
  /* background-color: #fdfdfd9e; */
  /* border: 1px solid #062f54; */
  /* box-shadow: 0px -1px 5px #5555556b; */
}

.loadingLogin:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: white;
        z-index: 1;
        opacity: 0.7;
    }


@media (min-width: 768px) and (max-width: 1200px) {
    /* main screen links height */
    .main-screen-link img {
        max-height: 120px;
    }

}

@media (min-width: 480px) and (max-width: 768px) {
    /* main screen links height */
    .main-screen-link img {
        max-width: 68px;
    }
	
}

@media (min-width: 480px) and (max-width: 600px) {
    /* main screen links height */
    .main-screen-link img {
        max-height: 140px;
    }
}

@media (max-width: 480px) {
    /* main screen links height */
    .main-screen-link {
        height: 130px;  
    }
}

@media (max-width: 380px) {
    /* main screen links height */
    .main-screen-link {
        height: 110px;
    }
}


.doctor_table{ background:#fff;}
.reservation tbody{background:#fff; }
.branch-name{
    color: #fff; 
    padding: 0 0 5px 0;
    border-radius: 3px;
}

.add-link{padding: 0;margin-top: 9px;}
.add-link a{border: 1px solid #347ab7;padding: 2px 5px;/* margin-top: 18px; */border-radius: 3px;}
.modal-body .form-group{ margin-bottom:15px;}
.clearfix { clear: both;}

.message.success 
{
    font-size: 16px;
    color: #31aa19;
    font-weight: bolder;
    margin-bottom: 0;
}

.message.fail 
{
        color: #ee2323;
        font-size: 16px;
        font-weight: bolder;
        margin-bottom: 0;
}

.field-icon {
    margin-left: 176px;
    margin-top: -22px;
    position: absolute;
    z-index: 2;
    color: #3e3e3e;
    font-size: 14px !important;
}

.NoSlots{
    margin-bottom: -5px;
}
/** Survey Questions */
 .quest{padding-bottom: 13px;}
 .qus-block{padding: 10px 8px;border-bottom: 1px solid #bcbebf;font-size: 12px;color: #181818;}
 .qus-block .complanbtn{padding: 0;}
 .qus-block .complanbtn .complaint-btn{width: auto;}
 .qus-block div{line-height: 17.1429px;}
 .qus-block div:first-child{padding-left: 0;font-weight: 600;}
 .qus-block.even{ background:#c3c5c773;}
 .qus-block .choices{}
 .qus-block .choices label {width: 14.50%;}
 .qus-block .choices label input[type="radio"] { margin-top: 0px;}
 .qus-block .yes-no label { width: 40%; }
    .qus-block .yes-no label input[type="radio"] {
        margin-top: 0px;
    }
 .qus-block:hover {color: #00b58c; cursor: pointer;}
  @media (max-width: 767px) {.qus-block .choices label {width: 15.5%;}.qus-block div:last-child{padding-left: 0;}.qus-block .complanbtn{padding-top: 4px;}}
 .qus-block .glyphicon-ok{color: #e28f2e;font-size: 13px !important;}
 .qus-block .glyphicon-remove {font-size: 11px !important;}

    
 @media (max-width: 767px) {
	.second-navbar li.active a, .second-navbar a:hover, .second-navbar a:focus {
    		background: unset !important;
    		color: unset !important;
    		border-bottom: unset !important;
	}
}


                /* -----------------------------------start: investigations-msg----------------------------------- -->*/
.investigations-msg {
    position: fixed;
    bottom: 40px;
    z-index: 100;
}

.action-msg {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    margin-right: 10px;
    box-sizing: content-box;
}

.action-msg-btn.collapsed .glyphicon-menu-down:before {
    content: "\e260";
}

.action-msg-header {
    border-radius: 5px 5px 0 0;
    padding: 8px 10px;
}

 .action-msg-header.second-navbar {
        top: unset;
        height: unset;
        margin: unset;
        z-index: unset;
    }

    .action-msg-header.second-navbar span {
        cursor: pointer;
    }

    .action-msg-header h3 {
        color: #fff;
        margin: 0;
        font-size: small;
        display: inline-block;
    }

        .action-msg-header h3 i {
            font-size: 14px;
            padding: 0 5px;
        }

.action-msg-body {
    background: #fff;
    padding: 9px 10px 3px;
    border: 1px solid #2172a9;
}

    .action-msg-body p {
        line-height: 19px;
        color: #141212;
        font-size: 12px;
    }

.action-msg-btn {
    color: #fff;
    line-height: 20px;
}

    .action-msg-btn:hover,
    .action-msg-btn:focus {
        color: #bbd2e6;
    }

                     /* -----------------------------------end: investigations-msg-----------------------------------*/



.tag {
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
    text-wrap: nowrap;
}
    .tag.iconic i {
        color: #fff !important;
        border-right: 1px solid #fff;
        padding-right: 5px;
        margin-right: 5px;
    }
    .tag.danger-tag {
        background: #f14e4e;
    }

    .tag.success-tag {
        background: #499741;
    }
    .tag.warning-tag {
        background: #8a6d3b;
    }

    .tag.info-tag {
        background: #31708f;
    }


.booking-filter {
    margin: 10px 0;
    padding: 10px;
    min-height: unset !important;
}
.lang-switch {
    text-align: left;
}




.patientUserStatus.inactive {
    font-size: 20px;
    color: red;
}

.patientUserStatus.active {
    font-size: 20px;
    color: green;
}

/* -----------------------------------end: investigations-msg-----------------------------------*/
.family-view {
    width: 265px;
    max-height: 380px;
    overflow-x: auto;
}

    .family-view .family-item a {
        position: relative;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 4px 10px !important;
    }

.family-name {
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
    border: none;
}

.family-relat {
    display: block;
    font-size: 85%;
}

.family-img {
    position: relative;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #d4d0d0;
}

    .family-img:after {
        content: "\f007";
        font-family: "Font Awesome 5 Free";
        font-size: 2.0rem;
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 27px;
    }

    .family-img img {
        max-width: 100%;
        height: 100%;
        border-radius: 100%;
        z-index: 10;
        position: inherit;
        object-fit: cover;
    }

.family-item .login-btn, .family-item .delete-btn {
    font-size: 17px;
    padding: 5px;
}
.main-member .family-name {
    font-weight: 600;
    margin-left: 5px;
}

.family-view .main-member a {
    margin-bottom: 10px;
    border-bottom: 2px solid #072d41; /*! margin-top: -5px; */
    padding: 20px 15px !important;
}

.main-member .family-img {
    width: 50px;
    height: 50px;
}

.family-view .main-member a i {
    font-size: 2rem;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.add-member-btn {
    margin: 0 10px;
    border-radius: 5px;
}
.swal2-container {
    z-index: 999999 !important;
}

#addFamilyMemberSummary h3 {
    color: var(--base-color);
    margin-top: 0;
}

.definition-list li:nth-of-type(2n) {
    background: var(--bright-gray) !important;
}

.definition-list li {
    display: flex;
    padding: 10px;
}

    .definition-list li .term {
        font-weight: 900;
        padding-right: 10px;
    }