.contentIconSearch {
    color: #FFFFFF;
    padding: 7px 16px 9px;
}

/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
}

.overlayClose {
    background-color: rgba(37, 37, 37, 0.44);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

/* The box */
.overlay-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    background-color: #343434;
}

/*The content*/

.overlay-content {
    height: 21px;
    color: black;
    margin: 0 auto;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    width: 651px;
}

/* Close button */
.overlay .closebtn {
    cursor: pointer;
    color: white;
    height: 14px;
    float: right;
    width: 14px;
    /* margin-left: 204px; */
}

/* Style the search field */
.overlay input[type=text] {
    border: none;
    width: 500px;
    float: left;
    background: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
}

.overlay input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */
}

#iconSearchBar {
    margin-right: 15px;
    color: #fff;
    width: 16px;
    height: 19px;
    float: left;
}

.iconsSearchBar {
    font-size: 20px;
}


/*DIV RESULTADOS*/

#resultsContent {
    margin-left: 23px;
}

#resultsContent ul {
    display: block !important;
    width: 613px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    list-style: none;
}

#resultsContent ul li {
    cursor: pointer;
}

#divResultsContainer {
    height: 356px;
    /*552px;*/
    width: 686px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(139, 146, 176, 0.18);
    position: relative;
    margin: 0 auto;
}

#divResults {
    overflow-y: auto;
    padding-top: 31px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    height: 264px;
    width: 674px;
}

#resultsContent .ui-autocomplete-category, #resultsContent .ui-autocomplete-category.ui-menu-item, #resultsContent .ui-autocomplete-category.ui-menu-item:hover {
    height: 20px;
    width: 203.59px;
    letter-spacing: 0;
    margin: 0px 0px 12px 20px;
    padding: 0;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #BFBFBF;
}

.searchTitle {
    height: 20px;
    width: 203.59px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #BFBFBF;
}

.quickAccess {
    margin-top: 8px;
    cursor: pointer;
    padding: 4px 0px 5px 20px;
}

.quickAccess:hover {
    background: #F1F1F1;
}

#resultsContent .ui-menu-item {
    margin-top: 4px;
}

#resultsContent .ui-menu-item, #resultsContent a.ui-corner-all, #resultsContent a.ui-state-focus, #resultsContent a.ui-state-hover, #resultsContent div.ui-state-active {
    letter-spacing: 0;
    text-decoration: none !important;
    background: none;
    font-weight: normal !important;
    border: none !important;
    padding: 4px 0px 4px 20px;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
}

#resultsContent div.ui-state-active {
    padding: 0px;
}

#resultsContent .ui-menu-item:hover, #resultsContent a.ui-corner-all:hover, #resultsContent a.ui-state-focus:hover, #resultsContent div.ui-state-active:hover, #resultsContent a:active {
    background: #F1F1F1;
    letter-spacing: 0;
    border-color: transparent;
    text-decoration: none !important;
    font-weight: normal !important;
    border: none !important;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
}

#resultsContent .ui-autocomplete-category.ui-menu-item,
#resultsContent .ui-autocomplete-category.ui-menu-item:hover {
    background: none;
    cursor: default;
}

.resultText {
    height: 19px;
    width: 214px;
    letter-spacing: 0;
    vertical-align: top;
    text-decoration: none;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
}

.lineaBuscador {
    box-sizing: border-box;
    margin-left: 43px;
    width: 575px;
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0.5px solid rgba(151, 151, 151, 0.23);
}

.iconsQuickAccess {
    font-size: 15px;
    color: #817E7E;
    margin-right: 14px;
    width: 15px;
}

#quickAccess {
    width: 613px;
    margin-left: 23px;
}

#quickAccess a {
    color: #343434 !important;
    text-decoration: none !important;
}

/*SCROLL STYLE*/

/* width */
#divResults::-webkit-scrollbar {
    width: 6px;
    margin-top: 35px !important;
}

/* Track */
#divResults::-webkit-scrollbar-track {
    background: none;
    margin-top: 35px !important;
}

/* Handle */
#divResults::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 4px;
}

/* Handle on hover */
#divResults::-webkit-scrollbar-thumb:hover {
    background: #cccbcb;
}

/* Styles reservas resultados*/

.textReserva {
    color: #343434;
    margin-left: 10px;
    float: left;
    letter-spacing: 0;
}

.textFecha {
    color: #343434;
    float: right;
    letter-spacing: 0;
    margin-left: 10px;
    text-align: right;
    line-height: 18px;
    margin-right: 18px;
}

.textPropiedad {
    margin-left: 10px;
    color: #343434;
    letter-spacing: 0;
    margin-top: 5px;
}

/*Emptys*/

#imgCompletarBusqueda {
    height: 67px;
    margin-bottom: 24px;
    margin-top: 4px;
}

#imgBusquedaVacia {
    width: 71px;
    height: 68px;
    margin-bottom: 20px;
    margin-top: 4px;
}

.tituloEmpty {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-bottom: 8px;
}

.textEmpty {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    padding-bottom: 13px;
    text-align: center;
}

/*LOADING*/

#divLoading {
    padding-top: 35px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    height: 469px;
    width: 674px;
}

#loadingResults {
    width: 580px;
}

.lineLoading {
    box-sizing: border-box;
    margin-left: 43px;
    width: 575px;
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0.5px solid rgba(151, 151, 151, 0.23);
}

#loadingQuickAccess {
    width: 580px;
}

.titleLoading {
    height: 21px;
    width: 109px;
    background-color: rgba(192, 192, 192, 0.3);
    margin-bottom: 18px;
    margin-left: 21px;
}

.titleLoading:before {
    position: absolute;
    content: '';
    width: 50px;
    left: 0;
    height: 21px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    animation: loading 1s infinite;
}

.textLoading {
    height: 14px;
    width: 249px;
    background-color: rgba(192, 192, 192, 0.3);
    margin-bottom: 13px;
    margin-left: 21px;
}

.textLoading:before {
    position: absolute;
    content: '';
    width: 125px;
    left: 0;
    height: 14px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    animation: loadingText 1s infinite;
}

.iconLoading {
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background-color: rgba(192, 192, 192, 0.3);
    margin-left: 21px;
    margin-bottom: 18px;
    float: left;
}

.iconLoading:before {
    position: absolute;
    content: '';
    width: 8px;
    left: 0;
    height: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    animation: loadingIcon 1s infinite;
}

.textIconLoading {
    height: 14px;
    width: 231px;
    background-color: rgba(192, 192, 192, 0.3);
    margin-left: 50px;
    display: grid;
}

.textIconLoading:before {
    position: absolute;
    content: '';
    width: 115px;
    left: 0;
    height: 14px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    animation: loadingIconText 1s infinite;
}

@keyframes loading {
    0% {
        transform: translateX(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(109px);
    }
}

@keyframes loadingText {
    0% {
        transform: translateX(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(249px);
    }
}

@keyframes loadingIcon {
    0% {
        transform: translateX(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(16px);
    }
}

@keyframes loadingIconText {
    0% {
        transform: translateX(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(231px);
    }
}
