/**
 * THIS IS A BOOTSTRAP OVERWRITE.
 * DO NOT CHANGE ANY JUST BY FUN!
 */

/**
 * General
 *
  ****************************************/
/* global changes */
body {
    font-size: 13px;
    color: rgb(85, 85, 85);
}

/* no text breaks in labels */
label {
    font-weight: normal;
}

/* Removes browsers dotted outline on focus */
:focus {
    outline: 0 !important;
}

/* No padding class for bootstrap elements */
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

/* disabled links should look like disabled buttons */
a[disabled], a.disabled {
    cursor: not-allowed !important;
    opacity: .65;
}

/* default 2px margin */
.default-margin-2 {
    margin: 2px -15px;
}

/* cursor pointer */
.cursor-pointer {
    cursor: pointer;
}

/* Custom CSS class for no text breaks */
.NoWrap {
    white-space: nowrap;
}

i.mandatory {
    padding-top: 10px;
}

/* remove border radius */
.btn,
.dropdown-menu,
.label,
.modal-content,
.alert,
a.btn,
label.btn,
.progress,
.panel-group .panel,
.panel,
.form-control,
.input-group-addon {
    border-radius: 0 !important;
}

h4, .h4 {
    background-image: linear-gradient(#ffffff, #fcfcfc);
    color: #658DB3;
    padding: 8px 6px 6px 6px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* Set font size to 13px */
.dropdown-menu,
.bootstrap-select .btn,
.form-control {
    font-size: 13px;
}

/**
 *
 * Filestyle Plugin
 *
 ****************************************/
.bootstrap-filestyle .group-span-filestyle label {
    background-image: none;
    height: 34px;
}

.bootstrap-filestyle .group-span-filestyle label:hover,
.bootstrap-filestyle .group-span-filestyle label:active {
    background-color: #fff;
    border-color: rgb(204, 204, 204);
}

.filestyle-button {
    height: 30px;
    width: 30px;
    background-color: #fff;
    background-image: none;
}

.filestyle-button:hover,
.filestyle-button:focus,
.filestyle-button:active {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-color: rgb(204, 204, 204);
}

/**
 *
 * Slider plugin
 *
 ****************************************/
.slider.slider-horizontal {
    width: 100% !important;
    height: 33px;
}

.slider.slider-horizontal .slider-selection {
    background-color: #E6E6E6;
    background-image: none;
}

.slider.slider-horizontal .slider-handle.round {
    opacity: 1;
}

/**
 *
 * bootstrap select
 *
 ****************************************/
.max-width {
    max-width: 140px;
}

.max-width .dropdown-menu a span {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-width .dropdown-menu input.form-control {
    min-width: 230px;
}

.bootstrap-select > .dropdown-toggle {
    background-image: linear-gradient(#f8f8f8, #ffffff);
}

div.bootstrap-select ul li a .text {
    white-space: nowrap;
}

div .bootstrap-select button,
div .bootstrap-select button:hover,
div .bootstrap-select button:focus,
div .bootstrap-select button:active,
div .bootstrap-select.open .btn {
    background-image: none;
    background-color: #fff;
    border-color: rgb(204, 204, 204);
    box-shadow: none;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0;
}

/* Fixes the rouded corners of a bootstrap select field if a input-group element is attached */
div .bootstrap-select:not(:last-child) button, div.input-group > div.bootstrap-select:not(:last-child) > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div.bootstrap-select .btn:focus {
    outline: none !important;
}

.bootstrap-select-button {
    height: 34px;
    width: 30px;
}

.bootstrap-select .option-info {
    background-color: #F0F0F0;
    font-style: italic;
}

/* enable wrapping if text is too long */
div.bootstrap-select ul li a {
    white-space: normal;
}

div.bootstrap-select ul li a:hover {
    background-color: rgb(66, 139, 202);
    font-style: italic;
    color: #fff;
}

/* multiple selection before dialogs */
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 2000;
}

/* dropdown-menu before simo-sticky-pagination-wrapper header */
.dropdown-menu {
    z-index: 2000;
}

/* remove arrow on ul selection */
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
    bottom: -7px;
}

div.bootstrap-select ul li a:hover .text-muted,
div.bootstrap-select ul li a:focus .text-muted,
div.bootstrap-select ul li a:active .text-muted,
div.bootstrap-select ul li.active a:active .text-muted,
div.bootstrap-select ul li.active a:hover .text-muted,
div.bootstrap-select ul li.active a:focus .text-muted {
    color: #eee !important;
}

/* display the validation state on selectpicker button */
.has-error div.bootstrap-select .btn.dropdown-toggle, .has-error .simo-input-group-hint {
    border-color: rgb(169, 68, 66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success div.bootstrap-select .btn.dropdown-toggle.btn-default, .has-success .simo-input-group-hint {
    border-color: rgb(60, 118, 61);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* disabled bootstrap select should look like input fields */
.bootstrap-select button.disabled {
    background: #eee none;
    opacity: 1;
}

/* correct bootstrap-selecte style in dialogs */
.bootstrap-select-button {
    height: 29px;
    margin-top: -4px;
}

/*  removes the shadow of a bootstrap-select */
div .bootstrap-select button,
div .bootstrap-select button:hover,
div .bootstrap-select button:focus,
div .bootstrap-select button:active,
div .bootstrap-select.open .btn {
    box-shadow: none;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -kthtml-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

div.bootstrap-select button.highlight {
    border-color: #66512c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
}

/* min width for bootstrap-select's action-box */
.bootstrap-select.action-box .dropdown-menu {
    min-width: 265px;
}

/**
 *
 * Panel
 *
 ****************************************/
.panel-group .panel {
    overflow: visible;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border: none;
}

.panel-bordered {
    border-color: #ddd;
}

.panel-body {
    padding: 6px 0 6px 0;
}

.panel-body > .control-label {
    padding-left: 15px;
}

.panel-heading {
    background-image: linear-gradient(#ffffff, #fafafa);
    color: #658DB3;
    padding: 8px 6px 6px 6px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 0 1px rgba(0, 0, 0, .05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading > .panel-title {
    color: #658DB3;
    font-weight: 400;
}

/* Adds a padding right in panels and dropdowns on icons */
.panel .panel-heading .panel-title .glyphicon,
.panel .panel-heading .panel-title .fa {
    padding-right: 8px;
}

.panel-heading {
    overflow: hidden;
}

.panel-heading.panel-heading-visible-overflow {
    overflow: visible;
}

/**
 *
 * typeahead
 *
 ****************************************/
/* typeahead cursor pointer on selection list */
div.tt-selectable {
    cursor: pointer;
}

/* typeahead suggestion width 100% */
div.tt-menu {
    width: 100%;
}

/**
 *
 * Tables
 *
 ****************************************/
table.table.table-simo-text td {
    border-top: none;
}

td.status-default {
    background-color: #e6e6e6 !important;
}

td.status-primary {
    background-color: #286090 !important;
}

td.status-success {
    background-color: #449d44 !important;
}

td.status-info {
    background-color: #31b0d5 !important;
}

td.status-warning {
    background-color: #ec971f !important;
}

td.status-danger {
    background-color: #c9302c !important;
}

th.status-border,
td.status-border {
    padding: 3px !important;
    width: 3px;
}

/* table columns which are sortable on click */
table .sortable-column {
    cursor: pointer;
    white-space: nowrap;
}

table .sortable-column:hover {
    background-color: #f5f5f5;
}

/* Adjust content of table cells */
table tr td.vertical-align-middle {
    vertical-align: middle !important;
}

/* border top of table footer */
.table > tfoot > tr > td {
    border-top: 2px solid rgb(221, 221, 221);
    vertical-align: bottom;
}

/* adds a bigger border top */
.table .border-top-big {
    border-top: 4px solid rgb(221, 221, 221);
}

/**
 *
 * Data table
 *
 ****************************************/
/* align the empty message correct */
.dataTable td.dataTables_empty {
    text-align: center;
}

/* do not display DataTable sort icons */
.dataTable .sorting::after,
.dataTable .sorting_asc::after,
.dataTable .sorting_desc::after {
    display: none !important;
}

/* custom font awesome sort icons after column name */
.dataTable .sorting_asc span::after,
.dataTable .sorting_desc span::after {
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

.dataTable .sorting_asc span::after {
    content: '\2193';
}

.dataTable .sorting_desc span::after {
    content: '\2191';
}

/**
 *
 * Sortable table
 *
 ****************************************/
.simo-sortable .sorting-asc::after,
.simo-sortable .sorting-desc::after {
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

.simo-sortable .sorting-asc::after {
    content: '\2193';

}

.simo-sortable .sorting-desc::after {
    content: '\2191';
}

.simo-table-sortable .sorting-asc::after,
.simo-table-sortable .sorting-desc::after {
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 5px;
}

.simo-table-sortable .sorting-asc::after {
    content: '\2193';
}

.simo-table-sortable .sorting-desc::after {
    content: '\2191';
}

/**
 * Scrollable Table with fixed head within a dialog
 */
.simo-div-table-scrollable {
    overflow-y: auto;
    max-height: 500px;
    margin-bottom: 12px;
}

.simo-div-table-scrollable thead th {
    position: sticky;
    top: 0;
    background-color: white;
}

/**
 * Scrollable Table with everything else fixed
 */
div.simo-sticky-pagination {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

div.tab-content.simo-sticky-pagination {
    height: calc(100vh - 128px);
}

.modal-body div.simo-sticky-pagination {
    height: 50vh;
}

div.simo-sticky-pagination.simo-without-header {
    height: calc(100vh - 43px);
}

div.simo-sticky-pagination nav {
    display: table;
}

div.simo-sticky-pagination form {
    display: contents;
    overflow: auto;
}

div.simo-sticky-pagination .simo-sticky-pagination-container {
    height:100%;
    overflow: auto;
    margin-right: unset;
    margin-left: unset;
}

div.simo-sticky-pagination .simo-sticky-pagination-container > div:first-child {
    height: calc(100% - 40px) !important;
}

div.simo-sticky-pagination .simo-sticky-pagination-container .simo-sticky-pagination-wrapper {
    height: 100%;
}

div.simo-sticky-pagination .simo-sticky-pagination-container .simo-sticky-pagination-wrapper > div:first-child {
    overflow: auto;
    height: 100%;
}


div.simo-sticky-pagination-wrapper thead {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1000;   /* must be smaller than 3000 (simo-loading-spinner) */
    box-shadow:  inset 0 -2px 0 #DBDBDB;
}

div.simo-sticky-pagination .simo-pagination {
    padding: 10px 0 0 0;
    border-top: 2px solid #ddd;
    overflow: visible !important;
}

/**
 *
 * Keyboard
 *
 ****************************************/
kbd {
    margin-right: 10px;
    border: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51);
    background: rgb(254, 254, 254) none repeat scroll 0 0;
    margin-top: -2px;
}

/**
 *
 * Overlay
 *
 ****************************************/
.table-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
}

.table-overlay-spinner {
    position: absolute;
    top: 25%;
    color: #000;
    margin-left: -25px;
}

.simo-table-overlay-animation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.simo-lottie-global-css path {
    stroke: var(--simo-loading-animation-color, #000);
}

.simo-lottie-single-css path {
    stroke: var(--simo-loading-animation-color-single, #000);
}

.simo-auto-suggest-loading-animation {
    display: block;
    height: 3rem;
    width: 3rem;
}

/**
 *
 * Modal
 *
 ****************************************/
.modal-content .modal-header {
    background-color: rgb(238, 238, 238);
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 8px;
    padding: 6px 15px;
}

.modal-content .modal-footer {
    background-color: #eee;
    border-top: 1px solid rgb(216, 216, 216);
    padding: 9px 15px;
}

.modal-header .close {
    opacity: 0.44;
    margin-top: 10px;
}

.modal-header .close-dialog {
    margin-top: 14px;
    font-size: 110%;
}

.modal-header .expand-dialog {
    margin-top: 14px;
    font-size: 110%;
    margin-right: 10px;
}

.modal-header kbd {
    margin-top: 10px;
}

.modal-header h4,
.modal-header .h4 {
    background-image: none;
    border-bottom: 0 none;
    box-shadow: none;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 6px 6px;
}

.modal-footer .major {
    margin-top: 8px
}

div.modal-body:after {
    content: " ";
    clear: both;
    display: block;
}

/* stream scroll bar should only be visible when required and more height */
.simo-ajax-stream .pre-scrollable {
    max-height: 450px;
    overflow-y: auto;
}

/* remove border from dialog footer */
.modal-footer {
    border-top: none;
}

/* remove border from dialog header */
.modal-header {
    border-bottom: none;
}

@media (min-width: 1102px) {
    .modal-xlg {
        width: 1100px;
    }
}

.modal-xxlg {
    width: 90% !important;
}

/**
 *
 * Open Modal
 *
 ****************************************/
/* pointer cursor for simo buttons */
.simo-OpenModal, .simo-ConfirmDelete {
    cursor: pointer !important;
}

/* not-allowed cursor for disabled simo buttons */
.simo-OpenModal:disabled, .simo-OpenModal.disabled, .simo-OpenModal[disabled],
.simo-ConfirmDelete:disabled, .simo-ConfirmDelete.disabled, .simo-ConfirmDelete[disabled] {
    cursor: not-allowed !important;
}

/**
 *
 * Tooltip
 *
 ****************************************/
/* right and left tooltip were too small */
.tooltip-inner {
    min-width: 150px;
    max-width: 600px;
    white-space: pre-wrap;
}

/**
 *
 * Header
 *
 ****************************************/
.simo-header a {
    color: rgb(85, 85, 85);
}

.simo-header a:hover,
.simo-header a:focus,
.simo-header a:hover {
    text-decoration: none;
}

.simo-header {
    background-color: #f8f8f8;
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    height: 43px;
    padding: 10px 0 2px 10px;
}

.simo-header.single {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

/**
 *
 * Navbar
 *
 ****************************************/
.navbar {
    border-radius: 0;
    min-height: 25px;
    left: 0;
}

.navbar-nav > li > a {
    padding: 6px 10px;
    font-size: 13px;
}

/* Navbar no rounded corners and fixed height */
.navbar {
    border-radius: 0;
    min-height: 25px;
    left: 0;
}

nav.navbar {
    border-bottom-width: 0;
    border-radius: 0;
    margin-bottom: 0;
}

nav.navbar:last-of-type {
    border-bottom-width: 1px;
}

@media (min-width: 769px) {
    .navbar .collapse {
        display: block !important;
    }
}

/* default size and color for navbar icons*/
nav .navbar-nav i.fa-regular,
nav .navbar-nav i.fa-light,
nav .navbar-nav i.fa-solid {
    font-size: 14px;
    color: #337ab7;
}

nav .navbar-nav .disabled i.fa-regular,
nav .navbar-nav .disabled i.fa-light,
nav .navbar-nav .disabled i.fa-solid {
    color: #ccc;
}

nav .navbar-nav .dropdown-menu i.fa-regular,
nav .navbar-nav .dropdown-menu i.fa-light,
nav .navbar-nav .dropdown-menu i.fa-solid {
    color: #333;
}

.navbar.simo-navbar {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar .btn-navbar {
    padding: 3px 10px 3px 10px;
}

.navbar {
    border-radius: 0;
    min-height: 25px;
    left: 0;
}

/* navbar form elements */
.navbar .bootstrap-select > .dropdown-toggle {
    height: 28px;
}

.navbar input {
    height: 28px;
}

.navbar input[type="checkbox"] {
    height: auto;
}

/**
 *
 * Nav Tabs
 *
 ****************************************/
/* Tabs and errors */
ul.nav-tabs li.has-error a {
    color: #a94442 !important;
}

ul.nav-tabs li.has-error a {
    border-style: none !important;
    border-color: #a94442 #a94442 transparent !important;
}

ul.nav-tabs li.active.has-error a {
    border-style: solid !important;
}

/**
 *
 * Navbar (Affix)
 *
 ****************************************/

/* Affix and smaller navbar */
.AffixNavbar.affix {
    top: 0;
    position: fixed;
    z-index: 1030;
    width: 100%;
    box-shadow: 0 3px 7px 0 #cbc5c5;
}

/* Affix and smaller navbar */
.AffixNavbar.navbar {
    border-radius: 0;
    min-height: 25px;
    left: 0;
}

/* smaller navbar-text */
.AffixNavbar .navbar-text {
    margin-bottom: 7px;
    margin-top: 7px;
}

/* smaller link navbar-text */
.AffixNavbar .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 6px;
}

/* margin between first line on page and navbar */
.AffixWrapper {
    margin-bottom: 10px;
}

/* NO COLLAPSE NAVBAR hack */
.AffixNavbar .navbar-collapse.collapse {
    display: block !important;
}

/* NO COLLAPSE NAVBAR hack */
.navbar-nav.navbar-right {
    float: right !important;
}

/* NO COLLAPSE NAVBAR hack */
.AffixNavbar .navbar-nav > li, .navbar-nav {
    float: left !important;
}

/* NO COLLAPSE NAVBAR hack */
.AffixNavbar .navbar-nav.pull-right > li, .navbar-nav.pull-right {
    float: right !important;
}

/* NO COLLAPSE NAVBAR hack */
.AffixNavbar .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

/* NO COLLAPSE NAVBAR hack */
.AffixNavbar .navbar-right {
    float: right !important;
}

/* NO COLLAPSE NAVBAR hack (smaller on collapse) */
.AffixNavbar .navbar-nav {
    margin: 0;
}

/* Navbar rows should have a minimal space between them */
nav .navbar-row {
    padding: 2px 15px;
}

/* If we have multiple rows in a navbar they have to be separated by a horizontal line  */
nav .navbar-row:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.AffixNavbar .navbar-checkbox {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    color: rgb(119, 119, 119)
}

.AffixNavbar .navbar-checkbox:hover {
    color: #333;
}


.AffixNavbar .navbar-checkbox input[type="checkbox"] {
    margin-top:0;
    margin-right: 6px;
}

.AffixNavbar .navbar-checkbox label {
    line-height: 20px;
}

/**
 *
 * ATD - helper
 *
 *****************************************/
.simo-covered-icon:hover .simo-covered {
    opacity: 1;
}

.simo-covered-icon .simo-covered {
    opacity: 0;
}

/**
 *
 * FORM
 *
 ****************************************/
.ac5-form-group-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

label.simo-white-space-wrap {
    white-space: normal !important;
}

/* Reduce margin bottom in forms. */
.form-group {
    margin-bottom: 6px;
}

.form-horizontal .simo-info-label {
    padding-left: 22px !important;
}

.form-horizontal .checkbox {
    min-height: 20px;
    padding-top: 3px;
}

.form-horizontal .control-label {
    text-align: left;
    padding-left: 22px;
    font-weight: 600;
    font-size: 13px;
    padding-top: 5px;
}

.input-sm {
    height: 28px !important;
}
/* Fix for bootstrap select, which does not support input-sm */
.form-group .input-sm button {
    height: 28px;
}

/**
 * Form-control
 */
/* blank grey background for disabled and readonly inputs instead of gradient  */
.form-control[disabled], .form-control[readonly] {
    background-image: none;
    cursor: not-allowed !important;
}

/* remove shadow of form fields. */
.form-control {
    box-shadow: none;
    font-size: 13px;
    background-image: linear-gradient(#f8f8f8, #ffffff);
}

.form-control:focus {
    box-shadow: none;
}

.form-control-static {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
 * input addons
 */
.input-group-addon.currency {
    background-color: rgb(119, 119, 119);
    border: medium none;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
}

/**
 *
 * Dropdown
 *
 ****************************************/

.dropdown-menu {
    float: right;
}

/* Button and Dropdown changes */
ul.dropdown-menu li a {
    cursor: pointer;
}

/*
 *
 * Popover
 *
 ****************************************/
.popover {
    max-width: 520px;
    font-size: 13px;
    border-radius: 2px;
    padding: 0;
}

/** Popover FIX */
.popover.left > .arrow::after {
    right: 3px !important;
}

.popover.bottom > .arrow {
    top: -10px;
}

/*
 * chart
 ****************************************/

.barLegend.ChartLegend ul li {
    float: none;
}

/*
 *
 * Label
 *
 ****************************************/

/* Label that will grow on hover */
.LabelLink:hover, .LabelLink:hover span, .LabelLink:active {
    text-decoration: none;
}

/* no underline on label links */
.LabelLink:focus {
    text-decoration: none;
}

span.label.text-big {
    font-size: 10px;
}

/**
 *
 * Inline-Edit
 *
 ****************************************/
.simo-inline-edit {
    font-size: 13px;
}

.radio-inline {
    padding-top: 3px;
}

/**
 *
 * btn
 *
 ****************************************/
.btn {
    padding: 5px 10px 4px 10px;
}

.btn-xs {
    padding: 0 5px 1px;
}

/* After toggle off, the focus should not change the color, so use the default buttons background color */
.btn-default.dropdown-toggle:focus {
    background-color: #ffffff;
}

/**
 *
 * dl, dt, dd
 *
 ****************************************/
.dl-horizontal.simo-left dt {
    text-align: left !important;
}

/**
 *
 * Loader
 *
 ****************************************/
.blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

/**
 *
 * Teny MCE
 *
 */
.mce-panel {
    border: 1px solid #e1e1e1 !important;
    background-image: none !important;
    background-color: #F6F6F6 !important;
}

.mce-stack-layout-item {
    border: none !important;
}

/**
 *
 * MIXED - TODO: remove that section
 *
 ****************************************/
.status-color-default {
    background-color: #b4aeae;
}

/* simo pagination margin to affix header */
.simo-pagination-count {
    margin-top: 10px;
}

abbr[data-original-title], abbr[title] {
    border-bottom: none !important;
}

/* Break long labels to new line */
.simo-long-label-wrap {
    white-space: normal;
}

/* Highlight none valid values */
.simo-value-invalid {
    color: red;
    font-weight: bold;
}

/* Highlight valid values */
.simo-value-valid {
    color: green;
    font-weight: bold;
}

/* alert separator does not need so much margin  */
hr.simo-alert-separator {
    margin: 10px 0;
}

.bootstrap-select.optimized-result-area .dropdown-menu.inner {
    min-height: 0;
    max-height: 440px;
    overflow-x: auto;
}

.bootstrap-select.optimized-result-area .simo-ajax-select-status .fa-6x {
    font-size: 1em !important;
}

.bootstrap-select.dropdown-left > .dropdown-menu.open{
    right: 0 !important;
    left: auto !important;
}
