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

/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 25;
    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:40px;
    margin-top: 0px;
    background-color: #343434;
}

/*The content*/

.overlay-content{
    height:21px;
    color: #C1C1C1;
    margin: 0 auto;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
    width: 651px;
}
  
/* Close button */
.overlay .closebtn {
    cursor: pointer;
    color: #979797;
    height: 14px;
    float: right;
    width: 14px;
    /* margin-left: 204px; */
}
  
/* Style the search field */
.overlay input[type=text] {
    font-size: 15px;
    color: #C1C1C1;
    border: none;
    width: 500px;
    float: left;
    background: none;
}

.overlay input[type=text]::placeholder { 
    color: #C1C1C1;
    opacity: 1; /* Firefox */
}

#iconSearchBar{
    margin-right: 15px;
    color: #ECEDF1;
    width: 16px;
    height:19px;
    float: left;
}
  
.iconsSearchBar{
    font-size: 20px;
}


/*DIV RESULTADOS*/

#resultsContent{margin-left: 23px;}

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

#resultsContent ul li{
    cursor: pointer;
}

#divResultsContainer{
    height: 336px;/*539px;*/
    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: 35px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    height: 293px;
    width: 674px;
}

#resultsContent .ui-autocomplete-category{
    height: 20px;
    width: 203.59px;
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px 0px 12px 20px;
    padding: 0;
}

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

.quickAccess{
    margin-top: 6px;
    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{
    color: #343434;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    text-decoration: none!important;
    background: none;
    font-weight: normal!important;
    border: none!important;
    padding: 4px 0px 4px 10px;
}

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

.resultText{
    height: 19px;
    width: 214px;
    color: #343434;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    vertical-align: top;
    text-decoration: none;
    background: none;
}

.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: 19px;
    color: #343434;
    margin-right: 16px;
    width: 20px;
}

img.iconsQuickAccess{
    /* margin-left: -1px; */
}

#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;
    font-size: 13px;
    margin-left: 10px;
    float: left;
    letter-spacing: 0;
    line-height: 18px;
}

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

.textPropiedad{
    margin-left: 10px;
    color: #343434;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}

/*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;
    margin-left: 23px;
}

.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;
    margin-left: 23px;
}

.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); 
    }
}