﻿/*content wrapper */

.content-wrapper {
    margin-top: 0px;
}

/*style for dashboard top header left side bar and right side bar start */
.skin-custom1 {
    /*font-family: 'PT Sans', sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'PT Sans', sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
}

.skin-custom1 .main-header {
    position: absolute;
    top: 0px;
    width: 100%;
}

.main-sidebar {
    width: 230px !important;
}

.panel .panel-heading .panel-title {
    font-size: 14px !important;
    font-weight: 300 !important;
}
/*.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left:67px !important;
    margin-right: 15px;
    border-radius: 10px;
}*/

/*background color for top header*/

/* Hover background color for toggle button*/

.skin-custom1 .main-header .navbar .sidebar-toggle:hover {
    color: black !important;
    cursor: pointer;
}

/* Main logo background color and hover background color */

.skin-custom1 .main-header .logo {
    background-color: white;
    color: black;
    border-bottom: 0 solid transparent;
}

    .skin-custom1 .main-header .logo:hover {
        background-color: white;
    }

/*Login user dropdown box  background color in topheader*/

.skin-custom1 .main-header li.user-header {
    background-color: #255fa8;
}

.small-box h3 {
    font-weight: 500 !important;
}

/*main side bar color change*/

/*main side bar color change*/

.skin-custom1 .sidebar-menu > li:hover > a,
.skin-custom1 .sidebar-menu > li.active > a,
.skin-custom1 .sidebar-menu > li.menu-open > a {
    color: white;
    background: #1a2226;
}
/*custom color changes*/

.skin-custom1 .sidebar-menu > li.header {
    color: white;
    background: #1a2226;
}

.skin-custom1 .main-header .navbar .nav > li > a {
    color: black;
}

    .skin-custom1 .main-header .navbar .nav > li > a:hover,
    .skin-custom1 .main-header .navbar .nav > li > a:active,
    .skin-custom1 .main-header .navbar .nav > li > a:focus,
    .skin-custom1 .main-header .navbar .nav .open > a,
    .skin-custom1 .main-header .navbar .nav .open > a:hover,
    .skin-custom1 .main-header .navbar .nav .open > a:focus,
    .skin-custom1 .main-header .navbar .nav > .active > a {
        background-color: transparent;
    }
/*ul.nav.navbar-nav li:hover .top-headericons,
ul.nav.navbar-nav li:active .top-headericons,
ul.nav.navbar-nav li:focus .top-headericons {
    color: white !important;
}*/
.tooltip-data {
    width: 500px;
}

.skin-custom1 .main-header .navbar .nav .user-menu {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 8px auto;
    vertical-align: middle;
    margin-right: 20px;
}

    .skin-custom1 .main-header .navbar .nav .user-menu .login-profile_name {
        font-size: 14px;
        font-weight: 500;
        color: white;
        position: absolute;
        top: 5px;
        left: 10px;
    }

span#txtDusername {
    color: white;
}

@media (max-width:767px) {
    .skin-custom1 .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .skin-custom1 .main-header .navbar .dropdown-menu li a {
        color: black;
    }

        .skin-custom1 .main-header .navbar .dropdown-menu li a:hover {
            background: #367fa9;
        }
}

.skin-custom1 .content-header {
    background: transparent;
}

.skin-custom1 .user-panel > .info,
.skin-custom1 .user-panel > .info > a {
    color: black;
}

.skin-custom1 .sidebar-menu > li > a {
    border-left: 5px solid transparent;
}

.skin-custom1 .sidebar-menu > li.active > a {
    border-left-color: #76C044;
}

.skin-custom1 .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-custom1 .sidebar a {
    color: #b8c7ce;
}

    .skin-custom1 .sidebar a:hover {
        text-decoration: none;
    }

.sidebar-menu > li > a {
    padding: 10px !important;
    padding-left: 7px !important;
}

.skin-custom1 .sidebar-menu .treeview-menu > li.active > a,
.skin-custom1 .sidebar-menu .treeview-menu > li > a:hover {
    color: blue;
}

