*{
    box-sizing: border-box;
}

body{
    margin-top: 205px;
    overflow: hidden;
}
.imageExp{
	width: 30px;
}
.active{
    border-bottom: #139df4 3px solid;
    color: #ffffff;
}
/*FLIPPING*/
.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
  background: #fff url("images/youdomus/background_card.jpg") no-repeat bottom left;
  text-align: left;
 
}

.card__back{
    background-color: #ee4f2e;
    color: #fff;
}


.card__back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.card_header{    
    background-color: #efefef;
    background-size: 250px;
    height: 40px;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    line-height: 0;
    font-size: 0.9em;
}

.card_flip_icon{
    width: 30px;
    cursor: pointer;
}

.card_scroll{
    padding: 12px;
}

.wrapper_prod{
    height:200px;
    padding: 24px;
}

.wrapper_prod p,.wrapper_prod span{
    font-size: 0.8em;
}
.wrapper_prod span{
    color: #139df4;
    cursor: pointer;
}

.wrapper_desc{
    height:320px;
    margin-top:36px    
}
.back_desc{
    text-align: left;
    font-size: 0.8em;
    color: white;
    /*overflow: auto;*/
    padding: 0 18px;
    height:100%;
}

.flipped .back_desc{
    overflow: auto;
}
/*END FLIPPING*/

.card {
    width: 320px;
    height: 410px;
    display: inline-block;
    margin: 12px; 
    position: relative;   
  }

.card-monitoraggio,
.card-visura-ipotecaria{
    height: 350px;
}



.card_icon{
    width: 24px;
    float: left;
    margin: 0;
    margin-left: 24px;
}

.info-control{
    position: absolute;
    right: 12px;
    top: 9px;
    display: inline-block;
}

.prod_image{
    height: 160px;
    width: 120px;
    margin: 0 0px;
    float: left;
    background-size: 120px;
}

.record{
    clear: both;
    padding: 32px 0;
    margin-top: 4px;

}

.card-monitoraggio .record{
    padding:14px 0;
}
.card-monitoraggio{
	/*per inserire il riferimento*/
    height: 470px;
}
.card-monitoraggio-soggetto{
    height: 390px;
}
.card-lista-uffici{
    height: 285px;
    width: 275px;
}
.card-lista-indirizzi{
    height: 200px;
    width: 275px;
}
.card-ufficio-catasto{ 
    width: 460px;
    height: 280px;
}

.card-elenco-intestati{
    height: 465px;
}

.card-immobili-elenco{
    width: 400px;
    height: 520px;
}

.field{
    float: left;
    margin-left: 24px;
    max-width: 246px;
}

