div#requestLoading {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 65535;
    opacity: .5;
    visibility: hidden;
    background: #333333 url(../../stylesheets/images/loading2.gif) no-repeat center center
}

div.loadingPanelImage {
    left:10px;
    top:0;
    right:10px;
    bottom:10px;
    position:absolute;
    z-index:65535;
    opacity:.5;
    visibility:hidden;
    background:#333333 url(../../stylesheets/images/loading2.gif) no-repeat center center}


/* Fix main menu (mmenu) */
#smartMenu {
    background-color: #2A3F54;
    color: #e7e7e7;
}

.mm-navbar-top {
    height: 58px;
    background-color: #EDEDED;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-bottom: 50px;
}

.mm-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 50px;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 58px;
}

/* Search field */
.mm-menu .mm-search {
    height: 58px;
    padding: 15px 10px;
}
.mm-menu .mm-search input {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.75);
}

/** Menu (parent) counter */
.mm-menu .mm-navbar > a,
.mm-menu .mm-counter,
.mm-menu em.mm-counter {
    font-weight: bold;
    color: #e7e7e7;
    font-size: 14px;
}

/* Customize previouse, next and close buttons */
.mm-menu .mm-listview > li .mm-next::after {
    border-color: rgba(231, 231, 231, 0.8);
}
.mm-menu .mm-navbar .mm-prev::before {
    border-color: rgba(231, 231, 231, 0.8);
}
.mm-menu .mm-navbar .mm-search .mm-clear::before,
.mm-menu .mm-navbar .mm-search .mm-close::before {
    right: 16px;
}
.mm-menu .mm-navbar .mm-search .mm-clear::after,
.mm-menu .mm-navbar .mm-search .mm-clear::before,
.mm-menu .mm-navbar .mm-search .mm-close::after,
.mm-menu .mm-navbar .mm-search .mm-close::before {
    width: 8px;
    height: 8px;
    top: 16px;
}

/* Searchfield result -> Parent */
.mm-menu .mm-listview .mm-divider {
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    background-color: rgba(255, 255, 255, 0.1);
}
.mm-menu .mm-noresultsmsg {
    color: #e7e7e7;
}

