/***Custom checkboxes**/

#restringi, input.select_check {
    -moz-transform: scale(1.50);
    -webkit-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
    margin-left: 5px;
    margin-right:5px;
}

/**Freccia per tornare in su con lo scroll**/

#go-up-arrow{
    position: fixed;
    bottom:15px;
    left: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #192652;
    color: white;
    display: table;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}

#go-up-arrow span{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
}



/******SEARCHPANLEL*****/

.search_form_container{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
}

select:focus, input[type="search"]:focus{
    box-shadow:0px 0px 5px 2px #19A3DD;
}

.ricerca_background{
    /*background-image:url("/images/preventiviveloci-background.jpg");*/
    /*background-color: #e8e8e8;*/
    background-repeat:no-repeat;
    background-size:cover;
}

#myCarousel{
    min-height: 220px;
}

.search_form_container .spot div p{
	margin-top:10px;
}

.search_form_container .subcat-buttons-container{
    text-align: center;
    margin-top: 50px;
}

.search_form_container .subcat-link-block{
    position: relative;
    text-align: center;
    padding: 0;
}

.search_form_container .subcat-link-block p{
    color: black;
    display: none;
}

.search_form_container .subcat-link-block a:hover{
    text-decoration: none;
}

.search_form_container .subcat-link-block .subcat-block-overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    opacity: 0.1;
}

.search_form_container .subcat-link-block a:hover .subcat-block-overlay{
    display: block;
}

.search_form_container .subcat-link-block a:hover p{
    display: initial;
}

.search_form_container .subcat-link-block img{
    width: 95px;
}


.search_form_container .search-block{
    height: 40px;
    margin-bottom: 0px;
}

.search_form_container input[type="search"], .search_form_container .search-block select{
   -webkit-appearance: none;
   -moz-appearance: none;
   background: url(/images/arrow-firefox.png)right / 20px no-repeat;
    width: 100%;
    height: 70%;
    padding-left: 10px;
    background-color: #fff;
}

.search_form_container .search-block select{
    /*border: 1px solid #F2F2F2;*/
    border-radius: 5px;
    /*border-color: #01A4DD*/
    
    
    
}

.search_form_container input[type="search"]{
    border: 1px solid #01A4DD;
    color: #333;
    font-weight: bold;
    margin-top: 4px;
    border-radius: 10px;
    background-color: #ffffff;
}

.search_form_container .search-block h5{
    line-height: 30px;
    margin: 0;
    font-weight: bold;
    /*background-color: #1289B2;*/
    border-radius: 10px;
    border-color: black;
    /*border-bottom-style: groove;*/
    
    
}

.search_form_container .search_button {
    width: 100%;
    height: 100%;
    background: url('/images/lentebianca.png') no-repeat;
    background-position: 50%;
    background-color: #01A4DD;
    border:0px solid;
    border-radius: 10px;
    

}

.search_form_container .search_button:hover {
    background-color: #0184b2;

}

.search_form_container .b_plus{
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    background-color:  #F59122;
    color: white;
}

.search_form_container figure.category-warning p{
    margin-top: 2px;
}


.typeahead i {
    color: #19A3DD;
}



/**********************/



/**********VETRINE*****/

.search-results-space{
    padding-right: 30px;
}

.search-results-space .showcase-list-title{
    padding-left: 40px;
    margin-bottom: 20px;
    border-color: #FF8300;
    border-bottom-style: double;
    border-radius: 25px;
    border-width: 1px;
    background-color: transparent
}

.search-results-space .showcase-list-title h1{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.12em;
    font-weight: bold;
    text-align: left;
}

.search-results-space .search_result_row:nth-child(odd){
    background-color: #F2F2F2;
}

.search-results-space .search_result_row:nth-child(even){
    background-color: #D9D9D9;
}

.search-results-space .search_result_row > div:not(.company-showcase-container){
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
}


.search-results-space .search_result_row .logo-container img{
    width: 150px;
}

.search-results-space .search_result_row div.company-profile{
    position: relative;
    padding-bottom: 85px;
}

.search-results-space .search_result_row h4.profile_title{
    margin-top:0;
    margin-bottom: 0;
}

.search-results-space .search_result_row h4.profile_title a{
    color: #192652;
    font-weight: bold;
}

.search-results-space .search_result_row address.company-municipality{
    font-size: 0.75em;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #666;
    display: block;
    line-height: inherit;
}


.search-results-space .search_result_row .first-subcategories-container{
    margin-top: 6px;
}

.search-results-space .search_result_row a.collapse_categories{
    font-size: 0.6em;
    color: black;
}

.search-results-space .search_result_row .show-more-container{
    position: absolute;
    bottom: 30px;
}

.search-results-space .search_result_row .feedback-container{
    position: relative;
}

.search-results-space .search_result_row .feedback-container>div{
    margin: 0 auto;
}

.search-results-space .search_result_row .select-company-label{
    padding: 0.6em 1.2em;
    background-color: #fff;
    color: grey;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 1.0em;
}

.search-results-space .search_result_row .company-showcase-container{
    clear: both;
    padding-bottom: 15px;
}

.search-results-space .search_result_row .company-showcase-container h4{
    padding-left: 5px;
    font-size: 0.83em;
    font-weight: bold;
}

