
@media all and (max-width: 737px) and (min-width: 531px) {

    /* GLOBAL STYLES */
    /* GLOBAL FORMS */
    /* GLOBAL TABLES */

    #searchbox-container {
        background-color: #f9f9f98a !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: absolute !important;
        width: 85% !important;
        max-width: 780px;
        margin-bottom: 10px !important;
        max-height: 300px !important;
        height: 250px !important;
        top: 290px !important;
        z-index: 1010 !important;
        margin-left: 10% !important;
        /* padding-top: 3% !important; */
        padding-bottom: 0% !important;
        padding-right: 15% !important;
    }

    .master-header-wrapper .row {
        background-color: #f9f9f98a !important;
        position: absolute !important;
        width: 75% !important;
        margin-bottom: 10px !important;
        max-height: 45% !important;
        height: 25% !important;
        top: 35% !important;
        z-index: 1010 !important;
        margin-left: 10% !important;
        padding-top: 3% !important;
        padding-bottom: 0% !important;
    }

    .Search-box-Home {
        width: 100% !important;
        padding: 10px !important;
    }

    .custom-select .select-input-type {
        width: 72%;
        display: block;
        padding-left: 30%;
        position: relative;
        font-family: Arial, Helvetica, sans-serif
    }

    .custom-select {
        position: relative !important;
        font-family: Arial !important;
        width: 100% !important;
        top: 0% !important;
        display: inline-block !important;
    }

    .search-box-text-central {
        width: 100% !important;
        display: inline-block ;
    }

    .searchbottom-link {
        margin-top: 1% !important;
        display: inline-block !important;
        position: absolute !important;
        margin-top: 7% !important;
    }

    #small-searchterms {
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0 !important;
        margin-top: 3px !important;
    }

    span.search-box-text.narrow {
        float: right;
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0 !important;
        margin-top: 3px !important;
        height: 40px !important;
    }

    span.search-box-text.k-autocomplete-clearable {
        float: right;
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0 !important;
        margin-top: 3px !important;
        height: 40px !important;
    }

    .Search-box-HomeInput {
        padding-top: 10px !important;
    }

    .Search-box-HomeInput button {
        top: 65% !important;
        left: 85% !important;
        display: inline-block !important;
        position: absolute !important;
        background-color: transparent !important;
    }

    .Search-box-HomeInput button img {
        max-height: 35px !important;
        height: 30px !important;
        margin-top: 0 !important;
        margin-left: 5px !important;
        align-self: center !important;
        align-items: center !important;
    }

    .search-not-found-message-email {
        text-decoration: underline;
        color: #000080;
    }

    .RestrictedPartMotiveList a {
        font-size: 12px;
    }

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

    .select-selected {
        background-color: #F1F1F1;
    }

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }

    /*style the items (options), including the selected item:*/
    .select-items div, .select-selected {
        color: #000;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
    }

    /*style items (options):*/
    .select-items {
        position: absolute;
        background-color: #F1F1F1;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }

    /*hide the items when the select box is closed:*/
    .select-hide {
        display: none;
    }

    .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }
}
