:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-font-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(8, 7, 7, 0);
}

.page-sidebar .sidebar-menu a {
    font-size: 14px;
}

.page-content {
    min-height: 500px;
}

.page-breadcrumbs {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 55%);
}

.trix-button-group--history-tools,
.trix-button-group--file-tools {
    display: none !important;
}

.remove_recipient {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.remove_recipient:hover {
    color: #f44336;
}

.italic {
    font-style: italic !important;
}

.hover-underline:hover {
    text-decoration: underline;
}

.nounderline {
    text-decoration: none;
}

.help-block {
    color: #f44336;
}

.sticky-top {
    position: sticky !important;
    top: 50px;
}

.badge-primary,
.label-primary,
.bg-themeprimary,
.page-sidebar .sidebar-menu li:before,
.navbar .navbar-inner {
    background-color: #00334d !important;
}

.bg-lightgray {
    background-color: #f9f9f9 !important;
}

.badge {
    font-size: 12px !important;
    border-radius: 0px !important;
}

.badge-success,
.badge-primary,
.label-primary {
    border-radius: 5px !important;
}

.badges, 
.badge {
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background-clip: padding-box !important;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 4px 6px !important;
    font-size: 13px !important;
}

#analytics_data_stream .badges {
    color: #fff;
    background-color: #00334d;
}

#analytics_data_stream .badges:hover {
    color: #fff;
    background-color: #0c599f;
}

.arrow-dropdown {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}

.arrow-dropdown:hover {
    color: #06a651;
}

.bordered-blue {
    border-color: #142266 !important;
}

.pagination>li.active>a,
.pagination>li.active>a:hover {
    background-color: #142266;
    border-color: #142266;
}

textarea.form-control {
    max-width: 100%!important;
    min-height: 70px !important;
}

[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555; 
}

[placeholder]:empty:focus::before {
    content: "";
}

[contenteditable] {
    outline: 0px solid transparent;
  }

label {
    color: #000;
}

.float-right {
    float: right !important;
}

.item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.item-content {
    text-align: right;
}

.item-label {
    font-weight: bold;
}

