﻿body {
    background-color: #FFFFFF !important;
}
/* Toastr Always on top */
#toast-container {
    z-index: 1000001!important;
}

/*Modal Fix*/
.in.modal:not(.bootbox) {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1050 !important;
    -webkit-overflow-scrolling: touch !important;
    outline: 0 !important;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

/*Scrollbar for SUmmernote Menu*/
.note-toolbar {
    overflow-y: auto;
}

/* Alert Style */
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

/* Force Remove Padding */
.no-padding {
    padding: 0!important;
}

/*Hide Translation Progress Indicator*/
.translating {
    display: none;
}

.translate {

}

/* adding padding to Top */
.pt-3 {
    padding-top: 3rem;
}

/*Inmage for the Patient and Staff*/
.img-profile {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 5px #999999;
}
.img-profile.h-150px {
    height: 150px!important;
}

.fixed-top-left {
    position: fixed;
    top: 5px;
    left: 5px;
}

/*Test Colors*/
.text-primary {
    color: #007bff !important;
}

.text-secondary {
    color: #6c757d!important;
}

.text-success {
    color: #28a745!important;
}

.text-danger {
    color: #dc3545!important;
}

.text-warning {
    color: #ffc107!important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-light {
    color: #f8f9fa!important;
}

.text-dark {
    color: #343a40!important;
}

.text-muted {
    color: #6c757d!important;
}

.text-white {
    color: #fff!important;
}
.underline {
    text-decoration:underline;
}
/*Redesign Tabs*/
.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 5px 0;
}

.tab-content {
    padding: 5px;
}

/*This code will get rid of the autodiv height*/
.flexbox-parent {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    padding-top: 10px;
    overflow: auto;
}

.flexbox-item {
    width: 100%
}

.flexbox-fillarea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    min-height: 300px;
}

.flexbox-fillarea-relative {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

.flexbox-fillarea-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.flexbox-fillarea-item {
    height: 100%;
    background-color: transparent;
    overflow: auto;
    padding: 0 15px 0 15px;
}

.flexbox-center {
    display: flex;
    justify-content: center;
}

.flexbox-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flexbox-item.flexbox-header {
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.flexbox-sidemenu {
    overflow: hidden;
}

    .flexbox-sidemenu:hover {
        overflow: auto;
    }

.flexbox-item.flexbox-message {
    text-align: center;
}

.flexbox-item.flexbox-menu {
    padding: 10px 0 10px 0;
    text-align: center;
}
    .flexbox-item.flexbox-menu label {
        margin: 0;
    }

.flexbox-item.flexbox-footer {
    padding: 10px 50px 10px 0;
}

.login-bg {
    background: -webkit-linear-gradient(65deg, rgba(0, 0, 70, 0.95), rgba(28, 181, 224, 0.95)), url("../images/bg.png") center center no-repeat; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(65deg, rgba(0, 0, 70, 0.95), rgba(28, 181, 224, 0.95)), url("../images/bg.png") center center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .flexbox-fillarea-item {
        height: auto;
    }
}

.text-white {
    color: #FFFFFF!important;
}

.filterButtonHeader, .filterButtonSideMenu {
    cursor: pointer;
    color: #3367AA;
    transition: font-size 0.35s ease;
}

    .filterButtonHeader:hover, .filterButtonSideMenu:hover {
        cursor: pointer;
        color: #3367AA;
        font-size: 90%;
    }

.divider-vertical {
    height: 120%;
    border-left: 2px solid #C0C0C0;
    border-right: 2px solid #FFFFFF;
    margin: 5px;
}

@media only screen and (max-width: 800px) {
    .divider-vertical {
        height: 0;
        border-left: 0;
        border-right: 0;
        display: none;
    }
}

/*Change Quicklink Height*/
#UpdatePanelQuickLinks .list-group-item {
    padding: 5px 5px;
}

#UpdatePanelQuickLinks .removeQuickLink {
    color: #ff0000;
    cursor: pointer;
}

/*Change scroll bar face for Webkit suppoerted browsers, Doesn't include the whole scrollbars, only DIVS*/
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #FFF;
}

div::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #FFF;
}

div::-webkit-scrollbar-thumb {
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #C0C0C0;
}

/*Drag-Drop Style*/
.readyToAcceptDrop {
    box-shadow: 0 0 5px 0 #ffd800;
}
.readyToDrop {
    box-shadow: 0 0 5px 0 #3972BD;
}

/*Create custom close for modal*/
#framemodalClose {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(50, 50, 50, 0.75);
    margin: 10px;
    text-shadow: 3px 3px 10px #272634;
    cursor: pointer;
}

    #framemodalClose:hover {
        color: #3367AA;
    }

/*Override bootstrap default Label:Bold*/
label {
    font-weight: normal;
}

