body {
    background-color: #1d2f3e;
}

.body-small .navmenu-button {
    display: block !important;
}

.dropdown-menu li .fa {
    display: inline-block !important;
    width: 18px !important;
}

.inline-block {
    display: inline-block;

}

.assistant-provider {
    text-transform: uppercase;
    color: #02334b;
}

.badge-icon {
    padding: 5px 6px !important;
}

.help-text {
    font-style: italic;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.navmenu-button {
    display: none !important;
}

.body-small.mini-navbar .mini-navbar-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

body.mini-navbar .submenu-item .nav-label {
    display: block !important;
}

body.mini-navbar .submenu-item i {
    display: none !important;
}

.notification-menu {
    margin-left: -180px;
}

.panel-border {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}

.no-scroll,
.no-vertical-scroll {
    overflow-y: hidden;
}

.no-scroll,
.no-horizontal-scroll {
    overflow-x: hidden;
}

.btn-rounded {
    border-radius: 50% !important;
}

.fa-success {
    color: green;
}

.fa-danger {
    color: red;
}

.fa-text {
    margin-left: 3px;
}

.load-hidden {
    display: none;
}

.no-wrap {
    white-space: nowrap !important;
}

.nav-tabs li {
    position: relative;
}

.tabs-container .panel-body{
    margin-top: -1px;
}

.swal2-container.swal2-center {
    z-index: 100000;
}

.modal {
    overflow-y: auto !important;
}

.form-control {
    font-size: 0.8rem;
}

p.help-block {
    font-size: 12px;
}

.btn-stretch {
    width: 100%;
}

.btn-execute-query {
    color: #333 !important;
    background: #cfdded;
}

    .btn-execute-query:hover {
        color: #333;
        font-weight: bold;
    }

.page-heading h2 {
    font-size: 25px;
    font-weight: bold;
    color: #264f70;
    letter-spacing: 1px;
}

.hover:not(:hover) .hover-show {
    display: none !important;
}

.dropdown-menu {
    z-index: 10000;
}

.panel-heading .panel-title {
    margin-bottom: 10px;
}

.tabulator-wrapper {
    padding-top: 10px;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    text-transform: capitalize;
    color: #aaa !important;
}

.tab-action-container {
    position: relative;
}

.page-wrapper .tabs-container {
    margin-top: 15px;
}

.page-wrapper .panel {
    padding: 10px;
}

.page-action-container {
    position: relative;
    width: 100%;
    text-align: right;
    padding-top: 32px;
    padding-right: 25px;
}

.page-button-placeholder {
    display: inline-block;
    position: relative;
}

.action-button-container {
    position: absolute;
    top: 0px;
    right: 15px;
}

ol.breadcrumb {
    font-size: 13px;
    color: #1d2f3e;
    letter-spacing: 1px;
}

.card-rounded {
    border-radius: 20px;
}

.hidden {
    display: none;
}

.logo-image {
    width: 95%;
    margin-bottom: 15px;
    image-rendering: -webkit-optimize-contrast;
}

li.main-menu.active {
    border-left: none !important;
    background: #1d2f3e;
}

li.menu-title {
    padding: 10px 21px 0px;
    color: #ffe2a2;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

li.menu-group-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer {
    background: none repeat scroll 0 0 #fcfcfc;
}

.header-search-input {
    margin-left: -35px;
    float: left;
    padding-left: 50px;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px;
    min-width: 350px;
}

    .header-search-input:active,
    .header-search-input:focus,
    .header-search-input:hover {
        border-bottom: 1px solid #eee !important;
        background: none !important;
    }

.search-icon {
    z-index: 100;
    position: relative;
    float: left;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 15px;
}

ul.navbar-top-links li a {
    background: #fbfbfb;
    padding: 10px 20px;
    min-height: initial;
    margin: 10px 5px;
    border-radius: 22px;
    border: 1px solid #f3f3f4;
    color: #14596c !important;
    display: inline-block;
    text-shadow: 3px 2px 2px #f5f5f5;
}

ul.navbar-top-links .dropdown-menu a {
    width: 100%;
    background: white !important;
    margin: 0px !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(0, 0, 0, 6%), 0 1px 0 0 rgb(0, 0, 0, 2%);
    box-shadow: 0 0 24px 0 rgb(0, 0, 0, 6%), 0 1px 0 0 rgb(0, 0, 0, 2%);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 280px;
    z-index: 9999;
    float: right !important;
    right: -290px;
    top: 0;
    bottom: 0;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.rightbar-overlay {
    background-color: rgba(52,58,64,.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

.btn-notification {
    background-color: transparent !important;
}

.empty-notification {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.wrapper-content {
    padding: 5px 10px 40px;
}

.ui-wrapper-padder {
    padding: 1rem 2rem 1rem 1rem;
}

.ui-wrapper {
    background: white;
    padding: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 10%);
    border: none;
    border-radius: 10px;
    border-bottom: 3px solid #b0b4b7;
}

.system-name {
    float: left;
    font-size: 22px;
    padding: 16px 10px;
    font-weight: bolder;
    color: #1d2f3e;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: sub;
    letter-spacing: 1px;
}

.system-name-color {
    /* text-shadow: 1px 1px 1px #fff; */
    background: -webkit-linear-gradient( -45deg, #1d2f3e 0%,#005c85 49%,#18547e 50%,#163476 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-header.search {
    float: left;
    margin-top: 15px;
}

.input-search {
    width: 250px;
    background-color: #f2f2f3 !important;
    border: none !important;
    border-radius: 5px;
    padding-left: 25px;
}

.input-search-group button {
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 25px;
}

.form-group label {
    margin-bottom: 0.3em;
}

ul.checkbox-list {
    list-style: none;
    padding: 10px;
}

label input[type=checkbox] {
    vertical-align: middle;
}

.permission-tree .tree-file {
    display: none;
}

.permission-tree {
    max-height: 550px;
}

.icon-feature+span {
    display: none;
}

.table-filter {
    border-bottom: 1px solid #eee;
}

    .table-filter input {
        background-color: #f2f2f3 !important;
        border: none !important;
        height: 30px;
        font-size: 12px;
    }

    .table-filter .select2-container--default .select2-selection--single,
    .table-filter .select2-container--default .select2-selection--multiple {
        background-color: #f2f2f3 !important;
        border: none !important;
        height: 30px;
        font-size: 12px;
    }

    .table-filter button.btn {
        height: 30px;
    }

.txt-parameters {
    height: 200px !important;
    outline: none;
    border: none;
    background-color: #eee;
    font-size: 12px;
}

.fa-audit-icon {
    margin-right: 5px;
}

.fa-audit-icon.fa-check-circle {
    color: green;
}

    .fa-audit-icon.fa-exclamation-circle {
        color: red;
    }

.stacked-badge .badge {
    margin-right: 5px;
}

.nav-tabs li.closeable a {
    padding-right: 35px;
}

.nav-tabs li.closeable .fa-times {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.mini-navbar .menu-group-title {
    display: none !important;
}

.branch-title-wrapper {
    margin-left: 10px;
    vertical-align: middle;
}

.superscript-title {
    font-size: 10px;
    line-height: 6px;
}

.btn-switch-branch-wrapper {
    color: white !important;
    vertical-align: middle;
    margin-left: 8px;
}

/* Animation */

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from {
    transform: translateX(-80px);
    opacity: 0;
}

.slide-fade-leave-to {
    transform: translateX(20px);
    opacity: 0;
}

/*Uploader*/

.uploader-wrapper,
.multi-uploader-wrapper {
    width: 100%;
    float: left;
}

.upload-section {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 15px;
    display: block;
    float: left;
    width: 100%;
}

    .upload-section .upload-item {
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 10px;
        display: inline-block;
        margin-top: 15px;
        margin-right: 15px;
        float: left;
        overflow: hidden;
        box-shadow: 2px 2px 5px #ddd;
        cursor: pointer !important;
    }


.upload-item {
    position: relative;
    cursor: pointer;
    transition: all 0.1s;
}

    .upload-item:hover {
        transform: scale(1.1);
    }

    .upload-item.upload-button {
        text-align: center;
    }

        .upload-item.upload-button i {
            font-size: 45px;
            display: block;
            color: #264f70;
            margin-top: 15px;
        }

        .upload-item.upload-button span.upload-button-text {
            display: block;
            font-weight: bold;
            color: #264f70;
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .upload-item.upload-button .filepond--file-info-sub {
            display: none !important;
        }

        .upload-item.upload-button .filepond--item-panel {
            background-color: #fafafa;
        }

        .upload-item.upload-button .filepond--panel-center {
            height: 330px !important;
        }

        .upload-item.upload-button .filepond--panel-bottom {
            transform: translate3d(0px, 60px, 0px) !important;
        }

.upload-item-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.upload-item-icon {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

    .upload-item-icon img {
        width: 60%;
        margin-top: 8px;
    }

.upload-item .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    text-shadow: 1px 1px 5px white;
    display: none;
}

.upload-item:hover .close-button {
    display: block;
}

.upload-item.selected {
    border: 2px solid #243a8e;
    border-collapse: collapse;
    border-bottom: 3px solid #184d78;
    box-shadow: 0px 1px 5px #2b5372;
}

.upload-loading {
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 10px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    box-shadow: 2px 2px 5px #ddd;
    cursor: pointer !important;
    position: absolute;
    z-index: 10;
    opacity: 0.8;
}
.upload-loading-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    font-size: 28px;
}

.notification-menu {
    max-width: 300px;
}

.notification-menu .dropdown-item {
    white-space: pre-wrap;
    line-height: 20px;
    padding-left: 10px;
}

.text-duration {
    color: #2359bd !important;
    font-weight: bold;
    font-size: 12px;
}

.notification-icon-wrapper {
    padding: 0px 10px 0px 0px;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 20px;
    text-align: center;
    padding-top: 8px;
    color: #264f70;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 15px;
    top: 12px;
    border-radius: 15px;
}

.notification-header {
    padding: 8px;
    background: #efefef;
}

.notification-footer a {
    text-align: center !important;
    border-top: 1px solid #ccc;
}

.notification-message .fa {
    margin-right: 5px;
    color: green;
}

.breadcrumb {
    background: transparent !important;
}

@media print {
    #page-wrapper {
        width: 100% !important;
        padding: 0px !important;
        background-color: white !important;
    }

    .wrapper-content {
        padding: 0px !important;
    }

    .ui-wrapper-padder {
        padding: 0px !important;
    }

    .pace {
        display: none;
    }
}

/*Mobile view override*/
body.mini-navbar .nav-header {
    background-color: transparent;
}

.mini-navbar .nav .nav-second-level {
    background-color: #f3f3f4;
}

.mini-navbar .nav-second-level > li a:hover {
    background: #293846;
    color: #ffffff;
}

.submenu {
    position: relative;
}

.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
    background: #fbfbfb;
}

@media (max-width: 768px) {
    /*Body Wrapper */
    .body-small #wrapper {
        position: relative;
    }

    .body-small #page-wrapper {
        width: 100%;
        padding: 0px;
    }

    body.mini-navbar #page-wrapper {
        width: 100%;
    }

    body-small.mini-navbar #page-wrapper {
        width: 100%;
        padding: 0px;
    }

    .body-small .ui-wrapper-padder {
        padding: 0px;
        margin-bottom: 25px;
    }
    /* End of Body Wrapper */

    /* Side Nav Bar */
    .body-small .nav-header {
        display: none !important;
    }

    .body-small.mini-navbar .sidebar-collapse {
        opacity: 1;
    }

    .body-small .sidebar-collapse {
        opacity: 0;
    }

    .body-small .navbar-static-side {
        position: absolute;
        box-shadow: 3px -4px 8px -2px #bfbfbf
    }

    .body-small.mini-navbar .navbar-static-side {
        display: block;
        overflow: visible;
        background: #f3f3f4;
        height: 100%;
    }

    .body-small.mini-navbar .nav > li.active {
        border-radius: 0px;
    }

    .navmenu-button {
        background-color: #293846;
        border-bottom: 2px solid #dfdfdf;
    }

        .navmenu-button i {
            color: black !important;
        }

    .mini-navbar .nav .nav-second-level {
    }

    .body-small .ui-wrapper-padder > .ui-wrapper {
        padding: 5px;
    }

        .body-small .ui-wrapper-padder > .ui-wrapper > .page-heading {
            background: none;
        }

    .body-small:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
        display: block;
        border-radius: 0 2px 2px 0;
        min-width: 160px;
        height: auto;
    }

    .mini-navbar .metismenu .nav-second-level.collapse {
        display: none !important;
    }

        .mini-navbar .metismenu .nav-second-level.collapse.in {
            display: block !important;
        }

    .body-small .main-menu,
    .body-small .main-menu .nav,
    .body-small .main-menu li.submenu {
        position: inherit !important;
    }

        .body-small .main-menu li.submenu ul.nav-second-level {
            position: absolute !important;
            top: 0px;
        }

    .mini-navbar li.active .nav-second-level {
        left: 70px;
        height: 100% !important;
        box-shadow: 1px 1px 8px 2px #bfbfbf
    }

    .nav.nav-second-level.collapse[style] {
        height: 100% !important;
    }

    /* End of Side Nav Bar*/
    /* Top Nav Bar*/
    .body-small .navbar-static-top > .row {
        margin: 0px;
    }

    .body-small .system-name {
        margin-left: 0px;
        padding: 0px;
    }

    .body-small ul.navbar-top-links li a {
        padding: 5px 10px;
        margin: 10px 0px;
    }

        .body-small ul.navbar-top-links li a > i {
            margin: 0px;
        }

    .body-small .branch-title-wrapper {
        font-size: 0.7rem;
    }

    .body-small .btn-switch-branch-wrapper {
        display: none;
    }

    .body-small .btn-switch-branch-label {
        display: none;
    }

    .body-small .navbar-logout-label {
        display: none;
    }

    .body-small .navbar-language-label {
        display: none;
    }

    .body-small .navbar-static-top .dropdown {
        display: block !important;
    }

    /*End of Top Nav Bar*/
}

