/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css?family=Mada:400,500,600,700&amp;display=swap');

html {
    height: 100%;
}

body {
    font-size: 0.9375rem;
    color: #666;
    background-color: #fafafa;
    overflow-x: hidden;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 0.875rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #009ce7;
    outline: none;
}


.form-control {
    border: 1px solid #e9ecef;
    border-radius: 1px;
    box-shadow: none;
    padding: 0.469rem 0.75rem;
    border-color: #eaeaea;
    font-size: 14px;
    min-height: 40px;
}

    .form-control:focus {
        border-color: #00d0f1;
        box-shadow: none;
        outline: 0 none;
    }

a {
    color: #009ce7;
}

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;
}

.navbar-nav > li {
    float: left;
}

.form-group {
    margin-bottom: 20px;
}

.display-block {
    display: block;
}

.btn.rounded {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn.focus,
.btn:focus {
    box-shadow: inherit !important;
}

.list-group-item {
    border: 1px solid #eaeaea;
}

/*-----------------
	2. Table
-----------------------*/

.table {
    color: #000;
    border: 1px solid #f0f0f0;
}

    .table.table-white {
        background-color: #fff;
    }

    .table > tbody > tr > td {
        font-weight: 400;
    }

.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: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    table.table td h2 a {
        color: #757575;
    }

        table.table td h2 a:hover {
            color: #009efb;
        }

    table.table td h2 span {
        color: #9e9e9e;
        display: block;
        font-size: 12px;
        margin-top: 3px;
    }

/*-----------------
	3. Helper Class
-----------------------*/

.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-40 {
    width: 40px;
}

.block {
    display: block !important;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.info-input {
    padding-top: 28px !important;
}

.page-title {
    color: #565656;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
}

.page-sub-title {
    color: #565656;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.cal-icon:after {
    background: transparent url("../img/calander.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 17px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.time-icon:after {
    background: transparent url("../img/clock.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 19px;
}

.time-icon {
    position: relative;
    width: 100%;
}

.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 #009efb;
    color: #009efb;
    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);
}

.btn {
    font-size: 0.875rem;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.rounded,
.circle {
    border-radius: 500px;
}

.bg-primary,
.badge-primary {
    background-color: #009efb !important;
}

.bg-success,
.badge-success {
    background-color: #55ce63 !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

.bg-danger,
.badge-danger {
    background-color: #f62d51 !important;
}

.bg-white {
    background-color: #fff;
}

.action-disable {
    color: grey !important;
    opacity: 0.5;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #009efb !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: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
    color: #ffbc34;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
    color: #7460ee;
}

.btn-primary {
    border-color: transparent;
    background-color: #009efb;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #009efb;
        border: 1px solid #009efb;
        color: #fff;
    }

        .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: #009efb;
            border: 1px solid #009efb;
        }

        .btn-primary.active:not(:disabled):not(.disabled),
        .btn-primary:active:not(:disabled):not(.disabled),
        .show > .btn-primary.dropdown-toggle {
            background-color: #009efb;
            border-color: #009efb;
            color: #fff;
        }

.btn-outline-primary {
    border-color: #009efb;
    color: #009efb;
}

    .btn-outline-primary:hover {
        background-color: #009efb;
        border-color: #009efb;
        color: #fff;
    }

    .btn-outline-primary.active:not(:disabled):not(.disabled),
    .btn-outline-primary:active:not(:disabled):not(.disabled),
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: #009efb;
        border-color: #009efb;
        color: #fff;
    }

.btn-success {
    background-color: #55ce63;
    border: 1px solid #55ce63
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        background: #4ab657;
        border: 1px solid #4ab657
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success.focus:active,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .dropdown-toggle.btn-success.focus,
        .open > .dropdown-toggle.btn-success:focus,
        .open > .dropdown-toggle.btn-success:hover {
            background: #4ab657;
            border: 1px solid #4ab657
        }

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.active,
    .btn-info:active,
    .open > .dropdown-toggle.btn-info {
        background-color: #028ee1;
        border: 1px solid #028ee1
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info.focus:active,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open > .dropdown-toggle.btn-info.focus,
        .open > .dropdown-toggle.btn-info:focus,
        .open > .dropdown-toggle.btn-info:hover {
            background-color: #028ee1;
            border: 1px solid #028ee1
        }

.btn-warning {
    background: #ffbc34;
    border: 1px solid #ffbc34
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.active,
    .btn-warning:active,
    .open > .dropdown-toggle.btn-warning {
        background: #e9ab2e;
        border: 1px solid #e9ab2e
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning.focus:active,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open > .dropdown-toggle.btn-warning.focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .open > .dropdown-toggle.btn-warning:hover {
            background: #e9ab2e;
            border: 1px solid #e9ab2e
        }

.btn-danger {
    background: #f62d51;
    border: 1px solid #f62d51
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #e6294b;
        border: 1px solid #e6294b
    }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #009efb;
    border-color: #009efb;
}

.pagination > li > a,
.pagination > li > span {
    color: #009efb;
    padding: .5rem .75rem !important;
}

.page-item.active .page-link {
    background-color: #009efb;
    border-color: #009efb;
}

.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);
}

.btn-group-xs > .btn,
.btn-xs {
    min-height: 22px;
    min-width: 22px;
}

.dropdown-menu {
    font-size: 13px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    box-shadow: none;
}

.btn-link {
    color: #333;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.card {
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 0;
}

.card-title {
    margin-bottom: 1.125rem;
}

.dropdown-action .dropdown-toggle:after {
    display: none;
}

.badge-primary {
    color: #fff;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

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.5rem 1rem;
}

.card .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0 none;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
}

    .card .card-header .card-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        padding: 5px 0;
    }

.table h5 {
    font-size: 14px;
    font-weight: 400;
    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
-----------------------*/

.logo {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
}

    .logo span {
        font-size: 18px;
        font-weight: 500;
        margin-left: 10px;
    }

/*-----------------
	Patients Detail Page
-----------------------*/
.booking-btn {
    padding-left: 12px;
    color: white;
}

/*-----------------
	6. Sidebar
-----------------------*/
.sidebar {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    top: 60px;
    width: 240px;
    z-index: 1039;
    background-color: #fff;
    bottom: 0;
    margin-top: 0px;
    position: fixed;
    left: 0;
    transition: all 0.2s ease-in-out;
    background-color: #0d4270;
}

    .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;*/
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu {
    padding: 15px;
}

    .sidebar-menu ul {
        font-size: 14px;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu li a {
        color: #888;
        display: block;
        font-size: 15px;
        height: auto;
        padding: 0 20px;
    }

        .sidebar-menu li a:hover {
            color: #009efb;
        }

    .sidebar-menu li.active a {
        background-color: #00d0f1;
        color: #fff;
    }

.menu-title {
    /*color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;*/

    color: #ebebeb;
    display: flex;
    font-size: 15px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}

    .menu-title > i {
        float: right;
        line-height: 40px;
    }

.sidebar-menu li.menu-title a {
    color: #009efb;
    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 ul a.active {
    color: #009efb;
    text-decoration: underline;
}

.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: #fff;
        padding: 0;
    }

        .mobile-user-menu > a:hover {
            color: #fff;
        }

    .mobile-user-menu > .dropdown-menu > a {
        line-height: 23px;
    }

.profile-rightbar {
    display: none !important;
    color: #009efb;
    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 {
    display: none;
}

.sidebar-menu > ul > li > a {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px 10px 14px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    color: #f1f1f1;
}

.sidebar .sidebar-menu > ul > li > a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
}

    .sidebar .sidebar-menu > ul > li > a span.badge {
        color: #fff;
        margin-left: auto;
    }

.sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    padding: 9px 10px 9px 50px;
    position: relative;
}

.sidebar-menu ul ul {
    background-color: #f3f3f3;
    display: none;
}

    .sidebar-menu ul ul ul a {
        padding-left: 70px;
    }

    .sidebar-menu ul ul ul ul a {
        padding-left: 90px;
    }

.sidebar-menu > ul > li {
    margin-bottom: 3px;
    position: relative;
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
    margin-right: 5px;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    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;
}

    .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.menu-title a i {
    font-size: 16px;
    margin-right: 0;
    text-align: right;
    width: auto;
}

/*-----------------
	7. Content
-----------------------*/

.page-wrapper {
    left: 0;
    margin-left: 240px;
    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: 20px;
    }

/*-----------------
	9. Dashboard
-----------------------*/

.card-table.card-table-top .card-body {
    height: 175px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.chart-title {
    margin-bottom: 25px;
}

    .chart-title h4 {
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        color: #333;
    }

    .chart-title span {
        color: #009efb;
    }

.card-title > a.btn {
    color: #fff;
}

.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: #009efb;
                    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;
}

/*-----------------
	11. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #eaeaea;
    height: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 7px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #979797 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -2px;
        position: absolute;
        top: 60%;
        width: 0;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #979797;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 47px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #009efb;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

/*-----------------
	12. Nav tabs
-----------------------*/

.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;
}

.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: #009efb;
        border-color: #009efb;
        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-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
-----------------------*/

.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;
}