/*Style profile pic on sidebar*/
.navbar-brand div.profile-pic {
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
    .navbar-brand div.profile-pic img {
        width: 44px!important;
        height: auto;
    }

/*Add space on top of first item on side nav*/
#nav ul li:nth-child(1) > a > i {
    margin-top: 10px;
}

#banner_inner_div {
    padding-left: 0px;
}

/*Reduce padding of navbar-brand*/
.navbar-brand {
    padding-right: 5px !important;
    margin: 0px !important;
}

/*Rounded Buttons*/
.btn {
    border-radius: 17px;
}

.btn-lg {
    border-radius: 22.5px;
}

.btn-sm {
    border-radius: 15px;
}

.btn-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: normal;
}

.sideDiv {
    z-index: 1000000;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgba(45,51,65,0.95);
    right: -1000px;
    -webkit-box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.43);
    box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.43);
}

    .sideDiv .row {
        margin: 30px 10px 10px 10px;
    }

    .sideDiv label {
        color: #FFF;
    }

#banner {
    max-height: 46px;
    height: 46px;
    background-color: #212531;
    white-space: nowrap !important;
}

#banner1 {
    margin-top: 46px;
    min-height: 50px !important;
    background-color: #2D3341;
    white-space: nowrap!important;
}

#navbaricons ul {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

#navbaricons li {
    display: inline-block;
}

#banner {
    float: none;
    overflow: hidden;
    width: 100%;
}

#myNavbar {
    line-height: 15px;
}

#myNavbar #lblSiteName {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#myNavbar #lblSiteExtraInfo {
    font-size: 12px;
    color: #9ca5b9;
    font-weight: bold;
}

.spanUsername {
    font-size: 12px;
    color: #9ca5b9;
}

#lblUsername {
    font-size: 12px;
    color: #9ca5b9;
    font-weight: bold;
}

#headerDropdown .dropdown-toggle, #headerDropdown .caret {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#spanPageLoadTime {
    font-size: 14px;
    font-weight: bold;
    color: #9ca5b9;
    line-height: 200%;
}

#lblPageLoadTime {
    font-size: 12px;
    color: #9ca5b9;
}
.navbar-brand {
    padding-top: 5px !important;
}

.navbar-icon {
    color: #A6ABBE;
    font-size: 16px !important;
    cursor: pointer;
}

    .navbar-icon:hover {
        color: #808080;
    }

.navbar-nav > li {
    padding-left: 5px;
    padding-right: 5px;
}

    .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

.navbar {
    min-height: 32px !important;
}

#navbar2{
    padding-right: 10px;
}

/*Custom Button*/
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-white {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #8A8A8A;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #000000;
    background-color: #F0F0F0;
    border-color: #8A8A8A;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #FFFFFF;
    border-color: #8A8A8A;
}

.btn-white .badge {
    color: #FFFFFF;
    background-color: #000000;
}

.btn-darkblue {
    color: #ffffff;
    background-color: #2B528B;
    border-color: #2B528B;
}

    .btn-darkblue:hover,
    .btn-darkblue:focus,
    .btn-darkblue:active,
    .btn-darkblue.active,
    .open .dropdown-toggle.btn-darkblue {
        color: #ffffff;
        background-color: #3367AA;
        border-color: #2B528B;
    }

    .btn-darkblue:active,
    .btn-darkblue.active,
    .open .dropdown-toggle.btn-darkblue {
        background-image: none;
    }

    .btn-darkblue.disabled,
    .btn-darkblue[disabled],
    fieldset[disabled] .btn-darkblue,
    .btn-darkblue.disabled:hover,
    .btn-darkblue[disabled]:hover,
    fieldset[disabled] .btn-darkblue:hover,
    .btn-darkblue.disabled:focus,
    .btn-darkblue[disabled]:focus,
    fieldset[disabled] .btn-darkblue:focus,
    .btn-darkblue.disabled:active,
    .btn-darkblue[disabled]:active,
    fieldset[disabled] .btn-darkblue:active,
    .btn-darkblue.disabled.active,
    .btn-darkblue[disabled].active,
    fieldset[disabled] .btn-darkblue.active {
        background-color: #2B528B;
        border-color: #2B528B;
    }

    .btn-darkblue .badge {
        color: #3972BD;
        background-color: #ffffff;
    }