.field-action{
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.field-action-2{
    position: absolute;
    bottom:24px;
    left:24px;
}
.field-date{
    float: left;
    width: 90px;
}

.field h4{
    color: #ee4f2e;
    font-weight:400;
    margin: 0;
    font-size:0.8em;
}

.field p{
    margin: 0;
    font-weight: 200;
    font-size: 0.8em;
}

.card-ufficio-catasto .field{
    width: 150px;
}

.card-immobili-elenco .record,
.card-elenco-intestati .record{
    padding: 20px 0;
}

.dettaglio-immobili .record{
    padding: 28px 0;
    width: 240px; 
}

.dettaglio-immobili .field{
    width: 105px; 
}

.report .card_header,
.report .card__back{
    background-color: #ee4f2e !important;
}

.report .card_header{
    background: url("images/youdomus/barra_redYD.png") no-repeat center right;
    background-size: 363px;
}

.infoCatasto .card_header,
.infoCatasto .card__back{
    background-color: #139df4 !important;
}

.infoCatasto .card_header{
    background: url("images/youdomus/barra_blu.png") no-repeat center right;
    background-size: 363px;
}

.infoCamere .card_header,
.infoCamere .card__back{
    background-color: #fd795c !important;
}

.infoCamere .card_header{
    background: url("images/youdomus/barra_arancio_chiaro.png") no-repeat center right;
    background-size: 363px;
}

.monitoraggi .card_header,
.monitoraggi .card__back{
    background-color: #979797 !important;   
}

.monitoraggi .card_header{
    background: url("images/youdomus/barra_grigio_chiaro.png") no-repeat center right;
    background-size: 363px;
}

.infoConservatoria .card_header,
.infoConservatoria .card__back{
    background-color: #5f5f5f !important;   
}

.infoConservatoria .card_header{  
    background: url("images/youdomus/barra_grigio_scuro.png") no-repeat center right;
    background-size: 363px;
}

.report .prod_image{
    background: url("images/youdomus/check.png") no-repeat center left;
    height: 160px;
    width: 120px;
    margin: 0 20px 0px 0px;
    float: left;
    background-size: 120px;
}

.infoCatasto .prod_image{
    background: url("images/youdomus/catasto.png") no-repeat center left;
    height: 160px;
    width: 120px;
    margin: 0 24px;
    float: left;
    background-size: 120px;
}


.infoCamere .prod_image{
    background: url("images/youdomus/info_camere.png") no-repeat center left;
    height: 160px;
    width: 120px;
    margin: 0 24px;
    float: left;
    background-size: 120px;
}

.monitoraggi .prod_image{
    background: url("images/youdomus/monitoraggio.png") no-repeat center left;
    height: 160px;
    width: 120px;
    margin: 0 24px;
    float: left;
    background-size: 120px;
}

.infoConservatoria .prod_image{
    background: url("images/youdomus/pregiudizievoli.png") no-repeat center left;
    height: 160px;
    width: 120px;
    margin: 0 24px;
    float: left;
    background-size: 120px;
}

.content-slide{
    height:100%;
    overflow: hidden;
    background-color: #dfdfdf;
}

.scroll-in{
    height: 100%;
    width: 100%;
    overflow:auto;
    background-color: #dfdfdf;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    position: relative;
}

.main-navbar li{
    font-size: 0.8em;
    line-height: 20px;
}

.main-navbar li img{
    width: 20px;
    margin: 0 4px;
}

.menu-bar ul li{
    display: inline-block;
    color:white;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    transition: background-color 200ms;
    padding: 0 12px;
    margin-left: -4px;
	border-bottom: 3px solid transparent;
}

.menu-bar ul li a{
    padding: 0;
}

.menu-bar ul li:hover, .menu-bar ul li:active{
    color: white;
    background-color: #ac270b;
    border-bottom: 3px solid #ac270b;
}

.sub-menu{
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 5000;
}

.sub-sub-menu{
    background-color: #fff;
    color: #000;
}

.sub-sub-menu ul li{
    color: #000;
}

.sub-sub-menu ul li:hover{
    background-color: #139df4;
    color: #fff;
}

.vertical-menu-right-bar{
    right: 15px;
    top: 200px;
    width: 90px;
    height: 100%;
    position: fixed;
    
    text-align: left;
    font-size: 0.8em;
    background-color: transparent;
}


.vertical-menu-right-button{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #efefef;
    border-radius: 50%;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 10px auto;
    text-align: center;
    vertical-align: middle;   
}

.vertical-menu-right-button:hover{
    background-color: #ee4f2e;
    color:white;
    
}

.vertical-menu-icon{
    height: 50px;
}
.sortdirectivebtn, .datepickerdirectivebtn,.filterdirectivebtn{
    background-color: transparent !important;
    display:inline-block;
    position:static;
}

.sortdirectivebtn{
    margin-top: 15px;
}

.vertical-menu-right-button > div > span{
    padding: 15px 25px;
    width: 50px;
    height: 50px;
}
.no-directive > span{
    padding: 15px;
}
.vertical-menu-right-button > div > span > span{
    padding: 15px 25px;
    width: 50px;
    height: 50px;
}
.sortdirectivebtn > span > span,
.datepickerdirectivebtn > span > span{
    padding: 0 !important;
}

/*.choice-panel {
    margin-bottom: 20px;
    min-height: 50px;
    min-width: 200px;
    padding: 19px;
    position: absolute;
    color: white;
    right: 80px;
    font-size: 0.8em;
    text-align: left;
    line-height: normal;
    -webkit-transition: right 700ms 300ms;
    -moz-transition: right 700ms 300ms;
    transition: right 700ms 300ms;
    text-align: left;
    font-size: 0.8em;
    background-color: #ee4f2e;
    
}*/


.choice-panel {
    margin-bottom: 20px;
    min-height: 50px;
    min-width: 260px;
    padding: 19px;
    position: absolute;
    color: #030303;
    right: 60px;
    font-size: 0.8em;
    text-align: left;
    line-height: normal;
    -webkit-transition: right 700ms 300ms;
    -moz-transition: right 700ms 300ms;
    transition: right 700ms 300ms;
    text-align: left;
    font-size: 0.8em;
    background-color: white;
    top: 35px;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    /* max-height: 215px; */
    overflow-y: auto;
}




.choice-panel select,
.choice-panel input{
    color: black;
    border: 1px solid #efefef; 
    background-color: #efefef;
}

.choice-panel select:hover,
.choice-panel select:focus,
.choice-panel select:active,
.choice-panel input:hover,
.choice-panel input:focus,
.choice-panel input:active{
    color: black;
    border: 1px solid #ee4f2e; 
    background-color: #efefef;
}
.contatti-ul{
    margin: 0;
    text-align: left;
    padding: 5px 0 5px 0;
}

.contatti-ul li{
    padding: 5px 0 5px 0;
}

.etichetta_costo{
    position: absolute;
    left: 24px;
    bottom: 24px;
    height: 34px;
    cursor:pointer;
}
.label-domus {
    background-color: #ee4f2e;
  }
.label-domus-default {
    background-color: #139df4;
}

.text-domus{
    color: #ee4f2e;
}
.text-domus-default{
    color: #139df4;
}

.btn-domus,
.btn-widget{
    color: white;
    background-color: #ee4f2e;
    border: 1px solid #ee4f2e;
    border-radius: 0;
    font-weight: bold;    
}

.btn-help{
    color: white;
    background-color:#00A44E;
    border: 1px solid #00A44E;
    border-radius: 0;
    font-weight: bold;    
}

.btn-domus:hover,
.btn-domus:active, 
.btn-domus:focus,
.btn-widget:hover,
.btn-widget:active, 
.btn-widget:focus{
    color: white;
    background-color: #ee4f2e;
    border: 1px solid #f39220;
}


.btn-default{
    color: white;
    background-color: #139df4;
    border: 1px solid #139df4;
    border-radius: 0;
    font-weight: bold;    
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    color: white;
    background-color: #139df4;
    border: 1px solid #6fcfff;
}

.btn-help:hover,
.btn-help:active,
.btn-help:focus{
    color: white;
    background-color: #00A44E;
    border: 1px solid rgb(111, 202, 155)
}

.btn-help img,
.btn-domus img,
.btn-default img{
    height: 20px;   
    margin-left: 6px; 
}

.btn-stampa{
    position: fixed;
    top: 200px;
    left: 10px;
     -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}


#estratto table{
    font-size: 0.8em;
}