.skin-custom1 .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

    .skin-custom1 .sidebar-form input[type="text"],
    .skin-custom1 .sidebar-form .btn {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
    }

    .skin-custom1 .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-custom1 .sidebar-form input[type="text"]:focus,
        .skin-custom1 .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: black;
            color: #666;
        }

            .skin-custom1 .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: black;
            }

    .skin-custom1 .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-custom1.layout-top-nav .main-header > .logo {
    background-color: white;
    color: black;
    border-bottom: 0 solid transparent;
}

    .skin-custom1.layout-top-nav .main-header > .logo:hover {
        background-color: white;
    }

.skin-custom1.layout-top-nav .main-header > .logo {
    background-color: white;
    color: black;
    border-bottom: 0 solid transparent;
}

.sidebar-menu {
    margin-top: 10px !important;
}
/*custom color changes for top headers and both sidebars */

/*** PRIMARY TABS USED IN WHOLE WEBSITE***/

.primary-tab-heading {
    padding: 10px 15px 0px 8px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #3276b1 !important;
}

.panel {
    margin-bottom: 0px !important;
}

.panel-heading {
    background-color: #3276b1 !important;
}

.with-nav-tabs.panel-primary .nav-tabs > li > a {
    font-weight: bold !important;
    font-size: 14px !important;
}

    .with-nav-tabs.panel-primary .nav-tabs > li > a,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > .open > a,
        .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
            color: #fff;
            background-color: #3071a9;
            border-color: transparent;
        }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }
/********************************************************************/

/*General styles for margin classes */

/*support icon in dropdown on top header */
.support-menu {
    padding: 10px !important;
}
/*support icon in dropdown */

/*patient enroll button*/

.navbar-nav .patient-enroll-btn a {
    padding: 5px;
    margin: 10px;
}

/*patient enroll button*/

/*style for dashboard top header left side bar and right side bar end*/

/*Right side bar*/
.settings-option ul .treeview :hover {
    color: white;
}

.settings-option ul .treeview :focus {
    color: white;
}

.settings-option ul .treeview {
    list-style-type: none;
    padding-bottom: 10px;
}

.settings-option ul li a {
    list-style-type: none;
    color: #b8c7ce;
}

    .settings-option ul li a .icon {
        list-style-type: none;
        color: #b8c7ce;
        margin-right: 18px;
    }

    .settings-option ul li a .icon1 {
        list-style-type: none;
        color: #b8c7ce;
        margin-right: 0px;
    }

#settings_tab ul.tree {
    padding-left: 4px;
}

#settings_tab .treeview.menu-open > ul.treeview-menu {
    margin-left: 0px;
    margin-top: 12px;
}

.settings-option ul .nottree {
    list-style-type: none;
    /*padding-bottom:10px;*/
    padding: 0px 13px 10px 0px;
}

.treeview-menu .treeview-menu {
    padding-left: 0px !important;
}
/*Right side bar*/

/*Genral Components styles*/


/*normal buttons styles*/
.btn {
    font-weight: bold;
}

.btn-cash {
    color: #6969bf;
    background-color: white;
}

.btn-eye {
    color: #9a9afb;
    background-color: white;
}

.btn-cash:hover {
    color: #6969bf;
    background-color: white;
}

