#loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 6000;
}

#loading div {
    text-align: center;
    margin-top: 100px;
}

#login {
    background-image: url('../img/bg.jpg');
}

.col-min {
    width: 1px;
    white-space: nowrap;
}

.col-head {
    width: 1px;
    white-space: nowrap;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6,
.card-header .btn {
    margin: 0;
}

label {
    font-weight: bold;
}

.tab-error {
    color: #f86c6b !important;
}

.tab-error::after {
    content: " ⁕";
}

.layout-collapsed .layout-sidenav:not(:hover) .sidenav-not-hover {
    display: none;
}

:not(.layout-collapsed) .sidenav-hover {
    display: none;
}

.layout-collapsed .layout-sidenav:not(:hover) .sidenav-hover {
    display: block;
}

.sidenav-link,
.nav-link {
    outline: none;
}

.select2-container--open {
    z-index: 1100;
}

.stati-list {
    list-style-type: none;
}

.stati-list li {
    margin-right: 1em;
    text-align: center;
}

.stati-list .fa {
    border: 1px solid #999;
    padding: .75em;
    border-radius: 50%;
}

.stati-list .disabled {
    color: #ccc;
}

.stati-list .disabled .fa {
    color: #ccc;
    border-color: #ccc;
}

th {
    background-color: #e7e7e7;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #e5f1f8;
}

.card {
    box-shadow: 0 1px 4px rgba(24, 28, 33, 0.25);
}

.preview-wrap {
    min-height: 400px;
    /*background: center center no-repeat url('../img/loading.gif');*/
}

.default-style .account-settings-links .list-group-item.active {
    color: #4E5155 !important;
}

.account-settings-links .list-group-item.active {
    background: transparent !important;
    font-weight: bold !important;
}

.default-style .account-settings-links .list-group-item {
    padding: 0.85rem 1.5rem;
    border-color: rgba(24, 28, 33, 0.03) !important;
}

.default-style .sweet-overlay, .default-style .sweet-alert {
    z-index: 1091;
}

.default-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666666 transparent transparent transparent;
}

.default-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666666 transparent;

}

.filter-popup {
    position: absolute;
    background-color: #ffffff;
    padding: 1.5em;
    box-shadow: 0 1px 4px rgba(24, 28, 33, 0.25);
    z-index: 2000;
    border-radius: 5px;
}

.filter-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: center;
}

.sidenav-vertical .sidenav-item .sidenav-link,
.sidenav-vertical .sidenav-header,
.sidenav-vertical .sidenav-block {
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: 1.5em;
}

.sidenav-vertical .sidenav-menu .sidenav-link {
    padding-left: 3em;
}

.sidenav-vertical .sidenav-menu {
    padding: 0;
}

.sidenav-vertical .sidenav-divider {
    margin-top: .5em;
    margin-bottom: .5em;
}

.sidenav-icon {
    text-align: center;
    margin-right: .75em;
}

.table-auto {
    width: auto;
}

.text-small {
    font-size: 85% !important;
}

.max-height {
    max-height: 12em;
    overflow: auto;
}

[data-profilo] {
    display: none;
}

.profilo-standard [data-profilo*="standard"] {
    display: block;
}

.profilo-spedizione [data-profilo*="spedizione"] {
    display: block;
}

.profilo-fattura [data-profilo*="fattura"] {
    display: block;
}

.profilo-completo [data-profilo*="completo"] {
    display: block;
}

.profilo-deposito [data-profilo*="deposito"] {
    display: block;
}

.col-border-right {
    border-right: 1px solid rgba(24, 28, 33, 0.06);
}

.layout-collapsed .sidenav-vertical .sidenav-menu .sidenav-link {
    padding-left: 5em;
}

.layout-sidenav .sidenav-vertical {
    height: auto !important;
}

.default-style .datepicker-dropdown, .default-style .daterangepicker {
    z-index: 2001 !important;
}

@media screen and (min-width: 992px) {
    .modal-lg {
        max-width: 70%;
    }
}

.switcher-input.is-invalid ~ .invalid-feedback {
    display: inline;
}

.btn-green .badge {
    background-color: #ffffff;
    color: #4BAE4F;
}

.btn-red .badge {
    background-color: #ffffff;
    color: #F34235;
}

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap;
}

/* multiselect */

.multiselect__clear {
    position: absolute;
    top: 2px;
    right: 30px;
    height: 40px;
    width: 20px;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.multiselect__clear::before {
    transform: rotate(45deg);
}

.multiselect__clear::after {
    transform: rotate(-45deg);
}

.multiselect__clear::after, .multiselect__clear::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #ccc;
    top: 12px;
    left: 9px;
}

.multiselect__placeholder {
    margin-bottom: 0;
    padding-top: 0;
    margin-left: 0.35em;
}

.multiselect, .multiselect__input, .multiselect__single {
    font-size: inherit;
}

.multiselect__tags {
    min-height: calc(2.25rem + 2px);
}

.multiselect__select {
    width: 20px;
    padding: 0;
    right: 5px;
}

.multiselect__select::before {
    top: 60%;
}

.multiselect__option {
    white-space: normal;
}

.multiselect__option--highlight::after {
    content: '';
}

.multiselect__content-wrapper {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}

body {
    font-size: 12px;
}

.container, .container-fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}