
.btn.active {
    box-shadow: none;
}

.manufacturer-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}

.manufacturer-container .datepicker-input, .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #14487f;
    text-align: center;
    font-weight: 900;
    font-size: 1.1em;
    border-radius: 0;
    border-bottom: .3em solid #faa61a;
    color: #ffffff;
}

.manufacturer-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #faa61a transparent transparent transparent;
    border-width: 28px 14px 0 14px;
    top: 2em;
    left: 0%;
}

.manufacturer-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 100%;
}

/* SELECT2 Overrides */

.select2 .select2-container .select2-container--default .select2-container--focus, .select2, .select2-container, .select2-container--default, .select2-container--focus {
    width: 100%;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 767px) {
    .container-fluid-zero, .container-fluid-zero {
        padding:0px;
        margin: 0;
    }

    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /*  HOME  */
    .container-fluid-zero, .container-fluid-zero .row {
        padding:0px;
        margin: 0;
    }
    /* HOME END */
}