html {
    zoom: 90%;
}

.palette-background-yellow-50 {
    background-color: #FFFDE7 !important;
    color: #000 !important;
}

.palette-background-green-50 {
    background-color: #E8F5E9 !important;
    color: #000 !important;
}

.palette-background-blue-50 {
    background-color: #E3F2FD !important;
    color: #000 !important;
}

.btn.yellow-crusta {
    background-color: #f3c200 !important;
    border-color: #f3c200;
}

.font-yellow-crusta {
    color: #f3c200 !important;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

.select-file-drop-box {
    background: #cfd8dc;
    border: 1px dotted #37474f;
    text-align: center;
    padding: 50px 10px;
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 992px) {
    .select-file-drop-box {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1400px) {
    .select-file-drop-box {
        padding: 30px 10px;
    }
}

@media (min-width: 1400px) {
    .select-file-drop-box {
        padding: 40px 10px;
    }
}

#service-center-customer-id-selectized {
    width: auto !important;
}

#service-form-customer-id-selectized{
    width: 100% !important;
}

.selectize-dropdown {
    width: auto !important;
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    width: auto !important;
    line-height: 1.5rem;
    white-space: nowrap;
}

.selectize-input {
    white-space: nowrap;
    max-width: 150px;
}

.form-control.selectize-control {
    height: auto;
    margin-bottom: -5px;
}

.selectize-control.single .selectize-input:after {
    font-family: "FontAwesome";
    content: "\f1da";
    line-height: 2;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: white;
    color: #e5e5e5;
    padding-right: 10px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    content: "";
    background-color: white;
    padding-right: 10px;

}

.button-bg-light-normal{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/*Yellow*/
.button-bg-yellow-normal {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}