﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');

html {
    height: 100%;
}

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 500 !important;
    font-size: 0.875rem;
    color: #333333;
    background-color: #fafafa;
    overflow-x: hidden;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1, .h1 {
    font-size: 2.25rem !important;
}

h2, .h2 {
    font-size: 1.875rem !important;
}

h3, .h3 {
    font-size: 1.5rem !important;
}

h4, .h4 {
    font-size: 1.125rem !important;
}

h5, .h5 {
    font-size: 1rem !important;
}

h6, .h6 {
    font-size: 0.875rem !important;
}

a {
    color: #0056b3;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #009ce7;
        outline: none;
    }

input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input, button {
    outline: none;
}

    input[type="file"] {
        height: auto;
        padding: 6px 0.75rem;
    }

    input[type=text], input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

textarea.form-control {
    resize: vertical;
    border: solid
}

.navbar-nav > li {
    float: left;
}

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

.display-block {
    display: block;
}

.list-group-item {
    border: 1px solid #eaeaea;
}

/*-----------------
    2. Table
-----------------------*/

.table {
    color: #000;
    border: 0px solid #f0f0f0;
}

    .table.table-white {
        background-color: #fff;
    }

    .table > tbody > tr > td {
        font-weight: 500;
    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f6f6f6;
}

table.table td .avatar {
    margin: 0 5px 0 0;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    table.table td h2 a {
        color: #757575;
    }

        table.table td h2 a:hover {
            color: #fbc80c;
        }

    table.table td h2 span {
        color: #9e9e9e;
        display: block;
        font-size: 12px;
        margin-top: 3px;
    }

/* Margin Classes */

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-16px {
    width: 16px !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-60 {
    width: 60px !important;
}

.w-100p {
    width: 100px !important;
}

.w-300p {
    width: 300px !important;
}

.w-140p {
    width: 140px !important;
}

.w-180p {
    width: 180px !important;
}

.w-200p {
    /*width: 200px !important;*/
    min-width: 200px !important;
}

.w-65 {
    width: 65% !important;
}

.w-85 {
    width: 85% !important;
}

.w-20 {
    width: 20% !important;
}

.w-90 {
    width: 90% !important;
}

.block {
    display: block !important;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-muted-light {
    color: #aaa;
}

.card-box {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.page-title {
    color: #565656;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page-sub-title {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.badge-success-border {
    border: 1px solid #55ce63;
    color: #55ce63;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.badge-danger-border {
    border: 1px solid #f62d51;
    color: #f62d51;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.badge-warning-border {
    border: 1px solid #ffbc34;
    color: #ffbc34;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.badge-info-border {
    border: 1px solid #fbc80c;
    color: #fbc80c;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.modal-footer.text-left {
    text-align: left;
}

.modal-footer.text-center {
    text-align: center;
}

.font-18 {
    font-size: 18px;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.rounded,
.circle {
    border-radius: 500px;
}

.bg-primary,
.badge-primary {
    background-color: #fbc80c !important;
    color: #333 !important;
}

.bg-success,
.badge-success {
    background-color: #55ce63 !important;
}

.bg-info,
.badge-info {
    background-color: #fbc80c !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

.bg-danger,
.badge-danger {
    background-color: #f62d51 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #fbc80c !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
    color: #55ce63;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
    color: #f62d51;
}

.text-info,
.dropdown-menu > li > a.text-info {
    color: #fbc80c;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
    color: #ffbc34;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
    color: #7460ee;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fbc80c;
    border-color: #fbc80c;
}

.pagination > li > a,
.pagination > li > span {
    color: #09171f;
    padding: .5rem .75rem !important;
}

    .pagination > li > a:hover {
        background: linear-gradient(to bottom, #585858 0%, #111 100%);
        color: #fff !important;
    }

.page-item.active .page-link {
    background-color: #09171f;
    border-color: #09171f;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    font-size: inherit;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.card {
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0 !important;
    border-radius: 3px !important;
}

.content > .card:first-child
/*min-height: calc(100vh - 122px);
    margin-bottom: 0 !important;*/
}

.content > .card.autoHeight:first-child {
    min-height: auto;
}

.card:last-child {
    margin-bottom: 0 !important;
}

.card + .card {
    margin-bottom: 20px;
}

.card-title {
    margin-bottom: 1.125rem;
}

.dropdown-action .dropdown-toggle:after {
    display: none;
}

.badge.badge-pill {
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #e9ecef;
    border-color: transparent;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable th {
    font-weight: 500;
}

textarea.form-control {
    height: auto;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

.form-control.form-control-sm {
    padding: 0.25rem 0.5rem;
}

.card .card-header .card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
}

.table h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .table h5 + p {
        color: #9e9e9e;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

.page-link:focus {
    box-shadow: unset;
}

/*-----------------
    5. Header
-----------------------*/

.header {
    border-bottom: solid 0px #fed543;
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1039;
    height: 50px;
    box-shadow: 0px 3px 6px #00000029;
}

    .header .header-left {
        float: left;
        position: relative;
        z-index: 1;
        height: 50px;
        /*padding: 0 20px;
	text-align: center;
	width: 230px;*/
    }

.logo {
    align-items: center;
    display: flex;
    /*height: 50px;*/
    justify-content: center;
    padding: 4px;
}

    .logo img {
        max-height: 43px;
    }

    .logo span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-left: 10px;
    }

.header .navbar-nav .badge {
    position: absolute;
    right: 7px;
    top: 4px;
}

.header .dropdown-menu > li > a {
    position: relative;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle:after {
    display: inline-block;
}

.page-title-box {
    border-radius: 0;
    height: 50px;
    margin-bottom: 0;
    padding: 14px 20px;
}

    .page-title-box h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }

.user-menu {
    margin: 0;
    position: relative;
    z-index: 99;
}

    .user-menu.nav > li > a {
        color: #333;
        font-size: 16px;
        line-height: 50px;
        padding: 0 15px;
        height: 50px;
    }

        .user-menu.nav > li > a:hover,
        .user-menu.nav > li > a:focus {
            background-color: rgba(0, 0, 0, 0.2);
        }

.user-img {
    display: inline-block;
    position: relative;
}

.header .user-img img {
    width: 24px;
}

.user-img .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px;
}

.user-menu .user-img .status {
    bottom: 10px;
}

.user-menu .dropdown-menu {
    min-width: 136px;
}

.user-menu .bg-primary {
    background-color: #fbc80c !important;
}

.status {
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

    .status.online {
        background-color: #55ce63;
    }

    .status.offline {
        background-color: #f62d51;
    }

    .status.away {
        background-color: #faa937;
    }

/*-----------------
    6. Sidebar
-----------------------*/
.sidebar {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    top: 50px;
    width: 200px;
    z-index: 1039;
    background-color: #333333;
    bottom: 0;
    margin-top: 0px;
    position: fixed;
    left: 0;
    transition: all 0.2s ease-in-out;
}

    .sidebar.opened {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.sidebar-inner {
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0 10px;
}

    .sidebar-menu li a:hover {
        color: #fbc80c !important;
    }

.sidebar-menu li.active a {
    /*color: #fbc80c;
    background-color: #f3f3f3;*/
    color: #333 !important;
    background: transparent linear-gradient(260deg, #FFCC33 0%, #FBE378 100%) 0% 0% no-repeat padding-box;
}

.sidebar-menu ul li:last-child ul {
    margin-bottom: 17px !important;
}

.menu-title {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
}

    .menu-title > i {
        float: right;
        line-height: 40px;
    }

.sidebar-menu li.menu-title a {
    color: #fbc80c;
    display: inline-block;
    float: right;
    padding: 0;
}

    .sidebar-menu li.menu-title a.btn {
        color: #fff;
        display: block;
        float: none;
        font-size: 15px;
        line-height: inherit;
        margin-bottom: 15px;
    }

.sidebar-menu ul li a.active {
    color: #333 !important;
    text-decoration: none;
    background: transparent linear-gradient( 90deg, #FFCC33 0%, #FBE378 100%) 0% 0% no-repeat padding-box;
}

.sidebar-menu ul ul a.active {
    color: #fbc80c;
    text-decoration: underline;
    background: none !important;
    font-weight: bold;
}

.mobile-user-menu {
    color: #fff;
    display: none;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50px;
    z-index: 10;
}

    .mobile-user-menu > a {
        color: #fbc80c;
        padding: 0;
    }

        .mobile-user-menu > a:hover {
            color: rgba(255, 204, 51,0.95);
        }

    .mobile-user-menu > .dropdown-menu > a {
        line-height: 23px;
    }

.profile-rightbar {
    display: none !important;
    color: #fbc80c;
    font-size: 26px;
    margin-left: 15px;
}

.fixed-sidebar-right {
    position: fixed;
    top: 60px;
    right: 0;
    width: 300px;
    margin-right: -300px;
    bottom: 0;
    z-index: 101;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile_btn, .logo img.mini {
    display: none;
}

.logo img.default {
    display: block;
}

.sidebar .sidebar-menu > ul > li > a span, .btnBug a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    white-space: nowrap;
}

    .sidebar .sidebar-menu > ul > li > a span.badge {
        color: #fff;
        margin-left: auto;
    }

.sidebar-menu ul ul a {
    display: block;
    color: #333 !important;
    padding: 9px 10px 9px 30px;
    position: relative;
}

.sidebar-menu ul ul {
    background-color: #F5F5F5;
    display: none;
}

    .sidebar-menu ul ul ul a {
        padding: 7px 10px 7px 40px;
    }

    .sidebar-menu ul ul ul ul a {
        padding-left: 90px;
    }

.sidebar-menu > ul > li {
    position: relative;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 6px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 15px;
    font-weight: 700 !important;
}

    .sidebar-menu .menu-arrow:before {
        content: "\f105";
    }

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu ul ul a .menu-arrow {
    top: 6px;
}

.sidebar-menu a {
    transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    -webkit-transition: unset;
}

.sidebar-menu > ul > li > a, .btnBug a {
    padding: 12px 6px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

    .sidebar-menu ul li a i, .btnBug a i, .sidebar-menu ul li a img {
        align-items: center;
        display: inline-flex;
        font-size: 14px;
        min-height: 24px;
        line-height: 18px;
        width: 22px;
        transition: all 0.2s ease-in-out 0s;
        color: #FFCC33;
    }

.sidebar-menu ul li a.active i {
    color: #333;
}

.sidebar-menu ul li.active a i {
    color: #333;
}

.btnBug a {
    color: #fbc80c !important
}

.sidebar-menu ul li.menu-title a i {
    font-size: 16px;
    margin-right: 0;
    text-align: right;
    width: auto;
}

.mini-sidebar .sidebar-menu i {
    font-size: 18px;
}

.mini-sidebar.expand-menu .sidebar-menu i {
    font-size: 14px;
}

/*-----------------
    7. Content
-----------------------*/

.page-wrapper {
    left: 0;
    margin-left: 200px;
    margin-right: 80px;
    padding-top: 50px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.page-wrapper > .content {
    padding: 15px 15px 15px 25px;
}

.page-Fullwrapper {
    left: 0;
    /* padding-top: 50px;*/
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.page-Fullwrapper > .content {
    /* padding: 15px; */
}

/*-----------------
	8. Login
-----------------------*/

.account-page {
    display: table-row;
    height: 100%;
    padding: 40px 0;
}

.account-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: center;
}

.account-center {
    display: table-cell;
    vertical-align: middle;
}

.account-box {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin: 0 auto;
    padding: 20px;
    width: 400px;
}

.account-logo {
    margin-bottom: 20px;
    text-align: center;
    background-color: #09171f;
    padding: 20px;
}

.account-box .form-group {
    margin-bottom: 20px;
}

.account-box a {
    color: #333;
    font-size: 14px;
}

    .account-box a:hover {
        color: #fbc80c;
    }

.account-box .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    box-shadow: inherit;
    font-size: 14px;
    height: 40px;
}

.account-box textarea.form-control {
    height: 130px;
}

.account-box label {
    color: #323232;
    font-size: 14px;
    font-weight: 500;
}

.account-logo img {
    max-height: 60px;
    width: auto;
}

.account-box .account-btn {
    border-radius: 50px;
    font-size: 16px;
    min-width: 150px;
    padding: 8px 30px;
    text-transform: uppercase;
}

.card.accountWrapper .card-header {
    text-align: center;
    background-color: transparent !important;
}

.patientRegister .btn {
    font-size: 1rem !important;
}

.text-line {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    line-height: 0.1em;
    margin: 30px auto 20px;
}

    .text-line span {
        background: rgba(51, 51, 51, .3) !important;
        padding: 0 10px;
    }

.accountWrapper_VOV input.form-control {
    padding: .6rem !important;
}

.accountWrapper span.input-group-text {
    color: #333 !important;
    background: rgba(255, 255, 255, 1) !important;
    border: solid 0px black !important;
}

.accountWrapper .btn {
    padding: .5rem 1rem !important;
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #212529 !important;
}

    .accountWrapper .btn.btn-default, .accountWrapper .btn.btn-secondary {
        color: #FFF !important;
        border-radius: 0px !important;
    }

    .accountWrapper .btn.btn-sm {
        padding: .25rem 1rem !important;
        font-size: 20px;
        font-weight: 500;
    }

.accountWrapper a {
    color: #E5B321 !important;
}

.dash-widget {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.dash-widget-info > span {
    white-space: nowrap;
}

.dash-widget-bg1, .dash-widget-bg2, .dash-widget-bg3, .dash-widget-bg4, .dash-widget-bgblack, .dash-widget-bg11 {
    float: left;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 22px;
    width: 34px;
    height: 34px;
    margin-left: 0.6rem;
}

.dash-widget-info > span.widget-title11 {
    background: #007bff !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.dash-widget-bg11 {
    background: #007bff !important;
}

.dash-widget-bg1 {
    background: #fbc80c;
}

.dash-widget-bg2 {
    background: #55ce63;
}

.dash-widget-bg3 {
    background: #7a92a3;
}

.dash-widget-bg4 {
    background: #ffbc35;
}

.dash-widget-bgblack {
    background: #333333;
}

.dash-widget .widget-title3.bg-black {
    background: #333333 !important;
}
/* Email Dashboard */
.email-widget {
    background-color: #eee;
    border-radius: 4px;
    /*margin-bottom: 30px;*/
    padding: .6rem !important;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.bg-yellow {
    background: #fbc80c;
}

.bg-green {
    background: #55ce63;
}

.bg-gray {
    background: #eee;
}

.bg-orange {
    background-color: #F58212;
}

.bg-blue {
    background-color: #4285F4;
}

.email-widget-bg {
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    float: left;
    color: #fff;
    display: block;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
}

.email-widget-info {
    margin-top: 10px;
}

    .email-widget-info > span.widget-title1 {
        color: #fff;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 13px;
    }

.email-widget span.fa-stack i {
    font-size: 26px;
}

.email-widget .fa-stack {
    display: inline-block;
    height: 0.5em;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: 2.6em;
}

.email-widget-bg2 {
    width: 65px;
    float: left;
    color: #fff;
    display: block;
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    font-size: 40px;
    height: 65px;
}

.email-widget-bg3 {
    width: 65px;
    float: left;
    color: #fff;
    display: block;
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    background: #7a92a3;
    border-radius: 50%;
    font-size: 40px;
    height: 65px;
}

.email-widget-bg4 {
    width: 65px;
    float: left;
    color: #fff;
    display: block;
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    background: #ffbc35;
    border-radius: 50%;
    font-size: 40px;
    height: 65px;
}

.card-table.card-table-top .card-body {
    height: 175px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chart-title {
    line-height: 22px;
    height: 30px;
}

    .chart-title h4 {
        display: inline-block;
        font-size: 14px !important;
        line-height: 20px;
        margin: 0;
        color: #333;
    }

    .chart-title span {
        color: #333;
    }

.card-title > a.btn {
    color: #fff;
}

ul.chat-user-total li {
    display: inline-block;
    color: #999;
}

    ul.chat-user-total li i.current-users {
        color: #fbc80c;
        padding-right: 5px;
    }

    ul.chat-user-total li i.old-users {
        color: #eaeaea;
        padding-right: 5px;
    }

.new-patient-table {
    display: table;
}

    .new-patient-table td, .new-patient-table th {
        vertical-align: middle;
    }

    .new-patient-table tr td img {
        margin-right: 5px;
    }

.bar-chart {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

    .bar-chart > .legend {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        margin-bottom: -45px;
        border-top: 1px solid #000;
    }

        .bar-chart > .legend > .item {
            position: relative;
            display: inline-block;
            float: left;
            width: 25%;
        }

            .bar-chart > .legend > .item:before {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 1px;
                height: 8px;
                background-color: #000;
                margin-top: -8px;
            }

            .bar-chart > .legend > .item.text-right:before {
                right: 0;
                left: auto;
            }

            .bar-chart > .legend > .item h4 {
                font-size: 13px;
                text-transform: uppercase;
                letter-spacing: 1px;
                padding-top: 5px;
            }

    .bar-chart > .chart {
        position: relative;
        width: 100%;
    }

        .bar-chart > .chart > .item {
            position: relative;
            width: 100%;
            height: 40px;
            margin-bottom: 10px;
            color: #fff;
            text-transform: uppercase;
        }

            .bar-chart > .chart > .item > .bar {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #ffbc35;
                z-index: 5;
            }

                .bar-chart > .chart > .item > .bar > .percent {
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 40px;
                    line-height: 40px;
                    padding-right: 12px;
                    z-index: 15;
                }

                .bar-chart > .chart > .item > .bar > .item-progress {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    background-color: #fbc80c;
                    z-index: 10;
                }

                    .bar-chart > .chart > .item > .bar > .item-progress > .title {
                        display: block;
                        position: absolute;
                        height: 40px;
                        line-height: 40px;
                        padding-left: 12px;
                        letter-spacing: 2px;
                        z-index: 15;
                    }

.custom-table tr {
    background-color: #fff;
    box-shadow: 0 0 3px #e5e5e5;
}

.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
    padding: 10px 8px;
    vertical-align: middle;
}

.table.openSchedule > tbody > tr > td,
.table.openSchedule > tbody > tr > th,
.table.openSchedule > tfoot > tr > td,
.table.openSchedule > tfoot > tr > th,
.table.openSchedule > thead > tr > td,
.table.openSchedule > thead > tr > th {
    padding: 4px !important;
    vertical-align: middle;
}

.dash-widget-info > h3 {
    font-size: 24px;
    font-weight: 500;
    /*margin-bottom: .5rem;*/
    margin: 0 0.5rem 0.6rem;
}

.dash-widget-info span i {
    width: 16px;
    background: #fff;
    border-radius: 50%;
    color: #666666;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-left: 5px;
}

.dash-widget-info > span.widget-title1, .dash-widget-info > span.widget-title2, .dash-widget-info > span.widget-title3, .dash-widget-info > span.widget-title4 {
    /*background: #09171f;*/
    color: #fff;
    padding: 2px 6px;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    display: block;
}

.divAlert {
    position: fixed;
    display: flex;
    width: calc(100% - 400px);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    top: 50px;
}

/*.divAlert {
    position: fixed;
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    top: 50px;
}*/
.modal-body .divAlert {
    position: absolute;
    /* display: none; */
    width: auto;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    right: 0px;
    top: -1px;
}

@media only screen and (max-width: 991.98px) {

    .divAlert {
        position: fixed;
        display: flex;
        width: 100vw;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        top: 50px;
    }
}

.alert, .alert-innerPage {
    color: #ffffff !important;
    padding: .5rem 1.25rem .75rem 1.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0px 3px 6px #00000029;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    font-size: 1rem;
    border: none !important
}

    .alert ul {
        margin-bottom: 0 !important;
    }

.alert-success {
    background-color: #21a67a
}

.alert-danger, .alert-error {
    background-color: #ed3833
}

.alert-warning {
    background-color: #F39C12
}

.alert-info {
    background-color: #26a2ab
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast {
    max-width: none !important;
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: auto;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    font-size: 1rem;
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error, .divRule_Error .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}

.toast {
    background-color: #333;
}

.toast-success {
    background-color: #26a2ab;
}

.toast-error {
    background-color: #ed3833;
}

.toast-info {
    background-color: #26a2ab;
}

.toast-warning {
    background-color: #F39C12;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media only screen and (max-width: 480px) {
    .notifications .drop-scroll {
        width: 350px !important
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {

    .divCahootzLogo {
        left: 44px !important
    }

    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.dashWidget,
.PatientAppDownloads_addTask,
.editor_edit,
.redit,
.question_edit {
    cursor: pointer;
}
    /* Starts custom task categories background */
    .dashWidget > [class*=col]:nth-child(16n+1) span.widget-title1 {
        background-color: #09171f;
    }

    .dashWidget > [class*=col]:nth-child(16n+2) span.widget-title1 {
        background-color: #6739b6;
    }

    .dashWidget > [class*=col]:nth-child(16n+3) span.widget-title1 {
        background-color: #02a8f4;
    }

    .dashWidget > [class*=col]:nth-child(16n+4) span.widget-title1 {
        background-color: #019589;
    }

    .dashWidget > [class*=col]:nth-child(16n+5) span.widget-title1 {
        background-color: #4bae51;
    }

    .dashWidget > [class*=col]:nth-child(16n+6) span.widget-title1 {
        background-color: #ccdb3a;
    }

    .dashWidget > [class*=col]:nth-child(16n+7) span.widget-title1 {
        background-color: #baaa2a;
    }

    .dashWidget > [class*=col]:nth-child(16n+8) span.widget-title1 {
        background-color: #ffc10c;
    }

    .dashWidget > [class*=col]:nth-child(16n+9) span.widget-title1 {
        background-color: #fe9805;
    }

    .dashWidget > [class*=col]:nth-child(16n+10) span.widget-title1 {
        background-color: #fe5723;
    }

    .dashWidget > [class*=col]:nth-child(16n+11) span.widget-title1 {
        background-color: #795549;
    }

    .dashWidget > [class*=col]:nth-child(16n+12) span.widget-title1 {
        background-color: #9d9d9d;
    }

    .dashWidget > [class*=col]:nth-child(16n+13) span.widget-title1 {
        background-color: #5b7b88;
    }

    .dashWidget > [class*=col]:nth-child(16n+12) span.widget-title1 {
        background-color: #6739b6;
    }

    .dashWidget > [class*=col]:nth-child(16n+14) span.widget-title1 {
        background-color: #363f46;
    }

    .dashWidget > [class*=col]:nth-child(16n+15) span.widget-title1 {
        background-color: #e72561;
    }

    .dashWidget > [class*=col]:nth-child(16n+16) span.widget-title1 {
        background-color: #2e6f8c;
    }

/* Ends custom task categories background */

.dash-widget-info > span.widget-title2 {
    background: #55ce63;
}

.dash-widget-info > span.widget-title3 {
    background: #7a92a3;
}

.dash-widget-info > span.widget-title4 {
    background: #ffbc35;
}

.member-panel .contact-list > li:last-child {
    border-bottom: 0;
}

.member-panel .card-body {
    overflow-y: auto;
    height: 275px;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

.contact-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .contact-list > li {
        border-bottom: 1px solid #eaeaea;
        border-radius: inherit;
        padding: 10px;
        background-color: #fff;
    }

.contact-cont {
    position: relative;
}

.contact-info {
    padding: 0 30px 0 50px;
}

.contact-date {
    color: #888;
    font-size: 12px;
}

.take-btn {
    min-width: 80px;
}

.activity-box {
    position: relative;
}

.activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.activity .activity-list > li .activity-user {
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 8px;
    width: 32px;
}

.activity .activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
}

.activity-list > li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    border: 1px solid #e7e7e7;
}

    .activity-list > li:last-child .activity-content {
        margin-bottom: 0;
    }

.activity-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.activity-list > li .activity-user {
    background: #fff;
    height: 32px;
    left: -7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 32px;
}

.activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

    .activity-list > li .activity-content .timeline-content {
        color: #9e9e9e;
    }

        .activity-list > li .activity-content .timeline-content a.name {
            color: #000;
        }

.activity-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.activity .timeline-content > a {
    color: #fbc80c;
}

.activity-delete {
    background-color: #ffe5e6;
    border: 1px solid #fe0000;
    color: #fe0000;
    display: none;
    font-size: 20px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}

    .activity-delete:hover {
        background-color: #fe0000;
        color: #fff;
    }

.activity-list > li:hover .activity-delete {
    display: inline-block;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border-color: transparent;
        color: #333;
    }

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #e9ecef;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #333;
}

    .nav-tabs.nav-tabs-solid > li > a.active,
    .nav-tabs.nav-tabs-solid > li > a.active:hover,
    .nav-tabs.nav-tabs-solid > li > a.active:focus {
        background-color: #FFF;
        border-color: #fbc80c;
        color: #fff;
    }

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
        border-radius: 50px;
    }

        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
            border-radius: 50px;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

    .nav-tabs-justified > li > a:hover,
    .nav-tabs-justified > li > a:focus {
        border-bottom-color: #ddd;
    }

.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

/*-----------------
    13. Holidays
-----------------------*/

.custom-table tr.holiday-completed {
    color: #aaa;
}

.modal-header.bg-danger .modal-title {
    color: #fff;
}

.dropdown.action-label {
    display: inline-block;
}

.action-label > a {
    display: inline-block;
    min-width: 103px;
}

.action-label .btn-sm {
    padding: 5px;
}

/*-----------------
    14. Edit Profile
-----------------------*/

.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}

.profile-basic {
    margin-left: 140px;
}

.profile-img-wrap img {
    width: 120px;
    height: 120px;
}

.fileupload.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.btn-text {
    color: #fff;
}

/*-----------------
    15. Chat
-----------------------*/

.chat-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.chat-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.message-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%;
}

.chat-window {
    display: table;
    height: calc(100vh - 194px);
    table-layout: fixed;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.sidebar-menu.chat-users {
    max-height: calc(100vh - 246px);
    overflow: auto;
}

    .sidebar-menu.chat-users a {
        color: #0056b3 !important;
        padding: 0 6px;
    }

.unreadbadge {
    float: right;
    /* width: 15%; */
    background: red;
    text-align: center;
    border-radius: 10rem;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    font-size: 80%;
}

.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}

    .fixed-header .navbar {
        border: 0 none;
        margin: 0;
        min-height: auto;
        padding: 0;
    }

    .fixed-header .user-info a {
        /*color: #76838f;
        text-transform: uppercase;*/
    }

.separator {
    margin: 0 .3rem;
    color: #76838f;
}

.typing-text {
    color: #fbc80c;
    font-size: 12px;
    text-transform: lowercase;
}

.last-seen {
    color: #a3afb7;
    display: block;
    font-size: 12px;
}

.custom-menu.nav > li > a {
    color: #fbc80c;
    font-size: 26px;
    margin-left: 15px;
    padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.input-group-append .btn {
    padding: .25rem .75rem !important;
}

.input-group input.form-control {
    height: auto !important;
}

.search-box .input-group {
    background-color: #e6e6e6;
    border: 1px solid #ddd;
    border-radius: 50px;
}

    .search-box .input-group .form-control {
        background: transparent;
        border: none;
    }

.search-box .btn {
    background-color: transparent;
}

.chat-recent {
    background-color: #FFF;
    border-bottom: 1px solid #eaeaea;
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: text-top;
}

    .chat-recent h4.menu-title {
        width: 82%;
        margin: 0 !important;
    }

    .chat-recent a.btn.btn-primary {
        padding: 12px;
    }

    .chat-recent label {
        padding: 0 0 0 10px;
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
    }

.chat-users .list-group-item.active {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.8) !important;
}

.chat-users .list-group-item {
    padding: 0.4rem .6rem !important;
}

.chat-contents {
    display: table-row;
    height: 100%;
}

.chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.chat-wrap-inner {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.chats {
    padding: 30px 15px;
}

.chat-body {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

    .chat-body:first-child {
        margin-top: 0
    }

.chat-right .chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0;
    clear: both;
    background-color: #e6e6e6;
    border-radius: 20px 2px 2px 20px;
    max-width: 60%;
}

.chat-right.full .chat-content, .chat-left.full .chat-content {
    max-width: 98%;
}

.chat-right.full .chat-body {
    padding-left: 18px;
    padding-right: 10px;
}

.chat-left.full .chat-body {
    margin-right: 0;
    margin-left: 10px;
    padding-right: 20px;
}

.chat-right .chat-body {
    padding-left: 48px;
    padding-right: 10px;
}

.chat-bubble {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.chat.chat-right .chat-bubble:last-child .chat-content {
    border-bottom-right-radius: 20px;
}

.chat.chat-right .chat-bubble:first-child .chat-content {
    border-top-right-radius: 20px;
}

.chat-content > p {
    margin-bottom: 0;
    word-wrap: break-word;
}

.chat-time {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 12px;
}

.chat-right .chat-time {
    text-align: right;
}

.chat-line {
    border-bottom: 1px solid #eaeaea;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}

.chat-date {
    background-color: #f5f5f5;
    color: #000;
    font-size: 12px;
    padding: 0 11px;
}

.chat-avatar {
    float: right;
}

    .chat-avatar .avatar {
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

.chat-left .chat-avatar {
    float: left;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 20px;
}

.chat-left .chat-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #888;
    float: left;
    position: relative;
    padding: 8px 15px;
    border-radius: 2px 20px 20px 2px;
    max-width: 60%;
}

.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 38px;
    width: 38px;
    position: relative;
    white-space: nowrap;
}

    .avatar:hover {
        color: #fff;
    }

    .avatar > img {
        width: 100%;
        display: block;
    }

.chat.chat-left .chat-bubble:first-child .chat-content {
    border-top-left-radius: 20px;
    margin-top: 0;
}

.chat.chat-left .chat-bubble:last-child .chat-content {
    border-bottom-left-radius: 20px;
}

.chat-left .chat-time {
    color: #a3afb7
}

.attach-list {
    color: #adb7be;
    padding: 5px 0 0;
    line-height: 24px;
    margin: 0;
    list-style: none;
}

    .attach-list i {
        margin-right: 3px;
        font-size: 16px;
    }

    .attach-list a {
        word-wrap: break-word;
    }

.attach-img {
    margin-bottom: 20px;
}

    .attach-img > img {
        border: 1px solid #eaeaea;
        max-width: 100%;
    }

.attach-img-download {
    margin-bottom: 5px;
}

.chat-user {
    color: #333;
    font-size: 13px;
}

.chat-footer {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.message-bar {
    display: table;
    height: 44px;
    position: relative;
    width: 100%;
}

    .message-bar .message-inner {
        display: table-row;
        height: 100%;
        padding: 0 8px;
        width: 100%;
    }

    .message-bar .link {
        color: #777;
        display: table-cell;
        font-size: 20px;
        padding: 0 10px;
        position: relative;
        vertical-align: middle;
        width: 30px;
    }

    .message-bar .message-area {
        display: table-cell;
    }

.message-area .input-group .form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 44px !important;
    margin: 0;
    padding: 6px 12px;
    resize: none;
}

    .message-area .input-group .form-control:focus {
        height: 150px;
        transition: all 0.5s ease 0s;
    }

.modal .message-area .btn {
    height: auto !important;
    width: auto !important;
}

.message-area .btn {
    height: 44px;
    width: 50px;
}

.profile-right {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
}

.display-table {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.table-row {
    display: table-row;
    height: 100%;
}

.table-body {
    position: relative;
    height: 100%;
    width: 100%;
}

.table-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.profile-right-inner {
    border-left: 1px solid #eaeaea;
    background-color: #fff;
}

.chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center;
}

.edit-profile-img {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
    cursor: pointer;
}

.change-img {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    line-height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
}

.edit-profile-img:hover .change-img {
    display: block;
}

.edit-profile-img img {
    height: auto;
    margin: 0;
    width: 120px;
    border-radius: 50%;
}

.user-name {
    color: #333;
}

.edit-btn {
    border-radius: 40px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
}

.chat-profile-info {
    padding: 15px;
}

.user-det-list {
    list-style: none;
    padding: 0;
}

    .user-det-list > li {
        padding: 6px 15px;
    }

    .user-det-list .text-muted {
        color: #888;
    }

.transfer-files .tab-content {
    padding-top: 0;
}

.files-list {
    list-style: none;
    padding-left: 0;
}

    .files-list > li {
        border-bottom: 1px solid #eaeaea;
        border-radius: inherit;
        margin: 2px 0 0;
        padding: 10px;
    }

.files-cont {
    position: relative;
}

.file-type {
    height: 48px;
    position: absolute;
    width: 48px;
}

.files-icon i {
    color: #76838f;
    font-size: 20px;
}

.files-info {
    padding: 0 30px 0 50px;
}

.file-name a {
    color: #333;
}

.files-action {
    display: none;
    height: 30px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}

.files-list > li:hover .files-action {
    display: block;
}

.file-date {
    color: #888;
    font-size: 12px;
}

.file-author a {
    color: #fbc80c;
    font-size: 12px;
    text-decoration: underline;
}

.files-action .dropdown-menu {
    left: auto;
    right: 0;
}

.chat-img-attach {
    border-radius: 4px;
    margin-bottom: 12px;
    margin-left: 12px;
    position: relative;
    float: right;
}

    .chat-img-attach img {
        border-radius: 4px;
        display: inline-block;
        height: auto;
        max-width: 100%;
    }

.chat-placeholder {
    background: rgba(69, 81, 97, 0.6);
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}

.chat-img-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.chat-file-desc {
    font-size: 11px;
}

.chat-right .chat-content.img-content {
    background-color: transparent;
    color: #76838f;
    padding: 0;
    text-align: right;
}

.chat-right .img-content .chat-time {
    color: #a3afb7;
}

.chat-left .chat-img-attach {
    float: left;
}

.chat-left .chat-img-attach {
    float: left;
    margin-left: 0;
    margin-right: 12px;
}

.chat-avatar-sm {
    width: 24px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    float: left;
}

    .chat-avatar-sm img {
        width: 24px;
    }

    .chat-avatar-sm.user-img .status {
        bottom: 4px;
        right: -3px;
    }

.files-share-list {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.files-share-list {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.chat-user-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat-user-list > li {
        border-bottom: 1px solid #eaeaea;
        border-radius: inherit;
        margin: 5px 0 0;
        padding: 10px;
        background-color: #fff;
    }

.designation {
    color: #9e9e9e;
    font-size: 12px;
}

.online-date {
    color: #9e9e9e;
    font-size: 12px;
}

.drop-zone {
    width: 100%;
    height: 205px;
    border: 2px dashed #adb7be;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 20px;
}

    .drop-zone .drop-zone-caption {
        font-weight: 600;
    }

.upload-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .upload-list .file-list {
        background-color: #fff;
        border-top: 1px solid #d8e2e7;
        padding: 10px;
    }

        .upload-list .file-list:first-child {
            border-top: none
        }

    .upload-list .upload-wrap {
        position: relative;
        padding: 0 20px 0 0;
        margin: 0 0 5px
    }

    .upload-list .file-name,
    .upload-list .file-size {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
    }

    .upload-list .file-name {
        padding-right: 15px;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis
    }

    .upload-list .file-size {
        color: #888;
    }

    .upload-list .file-close {
        border: none;
        background: none;
        color: #ccc;
        position: absolute;
        right: 0;
        top: 2px;
    }

        .upload-list .file-close:hover {
            color: #f62d51
        }

    .upload-list .upload-process {
        font-size: 10px;
        color: #888;
    }

    .upload-list .progress {
        margin-bottom: 5px;
        background-color: #e1e1e1;
        height: 5px;
    }

    .upload-list .file-name i {
        color: #fda75c;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
    color: #ccc;
    border-style: dashed;
    border-color: #adb7be;
    line-height: 200px;
    text-align: center;
    background-color: #fff;
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }

.upload-text {
    font-size: 24px;
    margin-left: 10px;
}

.file-attached {
    color: #333;
    font-size: 13px;
}

    .file-attached i {
        font-size: 16px;
    }

/*-----------------
    16. Focus Label
-----------------------*/

.form-focus {
    display: flex;
    height: 50px;
    position: relative;
}

    .form-focus .focus-label {
        font-size: 16px;
        opacity: 0.4;
        pointer-events: none;
        position: absolute;
        -webkit-transform: translate3d(0, 22px, 0) scale(1);
        -ms-transform: translate3d(0, 22px, 0) scale(1);
        -o-transform: translate3d(0, 22px, 0) scale(1);
        transform: translate3d(0, 22px, 0) scale(1);
        transform-origin: left top;
        transition: 240ms;
        left: 12px;
        top: -8px;
        z-index: 1;
        color: #888;
    }

    .form-focus.focused .focus-label {
        opacity: 1;
        font-weight: 300;
        top: -14px;
        font-size: 12px;
        z-index: 1;
    }

    .form-focus .form-control {
        height: 50px;
        padding: 21px 12px 6px;
    }

        .form-focus .form-control::-webkit-input-placeholder {
            color: transparent;
            transition: 240ms;
        }

        .form-focus .form-control:focus::-webkit-input-placeholder {
            transition: none;
        }

    .form-focus.focused .form-control::-webkit-input-placeholder {
        color: #bbb;
    }

.profile-basic .cal-icon {
    width: 100%;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 0;
}

.divFilter_bg .select2-container--default .select2-selection--single {
    background: rgba(0,0,0,0);
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

    .form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #ccc transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075;
}

.file-size {
    color: #888;
}

/*-----------------
    17. Leave
-----------------------*/

.filter-row .btn {
    border-radius: 0;
    min-height: 50px;
    padding: 12px;
    text-transform: uppercase;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.action-label .label {
    display: inline-block;
    min-width: 85px;
    padding: 0.5em 0.6em;
}

.action-label i {
    margin-right: 3px;
}

.action-label .dropdown-menu > li > a {
    padding: 3px 10px;
}

.profile-widget {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .profile-widget .user-name > a {
        color: #333;
    }

.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}

.profile-action .dropdown-toggle:after {
    display: none;
}

.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}

    .profile-img .avatar {
        font-size: 24px;
        height: 80px;
        line-height: 80px;
        margin: 0;
        width: 80px;
    }

.mobile-no > a {
    color: #777;
    display: inline-block;
}

.staff-mail > a {
    color: #777;
    display: inline-block;
    margin-top: 5px;
}

.staff-action-btns {
    margin-top: 10px;
}

.staff-id {
    margin-top: 5px;
}

.view-icons {
    float: right;
    margin-right: 10px;
}

    .view-icons .btn {
        color: #888;
        font-size: 18px;
        margin-right: 5px;
        padding: 4px;
    }

        .view-icons .btn.active {
            color: #333;
        }

/*-----------------
    19. Events
-----------------------*/

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

a.fc-event:not([href]) {
    color: #fff;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: 'Roboto', sans-serif;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #fbc80c;
    color: #fff;
    text-shadow: none;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px;
    text-align: center;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

/*-----------------
    20. Profile
-----------------------*/

.card-box.profile-header {
    margin: 0;
}

.profile-details {
    text-align: center;
}

.personal-info li .title {
    color: #515365;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 30%;
}

.personal-info li .text {
    color: #888da8;
    display: block;
    overflow: hidden;
}

.personal-info li {
    margin-bottom: 10px;
}

.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    .personal-info .text > a {
        color: #fbc80c;
    }

.profile-view .profile-img-wrap {
    height: 150px;
    width: 150px;
}

.profile-view .profile-img {
    width: 150px;
    height: 150px;
}

    .profile-view .profile-img .avatar {
        font-size: 24px;
        height: 150px;
        line-height: 150px;
        margin: 0;
        width: 150px;
    }

.profile-view .profile-basic {
    margin-left: 170px;
}

.staff-msg {
    margin-top: 30px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .experience-list:before {
        background: #ddd;
        bottom: 0;
        content: "";
        left: 8px;
        position: absolute;
        top: 8px;
        width: 2px;
    }

    .experience-list > li {
        position: relative;
    }

        .experience-list > li:last-child .experience-content {
            margin-bottom: 0;
        }

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

    .experience-list > li .experience-content .timeline-content {
        color: #9e9e9e;
    }

        .experience-list > li .experience-content .timeline-content a.name {
            color: #616161;
            font-weight: bold;
        }

.experience-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.skills > span {
    border: 1px solid #ccc;
    border-radius: 500px;
    display: block;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
}

.profile-info-left {
    border-right: 2px dashed #ccc;
}

.profile-tabs .nav-tabs {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/*-----------------
    21. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

    .notifications .drop-scroll {
        height: 290px;
        width: 400px;
    }

    .notifications.msg-noti .drop-scroll {
        width: 310px;
    }

    .notifications .notification-heading {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.45;
        color: #616161;
    }

    .notifications .notification-time {
        font-size: 12px;
        line-height: 1.35;
        color: #bdbdbd;
    }

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

    .notifications ul.notification-list > li:last-child {
        border-bottom: none;
    }

    .notifications ul.notification-list > li a {
        display: block;
        padding: 12px;
        border-radius: 2px;
    }

        .notifications ul.notification-list > li a:hover {
            background-color: #fafafa;
        }

.drop-scroll {
    overflow-y: scroll;
    position: relative;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}

    .topnav-dropdown-footer a {
        display: block;
        text-align: center;
        color: #333;
    }

.user-menu.nav > li > a .badge {
    color: #fff;
    font-size: 60%;
    font-weight: 700;
    position: absolute;
    right: 3px;
    top: 10px;
}

/*.user-menu.nav > li > a > i {
    font-size: 16px;
    line-height: 55px;
}*/

.noti-details {
    color: #989c9e;
    margin: 0;
}

.noti-time {
    margin: 0;
}

.noti-title {
    color: #333;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label:before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label:after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label:before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label:after {
    background: inherit;
    left: 20px;
}

.switch, .form-group label.switch {
    position: relative;
    display: inline-block;
    width: 2.25rem !important;
    height: 1rem !important;
    margin: 0 6px -3px !important;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider {
    background: #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: .75rem !important;
    width: .75rem !important;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #fbc80c !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

input:disabled + .slider {
    cursor: not-allowed;
}

/* Rounded sliders */
.slider.round {
    border-radius: 1rem;
}

    .slider.round:before {
        border-radius: 50%;
    }

.role-action {
    display: none;
    float: right;
    position: absolute;
    right: 8px;
    top: 8px;
}

.roles-menu > ul > li:hover .role-action {
    display: block;
}

.slide-nav .sidebar {
    margin-left: 0;
}

.action-circle {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .action-circle .material-icons {
        color: #ccc;
        font-size: 18px;
        vertical-align: -3px;
    }

    .action-circle.completed {
        background: #35BA67;
        border: 1px solid #2fa65c;
    }

        .action-circle.completed .material-icons {
            color: #fff;
        }

    .action-circle.large {
        height: 24px;
        width: 24px;
    }

        .action-circle.large .material-icons {
            font-size: 16px;
            vertical-align: -4px;
        }

.sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.menu-opened .sidebar-overlay {
    display: block;
}

.sidebar-menu.opened {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
}

html.menu-opened {
    overflow: hidden;
}

    html.menu-opened body {
        overflow: hidden;
    }

.chat-profile-view.opened {
    margin-right: 0;
}

.menu-opened .message-view.chat-view {
    width: 100%;
}

/*-----------------
	23. Chat Right Sidebar
-----------------------*/

.fixed-header .custom-menu {
    margin: 1px 0 0;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.notification-box {
    bottom: 0;
    margin-right: -300px;
    position: fixed;
    right: 0;
    top: 50px;
    transition: all 0.4s ease 0s;
    width: 300px;
    z-index: 101;
    border-left: 1px solid #ddd;
}

.open-msg-box .notification-box {
    margin-right: 0;
    top: 40px !important;
    right: 0 !important;
}

.msg-sidebar {
    background-color: #fff;
}

.list-box {
    list-style: none;
    padding-left: 0;
}

.list-item.new-message {
    background-color: rgba(0, 0, 0, 0.2);
}

.list-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    position: relative;
}

.list-left {
    height: 48px;
    position: absolute;
    width: 48px;
}

.files-icon {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

    .files-icon i {
        color: #777;
        font-size: 20px;
    }

.list-body {
    padding: 0 0 0 50px;
}

.message-author {
    color: #333;
    float: left;
    font-weight: bold;
    width: 175px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-time {
    color: #888;
    float: right;
    font-size: 11px;
}

.message-content {
    color: #333;
    font-size: 13px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.submit-btn {
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-width: 200px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.delete-modal .modal-body .btn {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 90px;
    color: #333;
}

    .delete-modal .modal-body .btn.btn-danger {
        color: #fff;
    }

.delete-modal .modal-body > h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}

.custom-badge {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    min-width: 95px;
    padding: 1px 10px;
    text-align: center;
}

.status-red,
a.status-red {
    background-color: #ffe5e6;
    border: 1px solid #fe0000;
    color: #fe0000;
}

.status-green,
a.status-green {
    background-color: #e5faf3;
    border: 1px solid #00ce7c;
    color: #00ce7c;
}

.status-orange,
a.status-orange {
    background-color: #fef5e4;
    border: 1px solid #ff9b01;
    color: #ff9b01;
}

.status-blue,
a.status-blue {
    background-color: #e5f3fe;
    border: 1px solid #008cff;
    color: #008cff;
}

.status-purple,
a.status-purple {
    background-color: #f3e7fd;
    border: 1px solid #8f13fd;
    color: #8f13fd;
}

.status-pink,
a.status-pink {
    background-color: #ffe5f6;
    border: 1px solid #ff01a2;
    color: #ff01a2;
}

.status-grey,
a.status-grey {
    background-color: #ddd;
    border: 1px solid #818181;
    color: #818181;
}

.btn-grey {
    background-color: #b2b2b2;
    border: 1px solid #b2b2b2;
}

.invoices-view {
    width: 70%;
    float: right;
}

.video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

    .video iframe,
    .video object,
    .video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

    .widget h5 {
        color: #656565;
        font-size: 21px;
        font-weight: normal;
        margin: 0 0 20px;
    }

.search-form .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    border-right: 0;
    box-shadow: inherit;
    height: 40px;
    color: #ababab;
}

.search-form .btn-primary {
    background-color: transparent;
    border-color: #eaeaea;
    border-left: none;
    color: #fbc80c;
    height: 40px;
    border-radius: 0;
}

.latest-posts {
    margin: 0;
    padding: 0;
}

    .latest-posts li {
        display: table;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

        .latest-posts li:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border-bottom: none;
        }

.post-thumb {
    width: 80px;
    float: left;
    overflow: hidden;
}

    .post-thumb a img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .post-thumb a:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.post-info {
    margin-left: 95px;
}

    .post-info h4 {
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        margin: 0 0 10px;
    }

        .post-info h4 a {
            color: #333;
        }

    .post-info p {
        color: #909090;
        font-size: 12px;
        margin: 0;
    }

        .post-info p i {
            color: #fbc80c;
            font-size: 16px;
            margin-right: 4px;
        }

.categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .categories li {
        padding: 12px 0;
        border-bottom: 1px solid #eaeaea;
    }

        .categories li:last-child {
            padding-bottom: 0px;
            border-bottom: none;
        }

        .categories li a {
            color: #656565;
            font-size: 14px;
        }

            .categories li a:hover {
                color: #fbc80c;
                margin-left: 10px;
                -moz-transition: all 0.2s linear 0s;
                -ms-transition: all 0.2s linear 0s;
                -o-transition: all 0.2s linear 0s;
                -webkit-transition: all 0.2s linear 0s;
                transition: all 0.2s linear 0s;
            }

    .categories > li > a > i {
        color: #fbc80c;
        font-size: 18px;
        margin-right: 10px;
    }

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .tags li {
        float: left;
    }

.tag {
    background-color: #eee;
    border-radius: 3px 0 0 3px;
    color: #0056b3 !important;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 12px;
}

    .tag:before {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tag:after {
        background-color: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #eee;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #ffcc33 !important;
        color: #333 !important;
    }

        .tag:hover:after {
            border-left-color: #fbc80c;
        }

.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.comments-list .comment-block p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

blockquote p {
    font-style: italic;
    font-weight: 400;
}

.grid-blog .blog-title {
    font-size: 16px;
    margin: 0 0 10px;
}

    .grid-blog .blog-title a {
        color: #333;
    }

.grid-blog .blog-content p {
    font-size: 13px;
    margin: 0 0 15px;
    color: #909090;
}

.grid-blog .blog-info {
    border: 0;
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    padding: 12px 0;
}

.grid-blog .blog-image {
    margin-bottom: 20px;
}

.grid-blog .read-more {
    font-size: 13px;
    margin-bottom: 15px;
}

.product-thumbnail {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}

.product-remove {
    position: absolute;
    top: -10px;
    right: -6px;
    color: #f06060;
    cursor: pointer;
}

.bootstrap-tagsinput {
    width: 100%;
    height: 40px;
    box-shadow: inherit;
    border-radius: 0;
    line-height: 30px;
}

    .bootstrap-tagsinput .badge [data-role="remove"]:hover {
        box-shadow: inherit;
        color: #f00;
    }


.widget h3 {
    color: #656565;
    font-size: 21px;
    margin: 0 0 20px;
}

.text-red {
    color: #f00;
}

.pagination-box .pagination {
    margin-top: 0;
}

.card .tab-content {
    border: solid 0px #dee2e6 !important;
}

    .card .tab-content.border {
        border: solid 1px #dee2e6 !important;
    }

.tab-content {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: 0px;
    background-color: #fff;
}

/* Page Error */
.input-group.form-group label.error {
    color: red !important;
    width: 100%;
}

.pageError {
    padding: 40px;
}

    .pageError .title {
        font-size: 3.5rem !important;
        font-weight: bold;
    }

.successIcon {
    font-size: 5rem !important;
    font-weight: bold;
    margin-bottom: 1rem;
}

.pageError .btn {
    font-size: 1rem !important;
    padding: .15rem 1rem !important;
}

/*-----------------
	36. Voice call
-----------------------*/

.voice-call-avatar {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}

    .voice-call-avatar .call-avatar {
        margin: 15px;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 3px;
        background-color: #fff;
    }

.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.voice-call-avatar .call-timing-count {
    padding: 5px;
}

.voice-call-avatar .username {
    font-size: 18px;
    text-transform: uppercase;
}

.call-icons {
    text-align: center;
    position: relative;
}

    .call-icons .call-items {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .call-icons .call-items .call-item {
            display: inline-block;
            text-align: center;
            margin-right: 10px;
        }

            .call-icons .call-items .call-item:last-child {
                margin-right: 0;
            }

            .call-icons .call-items .call-item a {
                color: #777;
                border: 1px solid #ddd;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-radius: 50%;
                display: inline-block;
                font-size: 16px;
            }

                .call-icons .call-items .call-item a i {
                    /*width: 18px;
                    height: 18px;*/
                }

.video-footer {
    padding: 5px 0 !important;
}

    .video-footer img {
        max-height: 60px;
    }

.user-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

    .user-video img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }

.my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

    .my-video ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .my-video ul li {
            float: left;
            width: 120px;
            margin-right: 10px;
        }

            .my-video ul li img {
                border: 3px solid #fff;
                border-radius: 6px;
            }

.end-call {
    /*position: absolute;
    top: 7px;
    right: 0;*/
}

    .end-call a {
        color: #fff;
        border-radius: 50px;
        display: inline-block;
        background-color: #f06060;
        padding: 8px 25px;
        text-transform: uppercase;
    }

.call-users {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

    .call-users ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .call-users ul li {
            float: left;
            width: 80px;
            margin-left: 10px;
        }

            .call-users ul li img {
                border-radius: 6px;
                padding: 2px;
                background-color: #fff;
                border: 1px solid rgba(0, 0, 0, 0.1);
            }

.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
    display: block;
}

.call-details {
    margin: 10px 0 0px;
    display: flex;
}

.call-info {
    margin-left: 10px;
    width: 100%;
}

.call-user-details,
.call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.call-description {
    white-space: nowrap;
    vertical-align: bottom;
}

.call-timing {
    color: #a0a0a2;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}

/*-----------------
	37. Video Call
-----------------------*/

.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}

.video-window .fixed-header {
    padding: 0;
    border: 0;
}

    .video-window .fixed-header .nav > li > a {
        padding: 19px 15px;
    }

/*-----------------
	38. Incoming Call
-----------------------*/

.incoming-btns {
    margin-top: 20px;
}

.modal.custom-modal {
    /*background-color: #f5f5f5;*/
    background: rgba(0, 0, 0, .6);
}

.custom-modal .modal-content {
    border: 0;
    background-color: transparent;
}

.custom-modal .profile-widget {
    margin-bottom: 0;
}

/*-----------------
	39. Notification settings
-----------------------*/

.notification-list .list-group-item {
    padding: 15px;
}

/*-----------------
	40. Chat Sidebar
-----------------------*/

.chat-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    width: 300px;
}

    .chat-sidebar .chat-contents {
        background-color: #fff;
    }

    .chat-sidebar .chat-left .chat-content {
        border: 0;
        padding: 0;
        border-radius: 0 !important;
        background-color: transparent;
        max-width: 100%;
    }

    .chat-sidebar .chat-left .chat-body {
        margin-left: 50px;
        padding-right: 0;
    }

    .chat-sidebar .chat-date {
        background-color: #fff;
    }

    .chat-sidebar .chats {
        padding: 15px 15px 30px;
    }

    .chat-sidebar .avatar {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .chat-sidebar .chat.chat-left {
        margin-bottom: 20px;
    }

        .chat-sidebar .chat.chat-left:last-child {
            margin-bottom: 0;
        }

    .chat-sidebar .chat-left .chat-time {
        color: #888;
        display: inline-block;
        font-size: 11px;
    }

    .chat-sidebar .chat-content > p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .chat-sidebar.opened {
        margin-right: 0;
    }

/*-----------------
	41. Gallery
-----------------------*/

.lg-backdrop {
    z-index: 1041;
}

#lightgallery .img-thumbnail {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

/*-----------------
	42. Responsive
-----------------------*/

@media only screen and (min-width: 991px) {
    #toggle_btn {
        color: #09171f;
        float: left;
        font-size: 20px;
        height: calc(100vh - 0px);
        background-color: #eee;
        align-items: center;
        vertical-align: middle;
        display: flex;
        position: fixed;
        left: 200px;
        top: 50px;
        z-index: 1038;
        padding: 0 2.2px;
    }
}

.mini-sidebar .header-left .logo span {
    display: none;
}

.mini-sidebar .header .header-left {
    padding: 0 5px;
    width: auto;
}

.mini-sidebar .sidebar {
    width: 40px;
}

.mini-sidebar.expand-menu .sidebar {
    width: 230px;
}

.mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
}

.mini-sidebar.expand-menu .menu-title {
    visibility: visible;
}

.modal-open .mini-sidebar .sidebar {
    z-index: 1051;
}

.mini-sidebar .sidebar .sidebar-menu ul > li > a span, .mini-sidebar .btnBug a span, .mini-sidebar .nav-tabs > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span, .mini-sidebar.expand-menu .btnBug a span {
    display: inline;
    opacity: 1;
}

.mini-sidebar .page-wrapper {
    margin-left: 40px;
}

.mini-sidebar #toggle_btn {
    left: 40px;
}

#toggle_btn i.page_arrow:before, .sidepanel i.page_arrow:before {
    content: "\f0d9" !important;
}

.mini-sidebar #toggle_btn i.page_arrow:before {
    content: "\f0da" !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

}

@media only screen and (min-width: 768px) {
    .modal-md {
        width: 500px;
    }

    .nav-tabs.nav-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs.nav-justified.nav-tabs-top > li > a,
        .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
        .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }

    .nav-tabs.nav-tabs-top > li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-tabs-top > li > a,
        .nav-tabs.nav-tabs-top > li > a:hover,
        .nav-tabs.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }

        .nav-tabs.nav-tabs-top > li + li > a {
            margin-left: 1px;
        }

        .nav-tabs.nav-tabs-top > li > a.active,
        .nav-tabs.nav-tabs-top > li > a.active:hover,
        .nav-tabs.nav-tabs-top > li > a.active:focus {
            border-top-color: #fbc80c;
        }

    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: -1px;
    }

        .nav-tabs.nav-tabs-bottom > li > a.active,
        .nav-tabs.nav-tabs-bottom > li > a.active:hover,
        .nav-tabs.nav-tabs-bottom > li > a.active:focus {
            border-bottom-width: 2px;
            border-color: transparent;
            border-bottom-color: #fbc80c;
            background-color: transparent;
            transition: none 0s ease 0s;
            -moz-transition: none 0s ease 0s;
            -o-transition: none 0s ease 0s;
            -ms-transition: none 0s ease 0s;
            -webkit-transition: none 0s ease 0s;
        }

    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: -1px;
    }

        .nav-tabs.nav-tabs-bottom > li > a.active,
        .nav-tabs.nav-tabs-bottom > li > a.active:hover,
        .nav-tabs.nav-tabs-bottom > li > a.active:focus {
            border-bottom-width: 2px;
            border-color: transparent;
            border-bottom-color: #fbc80c;
            background-color: transparent;
            transition: none 0s ease 0s;
            -moz-transition: none 0s ease 0s;
            -o-transition: none 0s ease 0s;
            -ms-transition: none 0s ease 0s;
            -webkit-transition: none 0s ease 0s;
        }

    .nav-tabs.nav-tabs-solid {
        background-color: #fafafa;
        border: 0;
    }

        .nav-tabs.nav-tabs-solid > li {
            margin-bottom: 0;
        }

            .nav-tabs.nav-tabs-solid > li > a {
                border-color: transparent;
            }

                .nav-tabs.nav-tabs-solid > li > a:hover,
                .nav-tabs.nav-tabs-solid > li > a:focus {
                    background-color: #f5f5f5;
                }

        .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
            background-color: #f5f5f5;
            border-color: transparent;
        }

    .nav-tabs-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs-justified.nav-tabs-top > li > a,
        .nav-tabs-justified.nav-tabs-top > li > a:hover,
        .nav-tabs-justified.nav-tabs-top > li > a:focus {
            border-width: 2px 0 0 0;
        }
}

@media only screen and (max-width: 1199.98px) {
    .invoices-view {
        width: 90%;
        float: right;
    }
}

.sidepanel.opened {
    width: calc(100% - 214px) !important;
    padding: 10px 0 0 20px !important
}

@media only screen and (max-width: 2560.98px) {
    .profile-rightbar {
        display: inline-block !important;
    }

    /*.chat-profile-view {
        display: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        right: 0;
        transform: translateX(0px);
        z-index: 1041;
        width: 300px;
        position: fixed;
        margin-right: -300px;
        display: table-cell;
        top: 0;
        padding-bottom: 60px;
        margin-top: 50px;
    }*/

    .message-view.chat-view {
        width: 100%;
    }

    .slide-nav .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    .chat-main-row {
        left: 0;
    }

    .sidepanel.opened {
        width: 100% !important;
    }

    .header .header-left {
        position: absolute;
        margin: 0 0 0 40px;
    }

    .mobile_btn, .logo img.mini {
        display: block;
    }

    .logo img.default {
        display: none;
    }

    .page-title-box {
        display: none;
    }

    .sidebar {
        margin-left: -225px;
        width: 225px;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .slide-nav .sidebar {
        margin-left: 0;
    }

    a.mobile_btn {
        color: #333;
        font-size: 24px;
        height: 50px;
        left: 0;
        line-height: 50px;
        padding: 0 10px;
        position: absolute;
        top: 0;
        width: 60px;
        z-index: 10;
    }

    .slide-nav .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    .invoices-view {
        width: 100%;
        float: none;
    }

    #toggle_btn {
        display: none;
    }

    .sidebar {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .page-wrapper {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media only screen and (max-width: 767.98px) {
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    .notifications {
        right: -48px;
    }

        .notifications:before,
        .notifications:after {
            right: 60px;
        }

    .modal-body.card-box {
        background-color: #fff;
        border: none;
        border-radius: inherit;
        box-shadow: unset;
        margin-bottom: 0;
        padding: 15px;
    }

    .roles-menu {
        margin-bottom: 20px;
    }

    .left-action {
        text-align: center;
        margin-bottom: 15px;
    }

    .right-action {
        text-align: center;
    }

    .top-action-left .float-left {
        float: none !important;
    }

    .top-action-left .btn-group {
        margin-bottom: 15px;
    }

    .top-action-right {
        text-align: center;
    }

        .top-action-right a.btn.btn-white {
            margin-bottom: 15px;
        }

    .mail-sent-time {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs.nav-justified > li > a.active,
        .nav-tabs.nav-justified > li > a.active:hover,
        .nav-tabs.nav-justified > li > a.active:focus {
            border-color: transparent transparent transparent #fbc80c;
            border-left-width: 2px;
        }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

        .nav-tabs .nav-item {
            margin-bottom: 0;
        }

        .nav-tabs > li > a {
            border-width: 2px;
            border-left-color: transparent;
        }

        .nav-tabs .nav-link {
            border-width: 2px;
        }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            background-color: #fafafa;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active,
        .nav-tabs > li > a.active,
        .nav-tabs > li > a.active:hover,
        .nav-tabs > li > a.active:focus {
            background-color: #f5f5f5;
            border-color: transparent transparent transparent #fbc80c;
            border-left-width: 2px;
        }

        .nav-tabs > li.open:not(.active) > a,
        .nav-tabs > li.open:not(.active) > a:hover,
        .nav-tabs > li.open:not(.active) > a:focus {
            background-color: #fafafa;
        }

        .nav-tabs.nav-tabs-solid {
            padding: 5px;
        }

            .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
                border-radius: 5px;
            }

            .nav-tabs.nav-tabs-solid > li > a {
                border-left-width: 0 !important;
            }

    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs-justified > li > a.active,
        .nav-tabs-justified > li > a.active:hover,
        .nav-tabs-justified > li > a.active:focus {
            border-width: 0 0 0 2px;
            border-left-color: #fbc80c;
        }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.17em;
    }

    h4 {
        font-size: 1.12em;
    }

    h5 {
        font-size: .83em;
    }

    h6 {
        font-size: .75em;
    }

    .page-title {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .card-title {
        font-size: 1.12em;
    }

    .blog-view .blog-title {
        font-size: 24px;
    }

    .widget h3 {
        font-size: 18px;
    }

    .my-video ul li {
        width: 80px;
    }

    .voice-call-avatar .call-avatar {
        width: 120px;
        height: 120px;
    }

    .table-responsive table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .header .has-arrow .dropdown-toggle > span:nth-child(2) {
        display: none;
    }

    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }

    .btn-white {
        margin: 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .contact-cat {
        padding-right: 70px;
    }

    .mobile-user-menu {
        display: block;
    }

    .search-box {
        display: none;
    }

    .filter-row {
        margin-bottom: 15px;
    }

    .page-wrapper > .content {
        padding: 15px;
    }

    .profile-view .profile-basic {
        margin-left: 0;
    }

    .profile-img-wrap {
        position: relative;
        margin: 0 auto;
    }

    .profile-view .profile-img-wrap {
        margin: 0 auto 10px;
        height: 100px;
        width: 100px;
    }

    .profile-view .profile-img {
        height: 100px;
        width: 100px;
    }

        .profile-view .profile-img .avatar {
            font-size: 24px;
            height: 100px;
            line-height: 100px;
            margin: 0;
            width: 100px;
        }

    .profile-info-left {
        text-align: center;
    }

    .profile-basic {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-title {
        font-size: 18px;
    }

    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }

    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }

    .upload-text {
        font-size: 18px;
    }

    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit;
    }

    .end-call {
        margin-top: 10px;
        position: inherit;
    }

    .chat-right .chat-content {
        max-width: 90%;
    }

    .chat-right .chat-body {
        padding-left: 0;
        padding-right: 0;
    }

    .chat-left .chat-content {
        max-width: 90%;
    }

    .chat-left .chat-body {
        padding-left: 0;
        padding-right: 0;
    }

    .chat-avatar .avatar {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .account-box {
        width: 100%;
        margin-bottom: 20px;
    }
    /* .content {
        padding: 0 50px;
    } */

    .custom-menu.navbar-nav > li > a {
        margin-left: 10px;
    }

    .error-box h1 {
        font-size: 50px;
    }

    .submit-btn {
        min-width: 150px;
    }

    .ui-kit-wrapper button {
        margin-bottom: 5px;
    }

    .pagination > li > a,
    .pagination > li > span {
        padding: .5rem !important;
    }
}

@media only screen and (max-width: 479px) {
    .compose-btn button {
        padding: 0.365rem 0.5rem;
    }

    .attachments li {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.pageTitle {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 15px;
}

    .pageTitle h1 {
        font-size: 22px !important;
        margin: 0px 0 0 10px;
    }

.btn.dropdown-toggle.btn-light {
    padding: .1rem 0.5rem !important;
    background: none !important;
    box-shadow: none !important;
    border-bottom: solid 1px #eaeaea !important;
    font-weight: normal !important;
}

    .btn.dropdown-toggle.btn-light:focus {
        border: none !important;
        border-bottom: solid 1px #eaeaea !important;
        outline: none !important;
    }

.card-body {
    padding: .6rem !important;
}

.card .card-header {
    font-weight: 500;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    background: none;
    font-size: 18px;
}

.sectionHeader {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn,
    .btn-group-justified .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified .btn .btn,
        .btn-group-justified .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified .btn .dropdown-menu,
        .btn-group-justified .btn-group .dropdown-menu {
            left: auto;
        }

.profile-userpic img, .profile-userpic .video {
    width: 100%;
    max-height: 200px;
}

/*Custom Checkbox and Radio */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #09171f;
    background-color: #09171f;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(35,31, 32,.25)
}

/*Custom Checkbox and Radio for Login */
.accountWrapper .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fbc80c !important;
    background-color: #09171f;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fbc80c !important;
    background-color: #09171f !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    opacity: .3 !important
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(35,31, 32,.25)
}

.custom-control-label {
    line-height: 26px;
    font-size: 100% !important;
}

.modal-backdrop {
    background-color: #000 !important;
}

    .modal-backdrop.show {
        opacity: 0.7 !important;
    }
/* Custom Form elements */

.form-group label {
    color: #666 !important;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 100;
    margin: 0 !important;
    font-size: 90%;
    font-weight: normal;
}

.form-control, .dataTables_filter input {
    border-radius: 0;
    box-shadow: none;
    padding: .25rem !important;
    border: solid 1px #eaeaea;
    font-size: 14px;
    /* min-height: 40px; */
    border-width: 0 0 1px 0 !important;
}

    .form-control:focus, .dataTables_filter input:focus {
        border-color: #fbc80c;
        box-shadow: none;
        outline: 0 none;
    }

.splitCol {
    background: yellow;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9 !important;
    color: #bbb !important;
}

.modal-dangerIco {
    color: #CF1D1D;
    font-size: 64px;
}

.modal-successIco {
    color: #20972C;
    font-size: 64px;
}

.dataTables_length {
    display: none;
}

/*.btn-group .btn {
    border-radius: 0px !important;
}*/

.input-group-text {
    background: none;
    border: solid 0px #ced4da;
    border-bottom: 1px solid #eaeaea;
}

.btn-rounded-icon {
    height: 25px;
    width: 25px;
    padding: 0;
    font-size: 1rem;
}

.mandatory {
    color: red !important;
    margin-left: 4px;
}

.preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 130%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .preloader div:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        width: 10%;
        height: 10%;
        background-color: #fbc80c !important;
        transform: translateX(-50%);
        border-radius: 50%;
    }

    .preloader div:nth-child(1) {
        transform: rotateZ(0deg);
        animation: rotateCircle1 2s infinite linear;
        z-index: 9;
    }

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.no-shadow {
    box-shadow: none !important;
}

.mainLoader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: rgba(251, 251, 251, 0.2);
    z-index: 100000;
}

    .mainLoader > div {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

.preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 130%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .preloader div:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        width: 10%;
        height: 10%;
        background-color: #fbc80c !important;
        transform: translateX(-50%);
        border-radius: 50%;
    }

    .preloader div:nth-child(1) {
        transform: rotateZ(0deg);
        animation: rotateCircle1 2s infinite linear;
        z-index: 9;
    }

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.form-inline .form-group {
    margin: 0 15px 0 0 !important
}

.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -10px;
    left: -12px;
}

.fa-stack-1x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -15px;
    left: -17px;
}

.fa-stack-2x.fa-search:before {
    font-size: 60px;
}

.fa-user-tie.fa-stack-1x:before {
    font-size: 24px;
}

.btnBug {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1d1d1d;
}

.sidebar-inner.slimscroll {
    height: calc(100% - 51px) !important;
}

.btnBug .btn {
    border-radius: 0px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 0.45rem 0.45rem !important;
    border-bottom: 1px solid #111;
    background-color: #333 !important;
    color: #FFF !important;
}
/*
td a.edit {
    margin-right: 10px;
}*/

.accordion .card .card-header {
    margin-bottom: 0px !important;
}

.accordion .card-header {
    border-bottom: solid 1px #eee !important;
    background-color: #f9f9f9 !important;
    font-size: 0.875rem;
}

    .accordion .card-header:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f078";
        float: right;
    }

    .accordion .card-header.collapsed:after {
        content: "\f078";
    }

.team-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .team-list:before {
        background: #ddd;
        bottom: 10px;
        content: "";
        left: 8px;
        position: absolute;
        top: 8px;
        width: 2px;
    }

    .team-list > li {
        position: relative;
    }

        .team-list > li:last-child .team-content {
            margin-bottom: 0;
        }

        .team-list > li .team-content {
            background-color: #fff;
            margin: 0 0 10px 20px;
            padding: 0;
            position: relative;
        }

        .team-list > li .team-user {
            background: #fff;
            height: 10px;
            left: 4px;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 4px;
            width: 10px;
        }

        .team-list > li:last-child .team-content {
            margin-bottom: 0;
        }

.b-r {
    border-right: solid 1px #fbc80c !important;
}

.teamDetails {
    border: solid 1px #eee !important;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    padding: 6px 0;
    margin: 4px;
    border-radius: 4px;
}

td .badge {
    border-radius: 0;
    font-size: 11px;
    line-height: 1;
    padding: .375rem;
    color: #FFF;
    min-width: 74px;
    margin-bottom: 0;
}

.bg-available, .card-header.bg-available {
    background-color: #34A853;
}

.bg-Reserved {
    background-color: #FFB234;
}

.bg-intake, .roomNumber.bg-intake {
    background-color: #FBBC05;
    color: #000 !important;
}

.bg-inuse {
    background-color: #F58212;
}

.bg-checkout {
    background-color: #4285F4;
}

.bg-Needscleaning {
    background-color: #EA4335;
}

.bg-SMreadyroom {
    background-color: yellow;
    color: #000 !important;
}

.bg-SMpending {
    background-color: blue;
    color: #fff !important;
}

.bg-SMenRoute {
    background-color: lightgrey;
}

.bg-SMArrived {
    background-color: grey;
}

.bg-SMcheckin {
    background-color: black;
    color: #fff !important;
}

.bg-SMAppstartred {
    background-color: green;
    color: #fff !important;
}

.bg-SMAppcompleted {
    background-color: orange;
}

.bg-SMwaiting {
    background-color: yellow;
    color: #000 !important;
}

.bg-SMRoomReady {
    background-color: yellow;
    color: #000 !important;
}

.bg-SMintakeGray {
    background-color: lightgreen;
}

.bg-SMprocedures {
    background-color: black;
    color: #fff !important;
}

.bg-SMcheckout {
    background-color: purple;
}

.bg-SMcompleted {
    background-color: red;
}

/* Room Status */
.divRoomStatus {
    box-shadow: none;
    background-color: #eee;
}

.RoomStatus {
    position: absolute;
    top: 0;
    right: 0;
}

ul.Roomdetails {
    margin: 0;
    padding: 0;
}

    ul.Roomdetails li {
        list-style: none;
        display: inline-block;
        width: 32%;
        vertical-align: text-top;
    }

    ul.Roomdetails.w50 li {
        width: 49.2% !important;
    }

    ul.Roomdetails.w100 li {
        width: 100% !important;
    }

    ul.Roomdetails li {
        list-style: none;
        display: inline-block;
        width: 32%;
        vertical-align: text-top;
    }

    ul.Roomdetails.w50 li {
        width: 49.2% !important;
    }

    ul.Roomdetails.w100 li {
        width: 100% !important;
    }

/* display this row with flex and use wrap (= respect columns' widths) */
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row-flex .card-body {
        padding: .6rem .6rem .0rem !important;
    }

    .row-flex > [class*="col-"] {
        margin-bottom: 20px;
    }

ul.Roomdetails li div {
    font-size: 12px;
    color: #aaa;
}

/* vertical spacing between columns */
.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/*[class*="col-"] {
    margin-bottom: 30px;
}*/
.content {
    /*height: 100%;
    padding: 4px 10px;*/
}

/* Demo backgrounds and styling*/
.colour-1 {
    background: #483C46;
    color: #fff;
}

.colour-2 {
    background: #3C6E71;
}

.colour-3 {
    background: #70AE6E;
}

.colour-4 {
    background: #82204A;
}

.colour-5 {
    background: #558C8C;
}

.colour-6 {
    background: #917C78;
}

.RoomStatus_btn {
    text-align: center;
    margin: -20px 0 20px 0;
    color: #FFF !important;
}

    .RoomStatus_btn span {
        display: inline-block;
        padding: 4px 6px;
    }

.card-body.bg-gray {
    background-color: #eee;
}

.card-details {
    padding: 6px;
    background-color: #eee;
}

.statusRoom {
    position: absolute;
    top: 3px;
    right: 0px;
    color: white;
    padding: 2px 8px 1px 8px;
    border-radius: 6px 0px 0px 6px;
}

.roomNumber {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 20px 0px 0px;
    color: #FFF !important;
    font-weight: bold;
    border-radius: 0 0 30px 0;
    font-size: 18px !important;
    line-height: 30px;
}

    .roomNumber span {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 0px 6px;
        line-height: 31px;
        margin-right: 6px;
    }

    .roomNumber small {
        font-size: 14px;
    }

.roomTimer {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.hide {
    display: none;
}

.mt--p4 {
    margin-top: -.4rem !important;
}

.mt--6 {
    margin-top: -.6rem !important;
}

.divFilter_bg .form-control, td .form-control.date {
    border-color: #fbc80c;
    background: transparent;
}

    .divFilter_bg .form-control:disabled, .divFilter_bg .form-control[readonly] {
        border-color: #fbc80c;
        background-color: transparent !important;
        color: #bbb !important;
    }

.card-body .divFilter_bg {
    margin: -0.6rem -0.6rem 0.6rem -0.6rem;
}

.modal-header, .modal-footer {
    padding: 0.5rem 1rem !important;
}

.form-control {
    height: 31px !important;
    font-weight: 500;
}

textarea.form-control {
    height: auto !important;
}

.form-inline .form-control-plaintext {
    width: auto !important;
}

.form-control-plaintext {
    color: #666 !important;
    font-weight: bold !important;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #29b5a8;
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus,
        .btn-toggle.btn-lg.focus,
        .btn-toggle.btn-lg:focus.active,
        .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before,
        .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-lg:before {
            content: 'Off';
            left: -5rem;
        }

        .btn-toggle.btn-lg:after {
            content: 'On';
            right: -5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-lg.btn-sm:before,
        .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before,
        .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 0.5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus,
        .btn-toggle.btn-sm.focus,
        .btn-toggle.btn-sm:focus.active,
        .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before,
        .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 0.55rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-sm:before {
            content: 'Off';
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: 'On';
            right: -0.5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 1.6875rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before,
        .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before,
        .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus,
        .btn-toggle.btn-xs.focus,
        .btn-toggle.btn-xs:focus.active,
        .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before,
        .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: 0.5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before,
        .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before,
        .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before,
        .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }

        .btn-toggle.btn-secondary.active {
            background-color: #ff8300;
        }

.count {
    background: rgba(255, 255, 255, 0.2);
    /* margin: 0 -.5rem 0 10px;*/
    padding: 0.4em 0.65em;
    border-radius: 0 0.25rem 0.25rem 0;
    font-style: normal;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 70% !important;
    }
}

#schedule tbody tr td:nth-child(2) {
    width: 85px;
}

#schedule, #schedule select {
    font-size: 0.661rem;
}

#callPatient_Popup {
    position: fixed;
    left: 0;
    width: 320px;
    z-index: 100000000;
    bottom: 0;
}

.close_Call {
    /* float: right; */
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: -28px;
    border: solid 1px #808080 !important;
    padding: 0px 6px !important;
    /* display: block; */
    border-radius: 50%;
    position: absolute;
    top: 10px;
    background-color: #FFF !important;
    right: -12px;
}

fieldset {
    border: 1px solid #eaeaea !important;
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: left !important;
    width: auto;
    padding: 0 6px;
    border-bottom: none;
}

.form-group.mr-0 {
    margin: 0 !important;
}

.print td {
    white-space: nowrap;
    vertical-align: top;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.modal {
    z-index: 1051 !important;
}

.modal-body {
    overflow-y: auto !important;
    max-height: calc(100vh - 152px) !important;
}

    .modal-body.addCommnet {
        overflow-y: auto !important;
        border-top: solid 1px #e9ecef !important;
        max-height: calc(100vh - 212px) !important;
    }

.modal .card .card-header {
    padding: 0.3rem 1rem !important;
    font-size: 18px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.45rem 0.45rem !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    border: solid 1px #fbc80c !important;
    cursor: not-allowed;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .15rem .4rem !important;
    font-size: .775rem !important;
}

.modal-fluid {
    max-width: 90%;
}

.divFilter_bg {
    border-bottom: solid 1px #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}

    .divFilter_bg .form-group {
        margin-bottom: 0;
    }

.divFilter_Profile {
    border-bottom: solid 1px #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #e9ecef;
}

.divFilter {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .divFilter .form-group {
        margin-bottom: 0;
    }

.dataTable td a + a {
    margin-left: 12px;
}

.no-records {
    margin: 10%;
    font-weight: bold;
    text-align: center;
}

.nav-tabs .nav-item a {
    /* border: none !important; */
    font-weight: 600;
    padding: 0.3rem 1rem !important;
}

    .nav-tabs .nav-item a:hover {
        color: #000 !important;
        border-color: #eee #eee #FFF;
        cursor: pointer;
    }

.nav-tabs .nav-item .active {
    color: #000 !important;
    border-color: #eee #eee #FFF;
    cursor: pointer;
}

.divCareManagement {
    max-height: calc(100vh - 398px);
    height: calc(100vh - 398px);
    overflow-y: auto;
    overflow-x: hidden
}

.previous_notes {
    max-height: calc(100vh - 474px);
    height: calc(100vh - 474px);
    overflow-y: auto;
    overflow-x: hidden
}

.divCarePlandocList {
    max-height: calc(100vh - 456px);
    height: calc(100vh - 456px);
    overflow-y: auto;
    margin-top: 20px;
}

.divCareManagement_task {
    max-height: calc(100vh - 510px);
    overflow-x: auto;
    padding: 0 10px;
}

.txt_oneLos {
    max-height: calc(100vh - 398px) !important;
    height: calc(100vh - 398px) !important;
    border-width: 1px 1px 1px 1px !important;
}

.divVOVCommnets {
    max-height: 180px;
    overflow: auto;
}

hr {
    width: 100%;
    margin: 0.8rem 0 !important;
}

/*.custom-control-label::before {
    left: -1.1rem!important;
}
.custom-control-label::after {
    left: -1.1rem !important;
}*/
.divCareManagement_Config {
    min-height: calc(100vh - 262px);
    max-height: calc(100vh - 262px);
    overflow: auto;
}

/* Confirm Modal */
.modal-confirm .modal-title {
    width: 100%;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 60px 0 20px;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    justify-content: center !important;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #20972C;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .modal-confirm .icon-box i {
        font-size: 58px;
        position: relative;
        top: 3px;
    }

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.ulParticipants li {
    font-size: 14px;
    color: #888 !important;
    border-bottom: solid 1px #eee;
}

    .ulParticipants li .userName {
        /* float: left; */
    }

    .ulParticipants li a {
        float: right;
        font-size: 12px !important;
        padding: 0px !important;
    }

.ulParticipants li {
    padding: 6px;
}

textarea.form-control {
    border: 1px solid #ced4da !important;
}

/* VOV LOgin OTP */
.partitioned {
    letter-spacing: 34px !important;
    /*
        border-bottom: dotted 2px red;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
        background-position-x: 35px;
    */
}

.divInner {
    left: 0;
    position: sticky;
}

.divOuter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.ml--10 {
    margin-left: -10px;
}

.mr--10 {
    margin-right: -10px;
}

.mr--20 {
    margin-right: -20px;
}

.confirmStatus {
    color: #fff;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 9;
    background: white;
    border: solid 2px #20972C;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .confirmStatus i {
        font-size: 48px;
        position: relative;
        color: #20972C;
        top: 5px;
    }

.unconfirmStatus {
    color: #fff;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 9;
    background: white;
    border: solid 2px #bd2130;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .unconfirmStatus i {
        font-size: 48px;
        position: relative;
        color: #bd2130;
        top: 5px;
    }

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.divCallDeatils {
    width: 90%;
    margin: 60px auto;
    text-align: center;
}

    .divCallDeatils hr {
        border-top: 1px solid rgba(204, 204, 204, 0.35)
    }

.mainLogin .btn-group .btn {
    padding: 1rem !important;
}

    .mainLogin .btn-group .btn.btn-block {
        width: 50%;
    }

.levelOne {
    border-bottom: solid 1px #eee;
    margin-bottom: 21px;
}

ol.levelTwo {
    padding: 20px 0px 20px 44px !important;
    margin: 10px 0px 10px 30px;
}

ol.smsConfig {
    list-style: none;
    margin: 0 !important;
    padding: 10px 10px 10px 24px !important;
}

.smsConfig ol {
    list-style: none;
    margin: 0 !important;
    padding: 10px 10px 10px 24px !important;
    list-style: none;
}

li {
}

.smsConfig ol li {
    margin: 10px 0 10px 24px;
    padding: 0px 0;
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, .4) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, .4) !important;
}

::placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

.br-1 {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.filedName {
    font-size: 80%;
    padding: 3px 6px;
    border-radius: 3px 0 0 3px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
    margin-bottom: 10px;
    background-color: #eee;
    width: 100%;
    color: #0056b3 !important;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 10px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 80%;
}

    .filedName:after {
        background-color: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #eee;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }

    .filedName:hover {
        background-color: #ffcc33 !important;
        color: #333 !important;
        cursor: grab;
    }

        .filedName:hover:after {
            border-left-color: #fbc80c;
        }

.tab-content.singleTab {
    min-height: calc(100vh - 234px);
}

.divConfigSMS {
    max-height: calc(100vh - 262px);
    min-height: calc(100vh - 262px);
    overflow-y: auto;
}

.card-footer .btn + .btn, .modal-footer .btn + .btn, .btn + .btn {
    margin-left: 10px;
}

.card-footer {
    padding: .5rem 1.25rem !important;
}

.divCheckin {
    margin: -15px 0 -20px;
}

h5.h-100 {
    min-height: 60px;
}

.p-ar {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.row .p-ar:nth-child(n+4) {
    padding-top: 2rem !important;
}

.modal-footer.text-center {
    justify-content: center !important;
}

input:disabled {
    cursor: not-allowed !important;
}

.btn {
    font-size: 0.875rem;
    font-weight: 700 !important;
    text-transform: capitalize;
    border-color: transparent !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}

    .btn, .btn:hover, .btn:focus, .btn:active {
        border-color: transparent !important;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2) !important;
    }

.btn-link {
    color: #333;
}

    .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
        box-shadow: none !important;
    }

.btn-primary {
    /*background-color: #fbc80c !important;
    color: #231f20 !important;*/
    background-color: #ffcc33 !important;
    color: #333 !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: rgba(255, 204, 51,0.95);
    }

.btn-secondary {
    color: #FFCC33 !important;
    background-color: #333333 !important;
    border-color: transparent !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .open > .dropdown-toggle.btn-secondary {
        background-color: rgba(51, 51, 51,0.95) !important;
    }

.btn-default {
    background-color: #333333 !important;
    color: #fbc80c !important;
}

    .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-color: rgba(51, 51, 51,0.95) !important;
        color: #fbc80c;
    }

.btn-success {
    background-color: #43a047 !important;
    color: #FFF !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active {
        background-color: rgba(67, 160, 71, 0.95) !important;
    }

.btn-info {
    background-color: #00bcd4 !important;
    color: #FFF !important;
}

    .btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active {
        background-color: rgba(0, 188, 212, 0.95) !important;
    }

.btn-danger {
    background-color: #cf1d1d !important;
    color: #FFF !important;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
        background-color: rgba(207, 29, 29, 0.95) !important;
    }

.btn.btn-endCall {
    background-color: #d01536 !important;
    color: #FFF !important;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
}

    .btn.btn-endCall:hover, .btn.btn-endCall.btn.active, .btn.btn-endCall:active {
        background-color: rgba(208, 21, 54, 0.95) !important;
    }

.btn-warning {
    background: #ff6f00 !important;
    color: #FFF !important;
}


    .btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
        background-color: rgba( 255, 111, 0, 0.95);
        /*color: #fff;*/
    }

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn.focus,
.btn:focus {
    box-shadow: inherit !important;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #f0be18 !important;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: #fbc80c;
    border-color: #fbc80c;
    color: #fff;
}

.btn-outline-primary {
    color: #343434;
    border: solid 1px #343434 !important;
    background: rgba(0,0,0,0)
}

    .btn-outline-primary:hover {
        color: #343434 !important;
        background-color: #ffcc33 !important;
        border-color: #788393 !important;
        box-shadow: 0 .125rem .25rem 0 rgba(133,146,163,.4) !important;
    }

.btn-group .btn-outline-primary:focus, .btn-group .btn-outline-primary:hover {
    border-color: #8592a3 !important;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2) !important;
    transform: none !important;
}

.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #fbc80c;
    border-color: #fbc80c;
    color: #fff;
    cursor: not-allowed
}

.btn-group .btn-check:checked + .btn-outline-primary {
    color: #343434 !important;
    background-color: #ffcc33 !important;
}

.btn-outline-secondary {
    color: #8592a3;
    border: solid 1px #8592a3 !important;
    background: rgba(0,0,0,0)
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #788393 !important;
        border-color: #788393 !important;
        box-shadow: 0 .125rem .25rem 0 rgba(133,146,163,.4) !important;
    }

.btn-group .btn-outline-secondary:focus, .btn-group .btn-outline-secondary:hover {
    border-color: #8592a3 !important;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2) !important;
    transform: none !important;
}

.btn-group .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

    .btn-group .btn-check:checked + .btn, .btn-group .btn.active, .btn-group .btn.show, .btn-group .btn:first-child:active, :not(.btn-check) + .btn:active {
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: var(--bs-btn-active-border-color);
    }

    .btn-group .btn-check:checked + .btn-outline-secondary {
        color: #fff !important;
        background-color: #788393 !important;
    }

.modal-footer .btn {
    min-width: 60px;
}

.collection {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    list-style: none;
    padding: 0;
}

    .collection .collection-item {
        /* padding-left: 30px; */
    }

    .collection .collection-item {
        line-height: 1rem;
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fff;
    }

.secondary-content {
    float: right;
    color: #ff4081;
}

.card-footer.bottom-chbody {
    margin: 0 -10px -10px;
}

fieldset#InviteStaff {
    position: absolute;
    background-color: #FFF;
    padding: 0 12px 12px !important;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
    width: 100%;
}

/* VOV Style */
video {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

    video.staticBG {
        background: url(../img/VideoCall.jpg) center !important;
        background-size: cover !important;
        height: calc(100vh - 103px) !important;
        width: 100% !important;
    }

    video.staticBGPatient {
        background: url(../img/Shehata.jpg) center !important;
        background-size: cover !important;
        height: calc(100vh - 126px) !important;
        width: 100% !important;
    }

.card-video-footer {
    min-height: 80px;
    max-height: 80px;
    overflow-y: scroll;
}

    .card-video-footer .btn {
        margin: 4px 6px;
    }

.VOVLeftPanel .card-body {
    min-height: calc(100vh - 181px);
}

.VOVLeftPanel:not(div.card-footer) .card-body {
    min-height: calc(100vh - 127px);
}

.btn-gray {
    background-color: #8e97a2;
    border: 1px solid #FFF;
    color: #FFF !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: rgba(142, 151, 162,0.95);
}

a.login-fixedTopRight {
    position: absolute;
    top: 10px;
    right: 0;
    border: solid 1px #E5B321 !important;
    padding: 4px 10px;
    background: rgba(0, 0, 0, .4);
    color: #E5B321 !important;
    border-right: 0px !important;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

a.login-fixedTopLeft {
    position: absolute;
    top: 10px;
    left: 0;
    border: solid 1px #E5B321 !important;
    padding: 8px 20px;
    background: #fce379;
    color: #000000 !important;
    border: 0px !important;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: 10px 10px 24px #00000029;
}

a.login-fixedTop, a.login-fixedTopRight {
    border: solid 0px #ffcc33 !important;
    padding: 8px 20px;
    background: #fce379;
    color: #000000 !important;
    border-top: 0px !important;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    box-shadow: 10px 10px 24px #00000029;
    z-index: 999;
}

a.login-fixedTop {
    position: absolute;
    top: 0px;
    left: 42.5%;
    border: solid 1px #E5B321 !important;
    padding: 4px 10px;
    background: rgba(0, 0, 0, .4);
    color: #E5B321 !important;
    border-top: 0px !important;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.availableDay {
    padding: 2px 7px;
    font-size: 80%;
    font-weight: 500;
    background-color: #9B9B9B;
    border-radius: 3px;
    margin-right: 7px;
    display: inline-block;
    width: 32px;
    /* height: 30px; */
    text-align: center;
    color: #f1f1f1;
}

.f-80p {
    font-size: 80%;
}

.f-60p {
    font-size: 60%;
}

.card-header.overview {
    padding: 0px 6px !important;
}

.card.common_buttons {
    margin-bottom: 0 !important;
}

div#et-main-area {
    margin-top: 80px;
}

body.home div#et-main-area {
    margin-top: 0px;
}
/*set the defautl background color of the header section*/
body.home .pa-header {
    background: transparent !important;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    box-shadow: none !important;
}

.pa-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
    /*set the background color of the fixed header when scrolling*/
    body.home .pa-header.pa-fixed-header, .pa-header.pa-fixed-header {
        background-color: #fff !important;
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    }

body.home .pa-header .et-menu a {
    color: #FFF !important;
}

body.home .pa-header.pa-fixed-header .et-menu a, .pa-fixed-header .et-menu a {
    color: #333 !important;
}

.pa-header .et-menu .sub-menu a {
    color: #333 !important;
}

.everest-forms label {
    display: block;
    /* line-height: 1.7; */
    margin: 0 0 4px !important;
    color: #333 !important;
    font-size: 18px !important;
}

.everest-forms input {
    border: solid 0px white !important;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
}

.evf-submit {
    border: transparent !important;
    background-color: #FFDF01 !important;
    border-radius: .25rem !important;
    width: 100% !important;
    color: #333 !important;
    font-weight: bold !important;
    font-size: 22px !important;
    margin-top: 6px;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
    padding: .375rem .75rem !important;
}

ul#menu-high-header-menu a {
    padding: 6px 0;
}

li.menu-item-9220 a {
    background-color: #FFDF01;
    padding: 6px 12px !important;
    border-radius: 25px;
    text-align: center;
}

.custom-footerLinks {
    text-align: center;
}

a.footerlinks {
    padding: 0 11px;
    font-size: 20px;
    display: inline-block;
}

ul#mobile_menu1, ul#mobile_menu2 {
    background-color: #fff !important;
}

a.btn.disabled, fieldset:disabled a.btn {
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.z-9999 {
    z-index: 999999999 !important;
}


/* Custom Accordiang with Checkbox on header */
.accordion.custom-accordian .card-header {
    font-size: 0.875rem !important;
    padding: 0.2rem .5rem !important;
}

.accordion.custom-accordian .cardheader, .cardheader {
    border-bottom: solid 1px #eee !important;
    background-color: #f9f9f9 !important;
    padding: 0.2rem .6rem !important;
}

    .accordion.custom-accordian .cardheader .card-header {
        border-bottom: none !important;
    }

.accordion.custom-accordian .card-header:hover {
    cursor: pointer !important;
}

/*.accordion.custom-accordian .cardheader:after, */ .accordion.custom-accordian .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px !important;
    float: right;
    content: "\f077";
    padding-right: 10px;
}

/*.accordion.custom-accordian .cardheader.collapsed:after,*/ .accordion.custom-accordian .card-header.collapsed:after {
    content: "\f078" !important;
}

.accordion.custom-accordian .card-header:after {
    margin-right: -10px !important
}

.cardheader .custom-control {
    margin: 0 -10px 0 0 !important;
    padding: 0 0 0 1.5rem !important;
    min-height: 1.1rem;
}

.ch25 {
    max-width: 20ch;
}

    .ch25 a {
        display: block;
    }

    .text-truncate, .ch25 a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.chat-user-list .user-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
    max-width: 20ch;
}


.bootstrap-duallistbox-container .btn-outline-secondary {
    background-color: #fbc80c !important;
    border: none;
    color: #000;
}

    .bootstrap-duallistbox-container .btn-outline-secondary:hover {
        background-color: #f0be18 !important;
    }

.bootstrap-duallistbox-container select {
    overflow: auto;
}

.row:before, .row:after {
    display: none !important;
}

.row:before, .row:after {
    width: 0px;
    height: 0px;
}

td .form-control, td .form-control:focus {
    background-color: transparent;
}

.f-default {
    font-size: 0.8rem !important;
    line-height: 2.1;
}

.TimewithSeconds {
    width: 66px !important;
}

.btn-group-xsm > .btn, .btn-xsm {
    padding: 0.1rem .5rem !important;
    font-size: .875rem;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 8px 8px 8px !important;
}

.card .card-header.cardheader {
    padding: 0 0 10px 0 !important;
}

.text-default {
    color: #666 !important;
}

.tab-pane ul.list-group li {
    padding: 0 !important;
}

    .tab-pane ul.list-group li a.active {
        background: black !important;
        color: #FFF !important;
    }

    .tab-pane ul.list-group li a {
        padding: 10px !important;
        display: block;
    }

.text-left {
    text-align: left !important;
}

/* Login */
.RegistrationForm {
    width: 80% !important;
    margin: 2% auto;
}

    .RegistrationForm .mainLogin.innerpages {
        padding: 2% 30px;
    }

.mainLogin.innerpages {
    padding: 5% 40px;
    max-width: 600px;
}

.mainLogin {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 24px #00000029;
    padding: 15% 40px;
    width: 80%;
    margin: 0 auto;
    max-width: 560px;
}

div.fixedBG {
    background-image: linear-gradient(to right top, #fbe378, #fcde68, #fcd858, #fed247, #ffcc33);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
}

.mainLogin a {
    color: #333333;
    font-weight: bold;
}

.forgotPassword {
    margin: 5% 0 0;
    text-align: right;
}

body.loginBG h1 {
    font-size: 36px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/*================================================================== [ Form ]*/
body.loginBG .btn {
    font-size: 22px;
    font-weight: bold;
}

body.loginBG .btn-sm {
    font-size: 16px !important;
}

.appTitle {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0px auto 20px;
    line-height: 30px;
}

    .appTitle div {
        font-weight: bold;
    }

.form-signin .form-control {
    height: auto !important;
    padding: .5rem !important;
    font-size: 18px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}

.wrap-login100 {
    width: 40%;
    min-height: 100vh;
    border-radius: 2px;
    position: relative;
    margin: 0 auto;
    align-items: normal !important;
}

    .wrap-login100 img.mb-4 {
        margin-bottom: .5rem !important;
    }

body.loginBG .form-control, body.loginBG .input-group-text {
    /*background: #f5f5f5 !important;*/
    padding: 16.5px;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login100-form-title {
    display: block;
    width: 100%;
    font-size: 28px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    margin: 30px;
}

@media only screen and (max-width: 1023px) {
    .login100-more .row {
        min-width: 100%;
    }

    .login100-more, .wrap-login100, .mainLogin {
        width: 100% !important;
        padding: 20px !important;
    }

    .btn {
        margin-top: 4px;
        margin-bottom: 4px
    }
}

.ptn {
    min-width: 25px;
    min-height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.ptn-pause {
    background: url(../img/pt_pause.png) center;
    background-size: 100%;
}

.ptn-play {
    background: url(../img/pt_play.png) center;
    background-size: 100%;
}

h6.divFilter.answered:before, h6.divFilter.not_answered:before, h6.divFilter.upcoming_schedule:before {
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
}

h6.divFilter.answered {
    color: #007a00;
    font-weight: bold;
    padding-left: 30px;
}

    h6.divFilter.answered:before {
        content: "\f059";
        left: 20px;
        position: absolute;
        top: 0px;
    }

h6.divFilter.not_answered {
    color: #ff0000;
    font-weight: bold;
    padding-left: 30px;
}

    h6.divFilter.not_answered:before {
        content: "\f057";
        left: 20px;
        position: absolute;
    }

h6.divFilter.upcoming_schedule {
    color: #014b8c;
    font-weight: bold;
    padding-left: 30px;
}

    h6.divFilter.upcoming_schedule:before {
        content: "\f271";
        left: 20px;
        position: absolute;
    }

.clh {
    line-height: 2.2;
}

/* Create Questionnaire */
/*.CreateQuestionnaire .card-body {
    padding: 20px !important;
}*/

.CreateQuestionnaire .description {
    font-size: 90% !important;
    height: auto !important;
}

.CreateQuestionnaire {
    /*max-width: 700px;
    margin: 0 auto;*/
    /* display: flex;
    justify-content: space-around;
    align-items: flex-start;
    border: 2px dashed ;
    background: rgba(114, 186, 94, 0.05);*/
}

.ques_bottom {
    border-top: 1px solid #dadce0;
    padding: 8px 0 0;
    vertical-align: middle;
    text-align: right;
    margin-top: 20px;
}

    .ques_bottom .form-group {
        margin-bottom: 0px;
    }

.divAddQuestion-Section .btn + .btn {
    margin: 0;
}

.ques_bottom a {
    font-size: 16px;
    margin-top: 4px;
}

.ques_bottom div {
    display: inline-block;
}

.ques_bottom .separator {
    margin: 0 1rem;
}

.olQuestions {
    max-height: calc(100vh - 280px);
    height: calc(100vh - 280px);
    overflow-y: auto;
}

ol.olQuestions > li:first-child {
    margin-top: 2px;
}

.responseResults {
    margin: 0 0 0 20px;
    padding: 0;
}

    .responseResults li {
        margin-bottom: 20px;
    }

    .responseResults h5 {
        font-weight: bold !important;
    }

.tab_scroll {
    overflow-y: auto;
    height: calc(100vh - 430px);
}

.tab_StaffDatascroll {
    overflow-y: auto;
    height: 400px;
}
/*.divAddQuestion-Section {position: fixed; top: 40%; width: 30px;}*/
.divAddQuestion-Section {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 4px !important;
    padding: 12px 6px;
    /*position: fixed;
    top: 40%;*/
}

    .divAddQuestion-Section a {
        display: block;
        text-align: center;
        font-size: 22px;
    }

.shark-1 {
    top: 0;
}

.shark-2 {
    top: 4rem;
}

.shark-3 {
    bottom: 1rem;
    align-self: flex-end;
}

.ques_type li .ques_typedropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
}

.ques_type .dropdown-menu > li > a {
    color: #428bca;
}

.ques_type .ques_typedropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 20px;
    width: 300px;
}

    .ques_type .ques_typedropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }

    .ques_type .ques_typedropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }

.optDelete {
    position: absolute;
    right: -10px;
    background-color: #dc3545 !important;
    padding: 2px 6px;
    border-radius: 4px 0 0 4px;
    margin-top: 4px;
}

.sectionDelete {
    position: absolute;
    right: -10px;
    background-color: #dc3545 !important;
    padding: 2px 6px;
    top: -10px;
    border-radius: 0 4px 0 0;
}

.copyQueslink a {
    color: white !important;
    padding: 4px 13px !important;
    /* border-left: solid 1px red; */
    background-color: #8e97a2;
}

    .copyQueslink a:last-child {
        border-radius: 0 4px 0 0;
    }

.copyQueslink {
    position: absolute;
    right: -10px;
    /* background-color: #8e97a2 !important; */
    top: -22px;
    margin-top: 4px;
}

.addField {
    position: absolute;
    left: -10px;
    background-color: green;
    color: white;
    padding: 2px 4px;
    border-radius: 0 4px 4px 0;
    bottom: 70px;
}

form.answers_form .form-group {
    margin: 20px 0 6px !important;
}

td sup {
    font-size: 90%;
}

td .dropdown-menu a + a {
    margin: 0 !important;
}

.pageSectionTitle {
    background-color: #eee;
}

ol.olQuestions {
    margin: 0;
    padding: 0 0 0 0px;
}

    ol.olQuestions > li {
        font-weight: bold;
        padding: .6rem 1.2rem;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        margin: 10px 10px 20px;
        border-radius: 3px;
        list-style: none;
    }

textarea.materialize-textarea:focus:not([readonly]) + label {
    color: red !important;
}

.hideLoader {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.addField.addOptionBtnDiv {
    bottom: 3px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 30px !important
}

.app {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.divFilter {
    display: flex;
    flex-flow: row wrap;
}

.row.formWrapper .col-4 {
    margin: 0 0 1rem 0;
}

/*.formWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.formWrapper-Col {
    flex-grow: 1;
    min-width: 350px;
    max-width: 32.4%;
    padding: 6px;
}

    .formWrapper-Col select.form-control {
        max-width: 300px;
    }
*/
.selecttag {
    background-color: #f9f9f9;
    padding: 0;
    border: solid 1px #ddd;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}

span.selecttag a {
    background-color: #ddd;
    padding: 5px 8px;
    border-radius: 0 4px;
    line-height: 26px;
    color: #333;
}

span.selecttag span {
    padding: 3px 4px 3px 4px;
    display: inline-block;
    /* font-weight: bold; */
}

.surveyDescription {
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 10px;
}

.surveyFooter {
    font-weight: 400;
    opacity: .95;
    margin-top: 4rem
}

.tab-contentCard {
    margin: 0 -10px -10px -10px;
}

.readonly {
    cursor: no-drop;
    background-color: #eee;
    pointer-events: none;
    opacity: 0.5;
}

.campaignRoi h5, .campaignRoi h4 {
    display: inline-block;
    width: 97%;
}

.feedback label {
    display: block;
}

li.version {
    line-height: 4;
    margin-right: 10px;
}

/*.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}*/
.schBtn a {
    margin: 0.6rem !important;
}


@media only screen and (max-width: 580px) {
    .schBtn a {
        display: block;
        margin: 1rem 3rem !important;
    }
}

.nav .custom-switch {
    margin-top: 0.9rem !important;
}

.video_ringer_option {
    position: absolute;
    top: 30px;
    right: 2px;
    color: #009ce7 !important;
    cursor: pointer;
}


.tile_count .count {
    padding: 0.4em 0.65em 0em 0.65em;
}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

    .tile_count .tile_stats_count:before {
        content: "";
        position: absolute;
        left: 0;
        height: 65px;
        border-left: 2px solid #ADB2B5;
        margin-top: 10px;
    }

    .tile_count .tile_stats_count span {
        font-size: 12px;
    }

    .tile_count .tile_stats_count .count {
        font-size: 30px;
        line-height: 47px;
        font-weight: 600;
    }

    .tile_count .tile_stats_count span {
        font-size: 12px;
    }

@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px;
    }

    .tile_count .tile_stats_count .count {
        font-size: 40px;
    }

    .tile_count .tile_stats_count span {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
        text-align: center;
    }
}

.sidebar .tab-content {
    background-color: #333333;
    padding: 0;
    border: 0 !important;
}

.sidebar .nav-tabs .nav-item a {
    padding: 0.3rem !important
}

.sidebar .nav-tabs .nav-item a {
    padding: 0.3rem !important;
    background: #000000;
    color: #fede01;
    border-bottom: solid 1px #fede01;
    /*border-radius: 0 24px 0 0;
    text-align: left !important;*/
}

    .sidebar .nav-tabs .nav-item a.active {
        background-color: #fede01;
        color: #ffffff;
    }

        .sidebar .nav-tabs .nav-item a.active:hover {
            background-color: #fede01;
            color: #000000 !important;
        }

i.itab-icon {
    text-align: center;
    font-style: normal;
    font-weight: bolder;
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    /* width: 16px; */
    transition: all 0.2s ease-in-out 0s;
    color: #000000;
    border-radius: 50%;
    background-color: #fede01;
    text-align: center;
    line-height: 16px;
    margin-right: 4px;
    text-align: center;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%) !important;
    padding: 0 4px;
}

a.active > i.itab-icon {
    background-color: #000000 !important;
    color: #fede01;
}

a.active > i.itab-icon {
    background-color: #000000 !important;
    color: #fede01;
}

.sidebar .nav-tabs .nav-item a:hover {
    color: #fede01 !important;
}

.startCall .div_StartCall {
    /*display: none;*/
}

.startCall:hover .div_StartCall {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}

.lnk_vov {
    position: absolute;
    right: 0;
    top: 9%;
    background-color: yellow;
    padding: 2px 6px;
    z-index: 99999;
    cursor: pointer;
}

.iCommunication {
    background: url(../img/communication_ico.png) no-repeat center;
    width: 18px;
    height: 50px;
    display: inline-block;
}
/* Sidepanel */
.sidepanel .VOVLeftPanel:not(div.card-footer) .card-body {
    min-height: calc(100vh - 90px);
}

.sidepanel.closed .card {
    background: #e9ecef;
}

.sidepanel {
    width: 80px;
    position: fixed;
    z-index: 1000;
    height: 92vh;
    top: 50px;
    right: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
}

    .sidepanel a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        /*font-size: 25px;*/
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #f1f1f1;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 16px;
        z-index: 999;
    }

.openbtn {
    color: #09171f;
    float: right;
    font-size: 20px;
    /*height: calc(100vh - 0px);*/
    background-color: #eee;
    align-items: center;
    vertical-align: middle;
    display: flex;
    position: fixed;
    right: 66px;
    top: 50%;
    z-index: 1038;
    padding: 0 2.2px;
}
    /*.openbtn {
    font-size: 16px;
    cursor: pointer;
    background-color: #ffcc33 !important;
    color: #333333;
    padding: .375rem .5rem;
    border: none;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 99;
    border-color: transparent !important;
    border-radius: .25rem 0 0 .25rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
}*/

    .openbtn:hover {
        /*background-color: #444;*/
    }

.sidepanel.closed .closebtn {
    display: none;
}

.sidepanel.closed .chat-user-list > li {
    background-color: transparent;
}

.sidepanel.opened .openbtn {
    display: none;
}

.sidepanel.closed .end-call .btn-endCall {
    border-radius: 4px;
    padding: 5px 2px;
    font-size: 10px;
    /* margin-left: 14px; */
    min-width: 64px;
}

.sidepanel.closed video.staticBG {
    height: auto !important;
}

.sidepanel.closed .col-vov {
    display:;
}

.sidepanel.closed .vov-MenuMain {
    display: none;
}

.sidepanel.closed .col-vovMenu, .sidepanel.closed .col-vov {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
}

.sidepanel.closed .divInvite div button {
    text-align: center;
    margin: 4px 0;
    order: 2;
}

.col-vovMenu .chat-user-list > li {
    margin: 0 !important;
}

.col-vov .divVideo {
    padding: 10px;
}

.header .nav-link i, .mobile_btn i {
    line-height: 50px !important;
}

.input-group-text {
    padding: 0rem .75rem !important
}

.bp-widget-widget {
    z-index: 2000 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.sidepanel.closed .participants video {
    height: auto !important;
}

div#remote-media-container, div#remote-media {
    /*display: flex;*/
    flex-wrap: wrap;
}

    div#remote-media-container div {
        position: relative;
        /*flex: 0 0 50%;*/
    }

video {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

div#remote-media video {
    background-repeat: no-repeat;
    background-color: white !important;
    background-image: none;
}
/* one item */
div.participants:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    width: 100%;
    position: relative;
    flex: 0 0 100%;
}
    /* one item */
    div.participants:first-child:nth-last-child(1) ~ div.participants video {
        height: calc( 100vh - 168px ) !important;
        max-height: initial !important;
        border: solid 1px red;
    }

/* two items */
div.participants:first-child:nth-last-child(2),
div.participants:first-child:nth-last-child(2) ~ div.participants {
    flex: 0 0 48.5% !important;
    margin: 3px auto;
    height: 50vh;
}
/* three items */
div.participants:first-child:nth-last-child(3),
div.participants:first-child:nth-last-child(3) ~ div.participants {
    flex: 0 0 33% !important;
    margin: 12px auto;
}

/* four items */
div.participants:first-child:nth-last-child(4),
div.participants:first-child:nth-last-child(4) ~ div.participants {
    flex: 0 0 45.5% !important;
    margin: 15px auto;
    height: auto !important;
}
/* five items */
div.participants:first-child:nth-last-child(5),
div.participants:first-child:nth-last-child(5) ~ div.participants {
    flex: 0 0 36.2333% !important;
    margin: 4px auto;
}
/* five items */
div.participants:first-child:nth-last-child(6),
div.participants:first-child:nth-last-child(6) ~ div.participants {
    flex: 0 0 32.3333% !important;
    margin: 11px auto;
}
/* seven items */
div.participants:first-child:nth-last-child(7),
div.participants:first-child:nth-last-child(7) ~ div.participants {
    width: 33.3333% !important;
    position: relative;
    flex: 0 0 33.0333% !important;
    margin: 3px auto;
}
/* Eight items */
div.participants:first-child:nth-last-child(8),
div.participants:first-child:nth-last-child(8) ~ div.participants {
    width: 33.3333% !important;
    position: relative;
    flex: 0 0 33.0333% !important;
    margin: 3px auto;
}
/* nine items */
div.participants:first-child:nth-last-child(9),
div.participants:first-child:nth-last-child(9) ~ div.participants {
    width: 33.3333% !important;
    position: relative;
    flex: 0 0 33.0333% !important;
    margin: 3px auto;
}
/* Ten items */
div.participants:first-child:nth-last-child(10),
div.participants:first-child:nth-last-child(10) ~ div.participants {
    flex: 0 0 28% !important;
    margin: 0px auto;
}

.sidepanel.closed h3#vov-left-ved {
    font-size: 95% !important;
}

.pageTitle .btn.btn-sm ~ i {
    padding: 0.05rem .4rem !important;
    font-size: 0.575rem !important;
}

@media only screen and (max-width: 576px) {
    h1 {
        margin: 0 !important;
    }

    [class*="col-sm-"] {
        margin-bottom: 6px;
    }
}

.card.card-border {
    border: 1px solid #dee2e6 !important;
}

.text-danger .form-group label {
    color: #dc3545 !important;
}

.card-header.mini {
    padding: 4px 10px;
}

.card.patientQueue .card-body {
    padding: 0 !important;
}

.customScroll {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

.VOVLeftPanel .chat-window {
    display: table;
    /*max-height: calc(100vh - 460px) !important;*/
}

.chat-user-list .user-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
    max-width: 20ch;
}

.sidepanel.closed .afterStartRoomLoadInfo {
    display: none !important;
}

a.ref_status {
    min-width: 60px;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
}

    .divider .divider-text {
        position: relative;
        display: inline-block;
        font-size: .8rem;
        padding: 0rem 1rem;
    }

        .divider .divider-text:after {
            left: 100%;
        }

        .divider .divider-text:before {
            right: 100%;
        }

        .divider .divider-text:before, .divider .divider-text:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 100vw;
            border-top: 1px solid rgba(67,89,113,.2);
        }

        .divider .divider-text:before, .divider .divider-text:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 100vw;
            border-top: 1px solid rgba(67,89,113,.2);
        }

.divFilter_bg input[type="file"] {
    height: auto;
    padding: 6px 0.75rem;
    border-bottom: 1px solid #CBD5DD !important;
}

.apptCount {
    padding: 0.225rem !important;
    color: #fff !important;
    min-width: auto !important;
    border-radius: 4px !important;
}

.select2-container--disabled {
    opacity: 0.4;
}

.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.selectDate.disable, .dateSelector {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Quick Connect Questions Layout */
.main-wrapper.quickConnect .sidepanel {
    display: none;
}

.main-wrapper.quickConnect .page-wrapper {
    margin-right: 0px;
}

.page-wrapper .divFullScreen {
    position: fixed;
    top: 50px;
    left: 45%;
    z-index: 1094;
    width: auto;
    text-align: center;
}


/*Background color*/
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input, #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    /*Blue Buttons*/
    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

/*The background card*/
.card {
    /* z-index: 0; */
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: skyblue;
    }

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

/* Quick connect Question */
.card_QCQ .card-header {
    font-size: inherit !important;
}
/*.card_QCQ .card-body {
    display: table;
    height: calc(100vh - 148px);
    table-layout: fixed;
    width: 100%;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}*/
.card_QCQ .tab-content {
    padding: 0 !important;
}

.modified {
    font-size: 75%;
    color: gray;
}

    .modified span {
        font-weight: bold !important;
        color: #333 !important
    }

.questions_listing {
    max-height: calc(100vh - 228px);
    min-height: calc(100vh - 228px);
    overflow-y: auto;
}

.tabPane-qcq-questions {
    max-height: calc(100vh - 244px);
    overflow-y: auto;
    overflow-x: hidden;
}

div#admin-edit {
    margin-top: -9px;
    text-align: right;
}

#qcq_questionAnswers .card-body {
    min-height: calc(100vh - 212px);
}


/* Chrome, Safari, Edge, Opera */
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.number[type=number] {
    -moz-appearance: textfield;
}


.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: unset;
    height: auto !important;
    margin: 0 !important;
    opacity: 1;
    width: 20px !important;
    color: #0056b3 !important;
}

    .custom-file-input::before {
        content: "\f0c6";
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
    }

    .custom-file-input:hover::before {
        border-color: black;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

/* File Management Styles */
.fileMang_form .form-container {
    min-height: calc(100vh - 196px);
}

.fileMang_form .form-content {
    /* min-height: calc(100vh - 196px);
    max-width: 600px;
    margin: 0 auto;
    padding-top: 7%;*/
}

.fileMang_form .form-action {
    border-top: solid 1px gray;
    padding: 10px 6px 6px 6px;
}

.calendarDays {
    width: 14.3%
}

.calendardate {
    font-size: 18px;
    margin-bottom: 1rem;
}

.calendarReason {
}

.OR_divider {
    background: url(../img/OR_divider.png) no-repeat center;
    margin: 10px 0;
    opacity: .2
}

.OR_divhorizontal {
    background: url(../img/OR_divider_horizontal) no-repeat center;
    margin: 10px 0;
    opacity: .2
}

#careManagementModal .chat-window {
    display: table;
    height: calc(100vh - 264px);
}

#careManagementModal .sidebar-menu.chat-users {
    overflow: auto;
    height: calc(100vh - 303px) !important;
}

textarea.form-control.txt-modalChat {
    height: calc(100vh - 315px) !important;
}

#ExistingBarrier {
    max-height: calc(100vh - 458px);
    overflow-y: auto;
    overflow-x: hidden
}

