/* Primary background color */
.table .progress .bar,
.login .btn-primary,
.login .logo,
.logo,
.navbar-header,
.modal-header,
.ui-slider-range,
.ui-slider-handle:before,
.chosen-container .chosen-results li.highlighted,
.paginate_enabled_next,
.paginate_enabled_previous,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.ui-slider-handle:before,
.login .forgotpass-info,
.login .forgotpass-success {
    /* Your styles here */
}

/* Hide the submenu trigger */
li.fc-dropdown__submenu--trigger {
    display: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 0 none !important;
}

.form-group {
    min-height: 61px;
}

.form-group input.form-control {
    margin: 4px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #c46c30 !important;
    color: #fff !important;
    padding: 0 5px 0 20px !important;
    border: 1px solid #c46c30 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    border-right: 1px solid #c46c30 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 2 !important;
}

#confirmSaveModal .modal-footer {
    text-align: center;
}

#confirmSaveModal .modal-dialog {
    width: 100%;
}

@media (min-width: 768px) {
    #confirmSaveModal .modal-dialog {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    #confirmSaveModal .modal-dialog {
        width: 50%;
    }
}
#confirmSaveModal .modal-dialog h5 {
    display: inline-block;
}
#confirmSaveModal .modal-dialog button.btn {
    margin: 0 5px 0;
}