/* Menu Icons */
.mm-menu .mm-listview li a img, .mm-menu .mm-listview li span img {
    width: 24px;
    height: 24px;
}
.mm-menu .mm-listview li i.fa {
    width: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

/* ---------------------------------------------------------------------------------------------- */

/* Gentelella fixes */
.nav-md .container.body .right_col {
    padding: 10px 20px 10px;
}

.panel_toolbox {
    min-width: 0;
}

.panel-footer {
    background-color: #ededed;
    text-align: right;
}
.panel-footer .btn {
    margin: 0 3px;
}

.footer-border {
    border:1px solid #e6e9ed;
}

.popup-footer{
    position:fixed !important;
    bottom:0 !important;
    width:100% !important;
}

ul.dropdown-usermenu li.separator {
    margin-top: 0;
    padding-top: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.nav_menu .nav > li > a {
    padding: 13px 10px 12px;
}
.navbar-nav .open .dropdown-menu.languageSelector {
    width: 100px;
    min-width: 100px;
}

.toggle {
    width: 55px;
}

/* Tasks */
ul.msg_list li a:hover, ul.msg_list li a:focus {
    color: #23527c;
}
ul.msg_list li a .time {
    right: 10px;
}

/* Tooltip */
.tooltip.top > .tooltip-arrow {
    background-color: transparent;
    border-top-color: #7387AA;
}
.tooltip > .tooltip-inner {
    color: #ffffff;
    background-color: #7387AA;
}
.tooltip.in{
    opacity: 1 !important;
}

/* ---------------------------------------------------------------------------------------------- */

/* Search ALL */
.top_search {
    display: inline-block;
    margin-top: 10px;
}
.top_search .input-group {
    float: right !important;
    transition: all 0.35s;
    width: 144px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-right: 0;
}
.top_search .input-group input.form-control {
    padding: 6px 24px 6px 14px;
    margin-right: 0;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}
.top_search .input-group input.form-control:focus {
    width: 382px;
}

.top_search .input-group.has-feedback .form-control-feedback.right {
    border: 0;
    right: 0;
    margin-top: 6px;
}

.autocomplete-suggestions .loadingRemoteData {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 65535;
    opacity: .5;
    background: #333333 url(../../../images/loadingAuto.gif) no-repeat center center;
}
.autocomplete-suggestions .autocomplete-suggestion {
    color: #555;
    font-size: 1em;
}
.autocomplete-suggestions .autocomplete-group {
    color: #555;
    background-color: #eee;
    border-bottom: 1px solid #bbb;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
    color: #444;
}
.autocomplete-suggestions .autocomplete-group strong {
    color: #444;
    border: none;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------- */

/* Breadcrumb */
.nav_menu .breadcrumb {
    float: left;
    margin: 0;
    height: auto;
    background: none;
    padding-left: 0;
}
.nav_menu .breadcrumb > li {
    font-size: 14px;
    line-height: 41px;
}
.top_nav .navbar-right {
    width: auto;
}

/* ---------------------------------------------------------------------------------------------- */

/* Form controls */

/* Select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    min-height: 34px;
    line-height: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #555555;
    line-height: 32px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    line-height: 22px;
    color: #73879c;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    padding-top: 0;
    padding-bottom: 0;
}

/* Typeahead */
ul.typeahead {
    width: 96%;
    height: 170px;
    overflow-x: hidden;
    overflow-y: visible;
}

.input-group {
    margin-bottom: 0;
}
.input-group-btn .btn {
    min-width: 38px;
    margin: 0;
}

.input-group-btn ul.dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
}

.form-control {
    font-size: 13px;
}
.form-horizontal .form-group .has-feedback .form-control-feedback {
    display: inline-block;
    margin-top: 6px;
    right: 12px;
}
.form-horizontal .form-group .no-padding.has-feedback .form-control-feedback {
    display: inline-block;
    margin-top: 6px;
    right: 2px;
}
.form-horizontal .form-group .input-group.has-feedback .form-control-feedback {
    display: inline-block;
    margin-top: 6px;
    right: 38px;
}
.form-horizontal .input-info {
    font-style: italic;
    font-size: 90%;
}
.form-horizontal .form-group .form-control.resize-vertical {
    resize: vertical;
}
.form-horizontal .form-group .form-control.resize-vertical-80 {
    resize: vertical;
    min-height: 80px;
}
.form-horizontal .form-group .form-control.resize-vertical-120 {
    resize: vertical;
    height: 120px;
}
.form-horizontal .form-group .form-control.resize-vertical-150 {
    resize: vertical;
    height: 150px;
}

.btn {
    border-radius: 2px;
}
.btn.btn-app.bg-blue {
    color: #ffffff;
    background-color: #3498DB !important;
}
.btn.btn-app.bg-green, .btn.btn-app.bg-red {
    color: #ffffff;
}

.btn-purple {
    color: #ffffff;
    background-color: #9585bf;
    border-color: #9585bf;
}
.btn-purple:hover, .btn-purple:focus {
    color: #ffffff;
    background-color: #7461aa;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

/* ---------------------------------------------------------------------------------------------- */

/* Table and pagination */
table.table tbody tr td, table.table thead tr th {
    padding: 4px 6px;
    vertical-align: middle;
}
table.table tbody tr td.actions .btn, table.table thead tr th.actions .btn {
    margin: 0 2px 2px 0;
}

table.table tbody tr td.nodata {
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
}

.nodata {
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
}

ul.pagination {
    margin: 3px 0 0;
}

table.dataTable tbody tr td {
    font-size: .9em;
    padding: 2px 4px;
    line-height: 1.2;
}
table.dataTable thead tr th, table.dataTable tfoot tr th {
    font-size: .97em;
    line-height: 1.3;
}
table.dataTable tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}
table.dataTable tbody tr.selected {
    background: rgba(38, 185, 154, 0.16) !important;
}
table.dataTable tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4);
}