#txtBarrierNotes {
    max-height: calc(100vh - 535px);
    overflow: auto;
}

#textModules .nav-link {
    padding: 0.36rem !important;
}

/* Supervision styles */
.superVision-lisingHandP1 {
    padding: 25% 0;
    min-height: calc(100vh - 292px);
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    display: block;
    vertical-align: middle;
}

.superVision-lising {
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    overflow-x: hidden;
}

.superVision-lising li {
    list-style: none;
    margin-bottom: .6rem;
    padding: .5rem;
    border: 1px solid #ced4da !important
}

.expand {
    text-align: right;
}

.expand a {
    font-size: 90%;
}

.tab-pane .divCPTModuleList ul.list-group li {
    padding: 0.4rem .6rem !important
}

.divCPTModuleList .list-group-item.active {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.8) !important;
}

#divtextModulesDetails i {
    min-width: 34px;
}

.colContent {
    min-height: calc(100vh - 255px);
    max-height: calc(100vh - 255px);
    overflow-y: auto;
    overflow-x: hidden; 
}

.EncouterTab-content {
    min-height: calc(100vh - 506px);
    max-height: calc(100vh - 506px);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 1rem;
}

.tabDetails {
    min-height: calc(100vh - 382px);
}

#divtextModulesDetails {
    position: absolute;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 280px;
    z-index: 1060;
    border: 1px solid #ced4da !important;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    transition: all 0.4s ease;
}   
#textModules ul li .nav-link {
    line-height: 1;
}