/*Dockable*/


.dockable-container {
    overflow-y: auto;
}

.fill-space {
    width: 100%;
    height: 100%;
}


.lm_content {
    background: #f8f8fb !important;
    border: 1px solid #e4e4e4 !important;
}

.lm_header {
    background-color: #DEE1E6;
}

    .lm_header .lm_tab {
        height: 18px;
        padding-top: 3px;
        background-color: #DEE1E6;
        color: #333;
        border: none;
        padding-left: 15px;
    }

.lm_tab:hover, .lm_tab.lm_active {
    background: #f8f8fb;
    color: #333;
    padding-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid #747c94;
}

.lm_header .lm_tab .lm_title {
}

.ui-full {
    width: 100%;
    position: absolute;
    height: calc(100% - 118px);
    left: 0px;
    top: 0px;
    margin-top: 78px;
}

.ui-full-inner {
    background-color: #eee;
    width: 100%;
    height: 100%;
    position: relative;
}

.property-frame {
    border-radius: 5px;
    padding: 15px 15px 1px 15px;
    background: #f1f1f1;
    margin-bottom: 18px;
}

.tbl-worker-icon {
    width: 28px;
    display: inline;
    margin-right: 15px;
    vertical-align: top;
}

.worker-action-wrapper .worker-action-section {
    color: #333;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.worker-action-wrapper .ibox {
    margin-bottom: 10px;
}

