.multiselect-native-select > .btn-group {
    width: 100% !important;
}

.multiselect-selected-text {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    color: #999 !important;
    font-size: 14px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.switch.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.header .logo {
    float: left;
    font-size: 1.5rem;
    color: #171717;
}

.inner-wrapper {
    overflow: auto !important;
}

#confirmModal .error {
    padding: 10px 15px 0 15px !important;
    text-align: right !important;
}

@media (min-height: 800px) and (min-width: 992px) {
    .action-buttons-fixed .action-buttons {
        background: #ecedf0;
    }
}

.table td {
    position: relative;
}

.input-group .fa-image {
    cursor: pointer;
}

.chart {
    max-height: 150px;
}