.btn-text {
    color: #fff;
}

/*-----------------
	15. Chat
-----------------------*/

.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;
    width: 38px;
    position: relative;
    white-space: nowrap;
}

    .avatar:hover {
        color: #fff;
    }

    .avatar > img {
        width: 100%;
        display: block;
    }


.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;
}

.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;
}

.designation {
    color: #9e9e9e;
    font-size: 12px;
}

/*-----------------
	16. Focus Label
-----------------------*/

.form-focus {
    display: flex;
    height: 50px;
    position: relative;
}

    .form-focus .focus-label {
        font-size: 16px;
        font-weight: 400;
        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: 58px;
        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;
}

.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;
}

/*-----------------
	18. Employee
-----------------------*/

.action-icon {
    color: #777;
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
}

.table .dropdown-menu {
    font-size: 12px;
}

.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: 'Rubik', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: 'Rubik', 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: #009efb;
    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: 'Rubik', sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Rubik', 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: 20px;
    width: 20%;
}

.profile-container {
    margin-top: 24px;
}

.personal-info li .text {
    color: #888da8;
    display: flex;
    white-space: nowrap;
}

.personal-info li {
    margin-bottom: 10px;
}

.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    .personal-info .text > a {
        color: #009efb;
    }

.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: 50px;
}