.btn-eye:hover {
    color: #9a9afb;
    background-color: white;
}
/*.btn-primaryuse:hover
{
    background-image: none;
    background-color: #ebedf0 !important;
    border: 1px solid #cfd7df !important;
    color: #12344d !important;
}*/
/*.btn-primaryuse{
    border-radius: 3px !important;
    cursor:pointer !important; 
    background-color: #22468d !important;
    border: 1px solid #cfd7df !important;
    color: #ffffff !important;
    margin-top:3px;
    margin-right:10px;
    font-weight:400;
}
.btn-primaryuse-border {
    background-color: #ffffff;
    border-color: #22468d !important;
    border-radius: 3px !important;
    color: #22468d!important;
    cursor: pointer !important;
}
.btn-primaryuse:hover,.btn-primaryuse:active,.btn-primaryuse:focus {
    background-image: none;
    background-color: #22468d !important;
    border: 1px solid #cfd7df !important;
   color: #ffffff !important;
    border-radius: 3px !important;
    cursor:pointer !important; 
}*/
.btn-info-dots {
    border-radius: 3px !important;
    cursor: pointer !important;
    /*background-image: linear-gradient(to bottom,#fff,#f3f5f7);*/
    /*border: 1px solid #cfd7df !important;*/
    color: #183247 !important;
    margin-top: 3px;
    font-weight: 400;
}

.btn-radiobutton {
    border-radius: 0px !important;
    color: white !important;
    cursor: pointer !important;
}

    .btn-radiobutton:hover, .btn-radiobutton:active, .btn-radiobutton:focus {
        border-radius: 3px !important;
        color: white !important;
        cursor: pointer !important;
    }

.btn-edit {
    background-color: white;
    border-color: white;
    border-radius: 3px !important;
    color: #3276b1 !important;
    cursor: pointer !important;
}

    .btn-edit:hover, .btn-edit:active, .btn-edit:focus {
        background-color: white !important;
        border-color: white;
        border-radius: 3px !important;
        color: #605ca9 !important;
        cursor: pointer !important;
    }



-back:hover {
    border-radius: 50px !important;
    font-size: 11px;
    font-weight: 600;
}

.btn-delete {
    background-color: none;
    border-color: none;
    border-radius: 3px;
    color: #dd4b39;
    cursor: pointer;
}

    .btn-delete:hover, .btn-delete:active, .btn-delete:hover {
        border-radius: 3px;
        background-color: #d73925;
        color: #d73925;
        cursor: pointer !important;
    }

.btn-submit {
    cursor: pointer !important;
    background-color: #398439;
    border-color: #255625;
    border-radius: 3px !important;
    color: white !important;
}

    .btn-submit:hover, .btn-submit:active, .btn-submit.hover, btn-submit.focus {
        cursor: pointer !important;
        border-radius: 3px !important;
        background-color: #008d4c !important;
        color: white;
        border-color: #255625;
    }

.btn-later {
    background-color: #7366c2;
    border-color: #7366c2;
    color: white !important;
}

.btn-submit:hover, .btn-submit:active, .btn-submit.hover, .btn-submit.focus {
    background-color: #6b5ad2;
    color: white;
    border-color: #6b5ad2;
    cursor: pointer;
}
/*normal buttons styles*/

/*icon button styles*/
.icon-btn {
    background-color: #3276b1;
    color: white;
}

    .icon-btn:hover, .addicon-btn:focus {
        background-color: #605ca8;
        color: white;
    }

.addicon-btn {
    background-color: #3276b1;
    color: white;
}

    .addicon-btn:hover, .addicon-btn:focus {
        background-color: #605ca8;
        color: white;
    }

.deleteicon-btn {
    background-color: red;
    color: white;
}

    .deleteicon-btn:hover {
        background-color: red;
        color: white;
    }

.editicon-btn {
    background-color: #22468d !important;
    color: white;
}

    .editicon-btn:hover {
        background-color: #22468d !important;
        color: white;
    }
/*icon button styles*/

/*icon designs styles*/

.div#applegicons ul li .icon-design {
    width: 30px !important;
    font-size: 20px !important;
}

p.db-type-head {
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00b345;
}

div#applegicons ul li {
    list-style: none;
    line-height: 41px;
    font-size: 14px;
}

div#applegicons ul .web-icon {
    width: 30px !important;
}

div#applegicons ul {
    padding-left: 0px;
}
/*icon designs styles*/


/*Toggle button component start*/