.search-results-space .search_result_row .label-moreinfo{
    background: transparent;
    border: 1px solid #777777;
    color: #777777;
    font-size: 0.65em;

}

.search-results-space .search_result_row .label-moreinfo:hover{
    background: #777777;
    color: white;
}

/* Image Box Style */
.search-results-space .image-wrapper{
    margin-bottom: 20px;
}

.search-results-space .image-wrapper .image-box {
    border: 5px solid #fff;
    cursor: pointer;
    height: 150px;
    width: 150px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.search-results-space .image-wrapper .image-box img {
    position: absolute;
    left: 0;
    height: 150px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* Caption Common Style */
.search-results-space .image-wrapper .image-box .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

.search-results-space .image-wrapper .image-box .caption h5 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}


/** Caption: Fade **/
.search-results-space .image-wrapper .image-box .fade-caption  {
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 15px;
}

.search-results-space .image-wrapper .image-box:hover .fade-caption{
    opacity: 1;
}

.search-results-space figure.return-to-form-info{
    padding-top: 15px;
    padding-bottom:15px;
}

.search-results-space figure.return-to-form-info a{
    margin-top: 15px;
}


/*********SIDEBAR (FORM AZIENDE SELEZIONATE *****/

#request-quote-side .mobile-quote-bar{
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    padding: 10px 0;
}

#request-quote-side .request-quote-title,
#request-quote-side .chose-you-text,
#request-quote-side .request-quote-panel .quote-panel-title,
#request-quote-side  .quote-checkboxes-container{
    color: #192652;
   
}

#request-quote-side .request-quote-title{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1289B2;
    margin-top: 0;
    
        
   

}

#request-quote-side .request-quote-title span{
    font-size: 1.28em;
}

#request-quote-side .chose-you-text{
    margin-bottom: 25px;
}

#request-quote-side .chose-you-text span{
    font-size: 2.5em;
}

#request-quote-side .request-quote-panel{
    clear: both;
    margin-bottom: 45px;
    border: 1px solid #8BC444;
    position: relative;
    padding-bottom: 30px;
    background: white;
    border-radius: 25px;
}

#request-quote-side .request-quote-panel .quote-panel-title{
    display: table;
    width: 100%;
    background-color: grey;
    border-radius: 25px;
    
}

#request-quote-side .request-quote-panel .gray-qt-panel-title{
    /*background-color: #b3b3b3;*/
    background-color: orange;
}

#request-quote-side .request-quote-panel .quote-panel-title img{
    width: 100%;
}

#request-quote-side .request-quote-panel .quote-panel-title .qpt-tablecell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    
}

#request-quote-side .request-quote-panel .quote-panel-title .qpt-tablecell:first-child{
    width: 25%;
}

#request-quote-side .request-quote-panel .quote-panel-title .qpt-tablecell:nth-child(2){
    width: 75%;
}

#request-quote-side .request-quote-panel .quote-panel-title .qpt-tablecell h5{
    font-size: 1.1em;
    font-weight: bold;
}

#request-quote-side .request-quote-panel .quote-panel-title .qpt-tablecell h5 span{
    font-weight: normal;
    font-size: 1em;
}

#request-quote-side .request-quote-panel .quote-panel-text{
    text-align: right;
    padding-right: 5px;
    font-size: 1.2em;
    color:#595959;
}

#request-quote-side .request-quote-panel .quote-panel-text span{
    color: #8BC444;
    font-size: 1.25em;
}

#request-quote-side .btn-continue-request-dsk{
    display: block;
    width: 70%;
    height: 30px;
    margin-left: auto;
    margin-right:auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;


}

#request-quote-side .btn-continue-request:hover{
    background-color: #6c9b31;
}


#request-quote-side ul.selected_list li{
    /*background-color: #D9D9D9;*/
    color: #F59122;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 6px 15px;
    position: relative;
    font-size: 0.75em;

}

#request-quote-side ul.selected_list li span{
    display: inline-block;
}

#request-quote-side ul.selected_list li .company-list-name{
    width: 90%;
    text-align: center;
}

#request-quote-side ul.selected_list li .company-remove-bt-container{
    width: 10%;
    text-align: right;
}

#request-quote-side ul.selected_list li button{
    position: absolute;
    top: 3px;
    right: 2px;
    background: transparent;
    color: red;
    border: none;
    outline: none;
    font-weight: bold;
}

#request-quote-side .costumers-panel{
    border: 1px solid #F59122;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: 40px;
    margin-bottom:55px;
}
#request-quote-side .costumers-panel a{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right:auto;
    height: 30px;
    width: 70%;
}

/* search oblo*/

#other-services .other-services-inner {
    padding: 30px 0;
    display: inline-block;
    width: 1100px;
    margin: 0 auto;
}

#other-services .other-services-inner .other-services-images {
    display: block;
    margin: 0 auto;
}

#other-services .other-services-inner a {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 100%;
    width: 140px;
    padding-top: 152px;
    margin: 0 28px;
}

#other-services .other-services-inner a img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #d2d2d2;
    margin: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

#other-services .other-services-inner a {
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 100%;
    width: 140px;
    padding-top: 152px;
    margin: 0 28px;
}


#panel-footer1 {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #01a4dd 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #01a4dd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#01a4dd));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #01a4dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ff01a4dd', GradientType=0);
  background-repeat: repeat-x;
}    