#estratto .btn-stampa{
    display: none;
    opacity: 0;
}

#estratto:hover .btn-stampa{
    display: block;
    opacity: 1;
}

#storico table{
    font-size: 0.8em;
}

.table-cool table{
    font-size: 0.8em;
}
.formProdotti, .formRicercaAziende, .formRicercaPersone, .formDomus, .formDomus-lg{
    width: 480px;
    margin: 0px auto;
    text-align: left;
    font-size: 0.8em;
    background-color: #ffffff;
    padding: 20px;
}

.formProdotti, .formRicercaAziende, .formRicercaPersone, .formDomus,.formDomus-lg{
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
}

.formDomus-lg{
    width:70%;
}

.form-title,.form-title-lg,.form-title-xlg{
    background-color: #ee4f2e;
    width: 480px;
    font-size: 1.2em;
    margin: 60px auto 0;
    height: 60px;
    line-height: 60px;
    color: white;
    font-weight: 800;
    text-align: center;
}
.form-title-xlg{
    width: 100%;
 }
.form-title-lg{
    width: 70%;
}
.internal{
    margin-left: -20px;
}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #efefef;
    background-image: none;
    border: 0 solid #efefef;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus{
    border: 1px solid #139df4;    
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
}
.message-wrapper{
    display: inline-block;
}
.form-message{
    padding-left: 6px;
    /*font-size: smaller;*/
}
.form-text-danger{
    color: #fc6849;
}
.form-text-info{
    color: #139df4;
}
.form-text-warning{
    color: #f39220;
}
.form-text-success{
    color: #13a718;
}
.form-nav{
    width: 480px;
    font-size: 1em;
    margin: 0 auto;
    /*height: 40px;*/
    line-height: 40px;
    color: white;
    font-weight: 400;
    text-align: center;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    height: 45%;
}
.form-nav a{
    display: inline-block;
    width: 100%;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
  
}

.form-nav-option,.form-nav-option-main{
    background-color: #ee4f2e;
    text-align: left;
    box-sizing: border-box;
    /*border: 3px solid #139df4;*/
    padding: 3px;
}
.form-nav-option{
    display: inline;
}
.form-nav a:hover{
    text-decoration-line: underline;
    /*height: 100%;*/
}
/*
.form-nav:hover{
    height:140px;
}*/