.btn-darkgreen {
    color: #ffffff;
    background-color: #14A086;
    border-color: #14A086;
}

    .btn-darkgreen:hover,
    .btn-darkgreen:focus,
    .btn-darkgreen:active,
    .btn-darkgreen.active,
    .open .dropdown-toggle.btn-darkgreen {
        color: #ffffff;
        background-color: #129079;
        border-color: #14A086;
    }

    .btn-darkgreen:active,
    .btn-darkgreen.active,
    .open .dropdown-toggle.btn-darkgreen {
        background-image: none;
    }

    .btn-darkgreen.disabled,
    .btn-darkgreen[disabled],
    fieldset[disabled] .btn-darkgreen,
    .btn-darkgreen.disabled:hover,
    .btn-darkgreen[disabled]:hover,
    fieldset[disabled] .btn-darkgreen:hover,
    .btn-darkgreen.disabled:focus,
    .btn-darkgreen[disabled]:focus,
    fieldset[disabled] .btn-darkgreen:focus,
    .btn-darkgreen.disabled:active,
    .btn-darkgreen[disabled]:active,
    fieldset[disabled] .btn-darkgreen:active,
    .btn-darkgreen.disabled.active,
    .btn-darkgreen[disabled].active,
    fieldset[disabled] .btn-darkgreen.active {
        background-color: #14A086;
        border-color: #14A086;
    }

    .btn-darkgreen .badge {
        color: #14A086;
        background-color: #ffffff;
    }

.btn-green {
    color: #ffffff;
    background-color: #62BD66;
    border-color: #62BD66;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #58AA5C;
        border-color: #62BD66;
    }

    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-green:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        background-color: #62BD66;
        border-color: #62BD66;
    }

    .btn-green .badge {
        color: #62BD66;
        background-color: #ffffff;
    }

.btn-purple {
    color: #ffffff;
    background-color: #7D57C4;
    border-color: #7D57C4;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        color: #ffffff;
        background-color: #704EB0;
        border-color: #7D57C4;
    }

    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        background-image: none;
    }

    .btn-purple.disabled,
    .btn-purple[disabled],
    fieldset[disabled] .btn-purple,
    .btn-purple.disabled:hover,
    .btn-purple[disabled]:hover,
    fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus,
    .btn-purple[disabled]:focus,
    fieldset[disabled] .btn-purple:focus,
    .btn-purple.disabled:active,
    .btn-purple[disabled]:active,
    fieldset[disabled] .btn-purple:active,
    .btn-purple.disabled.active,
    .btn-purple[disabled].active,
    fieldset[disabled] .btn-purple.active {
        background-color: #7D57C4;
        border-color: #7D57C4;
    }

    .btn-purple .badge {
        color: #7D57C4;
        background-color: #ffffff;
    }

.table-nonfluid {
    width: auto !important;
    margin: 0px auto;
}

.table-blue .far {
    font-size: 2rem!important;
}

.table-rounded {
    border: none !important;
}

    .table-rounded tbody {
        border: none !important;
        -webkit-box-shadow: 0 2px 8px  rgba(0, 0, 0, .2) !important;
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2) !important;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2) !important;
    }


    .table-rounded thead th:first-child {
        border-radius: 10px 0 0 0;
    }

    .table-rounded thead th:last-child {
        border-radius: 0 10px 0 0;
    }

    .table-rounded tbody tr:last-child td:first-child {
        border-radius: 0 0 0 10px;
    }

    .table-rounded tbody tr:last-child td:last-child {
        border-radius: 0 0 10px 0;
    }

.table-blue {
    background-color: #FFFFFF;
    border: none !important;
    border-radius: 0 0 0 10px;
    font-family: Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif;
}

    .table-blue thead tr th, .table-blue thead tr td {
        background-color: #3A72BE;
        color: #FFFFFF !important;
        text-align: center;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 10px !important;
        border: none !important;
        border-right: #3367AA solid 1px !important;
        font-weight: normal;
    }

        .table-blue thead tr th:last-child, .table-blue thead tr td:last-child {
            border-right: none !important;
        }

        .table-blue thead tr th > *, .table-blue thead tr td > * {
            color: #FFFFFF !important;
            font-weight: normal;
            white-space: nowrap;
        }

        .table-blue thead tr th a:hover, .table-blue thead tr td a:hover {
            text-decoration: none;
            font-weight: bold;
        }
        /*
        .table-blue thead tr th a::before, .table-blue thead tr td a::before {
            content: "\f530";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
        }
        */

    /*.table-blue thead tr th, table-blue thead tr td {
        white-space: nowrap!important;
    }*/

    .table-blue tbody tr td {
        border: #F0F0F0 solid 1px !important;
        border-bottom: none !important;
        border-top: none !important;
        white-space: nowrap;
        font-size: 13px !important;
        padding: 7px;
    }

    .table-blue tbody tr {
        border-bottom: 1px solid #F0F0F0;
    }

    .table-blue tbody tr:hover:not(.row-blue):not(.row-blue-text-left) {
        background-color:#F0F0F0;
    }

    .row-blue {
        background-color: #3A72BE;
        color: #FFFFFF !important;
        text-align: center;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 10px !important;
        border: none !important;
        border-right: #3367AA solid 1px !important;
        font-weight: normal;
    }
    .row-blue-text-left {
        background-color: #3A72BE;
        color: #FFFFFF !important;
        text-align: left;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 10px !important;
        border: 1px solid #FFFFFF !important;
        border-right: #3367AA solid 1px !important;
        font-weight: normal;
    }