table.dataTable thead tr th.borderLeft {
    border-left: 2px solid #ddd;
}
table.dataTable thead tr th.borderRight {
    border-right: 2px solid #ddd;
}
table.dataTable tbody tr td.borderLeft {
    border-left: 1px solid #ddd;
}
table.dataTable tbody tr td.borderRight {
    border-right: 1px solid #ddd;
}

/* ---------------------------------------------------------------------------------------------- */
/* Sticky table header and/or first column rows(using th not td) */

.table-sticky {
    overflow-y: scroll;
    overflow-x:scroll;
    height: 75vh;
}

.table-sticky table thead {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

.table-sticky table thead th {
    background-color: white !important;
    z-index: 9998;
}

.table-sticky table thead th.sticky-column {
    background-color: white !important;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 9999;
}

.table-sticky table tbody th {
    position: sticky;
    left: 0;
    background-color: white !important;
    z-index: 9997;
}

.table-sticky .table-striped > tbody > tr:nth-of-type(odd) > th {
    background-color: #f9f9f9 !important;
}
.table-sticky .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5 !important;
}
.table-sticky table.dataTable tbody tr:hover th {
    background: rgb(231, 241, 239) !important; /* no transparency */
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}
.table-sticky table.dataTable tbody tr.selected th {
    background: rgb(220, 244, 239) !important; /* no transparency */
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4);
}
.table-sticky table.dataTable tbody tr.selected:hover th {
    background: rgb(207, 240, 233) !important; /* no transparency */
}

/* ---------------------------------------------------------------------------------------------- */

/* Labels */
.label {
    display: inline-block;
    border-radius: 2px;
    padding: 0.4em 0.6em 0.4em;
}
.label-default {
    background-color: #999999;
}
.label-success {
    background-color: #1ABB9C;
}

/* ---------------------------------------------------------------------------------------------- */

/* pNotify */
.ui-pnotify-icon, .ui-pnotify-icon span {
    font-size: 17px;
}