.float-group{
    display: inline-block;
    vertical-align: middle;
}

select {
    border: 1px solid #efefef;
    color: black;
}

textarea {
    resize: none;
}

input, select {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
    background-color:#fff;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, select:focus,
input:active, select:active{
    border: 1px solid #139df4;
}

input[type="text"].ng-invalid.ng-touched,input[type="text"].ng-invalid.ng-invalid-required,
input[type="password"].ng-invalid.ng-touched,input[type="password"].ng-invalid.ng-invalid-required{
    border: 1px solid #fc6849;
}

.panelDomus{
    width:600px;
    margin: 60px auto;
    text-align: left;
    font-size: 0.8em;
    color: #000;
    background: #fff url("images/youdomus/background_panel.jpg") no-repeat bottom right;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    padding:60px 10px;
    overflow: auto;
}

.panelDomus .panel-one-col {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.panelDomus .panel-two-col {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 30px;
}

.panelDomus .panel-three-col {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-bottom: 30px;
}

.panelDomus .panel-offset-one-col {
    margin-left: 25%;
}

.panelDomus a{
    color: #ee4f2e;    
    -webkit-transition: text-decoration 200ms;
    -moz-transition: text-decoration 200ms;
    transition: text-decoration 200ms;
}


.panelDomus a:hover, .panelDomus a:active{
    text-decoration: underline;
    
}

.confirm-ok{
    font-size: 96px;
    font-weight: lighter;
    color: #509950;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
       
}


.level0 {
    z-index: 0;
}

.level-menu-bar{
    z-index: 500;
 }
.level-1 {
    z-index: -1000;
}

.level-2 {
    z-index: -2000;
}

.level1{
    z-index: 1000;
}

.level2 {
    z-index: 2000;
}

.level3 {
    z-index: 3000;
}

#contatti .top {
  text-transform: uppercase;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  background-color: #ee4f2e;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom:0;
  width: 100%;
  
}
#contatti .top ul {
  list-style: none;
  display: inline;
}
#contatti .top ul li {
  padding: 0 10px;
}
#contatti .bottom {
  width: 608px;
  margin: auto auto;
  padding: 30px;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
  color: #000;
}

#contatti .bottom .logo {
  height: 60px;
  background-position: center top;
}
.table-price{
    color:#fff;
    font-size: 0.8em;
}
.table-cool{    
    background-color: #fff;
    margin: 20px;
    color: #000;
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
}

.table-download{    
    margin: 20px 20px -15px 20px;
    color: #000;
    /* box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1); */
}

.table-catasto table{
    font-size: 0.8em;
}

.table-pregiudizievoli{
    background-color: #fff;
    color: #000;
    font-size: 0.8em;
    height: 90%;
    overflow: auto;
}

.table-monitoraggi{
    background-color: #fff;
    color: #000;
    font-size: 0.8em;
    overflow: auto;
}
.table-conservatoria{
    background-color: #fff;
    color: #000;
    font-size: 0.8em;
    overflow: auto;
}
  
.table-cool table th{
     background-color: #139df4;
     color:#fff;
     border: 0px solid #fff !important;
}


.table-pregiudizievoli table th,.table-conservatoria table th{
     background-color: #5f5f5f;
     color:#fff;
     border: 0px solid #fff !important;
     font-size: 0.9em;
     padding: 0 4px;
}

.table-monitoraggi table th{
    background-color: #efefef;
    color:#3f3f3f;
    border: 0px solid #efefef !important;
    font-size: 0.7em;
    padding: 0 2px;
}

.table-cool table td,
.table-pregiudizievoli table td,
.table-conservatoria table td,
.table-monitoraggi table td{
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-pregiudizievoli table td,
.table-conservatoria table td{
    font-size: 0.8em;
    padding: 0 2px;
}

.table-monitoraggi table td{
    font-size: 0.7em;
    padding: 0 2px;
}
.table-cool tbody tr:hover,
.table-pregiudizievoli tbody tr:hover,
.table-conservatoria tbody tr:hover,
.table-monitoraggi tbody tr:hover{
    background-color: #ceebfd;    
    -webkit-transition: background-color 250ms;
    -moz-transition: background-color 250ms;
    transition: background-color 250ms;
}
    
.pregiudizievole,
.monitoraggio{
    width: 80%;
    margin: 0 auto 100px;
    display: block;   
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);    
}

