/*
	Nobis.Nobis.Agencies.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2017, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Cerca agente
------------------------------------------------------------------------------------------------- */
/*Ricerca*/
.find-agency-band {
  background-color: #94C62A;
  padding: 50px 15px;
  position: relative;
}

.find-agency-band .inputbox {
  max-width: 900px;
  margin: 0 auto;
}

.find-agency-band .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.find-agency-band .form-group.province,
.find-agency-band .form-group.country {
  width: 300px;
}

.find-agency-band .form-group.cap {
  width: 90px;
}

.find-agency-band label {
  color: #638911;
}

.find-agency-band .btn {
  padding: 3px 40px;
}

.find-agency-band .not-found {
    background-color: #F26C4F;
    display: inline-block;
    margin: 0 auto;
    padding: 4px 20px;
    font-weight: bold;
    position: absolute;
    margin-left: -167px;
    left: 50%;
    top: -30px;
}

@media(max-width:991px){
    .find-agency-band .form-group.province, 
    .find-agency-band .form-group.country {
        width: 235px;
    }
}
@media(max-width:767px){
    .find-agency-band {
        padding: 15px;
    }
    .find-agency-band .form-group.cap,
    .find-agency-band .form-group.province, 
    .find-agency-band .form-group.country {
        width: 100%;
    }
    .find-agency-band .btn {
        display: block;
        margin-top: 15px;
    }
}

/*Mappa*/
.nobis.agencies .map-result-container > div {
    padding: 0; 
}


/*Risultati*/
.find-agency-result {
  padding: 30px;
}

.find-agency-result .not-found,
.find-agency-result .no-selection{
    background-color: #F26C4F;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.find-agency-result .no-selection{
    background-color: #EDEDEB;
    color: #2B2F3A;
}

.find-agency-result .subtitle {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.find-agency-result .attention-message {
    color: #2B2F3A;
    font-family: Barlow Condensed;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.find-agency-result .links-container {
  margin: 0 -15px 30px;
}

.find-agency-result .links-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.find-agency-result .links-container div {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.find-agency-result .links-container a {
  display: block;
  color: #2B2F3A;
  text-align: center;
  background-color: #EDEDEB;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

.find-agency-result .links-container a:hover {
  background-color: #2B2F3A;
  color: #FFF;
}

.find-agency-result .links-container a.active {
  background-color: #94C62A;
  color: #FFF;
  cursor: default;
}

.find-agency-result .scroll-pane {
  height: 425px; 
  outline-style: none;
}

.find-agency-result .result-row {
    padding-right: 35px;
}

.find-agency-result .title {
  color: #2B2F3A;
  font-size: 40px;
  font-family: Barlow Condensed;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
  line-height: 25px;
}

.find-agency-result .item {
    margin-bottom: 40px;
    min-height: 240px;
}

/* ------------------------------------------------------*/
/* 20/06/2018*/
.active-agencies .find-agency-result .item {
    min-height: auto;
}

.active-agencies .find-agency-result .item div.general-data {
    min-height: 230px;
}

.active-agencies .find-agency-result .item div.info-rca {
    height: 30px;
    margin-top: 10px;
}
/* ------------------------------------------------------*/


.inactive-agencies .find-agency-result .item {
    min-height: auto;
}

.inactive-agencies .find-agency-result .item > div {
    min-height: 220px;
}

.find-agency-result .item a {
  font-weight: bold;
}

.find-agency-result .item span {
  display: block;
}

.find-agency-result .item span.name {
  color: #94C62A;
  font-weight: bold;
  font-size: 20px;
}

.find-agency-result .item span.map {
  margin: 15px 0;
  text-transform: uppercase;
}

.find-agency-result .item span.rca,
.find-agency-result .item span.revoca {
    background-color: #94C62A;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    /*margin-top: 10px;*/
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.find-agency-result .item span.revoca {
    background-color: #878B98;
}

/*Fumetto*/
.gm-style-iw {
  max-width: 400px;
  font-size: 14px;
}

.gm-style-iw .name {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.gm-style-iw span {
  display: block;
}

.gm-style-iw .link {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.gm-style-iw .link a + a:before {
    content: "-";
    margin-right: 5px;
}

.gm-style-iw .link a + a:hover:before {
    color: #94C62A;
}

.gm-style-iw .link span {
    display: inline-block;
    content: "-";
    margin-right: 5px;
}

.gm-style-iw .link span:before {
    content: "-";
    margin-right: 5px;
}

@media(max-width:1400px){
   .find-agency-result .scroll-pane {
       height: 390px;
   }
   .inactive-agencies .find-agency-result .item > div {
       min-height: 280px;
   }
}

@media(max-width:1200px){
   .inactive-agencies .find-agency-result .item > div {
       min-height: 260px;
   }
}

@media(max-width:767px){
   .inactive-agencies .find-agency-result .item > div {
       min-height: auto;
   }
}
/* ---------------------------------------------------------------------------------------------- */