#textModules .nav-tabs .nav-item a {
    padding: 0.3rem 0.6rem !important;
}

span.prev_page,span.next_page {
    cursor: pointer;
    color: #ffcc33 !important;
}

.page-wrapper.mr-0 {
    margin-right: 0 !important;
}


/* Freeze Table Header,footer and first colomn */
div.divTable {
    max-width: 100%;
    max-height: calc(100vh - 421px);
    min-height: calc(100vh - 421px);
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.ehr_viewable_list1 {
    max-width: 100%;
    max-height: calc(100vh - 421px);
    min-height: calc(100vh - 421px);
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

    div.divTable.apptList {
        max-width: 100%;
    max-height: calc(100vh - 396px);
    min-height: calc(100vh - 396px);
        overflow: scroll;
        overflow-y: auto;
        overflow-x: auto;
        position: relative;
    }

    div.divTable table {
        position: relative;
        border-collapse: collapse;
    }

    div.divTable thead th, div.divTable thead td {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        top: 0;
        background: #000 !important;
        color: #FFF;
        white-space: nowrap;
    }

    div.divTable tfoot th {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        /*top: 100;*/
        background: #000 !important;
        color: #FFF;
    }

    div.divTable tbody th {
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        left: 0;
        background: #FFF;
        border-right: 1px solid #CCC;
    }

._select_color {
    font-size: 20px;
    padding: 10px 12px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-image: none;
    color: #796652;
    background: white;
}

._select_color_drop {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 99%;
    border-top: 0;
    width: 100%;
}

    ._select_color_drop > li {
        display: inline-block;
        padding: 7px;
        border-right: 1px solid rgba(192, 192, 192, 0.55);
        cursor: pointer;
        float: left;
    }

        ._select_color_drop > li > .color, .btn > span.color {
            width: 25px;
            height: 25px;
            border-radius: 4px;
            float: left;
        }

.btn > span.color {
    margin-right: 10px
}

.btn .caret {
    float: right;
    border-top: 7px solid;
    font-size: 28px;
    padding-top: 5px;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 20px;
}

._select_color_drop > li > .red, .btn._select_color > span.red {
    background-color: red;
}

._select_color_drop > li > .green, .btn._select_color > span.green {
    background-color: green;
}

._select_color_drop > li > .yellow, .btn._select_color > span.yellow {
    background-color: yellow;
}

._select_color_drop > li > .brown, .btn._select_color > span.brown {
    background-color: brown;
}

._select_color_drop > li > .orange, .btn._select_color > span.orange {
    background-color: orange;
}

._select_color_drop > li > .pink, .btn._select_color > span.pink {
    background-color: pink;
}

._select_color_drop > li > .silver, .btn._select_color > span.silver {
    background-color: silver;
}

._select_color_drop > li > .blue, .btn._select_color > span.blue {
    background-color: blue;
}

._select_color_drop > li > .TEAL, .btn._select_color > span.TEAL {
    background-color: #008080;
}

._select_color_drop > li > .NAVY, .btn._select_color > span.NAVY {
    background-color: #000080;
}

._select_color_drop > li > .PURPLE, .btn._select_color > span.PURPLE {
    background-color: #800080;
}

._select_color_drop > li > .OLIVE, .btn._select_color > span.OLIVE {
    background-color: #808000;
}

._select_color_drop > li > .LIME, .btn._select_color > span.LIME {
    background-color: #00FF00;
}