.empty{
    width:320px !important;
}
/*.monitoraggio{
    margin: 0;
}*/
.card.monitoraggio{
    height: auto;
}
.conservatoria{
    width: 80%;
    margin: 0 auto 10px;
    height: auto;
}
.conservatoria .field,
.pregiudizievole .field
{
    width:65%;
}
.conservatoria .field-button,
.pregiudizievole .field-button
.monitoraggio .field-button{
    float: left;
    margin: 0 0 24px 24px;
}

.conservatoria .field-button
.pregiudizievole-content .field-button{
    padding: 0 0 24px 24px;
}
.conservatoria{

    margin-left: 10%;
}
.pregiudizievole-content,
.monitoraggio-content {

  background-color: #fff;
}
.pregiudizievole-content{
    margin: 0;
}

.monitoraggio-bottom{
    padding-bottom: 20px
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.activateArea{
    background-color: #139df4;
    border-bottom: 3px solid #139df4 !important;
}

.inserisciMonitoraggi{
    position: fixed;
    top: 650px;
    z-index: 500;
    right: 100px;
}

.blu{
    background-color: #139df4;
}
.more-result-disabled{
    background-color: #efefef;
}

.form-nav.blu{
    width: 100%;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 5%;
}
.form-nav.blu ul li:hover, .form-nav.blu ul li:active{
    color: white;
    background-color: #1088D5;
    border-bottom: 3px solid #1088D5;
}
.stampaIcon{
    background: url("images/youdomus/icons/print_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.stampaIcon:hover, .stampaIcon:active{
    background: url("images/youdomus/icons/print_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}


.order-open{
    background: url("images/youdomus/icons/riordina_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.order-open:hover, .order-open:active{
    background: url("images/youdomus/icons/riordina_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.order-disabled,.order-disabled:hover,.order-disabled:active{
    background: url("images/youdomus/icons/riordina_round_grey.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.order-close{
    background: url("images/youdomus/icons/chiudi_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.date-open{
    background: url("images/youdomus/icons/data_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.date-open:hover, .date-open:active{
    background: url("images/youdomus/icons/data_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.date-close{
    background: url("images/youdomus/icons/chiudi_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.aggiungiIcon{
    background: url("images/youdomus/icons/aggiungi_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.aggiungiIcon:hover, .aggiungiIcon:active{
    background: url("images/youdomus/icons/aggiungi_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.switchCardTab{
	background: url("images/youdomus/icons/card_icon_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
		
}
.switchCardTab:hover,.switchCardTab:active{
	background: url("images/youdomus/icons/card_icon_blu.png")  no-repeat;
    background-size: 50px;
}
.aggiornaIcon{
    background: url("images/youdomus/icons/aggiorna_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.aggiornaIcon:hover, .aggiornaIcon:active{
    background: url("images/youdomus/icons/aggiorna_round_blue.png")  no-repeat;
    background-size: 50px;
}

.upload_icon{
    background: url("images/youdomus/icons/upload_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.upload_icon:hover, .upload_icon:active{
    background: url("images/youdomus/icons/upload_round_blue.png")  no-repeat;
    background-size: 50px;

}

.elencoIcon{
    background: url("images/youdomus/icons/lista_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.elencoIcon:hover, .elencoIcon:active{
    background: url("images/youdomus/icons/lista_round_blue.png")  no-repeat;
    background-size: 50px;
}
.elenco-disabled,.elenco-disabled:hover,.elenco-disabled:active{
    background: url("images/youdomus/icons/lista_round_grey.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.avantiIcon{
    background: url("images/youdomus/icons/down_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.avantiIcon:hover, .avantiIcon:active{
    background: url("images/youdomus/icons/down_round_blue.png")  no-repeat;
    background-size: 50px;
}
.avantiIconDisabled, .avantiIconDisabled:hover,.avantiIconDisabled:active{
    background: url("images/youdomus/icons/down_round_grey.png")  no-repeat;
    background-size: 50px;
}
.indietroIcon{
    background: url("images/youdomus/icons/up_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.indietroIcon:hover, .indietroIcon:active{
    background: url("images/youdomus/icons/up_round_blue.png")  no-repeat;
    background-size: 50px;
}
.indietroIconDisabled, .indietroIconDisabled:hover, .indietroIconDisabled:active{
    background: url("images/youdomus/icons/up_round_grey.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.filter-open{
    background: url("images/youdomus/icons/cerca_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.filter-open:hover, .filter-open:active{
    background: url("images/youdomus/icons/cerca_round_blue.png")  no-repeat;
    background-size: 50px;
}

.filter-close{
    background: url("images/youdomus/icons/chiudi_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.infoIcon > .contacts-open{
    background: url("images/youdomus/icons/info_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}
.infoIcon > .contacts-open:hover,.infoIcon > .contacts-open:active{
    background: url("images/youdomus/icons/info_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.contacts-open{
    background: url("images/youdomus/icons/contatti_round_red.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.contacts-open:hover, .contacts-open:active{
    background: url("images/youdomus/icons/contatti_round_blue.png")  no-repeat;
    background-size: 50px;
}

.contacts-open .red{
    color: white;
}

.contacts-close{
    background: url("images/youdomus/icons/chiudi_round_blue.png")  no-repeat;
    background-size: 50px;
    height: 50px;
}

.vertical-menu-right-button .glyphicon{
    display: none;
}
.field-title-wrapper{
    display: inline-block;
}
.order-wrapper{
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    margin-left: 15px;
}
.sort-img{
    background: url("images/youdomus/icons/riordina_round_grey.png")  no-repeat;
    background-size: 30px;
    height: 50px;
}
.sort-by-alphabet-img{
    background: url("images/youdomus/icons/ZA_round_grey.png")  no-repeat;
    background-size: 30px;
    height: 50px;
}
.sort-by-alphabet-alt-img{
    background: url("images/youdomus/icons/AZ_round_grey.png")  no-repeat;
    background-size: 30px;
    height: 50px;
}
/*temporaneo non reale soluzione*/
.table-cool{
    overflow: hidden;
}
.right{
    float: right;
}
.form-group > a{
    color: #1088D5;
}
.ricaricatxt{
    margin-left:0;
}
.counter-wrapper{
    border:1px #ee4f2e solid;
    background-color: #ffffff;
}
.storico-row{
    margin-bottom: 15px;
}
.sm{
    font-size: 14px;
}
.homegrid{
    margin-left: 6%;
    margin-right: 6%;
    height: 75%;
}
.homegrid > .table{
    height: 80%;
}
.xlsCell{
    width: 220px;
}
.homegrid > .table-cool{
    margin: 0;
    height: 100%;
    background-color: white;
    border-collapse: inherit;
}
.homegrid > .table-cool > table {
    background-color: #ffffff;
}
.caricamento-file{
    overflow: hidden;
}
.caricamento-file > .message-wrapper{
    position: absolute;
    bottom: 15px;
}
.infoform{
    color:#1088D5;
}
.optionscollapsed,.optionsopened{
    color: #ffffff;
    width:100%;
    background-color: #ee4f2e;
    height: 0px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
}
.optionsopened{
    height: 40px;
    overflow: visible;
}
.otherinfoopen,.otheinfocollapsed{
    color: #ffffff;
    width:100%;
    background-color: #ee4f2e;
    height: 500px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    transition: height 300ms;
    padding: 0;

}
.otheinfocollapsed{
    height: 0;
    padding: 0;
    overflow: hidden;
}
.form-nav-half{
    width:48% !important;
}
.underline-none{
    text-decoration: none;
}
input[type="radio"]{
    margin: 4px;
}
.avviso{
    font-size: small;
    color: #1088D5;
}
.tagline{
    color: #1088D5;
}
.notDisplay{
	display: none;
}
.disclaimer.lower{
	background: white;
}

.tetto_immobiliare{
    color: #10D588;
    font-weight: bold;
    font-size: larger;
}

.yd-modal-header{
    color: #fff;
    background-color: #ee4f2e;
    text-transform: uppercase;
}

.menu-bar ul li.bg-danger a{
    white-space: nowrap;
}

.new_badge {
    color: gold;
    font-size: 5em;
    position: absolute;
    top: 10px;
    left: 20px;
    transform: rotate(-90deg);
}
.new_text {
    color: orangered;
    font-size: 1em;
    position: absolute;
    top: 34px;
    left: 39px;
    transform: rotate(-22deg);
    font-weight: 400;
    font-style: italic;
    font-family: sans-serif;
}

.help_tooltip {
    /* position: relative; */
    /* right: 20px; */
    display: inline-block;
    border-bottom: 1px dotted white;
  }
  
  .help_tooltip .help_tooltiptext {
    visibility: hidden;
    /* width: 220px; */
    /* height: 40px; */
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: small;
  }
  
  .help_tooltip .help_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .help_tooltip:hover .help_tooltiptext {
    visibility: visible;
    opacity: 1;
  }