.worker-action-wrapper .ibox-content {
    border: none !important;
    padding: 30px;
    background: #f1f1f1;
    border-radius: 25px;
    margin: -28px 0px 15px;
    padding-top: 45px;
}

.worker-action-wrapper .ibox-title {
    cursor: pointer;
    border: none !important;
    border-radius: 15px;
    background: #f1f1f1;
}

    .worker-action-wrapper .ibox-title h5 {
        padding-left: 10px;
    }

    .worker-action-wrapper .ibox-title h5 .fa {
        margin-right: 15px;
    }

    .worker-action-wrapper .ibox-title.collapsed {
        border: none;
        border-radius: 25px;
        background: #f1f1f1;
    }

    .worker-action-wrapper .ibox-title:hover {
        background: #f1f1f1;
    }

.settings-tab-content h3 {
    background-color: #eee;
    padding: 10px 10px 10px 15px;
    border-radius: 10px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.separator {
    border-right: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
}

.sidebar .modal {
    width: calc(100% - 450px);
}

.modal-open .chat-sidebar {
    position: fixed;
    z-index: 100000;
}

.worker-action-config-wrapper {
    margin-left: 6px;
    padding-left: 15px;
    border-left: 1px dashed #333;
}

.app-grid-scroller {
    max-height: 700px;
    overflow-y: auto;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

    .app-grid .app-card {
        background-color: white;
        border-radius: 10px;
        padding: 16px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        margin: 20px 0px 10px;
        border: 1px solid #f6f6f6;
        transition: all 0.1s;
    }

        .app-grid .app-card.app-card-sparse {
            padding: 30px 25px;
            margin-right: 15px;
        }

    .app-grid .app-card.app-selectable {
        cursor: pointer;
    }

    .app-grid .app-card.app-selectable:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        background-color: #fafafa;
        transform: translateY(-6px);
    }

        .app-grid .app-card.selected {
            border: 2px dotted #4361ee;
            background-color: #fafafa;
        }

    .app-grid .app-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .app-grid .app-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        margin-right: 12px;
    }

    .app-grid .app-info {
        flex-grow: 1;
    }

    .app-grid .app-name {
        font-weight: bold;
        margin: 0;
        color: #333;
    }

    .app-grid .app-company {
        color: #666;
        font-size: 1em;
        margin: 0;
    }

    .app-grid .btn {
        color: #555;
        background: #efefef;
        border: none;
        font-weight: 500;
    }

    .app-grid .app-description {
        font-size: 1em;
        color: #333;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .app-grid .app-description.trim {
        text-overflow: ellipsis;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .app-grid .app-rating {
        color: #4f4fc9;
        font-weight: bold;
    }

    .app-grid .app-star {
        color: #ffd700;
    }

    .app-grid .app-categories {
        margin-top: 10px;
    }

        .app-grid .app-categories .app-category {
            display: inline-block;
            background-color: #f0f0f0;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 0.9em;
            margin-right: 5px;
            color: #666;
        }

.worker-form-body textarea {
    height: 100px;
}

.worker-engine-selector .icon-wrapper {
    padding: 16px;
    padding-right: 0px;
}

    .worker-engine-selector .icon-wrapper .icon-img-wrapper {
        padding: 8px;
        background: #eee;
        border-radius: 8px;
    }

.worker-engine-selector .icon-wrapper img {
    height: 100px;
}

.worker-engine-selector .input-wrapper {
    padding-left: 0px;
}

.worker-engine-selector .alert-worker-description {
    color: #17a945;
    background-color: #f5f5f5;
    border-color: #efefef;
}

.kb-selector-item .kb-strong {
    font-weight: bold;
    font-size: 14px;
}

.input-group > .input-group-wrapper {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.label-helper-wrapper {
    padding: 15px 0px;
}

.label-helper-wrapper .label-helper {
    cursor: pointer;
    margin: 5px;
    padding: 6px 15px;
    border-radius: 8px;
}

    .label-helper-wrapper .label-helper:hover {
        background-color: #1d2f3e;
        color: white;
    }

@keyframes sk-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.skeleton-loader {
    position: relative;
    overflow: hidden;
    background-color: white;
}

    .skeleton-loader::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        animation: sk-shimmer 1.5s infinite;
        z-index: 10001;
    }

    .skeleton-loader::before {
        content: '';
        position: absolute;
        top: 5%;
        left: 10px;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(#e0e0e0 16px, transparent 0), linear-gradient(#e0e0e0 16px, transparent 0);
        background-size: 80% 62px, /* Full-width lines */
        60% 62px; /* 80%-width lines */
        background-position: 0px 0px, /* First line starts at top */
        0px 28px; /* Second line starts after first line plus spacing */
        background-repeat: repeat-y;
        z-index: 10000;
    }

.user-group-editor {
    height: 500px;
}

    .user-group-editor .btn {
        width: 120px;
        margin-top: 8px;
    }

    .user-group-editor .user-item-wrapper {
        height: 100%;
        width: 312px;
        background: #f3f3f3;
        padding: 10px;
        border-radius: 15px;
        overflow-y: auto;
    }

    .user-group-editor .user-item-command {
        text-align: center;
    }

    .user-group-editor .user-item {
        font-weight: 500;
        color: #333;
    }

    .user-group-editor .user-item-wrapper .search-input {
        border-radius: 5px;
        outline: none;
        border: none;
        margin-bottom: 15px;
    }

button.maximize {
    position: absolute;
    right: 0px;
    border: none !important;
    background: transparent;
    margin-right: 42px;
    font-size: 14px;
    opacity: 0.8;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary {
    background-color: #264f70;
    border-color: #113b52;
    color: #FFFFFF;
}

    .btn-primary.btn-outline {
        background-color: white;
        border-color: #113b52;
        color: #113b52;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
    .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover,
    .btn-primary.active:hover, .btn-primary.active:focus {
        background-color: #3f637e;
        border-color: #113b52;
        color: #fff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: #0c2940;
        border-color: #113b52;
        color: #fff;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #0c2940;
        color: white;
        border: none !important;
    }

    .tab-content {
        box-shadow: 0px -1px #eee;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 2px solid #2d7197;
    color: #264f70;
    font-size: 12px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 13px;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid #fafafa;
}

.tabulator {
    border-color: white;
    border-top: 2px solid #264f70;
    border-radius: 8px;
}

.tabulator-tableHolder {
    border-radius: 0px 0px 8px 8px;
}

.tabulator-headers {
    background-color: #fafafa;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #fafafa;
    border-bottom: 1px solid white;
}

.tabulator-header-filter input {
    border: none;
    background-color: #efefef;
    font-size: 12px;
    padding: 5px 8px !important;
    border-radius: 5px;
}

.tabulator-header-filter input:focus {
    outline: none !important;
    background-color: #ddd !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    color: #264f70;
    font-size: 13px;
}

.tabulator .tabulator-tableHolder {
    background: #fafafa;
}

.tabulator-row .tabulator-cell {
    font-size: 13px;
    line-height: 22px;
}

.tabulator-paginator button {
    border-radius: 20px !important;
    width: 27px !important;
    height: 27px !important;
    font-size: 11px;
    font-weight: bold;
}

.tabulator .tabulator-footer .tabulator-page.active {
    background-color: #264f70 !important;
    color: white !important;
    border: none;
}

.tabulator-page-size {
    border: none !important;
    background-color: #fafafa;
    margin-right: 15px;
    font-weight: bold;
}

.tabulator .tabulator-footer {
    border-top: none !important;
    overflow-x: auto;
}

.form-group input.form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.form-group label {
    color: #0c2f4a;
    font-weight: 600;
}

.form-group input.form-control:disabled {
    background-color: #eaeaea !important;
    cursor: not-allowed;
}

.modal-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #264f70;
}

.modal-header {
    border-bottom: none;
    background: #fdfdfd;
    padding-top: 10px;
}

.modal-content {
    border-top: 3px solid #264f70;
}

.modal-body {
    padding: 15px 25px 20px 25px;
    background: #fdfdfd;
}

.modal-footer {
    background: #f3f3f3;
    border-top: none !important;
}

.blockUI.blockMsg {
    border: none !important;
    background-color: transparent !important;
    color: white !important;
    left: 50% !important;
    margin-left: -18px !important;
    top: 50% !important;
    margin-top: -12px !important;
    width: 40px !important;
    animation: spin 2s linear infinite;
}


.form-group label.error {
    color: red !important;
    font-size: 12px;
    font-weight: normal;
}

.nav-tabs > li > a {
    color: #959595;
}

.list-group-item.active {
    background-color: #264f70;
    border-color: #264f70;
}

.form-section {
    color: #264f70;
    padding-bottom: 10px;
    margin-top: 18px;
}