.onoffswitch {
    position: relative;
    width: 67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid purple;
    border-radius: 11px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #0065B3;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 11px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    border: 2px solid #999999;
    border-radius: 11px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*Toggle button component end*/

/*inc and dec button*/
.btn-incdec {
    font-size: 20px;
    padding: 0px 13px !important;
}

.counter_addon {
    padding: 0px 8px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*inc and dec button*/

.clearfix {
    overflow: auto;
}


/*Radio select Button*/

#radioBtn .not-active {
    color: #22468d !important;
    background-color: #fff !important;
}
/*#radioBtn:hover{
    background-color: #3276b1 !important;
    color: #fff !important;
}*/

/*Radio select Button*/

/*icon-checkbox button*/

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: white;
}

    .flex-container > div {
        /*margin: 10px;*/
        text-align: center;
        /*line-height: 75px;*/
        font-size: 30px;
    }

.icon-checkbox-btn input[type=checkbox] {
    display: contents;
}

.icon-checkbox-btn label {
    border: 1px solid #605ca8;
    background-color: white;
    padding: 5px 9px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

.icon-checkbox-btn input:checked + label {
    border-color: #605ca8;
    background: #605ca8;
    color: white;
}

.checkbox-grp {
    display: inline-block;
}

.icon-checkbox-btn {
    width: 52px;
    overflow: auto;
}
/*icon-checkbox button*/

/*checkbox-btn*/

.checkbox-btn input[type=checkbox] {
    display: contents;
}

.checkbox-btn label {
    border: 1px solid #605ca8;
    background-color: white;
    padding: 5px 9px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

.checkbox-btn input:checked + label {
    border-color: #3276b1;
    background: #3276b1;
    color: white;
}
/* .checkbox-grp{
   display:inline-flex;
} */
.checkbox-grp .checkbox-btn {
    display: inline-block;
    width: auto;
}

.checkbox-btn {
    overflow: auto;
    cursor: pointer;
}

@media screen and (max-width: 426px) {
    .checkbox-grp {
        flex-direction: column;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 0px !important;
        margin-right: 15px;
        border-radius: 0px;
    }
}
/*checkbox-btn*/

/*Side Bar*/

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 215px !important;
    left: 50px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -5px !important;
    padding: 14px 5px 12px 20px !important;
    background-color: inherit;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 45px !important;
    margin-left: 0;
}
/*Side Bar*/

/*date range picker starts*/

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3001;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

        .daterangepicker .calendar.single .calendar-table {
            border: none;
        }

        .daterangepicker .calendar th, .daterangepicker .calendar td {
            white-space: nowrap;
            text-align: center;
            min-width: 32px;
        }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: inherit;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            background-color: #fff;
            border-color: transparent;
            color: #999;
        }

        .daterangepicker td.in-range {
            background-color: #ebf4f8;
            border-color: transparent;
            color: #000;
            border-radius: 0;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: transparent;
            color: #fff;
        }

        .daterangepicker th.month {
            width: auto;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        height: 30px;
        line-height: 30px;
        display: block;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #08c;
            border-radius: 4px;
        }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            left: 8px;
            top: 8px;
        }

    .daterangepicker.rtl .input-mini {
        padding-right: 28px;
        padding-left: 6px;
    }

    .daterangepicker.rtl .daterangepicker_input i {
        left: auto;
        right: 8px;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

    .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .ranges li {
        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .ranges li:hover {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

        .ranges li.active {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
                float: left;
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}


/*date range picker ends*/

/*general modal popup*/
.modal-dialog .modal-default-header {
    background-color: #3276b1 !important;
    color: white !important;
}

.modal .modal-default-header .fa-times {
    color: white !important;
}

.modal-dialog .modal-default-footer {
    background-color: white !important;
    color: white !important;
}
/*general modal popup*/

/* Table */
table {
    width: 100%;
}

fold-table th {
    border-bottom: 1px solid #ccc;
}

fold-table td {
    padding: 10px;
}

.fold-table > thead > tr th h4 {
    padding-left: 10px !important;
}

.fold-table > thead > tr td {
    padding-left: 10px !important;
    background: #eee;
    height: 23px !important;
}

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

    table.fold-table > tbody > tr.view td:last-child, table.fold-table > tbody > tr.view th:last-child {
        position: relative;
        padding-left: 10px;
    }

/*
table.fold-table > tbody > tr.view td:last-child:before, table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  right:5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  content: "\f0d7";
  transition: all 0.3s ease;
}*/

table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #fff !important;
}

table.fold-table > tbody > tr.view:hover {
    background: #f4f4f4;
    color: black;
}

table.fold-table > tbody > tr.view.open {
    background: #f4f4f4;
    color: black;
}

    table.fold-table > tbody > tr.view.open td:last-child:before, table.fold-table > tbody > tr.view.open th:last-child:before {
        transform: rotate(-180deg);
        color: #333;
    }

table.fold-table > tbody > tr.view td.align-middle {
    padding-top: 10px;
}

table.fold-table > tbody > tr.view td {
    font-weight: 400 !important;
    font-size: 12px !important;
    padding-left: 10px;
}

    table.fold-table > tbody > tr.view td .down-icon {
        font-size: 16px !important;
        color: #3276b1;
    }

    table.fold-table > tbody > tr.view td .serialno {
        font-size: 14px;
        font-weight: 500;
    }

    table.fold-table > tbody > tr.view td .patientname {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }

    table.fold-table > tbody > tr.view td .waitlist-icon {
        color: #3276b1;
        font-size: 13px;
    }

    table.fold-table > tbody > tr.view td .patientid {
        color: black;
        font-size: 10px;
        font-weight: 500;
    }

    table.fold-table > tbody > tr.view td .v-icon {
        color: #006400;
    }

    table.fold-table > tbody > tr.view td .c-icon {
        color: #006400;
    }

    table.fold-table > tbody > tr.view td .dropdown-menu {
        z-index: 30000;
        top: 20px;
        left: -69px;
        padding: 10px;
    }

    table.fold-table > tbody > tr.view td .appoinment-time {
        color: slategray;
        font-size: 14px;
        font-weight: 500;
    }

table.fold-table > tbody > tr {
    height: 40px !important;
}

    table.fold-table > tbody > tr.fold {
        display: none;
    }

        table.fold-table > tbody > tr.fold.open {
            display: table-row;
        }

.sub-heading {
    color: gray !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

table.fold-table > fold td p {
    font-weight: 600;
}

.fold-content {
    height: 100px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 38% !important;
}

.dropdown_sec_temp {
    display: block;
}

.temp_dd_style {
    display: none;
}

.dropdown_sec_temp:hover .temp_dd_style {
    display: block;
}

.temp_dd_style {
    background-color: aliceblue;
    min-width: 150px;
    max-width: 320px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 30px !important;
    right: 10px !important;
    z-index: 3 !important;
    padding: 9px;
}

    .temp_dd_style a {
        display: block !important;
        border-bottom: 0.5px solid #c1bfe6;
        text-overflow: ellipsis;
        text-transform: capitalize !important;
        height: 20px;
        white-space: pre;
    }

        .temp_dd_style a:hover {
            width: 100%;
            background-color: #3276b1 !important;
            display: block !important;
            color: white !important;
        }

.table {
    width: 100%;
}

table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4 !important;
    color: black;
    font-size: 12px;
    border-collapse: collapse !important;
}

.tbl-name {
    font-weight: 600;
    font-size: 13px !important;
    text-transform: capitalize;
}

.tbl_pno {
    font-size: 9px;
    color: lightslategray;
}

.tbl_wpkg {
    font-size: 9px;
    color: lightslategray;
}

.table-arrow-size {
    background-color: #22468d !important;
    padding: 5px;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: -7px;
}

.tbl-viewmore {
    width: 1% !important;
}

.tbl-action {
    width: 2% !important;
}

.tbl-status {
    width: 1% !important;
}

.tbl-dropdown {
    width: 12%;
}

.rup-sym {
    color: lightgray;
}

table.table-bordered.dataTable tbody td .tbl-price {
    float: right;
    width: 50%;
    text-align: right !important;
    font-weight: 600 !important;
}

/*.cureola-show #us-chat-st-btn,
.cureola-show button#us-chat-send-btn,
.cureola-show button#btn-chat,
.cureola-show table#dashMysheduleTable .apt-edit,
.cureola-show .onoffswitch-inner:before,
.cureola-show .us-list-cs-add, .cureola-show .us-list-cs-save {
    background: #6600cc !important;
    border: 1px solid #6600cc !important;
}*/

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9fbfc !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: white !important;
}

.table-striped thead {
    background-color: white !important;
}

    .table-striped thead tr td label {
        font-size: 13px !important;
        color: #777777;
        text-transform: capitalize;
        font-weight: 500 !important;
    }

.table-tab-title {
    font-size: 18px;
    color: #3276b1;
    text-align: center;
}

span.fa.fa-angle-double-down.table-arrow-size.pull-right {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff !important;
    margin-top: 1px;
}

.bill-details-table tr td:nth-child(1) {
    color: #464646;
    font-size: 12px;
    font-weight: lighter;
}

.bill-details-table tr td:nth-child(2) {
    font-weight: 500;
    color: #282828;
    padding-left: 7px;
    margin-right: 9px;
    font-size: 12px;
    text-align: right;
}

.service-matrix-table th, .service-matrix-table td {
    min-width: 100px;
}

.tblServicesList {
    position: fixed !important;
}

.service-matrix-table {
    overflow-x: scroll;
    width: 100% !important;
}

.spm-class i {
    padding-left: 8px;
    font-size: 12px;
}

.service-matrix-table table tr td {
    color: #000000a8;
    font-weight: 600;
}

.LabHomeCollection-table tr th {
    min-width: 100px;
}

.wrapper-tablescroll {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.service-matrix-table #tblServicesList_body {
    display: block !important;
    max-height: 430px !important;
    overflow-y: scroll;
}

.service-matrix-table #tblServicesHead {
    position: sticky !important;
    top: 0px !important;
    z-index: 1 !important;
}

    .service-matrix-table #tblServicesHead tr th {
        position: sticky !important;
        top: 0px !important;
        z-index: 1 !important;
    }