/* Patient chat*/


    /* do not use element id, create a css class instead or it will affect other pages */
    /*
    #lblOutput {
        display: none;
    }
    */


.chat_container {
    width: 100%;
}
/* Patient chat*/
/*This is for the pager*/
.pagination-bootstrap {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 2px 0;
    border-radius: 4px;
    text-align: center !important;
}
    .pagination-bootstrap table {
        margin: 0 auto; /* or margin: 0 auto 0 auto */
    }

    .pagination-bootstrap table > tbody > tr > td {
        display: inline;
    }

        .pagination-bootstrap table > tbody > tr > td > a,
        .pagination-bootstrap table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #2B528B;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-bootstrap table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-bootstrap table > tbody > tr > td:first-child > a,
        .pagination-bootstrap table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-bootstrap table > tbody > tr > td:last-child > a,
        .pagination-bootstrap table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-bootstrap table > tbody > tr > td > a:hover,
        .pagination-bootstrap table > tbody > tr > td > span:hover,
        .pagination-bootstrap table > tbody > tr > td > a:focus,
        .pagination-bootstrap table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/*Switch checkbox*/
/* ---------------------------------------------------

Project : CSS Checkbox Switch
Author : Partha Kar (https://www.facebook.com/partha.creativemind)
Version : 1.0
Release Dtae : 15 November, 2017

---------------------------------------------------- */


.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #dbdbdb;
            background-color: rgb(255, 255, 255);
            border-color: rgb(223, 223, 223);
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: rgb(255,255,255);
                content: " ";
                top: 0;
                position: relative;
                left: 0;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 17px;
        }


        /* Switch Default */
        .checkbox.checbox-switch label > input:checked + span,
        .checkbox-inline.checbox-switch > input:checked + span {
            background-color: rgb(180, 182, 183);
            border-color: rgb(180, 182, 183);
            box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch > input:checked:disabled + span {
            background-color: rgb(220, 220, 220);
            border-color: rgb(220, 220, 220);
            box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:disabled + span,
        .checkbox-inline.checbox-switch > input:disabled + span {
            background-color: rgb(232,235,238);
            border-color: rgb(255,255,255);
        }

            .checkbox.checbox-switch label > input:disabled + span:before,
            .checkbox-inline.checbox-switch > input:disabled + span:before {
                background-color: rgb(248,249,250);
                border-color: rgb(243, 243, 243);
                box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            }

        /* Switch Light */
        .checkbox.checbox-switch.switch-light label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-light > input:checked + span {
            background-color: rgb(248,249,250);
            border-color: rgb(248,249,250);
            box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        /* Switch Dark */
        .checkbox.checbox-switch.switch-dark label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-dark > input:checked + span {
            background-color: rgb(52,58,64);
            border-color: rgb(52,58,64);
            box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
            background-color: rgb(100, 102, 104);
            border-color: rgb(100, 102, 104);
            box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        /* Switch Success */
        .checkbox.checbox-switch.switch-success label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-success > input:checked + span {
            background-color: rgb(40, 167, 69);
            border-color: rgb(40, 167, 69);
            box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
            background-color: rgb(153, 217, 168);
            border-color: rgb(153, 217, 168);
            box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
        }

        /* Switch Danger */
        .checkbox.checbox-switch.switch-danger label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked + span {
            background-color: rgb(200, 35, 51);
            border-color: rgb(200, 35, 51);
            box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
            background-color: rgb(216, 119, 129);
            border-color: rgb(216, 119, 129);
            box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        /* Switch Primary */
        .checkbox.checbox-switch.switch-primary label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
            background-color: rgb(0, 105, 217);
            border-color: rgb(0, 105, 217);
            box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
            background-color: rgb(109, 163, 221);
            border-color: rgb(109, 163, 221);
            box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        /* Switch Info */
        .checkbox.checbox-switch.switch-info label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-info > input:checked + span {
            background-color: rgb(23, 162, 184);
            border-color: rgb(23, 162, 184);
            box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
            background-color: rgb(102, 192, 206);
            border-color: rgb(102, 192, 206);
            box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        /* Switch Warning */
        .checkbox.checbox-switch.switch-warning label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-warning > input:checked + span {
            background-color: rgb(255, 193, 7);
            border-color: rgb(255, 193, 7);
            box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
            background-color: rgb(226, 195, 102);
            border-color: rgb(226, 195, 102);
            box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }


.GridPager a, .GridPager span {
    padding-right: 6px !important;
    padding-left: 6px !important;
}