.d-flex {
    display: flex !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.loginbox-textbox {
    width: 270px!important;
}

.leave-comment-wrapper {
    position: relative;
}

.max-height-350px {
    height: 350px;
    overflow-y: auto;
    max-height: 350px !important;
}

.max-height-300px {
    height: 300px;
    overflow-y: auto;
    max-height: 300px !important;
}

.max-height-200px {
    height: 200px;
    overflow-y: auto;
    max-height: 200px !important;
}

.max-height-150px {
    height: 150px;
    overflow: hidden;
    max-height: 150px !important;
}

.max-height-100 {
    height: 110px !important;
    max-height: 110px !important;
}

.databox.databox-lg .databox-number {
    font-size: 18px;
    margin: 4px 0 4px;
}

.max-height-100px {
    height: 110px;
    overflow-y: auto;
    max-height: 110px !important;
}

.max-200px {
    width: 200px;
    max-width: 200px !important;
}

.width-100 {
    width: 100% !important;
}

.table-scrollable {
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.dashboard-box,
.databox {
    position: relative;
}

.formoverlay .offline-content,
.pageoverlay .offline-content {
    width: 100%;
    font-size: 17px;
    font-weight: bolder;
}

.formoverlay i.fa,
.pageoverlay i.fa {
    display: block !important;
    margin: auto !important;
}

.login-container {
    position: relative;
    margin: 8% auto;
    max-width: 750px;
    margin-bottom: 0px;
}

.lock-container {
    margin: 3% auto;
    max-width: 450px;
}

.lock-container .lock-box {
    margin-bottom: 10px !important;
}

.lock-container .signinbox,
.lock-container .lock-box {
    width: 350px !important;
    max-width: 450px;
    margin: auto auto;
}

.lock-container .logo-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-azure {
    color: #45aaf2 !important;
}

.cursor {
    cursor: pointer;
}

.loader-overlay {
    display: none;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
}

.login-container .loginbox {
    margin: auto auto;
    padding-top: 20px;
    width: 390px !important;
}

.login-container .ajaxresult {
    margin: auto auto;
    text-align: center;
    max-width: 390px;
}

.lock-container .app-name,
.login-container .app-name {
    font-size: 30px;
    color: #fff !important;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-container .login-icon {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.login-container .login-icon span {
    border: solid 2px #fff;
    padding: 0px 20px 5px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.login-container .login-icon span:hover {
    background: #fff;
    color: #000;
}

.module-manager {
    margin: 8% auto;
    max-width: 1200px!important;
    margin-bottom: 0px;
}

.module-wrapper .module-item {
    background: #fff;
    height: 185px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgb(0 0 0 / 50%);
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.module-container {
    width: 235px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.module-wrapper .module-item:hover .loader-overlay {
    display: flex!important;
}

.module-wrapper .module-item .module-title {
    width: 97%;
    margin: auto;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center !important;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Calibri Light';
}

.module-wrapper .module-item .module-logo {
    padding: 10px;
    padding-top: 5px;
    margin: auto auto;
}

.module-wrapper .module-item .module-logo img {
    width: 80px;
}

.module-wrapper .module-item .selector {
    text-align: center;
    display: block !important;
    margin: auto !important;
}

.modules .notification-icon {
    margin-right: 10px;
}

.modules .notification-icon img {
    width: 30px;
}

.modules .notification-body {
    white-space: nowrap;
    overflow: hidden;
    max-width: 238px;
    text-overflow: ellipsis;
}

.modules .notification-icon .description .badge {
    border-radius: 5px !important;
    padding: 0px!important;
}

.modules-selected {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 2px;
}

.bs-change-profile-picture .modal-content,
.bs-general-history .modal-content,
.bs-export-modal .modal-content, .bs-invoice-modal,
.bs-associated-device-modal .modal-content {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1000px !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 575px;
        margin: 30px auto;
    }
}

@media (min-width: 1192px) {
    .modal-xl {
        width: 1250px !important;
    }
}

@media (min-width: 1700px) {

    .module-manager {
        max-width: 85%;
    }

    .module-wrapper .module-item .module-title {
        font-size: 16px;
    }

    .module-wrapper .module-item .module-title-large {
        font-size: 16px;
    }
}

@media (max-width: 982px) {

    .module-manager {
        position: relative;
        width: 90%;
        margin-top: 12%;
        margin-left: auto !important;
    }

    .module-wrapper .module-item .module-title {
        font-size: 16px;
    }
}

@media only screen and (max-width:760px) {
    .login-container {
        margin: 15% auto;
    }
}

@media (max-width: 768px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .permissions_wrapper .col-sm-6 {
        width: 50% !important;
    }

    .module-wrapper .module-item .module-title {
        font-size: 16px;
    }

    .module-manager {
        margin-left: 10px;
    }
}

@media (max-width: 520px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .module-wrapper .module-item .module-title {
        font-size: 16px;
    }
}

@media(max-width:428px) {

    .lock-container .app-name,
    .login-container .app-name {
        font-size: 20px;
    }

    .module-wrapper .module-item .module-title {
        font-size: 17px !important;
    }

    .module-manager {
        margin-left: 10px;
    }

    .col-sm-6 {
        width: 100% !important;
    }
}

@media(max-width:424px) {
    .module-wrapper .module-item .module-title {
        font-size: 16px !important;
        padding-bottom: 0px;
    }
}

.logo-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.logo-container {
    margin: auto auto;
    background: #fff;
    width: 155px;
    border-radius: 50%;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    right: 10px;
}

.navbar .navbar-brand {
    padding: 5px 0 2px 0;
}

.navbar .navbar-brand small {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Calibri Light';
}

.post-attachment {
    clear: both;
    padding: 15px;
    margin-bottom: 1rem;
    border: dashed 1px #ccc;
}

.required {
    color: #e46f61;
}

.hidden {
    display: none;
}

.text-brown {
    color: #7e5238;
}

.text-pink {
    color: #cd1b5d;
}

.control-label {
    color: #000;
}

.card {
    margin-bottom: 10px;
}

.card-body {
    background: #fff;
    padding: 5px;
    box-shadow: 1px 0 10px 1px rgb(0 0 0 / 30%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 15px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 15px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 15px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.p-3 {
    padding: 3rem;
}

.pt-0 {
    padding-top: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.widget,
.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 4rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.p-1 {
    padding: 5px !important;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 2rem;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.note-editable {
    max-height: 200px !important;
    overflow-y: scroll;
    color: #000;
}

.orders-list {
    min-height: 417px;
}

.preview-image {
    max-height: 100px!important;
    overflow-y: hidden;
}

.height-400 {
    min-height: 400px;
}

.maxheight-400 {
    max-height: 400px!important;
}

.height-345 {
    height: 345px;
}

.height-300 {
    min-height: 300px;
}

.height-250 {
    min-height: 250px!important;
}

.height-220 {
    min-height: 220px!important;
}

.height-200 {
    min-height: 200px!important;
}

.height-150 {
    min-height: 150px!important;
}

.height-100 {
    min-height: 100px!important;
}

.max-height-100 {
    height: 100px;
    max-height: 100px;
    overflow: visible;
}

.databox {
    margin-bottom: 20px;
}

.mail-body .note-editable {
    max-height: 270px !important;
    overflow-y: auto;
    color: #000;
}

trix-editor {
    min-height: 120px;
    max-height: 180px;
    overflow-y: auto;
    color: #000;
}

trix-editor.small-height {
    min-height: 80px !important;
    max-height: 80px !important;
}

.quill-editor {
    min-height: 200px !important;
    max-height: 250px !important;
    overflow-y: auto;
}

trix-editor.large-height {
    min-height: 220px !important;
    max-height: 220px !important;
    overflow-y: auto;
}

.slim-scroll::-webkit-scrollbar-track,
.trix-slim-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #b4b4b4 !important;
}

.slim-scroll::-webkit-scrollbar,
.trix-slim-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #142266 !important;
}

.slim-scroll::-webkit-scrollbar-thumb,
.trix-slim-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #142266 !important;
}

.text-danger {
    color: #df1111!important;
}

.border {
    border: solid 1px #ccc!important;
}

.border-bottom {
    border-bottom: solid 1px #000!important;
}

.border-bottom-white {
    border-bottom:solid 2px #fff!important;
}

.border-top {
    border-top: solid 1px #000!important;
}

.border-dashed {
    border: dashed 1px #ccc!important;
}

.btn-outline-primary,
.btn-outline-primary:focus {
    color: #0f5a81;
    border: 1px solid #0f5a81 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #0f5a81 !important;
}

.btn-outline-warning,
.btn-outline-warning:focus {
    background-color: #fff;
    color: #f6c12a;
    border: 1px solid #f6c12a !important;
}

.btn-outline-warning:hover {
    background-color: #f6c12a;
    color: #fff;
    border: 1px solid #f6c12a !important;
}

.btn-disabled {
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active:focus {
    outline: none;
    outline-offset: -1px;
}

.btn:focus-visible {
    outline: none;
}

.swal-button--danger,
.btn-outline-success,
.btn-outline-success:focus {
    color: #53a93f;
    background: #fff;
    border: 1px solid #53a93f !important;
}

.swal-button--danger:hover,
.btn-outline-success:hover {
    color: #fff !important;
    background: #53a93f !important;
}

.swal-button--cancel {
    color: #fff;
    background: #d73d32;
    border: 0px;
    box-shadow: 0px;
}

.swal-button--cancel:hover {
    background: #9b3232;
    color: #fff;
    border: 0px;
}

.swal-overlay {
    z-index: 9999999;
}

.btn-outline-danger {
    color: #d73d32;
    border: 1px solid #d73d32 !important;
}

.btn-outline-danger:hover {
    color: #fff;
    background: #d73d32 !important;
}

.btn-primary,
.btn-primary:focus {
    background-color: #142266 !important;
    border-color: #142266;
    color: #fff;
}

.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
    background-color: #22509f !important;
    border-color: #144393;
}

.table-sm td,
.table-sm th {
    padding: .3rem !important;
    padding-top: .6rem !important;
}

.table-sm>tbody>tr>td,
.table-sm>tbody>tr>th,
.table-sm>tfoot>tr>td,
.table-sm>tfoot>tr>th,
.table-sm>thead>tr>td {
    line-height: 1.3;
}

.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.error-container h1 {
    font-size: 90px;
    font-weight: bolder;
}

.error-container h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.error-container p.description {
    color: #fff;
    font-size: 30px;
    line-height: 31px;
}

.text-left {
    text-align: left !important;
}

.message_list_day_divider_label {
    cursor: default;
    display: block;
    height: .1px;
    top: 14px;
    border: none;
    text-align: center;
    z-index: 298;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.message_list_day_divider_label_pill {
    font-size: 13px;
    height: 28px;
    line-height: 17px;
    padding: 0 16px;
    z-index: 295;
    text-align: center;
    border: solid .3px #c8c4c4;
}

.message_list_day_divider_label_pill {
    background: #ffff;
    display: inline-block;
    z-index: 298;
    top: -13px;
    border-radius: 24px;
    position: relative;
}

.replies-item {
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 7px;
}

.replies-item .fullname:hover {
    text-decoration: underline;
}

.replies-item .replies-timestamp:hover {
    text-decoration: underline;
    cursor: pointer;
}

.replies-item img.user-image {
    width: 80px;
    height: 70px;
    border-radius: 6px;
}

.replies-item .attachments_list img {
    height: 158px;
    width: 100%;
}

.replies-item .reply-options {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
}

.admin_user_image {
    height: 45px;
    max-height: 45px;
    overflow-y: hidden;
    border-radius: 50px;
}

.min-width-100 {
    min-width: 100px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.max-width-200 {
    max-width: 200px !important;
}

.admin_user_image img {
    min-width: 50px;
    max-width: 50px;
    min-height: 45px;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.document-wrapper .document {
    text-align: center;
    border: solid 1px #ccc;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    position: relative;
    min-height: 145px;
}

.document-wrapper .document-icon {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5px;
    z-index: 99 !important;
    top: 5px;
}

.document-wrapper .document:hover .document-icon {
    display: block;
}

.document-wrapper .document .btn-sm {
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1.39;
}

.documents-wrapper .document {
    border: solid 1px #ccc;
}

.documents-wrapper .document-icon {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 20px;
    z-index: 99999 !important;
    top: 5px;
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .header-dropdown-list {
    max-height: 300px;
    overflow-y: scroll;
}

.read-more {
    text-align: center;
    cursor: pointer;
    color: #040d36;
}

.read-more:hover {
    text-decoration: underline;
}

.documents-wrapper .document:hover .document-icon {
    display: block;
}

.documents-wrapper .document .btn-sm {
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1.39;
}

.document-fix .documents-wrapper .document-icon {
    right: 10px !important;
    top: 9px !important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area>li .dropdown-menu.dropdown-login-area>li .avatar-area .caption {
    background-color: #040d36 !important;
}

.navbar {
    padding-top: 7px;
}

.timeline>li>.timeline-panel {
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgb(0 0 0 / 55%);
}

.timeline>li>.timeline-panel:after {
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
}

.timeline>li>.timeline-panel::before {
    border-right: 0 #fff;
}

#analytics_data_stream .DTTT_button_print {
    display: none !important;
}

#analytics_data_stream input[type="checkbox"] {
    opacity: 1 !important;
    left: 10px !important;
}

#analytics_data_stream .cq-dropdown #btndropdown {
    height: 35px;
}

#analytics_data_stream .cq-dropdown #btndropdown,
#analytics_data_stream .cq-dropdown .dropdown-menu {
    min-width: 240px !important;
    max-width: 240px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filename-wrapper .filename {
    padding: 5px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:500px) {

    #analytics_data_stream .cq-dropdown #btndropdown,
    #analytics_data_stream .cq-dropdown .dropdown-menu {
        min-width: 340px !important;
        max-width: 340px !important;
    }
}

@media(max-width:390px) {

    #analytics_data_stream .cq-dropdown #btndropdown,
    #analytics_data_stream .cq-dropdown .dropdown-menu {
        min-width: 300px !important;
        max-width: 300px !important;
    }
}

@media(max-width:375px) {

    #analytics_data_stream .cq-dropdown #btndropdown,
    #analytics_data_stream .cq-dropdown .dropdown-menu {
        min-width: 290px !important;
        max-width: 290px !important;
    }
}

#analytics_data_stream .cq-dropdown .dropdown-menu {
    padding: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.dropdownCheckboxes ul.dropdown-menu li>label {
    cursor: pointer;
}

.dropdownCheckboxes ul.dropdown-menu li {
    margin: 0px;
    border-bottom: solid 1px #fff;
    background: #dfdfdf;
    padding-left: 32px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2px;
}

.dropdownCheckboxes ul.dropdown-menu li:hover {
    background: #ccc;
}

#analytics_data_stream .btn-default {
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
}

#analytics_data_stream .btn-default:focus,
#analytics_data_stream .btn-default:hover {
    background-color: #f9f9f9;
}

.DTTT.btn-group {
    position: absolute;
    right: 90px;
    top: 0px;
}

.relative {
    position: relative;
}

.card-height {
    min-height: 200px;
}

.widget-footer {
    background-color: #ffffff !important;
    padding: 5px;
    border-top: solid 1px #142266;
    box-shadow: 0px 1px 2px #ccc;
}

.system-alert {
    margin: 0 0 6px;
    width: 300px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    -moz-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    position: fixed;
    z-index: 999999;
    top: 12px;
    right: 12px;
    background-color: #d73d32;
}

.system-alert .alert-header {
    padding: 5px 5px 5px 15px;
    font-size: 20px;
    border-bottom: #000 solid 2px;
}

.system-alert .alert-body {
    padding: 15px;
}

.system-alert .alert-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight:bold;
    font-size: 20px;
}

.system-alert .alert-close:hover {
    cursor: pointer;
}

.alerts {
    -webkit-animation: system-alert_animate 1s infinite;
    /* Safari 4+ */
    -moz-animation: system-alert_animate 1s infinite;
    /* Fx 5+ */
    -o-animation: system-alert_animate 1s infinite;
    /* Opera 12+ */
    animation: system-alert_animate 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes system-alert_animate {

    0%,
    49% {
        background-color: #d73d32;
        border: 1px solid #e50000;
    }

    50%,
    100% {
        background-color: #e50000;
        border: 1px solid #d73d32;
    }
}

.timeline>li>.timeline-panel .timeline-body {
    padding-bottom: 10px;
}

.timeline p {
    line-height: 19px;
}

.grid-container {
    margin-top: 10px;
}

.custom-button {
    display: inline-block;
    margin-bottom: 10px;
    border: none;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #fff;
    color: #fff;
}

.custom-button:active,
.custom-button.is-checked {
    background-color: #28F;
}

.custom-button.is-checked {
    color: white;
}

.custom-button:active {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.8);
}

.widget-container .widget-header {
    text-align: left !important;
}

.widget .widget-header {
    border-top: 3px solid #5db2ff !important;
}

.widget-header.bordered-bottom {
    border-bottom: 1px solid #fff;
}

.widget-container .widget-header>.widget-caption {
    line-height: 30px;
    float: none;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 13px;
}

.widget-header>.widget-caption, .widget-caption {
    font-weight: bold!important;
}

.widget-body {
    background: #fff;
}

.table-list .widget-body {
    min-height: 300px!important;
}

.newsletter-item:hover .card-body {
    background: #fbfbfb!important;
    border-bottom: solid 3px #00334d;
}

.newsletter-item .newsletter-image {
    height: 155px;
    align-items: center;
    vertical-align: middle;
    overflow-y: hidden;
}

.newsletter-item .newsletter-title {
    padding-top: 0px;
    margin-top: 0px;
    height: 48px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold!important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.newsletter-item .newsletter-title a:hover {
    text-decoration: none;
    color: #00334d;
}

.loginbox input.pinbox {
    text-align: center;
    font-size: 18px;
    width: 54px!important;
    margin: 2px;
    margin-bottom: 10px;
    display: inline-flex;
    border-radius: 5px!important;
    border: solid 1px #000000;
}

input.pinbox::-webkit-outer-spin-button,
input.pinbox::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.pinbox {
    -moz-appearance: textfield;
}

.two_factor ul ol {
    margin-bottom: 15px;
    padding-left: 0px;
}

.two_factor .dot {
    height: 25px;
    width: 25px;
    color: #fff;
    font-size: 15px;
    background-color: #8bc34a;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.cancel-button {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 40px;
    padding: 20px;
    z-index: 99999;
}

.cancel-button:hover {
    background-color: #ed4e2a;
    color: #fff;
    padding-bottom: 10px;
}

.buttons-html5.btn-outline-success,
.buttons-html5.btn-outline-primary,
.buttons-html5.btn-outline-secondary,
.buttons-html5.btn-outline-danger {
    border: 1px solid #ccc!important;
}

.buttons-html5.btn-outline-success {
    border-right: 0px!important;
}

.btn-outline-secondary:hover {
    background: #00334d;
    color: #fff;
}

.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    z-index: 1001 !important;
}

.page-sidebar.sidebar-fixed {
    position: fixed;
    top: 45px;
    float: none !important;
    z-index: 1030;
    background: #fff;
}

.questionnaire-container {
    max-height: 2050px;
    overflow-y: auto;
}

.formoverlay,
.pageoverlay {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    z-index: 1920;
    top: 0;
    right: 0;
    left: 0;
}

.no-data-found {
    align-items: center;
    text-align: center;
    display: flex;
}

.no-data-found > div {
    width: 100%;
}

.no-data-found > div p {
    margin-bottom: 0px!important;
}

.text-warning {
    color: #f4b400;
}

.navbar.navbar-fixed-top {
    z-index: 1990;
}

.cursor-disabled {
    cursor: not-allowed !important;
}

.underline {
    text-decoration: underline;
}

.buttons-columnVisibility.active {
    background: linear-gradient(to bottom, #c4c4cd 0%, #026178 100%)!important;
    color: #fff!important;
}

.page-sidebar .sidebar-menu li.active>a {
    background-color: #00334d!important;
    border-color: #00334d;
    color: #fff!important;
}

.page-sidebar .sidebar-menu li.active > a > .menu-expand {
    color: #fff!important;
}

.page-sidebar .sidebar-menu>li>.submenu>li.active:last-child a {
    -webkit-box-shadow: inset 0px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0 0px rgba(0,0,0,.15);
    box-shadow: inset 0 0px rgb(0 0 0 / 15%);
}

.page-sidebar .sidebar-menu li.liactive:not(.open):before {
    display: block;
}

.liactive {
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

.page-sidebar .sidebar-menu li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    max-width: 5px;
    overflow: hidden;
    background-color: #2dc3e8!important;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
    min-width: 150px!important;
}

.page-sidebar .sidebar-menu li.active ul.submenu li.active > a {
    background-color: #0c599f!important;
    border-color: #00334d;
    color: #fff!important;
}

.account-area li:hover {
    background: rgb(255 255 255 / 15%);
}

.lockscreen:hover {
    background-color: #5db2ff!important;
    color: #fff!important;
}

.userprofile {
    color: #fff;
    text-align: right;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 16px;
    max-width: 400px;
}

.userprofile .image {
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    border: solid 2px #fff;
    background-color: #fff;
}

.userprofile .name {
    padding-top: 3px;
}

.userprofile .lock {
    padding-top: 5px;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #ccc;
}

.dashboard-card-title {
    position: absolute;
    top: 11px;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px;
}

.data-export {
    text-align: left;
}

.widget-body {
    border-radius: 0px 0px 6px 6px;
}

.no-radius {
    border-radius: 0px !important;
}
.footer-radius {
    border-radius: 0px 0px 6px 6px !important;
}

.navbar .navbar-inner .navbar-container {
    padding-left: 5px;
}

.module-name {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #53a93f;
    float: right!important;
    padding-left: 1rem;
    height: 39px;
    border-bottom: solid 3px #a0d468;
    padding-top: 1px;
    padding-right: 1rem!important;
}

.nita-bg {
    background-color: #06a651 !important;
}

.toastui-calendar-popup-container {
    top: 200px!important;
    left: 300px!important;
}

.calendar .widget-header {
    min-height: 28px !important;
    padding: 0px;
    padding-left: 7px;
}

.page-sidebar .sidebar-menu li,
.page-sidebar .sidebar-menu a,
.page-sidebar .sidebar-menu>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    background: #00324c!important;
}

.page-sidebar .sidebar-menu a {
    color: #f9eaea;
}

.page-sidebar .sidebar-menu li.open>a {
    color: #f9eaea;
}

.page-sidebar .sidebar-menu a:hover {
    color: #fff;
}

.page-sidebar .sidebar-menu a .menu-expand {
    color: #f9eaea;
}

.page-sidebar.menu-compact .sidebar-menu {
    width: 42px;
}

.page-sidebar.sidebar-fixed:before {
    background: #00334c;
}

.page-sidebar.menu-compact .sidebar-menu li, 
.page-sidebar.menu-compact .sidebar-menu a, 
.page-sidebar.menu-compact .sidebar-menu>li>a {
    overflow:visible;
}

.calendar .widget-header>.widget-caption {
    line-height: 26px;
}

.calender-day {
    height: 30px;
    background-color: #fff;
    width: 14.28%;
    padding-top: 5px;
    border-right: solid 1px #ccc;
    text-align: center;
    font-weight: bold;
}

.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #dfdddd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}

.group_toggle:hover {
    color: #075ba7;
}

.swal2-popup {
    width: 30em !important;
    max-width: 100%;
    font-size: 15px !important;
}

.row .tab-content-data {
    min-height: 450px !important;
    max-height: 450px !important;
}

.badges, .badge {
    margin-right: 0px !important;
}

rte-dropdown-panel {
    color: #000 !important;
}

.preload {
    display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.rgms .table>tbody>tr>td {
    vertical-align: middle;
}

.incident-body {
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    padding: 12px;
    min-height: 220px;
}

.search-loader {
    font-size: 19px;
    position: absolute;
    right: 8px;
    top: 32px;
}

.text-center {
    text-align: center !important;
}

.users-list {
    max-height: 150px;
    overflow-y: auto;
    background-color: #f1f1f1;
    border-top: none;
    z-index: 999999;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: absolute;
    color: #000000;
}

.users-list li {
    list-style-type: none;
    padding: 10px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    cursor: pointer;
    border-bottom: solid 1px #4CAF50;
}

.users-list li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #607D8B;
}

.form-control, select {
    font-size: 14px !important;
}

.mini-user-details {
    background: #eeeeeec9;
    padding: 2px;
    padding-left: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #000;
}

.icon-hover:hover {
    /* background: #4CAF50 !important;
    color: #fff !important;
    border-radius: 50%; */
}