.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);
}

.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: 6px;
}

.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;
}

/*-----------------
	22. Roles & Permissions
-----------------------*/

.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;
}

.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;
}

.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;
}

/*-----------------
	24. Invoice
-----------------------*/

.invoice-details,
.invoice-payment-details > li span {
    float: left;
    text-align: left;
}

.attach-files > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attach-files li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .attach-files li img {
        width: 50px;
    }

.file-remove {
    color: #f00;
    position: absolute;
    right: -6px;
    top: -7px;
}

.attach-files li:last-child {
    margin-right: 0;
}

.inv-logo {
    height: auto;
    margin-bottom: 20px;
    max-height: 100px;
    width: auto;
}

.form-amt {
    border: 1px solid #fff;
}

/*-----------------
	25. Doctors
-----------------------*/

.doctor-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto 15px;
    position: relative;
    width: 80px;
}

    .doctor-img .avatar {
        font-size: 24px;
        height: 80px;
        line-height: 80px;
        margin: 0;
        width: 80px;
    }

.doc-prof {
    color: #777;
    font-size: 12px;
    margin-bottom: 10px;
}

.doctor-name {
    margin: 0;
}

    .doctor-name a {
        color: #333;
    }

.see-all {
    margin-top: 30px;
    text-align: center;
}

    .see-all .see-all-btn {
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        color: #777;
        display: inline-block;
        padding: 10px 20px;
    }

/*-----------------
	26. Add Doctor
-----------------------*/

.profile-upload {
    display: flex;
}

.upload-img {
    margin-right: 10px;
}

    .upload-img img {
        border-radius: 4px;
        height: 40px;
        width: 40px;
    }

.upload-input {
    width: 100%;
}

.gen-label {
    display: block;
    margin-bottom: 18px;
}

.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: 13px;
    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;
}

.modal-backdrop {
    background-color: #fff;
}

    .modal-backdrop.show {
        opacity: 0.9;
    }

/*-----------------
	33. UI Kit
-----------------------*/

.pagination-box .pagination {
    margin-top: 0;
}

.tab-content {
    padding-top: 20px;
}

/*-----------------
	34. Error
-----------------------*/

.error-box {
    background-color: #fff;
    border-radius: 5px;
    line-height: 1;
    margin: 0 auto;
    max-width: 475px;
    padding: 50px 30px 55px;
    text-align: center;
    width: 100%;
}

.error-heading {
    font-size: 3.5em;
    font-weight: bold;
}

.error-title {
    color: #2c2c2c;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 1.5rem;
}

.error-wrapper {
    background-color: #fff;
    margin: 0;
    color: #4F5155;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.error-box h1 {
    font-size: 150px;
}

.error-box p {
    margin-bottom: 30px;
}

.error-box .btn {
    text-transform: uppercase;
}

/*-----------------
	42. Responsive
-----------------------*/

@media only screen and (min-width: 991px) {
    #toggle_btn {
        /*color: #fff;
        float: left;
        font-size: 20px;
        line-height: 50px;
        padding: 0 10px;*/

        align-items: center;
        color: #333;
        display: inline-flex;
        float: left;
        font-size: 25px;
        line-height: 50px;
        justify-content: center;
        margin-left: 15px;
        padding: 0 15px;
    }

    .mini-sidebar .header-left .logo span {
        display: none;
    }

    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 60px;
    }

    .mini-sidebar .sidebar {
        width: 78px;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 240px;
    }

    .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 {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
        display: inline;
        opacity: 1;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 60px;
    }
}

@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: #009efb;
        }

    .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: #009efb;
            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: #009efb;
            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: 991.98px) {
    .profile-rightbar {
        display: inline-block !important;
    }

    .slide-nav .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    .chat-main-row {
        left: 0;
    }

    .header .header-left {
        position: absolute;
        width: 100%;
    }

    .mobile_btn {
        display: block;
    }

    .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: #fff;
        font-size: 24px;
        height: 50px;
        left: 0;
        line-height: 50px;
        padding: 0 20px;
        position: absolute;
        top: 0;
        width: 60px;
        z-index: 10;
    }

    .slide-nav .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    #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 #009efb;
            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 #009efb;
            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: #009efb;
        }

    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;
    }

    .widget h3 {
        font-size: 18px;
    }

    .table-responsive {
        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) {
    .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;
    }

    .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;
    }
}

.cell-break-line {
    white-space: normal !important;
}
