﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* ------------------------------------------------------------------------- */
    /* ---------------------Contenedor principal del search--------------------- */
    /* ------------------------------------------------------------------------- */

    .input-group-btn .btn {
        background-color: #002443 !important;
    }

    /*-------------------------------------- Checkbox radio -----------------------------------------*/
    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #BD5622 !important;
    }

    /*--------------------------------------------------------------------------------------*/
    /*Para los Botones Geographical y Other Extensions*/

    .md-btn-outline-geother-extensions:hover {
        background-color: #BD5622 !important;
        border-color: #BD5622 !important;
    }

    .md-btn-geother-extensions {
        border-color: #BD5622 !important;
    }
}
