/* 
  Created on : 5-ago-2015, 9.42.28
  Author     : grafico
  CSS generico per i portali
*/
body{
  background:#CCC;
  position:relative;
  font-size:12px;
}
.centered-section{
  min-height:1px;
  max-width:1700px;
  margin:0 auto;
  position:relative;
}
.centered-section.full-page{
  max-width:2300px;
}
.full-page .navbar-header {
  margin-left:10px;
}
header,
footer{
  display:block;
  width:100%;
  min-height:70px;
  background:#009AC6;
  color:#FFF;
}
header{
  border-bottom:3px solid #FF7800;
}
footer{
  background:     #7D7D7D;
  position:       absolute;
  bottom:         0; left: 0; right: 0;
  overflow:       hidden;
  color:          #FFF;
  overflow:       hidden;
  padding-top:    20px;
  padding-bottom: 20px;
  min-height:     0;
}
.footer-padding{
  padding-bottom:121px;
}
footer *{
  color:#FFF !important;
}
.cookie-law-on footer{
  bottom:40px;
}
.cookie-law-on .footer-padding{
  padding-bottom:121px;
}
header h1{
  background:url(../img/logo/logo_fallco_25_anni.svg) left center no-repeat;
  background-size: auto 70px;
  min-height:90px;
  margin:0;
  padding:20px 0 0 180px;
  /*padding-left:calc(36% + 10px);*/
  word-wrap:break-word;
  font-family:"Roboto Condensed",sans-serif;
  font-size:22px;
  font-weight:bold;
  line-height:24px;
}
header ul,
header ul li{
  list-style:none;
  padding:0;
  margin:0;
}
header ul li{
  float:left;
}
header .header-nav ul li a{
  font-size:15px;
  line-height:15px;
  text-transform:uppercase;
  padding:27px 15px;
  display:block;
  font-family:"Roboto Condensed",sans-serif;
  color:inherit;
  font-weight:bold;
  min-height:70px;
  position:relative;
}
header .header-nav ul li a:hover,
header .header-nav ul li a.active{
  color:#ffd080;
}
header .header-nav ul li a:hover:after,
header .header-nav ul li a.active:after{
  content:' ';
  width:0;
  height:0;
  border-style:solid;
  border-width:0 10px 10px 10px;
  border-color:transparent transparent #FF7800 transparent;
  position:absolute;
  bottom:0; left:50%;
  margin-left:-10px;
}
/* bootstrap navbar */
.navbar {
  border:none;
}
.navbar-default {
  background-color:transparent;
  border-color:transparent;
}
.navbar-default .navbar-brand {
  color:inherit;
}
.navbar-brand {
  float:left;
  padding:0;
  line-height:20px;
  height:auto;
}
.navbar-toggle {
  margin-right: 10px;
  padding:9px 10px;
  margin-top:16px;
  background-color:#FFF;
}
.navbar-default .navbar-collapse {
  border:none;
}
.navbar-collapse {
  padding:0;
  border:none;
  box-shadow:none;
}
.navbar-collapse.in {
  overflow-y: auto;
}
/* titoli */
.col1 h1, h2, h3, h4{
  font-family: "Roboto Condensed",sans-serif;
  color:#FF4800;
  text-transform:uppercase;
  font-size:16px;
  font-weight:bold;
  margin:5px 0;
  padding:0;
}
.col1 h1{
  color:#000;
  font-size:18px;
}
/* colonne */
.col2 .logo-zucchetti,
.col3 .logo-zucchetti{
  display:block;
  margin:15px auto;
  width:85%;
}
.col2 hr,
.col3 hr{
  margin:15px 0;
}
.col2 ul,
.col3 ul{
  margin:0;
  padding-left:15px;
}
/* colori base */
.azzurro{
  color:#009AC6 !important;
}
.arancio{
  color:#FF4800 !important;
}
/* icone */
.icon{
  height:16px;
  vertical-align:middle;
  margin-right:5px;
}
/* ricerca e form */
.form .col,
.search .col{
  text-align:right;
  margin:5px 0;
  min-width:250px;
  white-space:nowrap;
}
.col.wrap{
  white-space:normal;
}
.form label,
.search label{
  padding:0 5px 0 0;
}
.form .button,
.search .button{
  margin:10px;
}
.search .button{
  min-width:75px;
}
.form .col.single,
.search .col.single{
  text-align:left;
}
.form .col.single textarea,
.search .col.single textarea{
  width:100%;
}
.form legend{
  font-size:inherit;
  margin:10px 0;
}
.search .col input,
.search .col select,
.search .col textarea,
.search .col .input-space{
  max-width:61.5%;
  vertical-align:top;
}
.search .col label{
  max-width:35%;
  overflow:hidden;
  text-overflow:ellipsis;
}
.search .col label,
.search .col .input-space{
  line-height:18px;
  vertical-align:top;
}
.max-w-800{
  max-width: 800px;
  margin:0 auto;
}
/* tabelle */
table{
  width:100%;
}
th, td{
  border-bottom:1px solid #CCC;
  border-top:1px solid #CCC;
  text-align:left;
  padding:3px;
  font-size: 13px;
}
th{
  border-top:none;
  background-color:#FBFBFB;
  font-weight:bold;
}
table tr:last-of-type th,
table tr:last-of-type td{
  border-bottom:none;
}
.modal-body table th{
  border:1px solid #FFF;
  background-color:#ECECEC;
  font-weight:bold;
}
table.table-vertical-header th,
table.table-vertical-header td{
  border-width:0 0 1px;
}
/* suite buttons */
ul.suite-list{
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}
ul.suite-list > li{
  display:inline-block;
  width:48%;
  height:100px;
  text-align:center;
  position:relative;
}
ul.suite-list > li > a{
  font-size:19px;
  font-family:"Roboto Condensed",sans-serif;
  font-weight:bold;
  color:#FFF;
  background: #f6d040;
  background: -moz-linear-gradient(top,  #f6d040 0%, #e27f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6d040), color-stop(100%,#e27f00));
  background: -webkit-linear-gradient(top,  #f6d040 0%,#e27f00 100%);
  background: -o-linear-gradient(top,  #f6d040 0%,#e27f00 100%);
  background: -ms-linear-gradient(top,  #f6d040 0%,#e27f00 100%);
  background: linear-gradient(to bottom,  #f6d040 0%,#e27f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d040', endColorstr='#e27f00',GradientType=0 );
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top:3px; left:3px; bottom:3px; right:3px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
ul.suite-list > li > a:hover{
  background:#e27f00;
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27f00', endColorstr='#e27f00',GradientType=0 );
}
ul.suite-list > li > a.new:after{
  content:'';
  background-image:url('../img/portale_creditori/new_fascia_sx.png');
  background-repeat: no-repeat;
  display:block;
  position:absolute;
  top:-5%;
  left:-5%;
  height:50%;
  width:50%;
  background-size:contain;
}
/* generic class */
.close-in-title{
  float:right;
  background:transparent;
  border:none;
  display:inline-block;
  padding:0 0 4px 10px;
}
.modal-header .close-in-title{
  text-transform:uppercase;
}
/* 404 */
.error-404,
.error-404-sub{
  text-align:center;
  display:block;
  font-family:"Times New Roman", Times, serif;
  color:#666;
  margin:0 auto 30px;
  font-size:15px;
}
.error-404{
  font-size:40px;
  font-weight:bold;
  margin:30px auto 0;
  text-transform:uppercase;
  line-height:1;
}

/*freccia laterale*/
.arrow-left:before,
.arrow-right:after{
  height:0;
  width:0;
  content:'';
  display:inline-block;
  border-style:solid;
  border-width:5px 8px 5px 0;
  border-color:transparent #3779b7 transparent transparent;
  vertical-align:top;
  margin:2.5px 5px;
}
.arrow-left:before{
  left:0;
}
.arrow-right:after{
  border-width:5px 0 5px 8px;
  border-color:transparent transparent transparent #3779b7;
  right:0;
}

.ul-leggi-regolamenti{
  list-style:none;
  margin:0 0 35px 15px;
  padding:0;
}
.ul-leggi-regolamenti > li{
  padding:10px 0 0 25px;
  position:relative;
}
.ul-leggi-regolamenti > li > a > img{
  position:absolute;
  margin-left:-25px;
  max-height:16px;
}
.data-room-introduzione{
  border-radius: 6px;
  border:1px solid #ccc;
  background: #E6F9FF;
  background-color: rgba(0,154,198,0.1);
  padding:10px;
  line-height: 1.5em;
}
.dataroom-dati{
  width:100%;
  padding-top: 10px;
}
.blocco-titolo-dataroom{
  width:60%;
  float:left;
}
.blocco-conn-utente{
  float:right;
  text-align: right;
}
/* Stile per le tabelle zebrate con seconda riga collassata */
.table-striped-collpased{
  border-collapse: collapse
}
.table-striped-collpased > tbody > tr {
  background-color: #fff;
}
.table-striped-collpased > tbody > tr:nth-of-type(4n+3), .table-striped-collpased > tbody > tr:nth-of-type(4n+4) {
  background-color: #f9f9f9;
}
.table-striped-collpased > tbody > tr:nth-of-type(2n+2) > td {
  padding: 0;
  border-top: none;
}
.table-striped-collpased > tbody > tr:nth-of-type(2n+2) > td > .collapse,
.table-striped-collpased > tbody > tr:nth-of-type(2n+2) > td > .collapsing {
  margin: 8px 8px 8px 16px;
}
.table-striped-collpased > tbody > tr.tr_collapse{
  border-top:0;
  height:0;
}
/*bottone verde inventario*/
.inventario{
  position:relative;
  background-color:#5CB85C;
  padding:6px 12px 6px 12px;
  width:95%;
  margin:0 auto;
  max-width: 250px;
  font-size:15px;
  color:#fff;
  font-size:0;
}
.inventario > span{
  display:inline-block;
  vertical-align:middle;
  line-height:17px;
  font-size: 15px;
}
.inventario > .icona{
  margin:0 12px 0 0;
}
.inventario:after{
  content:'';
  background:url('../img/portale_creditori/new_fascia_sx.png') no-repeat left top;
  display:block;
  position:absolute;
  top:-3px;
  left:-3px;
  height:40px;
  width:40px;
  background-size:contain;
}
.inventario:hover{
  background:#449D44;
}
@media screen and (max-width: 1300px) and (min-width: 1000px) {
  .inventario {
    font-size:12px;
  }
}

@media screen and (max-width: 700px) {
  .blocco-titolo-dataroom{
    width:100%;
  }
  .blocco-conn-utente{
    width:100%;
  }
  .conn-utente{
    margin-top: -30px;
  }
}

/* responsive */
@media screen and (max-width: 1200px) {
  body{
    font-size:11px;
  }
  ul.suite-list > li{
    width:80px;
    height:80px;
  }
  ul.suite-list > li > a{
    font-size:15px;
    padding-top:15%;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    position:static;
    padding:10px 5px;
    height:auto;
  }
  .footer-padding {
    padding-bottom:5px;
  }
}
.data-room-introduzione{
  border-radius: 6px;
  border:1px solid #ccc;
  background: #E6F9FF;
  background-color: rgba(0,154,198,0.1);
  padding:10px;
  line-height: 1.5em;
}
.conn-utente{
  float:right;
  text-align:right;
  font-size:11px;
  display:block;
}
.conn-utente b{
  text-align: right;
}
/*blocco popup registrazione*/
.box-campi-form{
  padding:5px;
}
.form-stacked label{
  width:150px;
  font-size: 12px;
}
.form-stacked .xlarge,
.form-stacked select{
  width:300px;
}
.form-stacked .actions{
  width:300px;
  padding-top: 20px;
  text-align:center;
  margin:0 auto;
}
/*fine blocco popup registrazione*/
.sfondo-grigio-portali{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:14.8%;
  background:#F4F4F4;
  z-index:-1;
  border-right: 1px solid #bbb;
}
.input-utenti{
  width:100%;
  max-width: 160px;
}
@media screen and ( max-width: 450px){
  .titolo-data-room{
    max-width: 230px;
  }
}
/** avvisi gialli **/
.avviso_giallo{
  color:#000;
  text-align:justify;
  background-color:#fff5c8;
  border:2px solid red;
  margin:15px 1% 10px 0;
  padding:5px 10px;
  float:left;
  width:49%;
  position:relative;
}
.avviso_giallo > img.new{
  position:absolute;
  left:-5px;
  top:-5px;
  width:39px;
  height:39px
}
@media screen and (max-width:650px) {
  .avviso_giallo{
    float:none;
    width:auto;
  }
}