.alert-danger,
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.error, .error i.fa {
    color: #ff3b3b;
    font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------- */

/* List uploaded files */
ul.fileList {
    padding-left: 0;
}
ul.fileList li {
    text-align: left;
    text-decoration: none;
    list-style: none;
    background-color: rgba(238, 238, 238, 0.5);
    margin: 3px;
}
ul.fileList li:hover {
    background-color: #eeeecc;
}
ul.fileList li a.btn {
    text-align: left;
    overflow: hidden;
    margin: 0;
}

/* Checkbox List */
ul.checkboxList {
    padding-left: 0;
}
ul.checkboxList li {
    text-align: left;
    text-decoration: none;
    list-style: none;
    background-color: rgba(238, 238, 238, 0.5);
    margin: 3px;
    padding: 4px;
}
ul.checkboxList li:hover, ul.checkboxList li.active {
    background-color: #eeeecc;
}
ul.checkboxList li label {
    line-height: 24px;
    margin-bottom: 0;
}
ul.checkboxList li label:hover {
    cursor: pointer;
}
ul.checkboxList li label input[type=checkbox] {
    vertical-align: top;
}

/* ---------------------------------------------------------------------------------------------- */

/* Form wizard */
.form_wizard a.buttonNext {
    width: 100px;
    float: right;
}
.form_wizard a.buttonFinish {
    width: 100px;
    float: right;
}
.form_wizard a.buttonPrevious {
    width: 100px;
}
.form_wizard .stepContainer {
    min-height: 420px;
}

/* ---------------------------------------------------------------------------------------------- */

/* x_panel */
.x_panel .x_title ul.panel_toolbox li a.btn {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #ffffff;
    /*padding: 2px 4px; margin-top: 4px*/
}
.x_panel .x_title ul.panel_toolbox li a.btn-info:hover,
.x_panel .x_title ul.panel_toolbox li a.btn-info:focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.x_panel .x_title ul.panel_toolbox li a.btn-default {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #777777;
}
.x_panel .x_title ul.panel_toolbox li a.btn-default:hover,
.x_panel .x_title ul.panel_toolbox li a.btn-default:focus {
    background-color: #eeeeee;
}

.x_panel .x_title ul.panel_toolbox li a.btn-danger {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #ffffff;
}
.x_panel .x_title ul.panel_toolbox li a.btn-danger:hover,
.x_panel .x_title ul.panel_toolbox li a.btn-danger:focus {
    color: #ffffff;
    background-color: #C9302C;
}

.x_panel .x_title ul.panel_toolbox li a.btn-warning {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #ffffff;
}
.x_panel .x_title ul.panel_toolbox li a.btn-warning:hover,
.x_panel .x_title ul.panel_toolbox li a.btn-warning:focus {
    color: #ffffff;
    background-color: #f0ad4e;
}


.x_panel .x_footer {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    border-top: 2px solid #E6E9ED;
    padding: 6px 5px 1px;
    margin-bottom: 5px;
}


.x_panel_fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

/* ---------------------------------------------------------------------------------------------- */

.badgeYesNo {
    min-width: 30px;
}

/* SmartModal */
.smart-modal > span.sm-close {
    top: 0;
}

.modal-dialog .modal-body {
    word-wrap: break-word;
}

/* ---------------------------------------------------------------------------------------------- */

span.req {
    color:#ff6600;
    font-weight:bold;
    padding:0 5px 0 0
}

/* ---------------------------------------------------------------------------------------------- */

.dropdown-menu {
    font-size: 14px;
    min-width: 300px;
}

#whileVoiceCallNotification {
    position: fixed;
    bottom: 60px;
    right: 30px;
    max-width: 500px;
    z-index: 9999;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2A3F54;
    color: #fff;
}

#whileVoiceCallNotification .closeNotification {
    width: 10px;
    float: right;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------- */

/* Gallery */
.lightGalleryHref {
    margin-top: 10px;
}
.lightGalleryImg {
    height:100px;
    width:100%;
    object-fit: cover;
    vertical-align: middle;
    /* center image horizontally */
    display:flex;
    justify-content: center;
}
.lightGalleryImg > img {
    max-height:100%;
    max-width:100%;
    margin: 0 auto;
}

@media (max-width: 993px) {
    .lightGalleryImg {
        height:150px;
    }
}

.lightGallery .caption p{
    font-size: 11px;
    overflow: hidden;
    height:40px;
}
.lightGallery .caption{
    padding: 9px 5px 1px !important;
}

/* ---------------------------------------------------------------------------------------------- */

/* Stupid Table Sortable plugin */
table.sortable th[data-sort] {
    cursor:pointer;
}
table.sortable th[data-sort]:hover {
    background-color: #EEEEEE;
}

/* General stuff */
.no-padding {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.full-width {
    width: 100%;
}

.width-80 {
    width: 80px;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

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

.margin-top-20 {
    margin-top: 20px;
}

.line-height-15 {
    line-height: 15px;
}

.no-border {
    border: 0;
}

.font-smaller {
    font-size: 90%;
}

.font-small {
    font-size: 80%;
}

.text-italic {
    font-style: italic !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-green {
    color: #1ABB9C !important;
}
.text-red {
    color: #E74C3C !important;
}

.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}

.nav-tabs.no-margin-top {
    margin-top: 10px; margin-bottom: -10px;
}

ul.bar_tabs > li a div.hidden-xs {
    display: inline;
}
.info-col {
    display: flex;
    gap: 5px;
    font-style: italic;
}