body {
    background-color: #1d2f3e;
}

.panel-border {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}

.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;
}

.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 button {
        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;
    }
}

/*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;
}
.chat-header-button img {
    height: 22px;
    transition: all 0.2s;
}

.chat-header-button:hover img {
    height: 30px;
}

.chat-sidebar {
    display: none;
    width: 0px;
    background: #f3f3f4;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 2039;
    border: 6px solid #fafafa;
    border-top: none;
    box-shadow: -8px 0px 18px #d5d5d5;
}

.modal-open .chat-sidebar {
    box-shadow: none !important;
}

#wrapper.sidebar .chat-sidebar {
    display: block;
    width: 450px;
}

#wrapper.sidebar #page-wrapper {
    width: calc(100% - 670px);
}

body.mini-navbar #wrapper.sidebar #page-wrapper {
    width: calc(100% - 520px);
}

.chat-group-wrapper {
    height: calc(100vh - 160px);
}

.full-height {
    height: 100%;
}

.avatar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 335px;
}

    .avatar-list li {
        display: flex;
        align-items: center;
        padding: 8px 20px;
    }

        .avatar-list li.selected {
            background-color: #eee;
        }

        .avatar-list li:last-child {
            border-bottom: none;
        }

        .avatar-list li img {
            margin-right: 20px;
            border-radius: 50%;
        }

.avatar-info h2 {
    margin: 0;
    font-size: 1.2em;
    font-size: 14px;
    font-weight: normal;
}

.avatar-info p {
    margin: 0;
    font-size: 0.8em;
    color: #666;
}

.chat-ui-wrapper {
    background: white;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 10px;
    border-bottom: 3px solid #b0b4b7;
}

.chatroom-wrapper {
    height: 100%;
    background: #fafafa;
}

.chatroom-list {
    height: 100%;
}

.chatroom-scroll {
    border-radius: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
}

    .chatroom-scroll::-webkit-scrollbar {
        width: 5px;
    }

    .chatroom-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .chatroom-scroll::-webkit-scrollbar-thumb {
        background: #CCC;
    }

.chatroom {
    position: absolute;
    padding: 12px;
    width: 100%;
}

.chat-bubble {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    max-width: 90%;
    border-radius: 20px;
    clear: both;
}

    .chat-bubble.sent {
        float: right;
        background-color: #2b9b5c;
        color: #fff;
        clear: both;
    }

    .chat-bubble.received {
        float: left;
        background-color: #677bdf;
        color: #fff;
    }

    .chat-bubble.sent::before {
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #2b9b5c transparent transparent;
        transform: translateX(5px) translateY(-90%) rotateY(180deg);
    }

    .chat-bubble.received::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #677bdf;
        transform: translateX(-5px) translateY(-85%) rotate(175deg)
    }

    .chat-bubble p {
        margin: 0;
        font-size: 14px;
        white-space: pre-wrap;
        line-height: 25px;
        letter-spacing: 0px;
        font-family: monospace;
        font-weight: normal;
        color: white;
    }

.chatbox-wrapper {
    width: 100%;
    padding: 10px;
    background-color: #eee;
}

.chatbox {
    width: 100%;
    padding: 5px 0px 0px 11px;
    border-radius: 10px;
    border: none;
    outline: none;
    resize: none;
    min-height: 48px;
    max-height: 200px;
    height: auto;
    overflow: hidden;
}

.btn-chatbox-send {
    font-size: 20px;
    border: none;
    padding: 12px 20px;
    transition: all 0.5s;
    background: white;
    border-radius: 12px;
}

    .btn-chatbox-send:hover i {
        transform: scale(1.2);
    }

.chat-bubble .chat-time {
    opacity: 0.8;
}

.chat-header {
    height: 50px;
    /*background: #1d2f3e;*/
    border-bottom: 5px solid #f3f3f3;
    padding-left: 5px;
    border-radius: 0px 0px 5px 5px;
    background: #f3f3f4;
    box-shadow: 0px 10px 10px #ccc;
}

    .chat-header h3 {
        font-size: 16px;
        margin-top: 14px;
        color: #383838;
        font-weight: normal;
        padding-left: 15px;
    }

    .chat-header .btn-edit {
        border: none;
        margin-top: -3px;
        margin-right: 5px;
        background: #f3f3f3;
    }

    .chat-header .openchat-logo {
        font-size: 14px;
        font-weight: bold;
        color: #3248b7;
        cursor: pointer;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 3px;
    }

    .chat-header .openchat-logo img {
        height: 35px;
        margin: 5px;
    }

.btn-tool {
    font-size: 16px;
    color: #383838 !important;
    transition: all 0.1s;
}

.btn-tool:hover {
    transform: scale(1.1);
}

.chat-generating {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
}

.chatbox-area {
    border: 1px solid #ccc;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.chatbox-toolbar {
    padding: 10px;
}


    .chatbox-toolbar a {
        color: #333;
        font-weight: 600;
    }

    .chatbox-toolbar a:hover {
        color: black;
    }

.fa.green {
    color: green;
}

.fa.grey {
    color: #ccc;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        opacity: 1.0;
    }

    to {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

.rotate-spin {
    animation: spin infinite 1s linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary {
    background-color: #264f70;
    border-color: #113b52;
    color: #FFFFFF;
}

    .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;
}

.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;
}