.info-more-dbtable {
    color: #3c8dbc;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

..table tbody tr {
    border-bottom: 2px solid #f2f2f5 !important;
}

.table thead tr th {
    font-size: 13px;
    font-weight: 400;
    color: #263035;
    text-align: center;
}

.table thead tr {
    background-color: white !important;
}

    .table thead tr td label {
        font-size: 10px;
    }
/*table Alignment with DataTable*/
table.table-bordered.dataTable tbody td {
    text-align: left;
}
/*table Alignment with DataTable*/


/*table Alignment without DataTable*/
table.table-bordered tbody td {
    text-align: left !important;
}
/*table Alignment without DataTable*/

.table thead tr th {
    text-align: left !important;
}

.dataTables_wrapper {
    padding: 0px !important;
}
/*div.dataTables_wrapper div.dataTables_info {
    padding-top: 18px !important;
    white-space: nowrap;
    font-size: 12px !important;
}*/
.dashboard-body table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    border-collapse: separate !important;
}

.category-filter {
    width: 10%;
    height: 45px;
    margin-bottom: 20px;
}

th.hide_me, td.hide_me {
    display: none;
}

/* Table */

/*Genral Components styles*/

/*Top header Icons*/
.head-icon {
    position: relative;
    display: inline-block;
}

.head-icon-tooltip {
    visibility: hidden;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.head-icon:hover .head-icon-tooltip {
    visibility: visible;
}
/*Top header Icons*/

/* DashBoard filter icons components */
.db-main_filter {
    top: 40px !important;
    width: 200px;
    padding: 5px;
    box-shadow: none !important;
}

.filter-label {
    font-size: 12px !important;
}

.filter-options {
    padding: 0px;
}
/* DashBoard filter icons components */
