/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-mar-2016, 9:21:08
    Author     : nukita
*/

#search_block {
    padding: 20px 0;
}
#subsearch_block {
    position: absolute;
    width: 100%;
}
.searchsel {
    padding: 0;
    font-size: 16px;
    color: #fff;
    padding: 0 4px;
}
#subject,#maincolor,#format,#manufacturer,#stay {
    z-index: 10;
    /*position: absolute;*/
}
#subject {
    padding-left: 0;
}
#stay {
    padding-left: 0;
}
#manufacturer {
    padding-right: 0;
}
#subjects_title,#stays_title, #maincolors_title, #formats_title, #manufacturers_title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #00628C; /*#EAF7FD*/
}
#subjects_title:hover,#stays_title:hover, #maincolors_title:hover, #formats_title:hover, #manufacturers_title:hover {
    background-color: #57AbCF;
}
#subjects_title span.pull-left, #stays_title span.pull-left, #maincolors_title span.pull-left, #formats_title span.pull-left, #manufacturers_title span.pull-left {
    margin-left: 20px;
    height: 36px;
    max-width: 80%;
}
#subjects_title span.pull-right,#stays_title span.pull-right, #maincolors_title span.pull-right, #formats_title span.pull-right, #manufacturers_title span.pull-right {
    font-size: 25px;
    line-height: 30px;
}



.searchsel div span.pull-right {
    margin-right: 3px;
}
#manufacturer input {
    border: 0px solid;
    background-color: #00628C;
    color: #fff;
    padding-left: 20px;
    width: 100%;
}
#subsearch_block ul {
    clear: both;
    background-color: #00628C; /*#EAF7FD*/
}
li.subjects,li.stays, li.maincolors, li.formats, li.manufacturers {
    margin: 1px 0 1px 15px;
    cursor: pointer;
}
li.subjects:hover,li.stays:hover, li.maincolors:hover, li.formats:hover, li.manufacturers:hover {
    background-color: #57AbCF;
}
.ac_results li {
    background-color: #fff !important;
    color: #fff;
    cursor: pointer;
}
.ac_results li:hover, .ac_results li.ac_over {
    background-color: #57AbCF !important;
    color: #fff;
}
.selector1 {
    display: inline-flex;
}

/*#result {
    text-align: center;
}*/
.cpmload {
    width: 80px;
    height: 80px;
    background-color: white;
    border: solid;
    border-width: 5px;
    border-radius: 40px;
    border-color: #EAF7FD;
    border-left-color: #57ABCF;
    
}
.rotate {
    color: white;
    font-size: 0;
    outline: none;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    top: 0px;
    position: relative;
    z-index: 9999;
    opacity: 0.7;
}

.content_sortPagiBar {
    padding-bottom: 10px;
    margin-bottom: 18px;
}

body#index .content_sortPagiBar {
    padding-top: 20px;
}

@media (max-width: 767px) {
    #search_block {
        position: relative;
        top: 0;
        clear: both;
        padding: 0;
        height: 140px;
    }
    #subsearch_block > div {
        padding: 0;
    }
    #productsSortForm {
        text-align: center;
    }
    #result .sortPagiBar, .content_sortPagiBar {
        display:block;
        margin-bottom: 20px;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm label {
        min-width: 80px;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 180px;
    }
    #uniform-selectProductSort span {
        width: auto !important;
    }
    
}

/* MOD #40556 (04/02/2021) - Cambio colores búsqueda */
.ac_results li span.ac_product_name, .ac_results #ac_search_more{
	color: #000;
}

.ac_results li.ac_over span.ac_product_name, .ac_results li.ac_over #ac_search_more{
	color: #fff;
}
/* END MOD #40556 (04/02/2021) - Cambio colores búsqueda */