

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
	padding-top: 50px;
	padding-bottom: 20px;
}

option:disabled{
 color:#aaaaaa;
 background-color:#eeeeee;
}

@media (max-width: 767px){
	option:disabled{
		display:none;
	}
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 170px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  /* Set the fixed height of the footer here */
  background-color: #242e49;
  color:#ffffff;
}

footer p.societa{
	font-variant:small-caps;
	font-size:16px;
	margin-bottom: 0;
}

footer p.testo, span.testo{
	font-variant:small-caps;
	font-size:14px;
}
footer p.mail, span.mail{
	font-variant:none;
	font-size:14px;
}

/* --------------- */



.navbar-inverse {
    background-image: none;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #91BFDB;
	border-bottom-width: 2px;
}

.navbar-inverse {
    background: transparent url('../img/headerOverlay.png') repeat scroll;
    border-color: #91BFDB;
	border-bottom-width: 2px;
}


.navbar-brand {
    line-height: 30px;
    padding: 8px 15px 8px 62px;
	 background: transparent url('../img/logo_gbs.png') center left scroll no-repeat;
	 width:207px;
	 text-indent:-9999px;
	 
	 
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
	font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-brand {
    /* color: #0C65BF; */
	 color:#ffffff;
	font-variant: small-caps;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #b8b8b8;
  background: transparent url('../img/logo_gbs_hover.png') center left scroll no-repeat;

}

.navbar-inverse .navbar-toggle {
/*   background-color: #FE9E4C; */
/*   border-color:	#0C65BF; */
border-color:#ffffff;
background-color:transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #1E96E0;
/*   border-color:	#FE9E4C; */
}

.navbar-inverse .navbar-nav > li > a {
    color:#D73027;
	 color:#ffffff;	 
	 font-variant:small-caps;
/* 	 padding:0 0 0 30px;
	 margin-top:28px; */
}

.navbar-inverse .navbar-nav > li.username {
    position:absolute;
	 right:0px;	 
	 top:4px;
	 color:#cccccc;	 
	 font-size:12px;
	 cursor:default;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color:#FC8D59;
}

.navbarmenu{
	position:relative;
}


h2.gbswarning{
	margin:0 0 40px 0px;
	text-align:center;
	font-variant:small-caps;
}

h2.gbswarning > span.label{
	font-weight:normal;
	font-size:100%;
}

h2.gbswarning > span.label > span > a{
	color:#ffffff;
	font-size:60%;
}

@media (min-width: 768px){
	.navbarmenu{
		 float: right;
		 min-width: 400px;
		 text-align: right;
	 }
	.navbarmenu>li{
		 float: right;
	 }
	.navbarmenu>li>a{
		padding:0 0 0 30px;
		margin-top:28px;
	}
}


.jumbotron {
   background: transparent url('../img/slide01.jpg') no-repeat scroll center center;
   padding-bottom: 24px;
   padding-top: 24px;
	color:#ffffff;
}

.jumbotron.quotation {
   background: transparent url('../img/slide02.jpg') no-repeat scroll bottom center;
}

.jumbotron h1,
.jumbotron .h1 {
	font-size: 40px;
	margin-top:15px;
	margin-bottom:15px;
}

 
/* @media (min-width: 768px) and (max-width: 991px) {
 .jumbotron h1,
  .jumbotron .h1 {
    font-size: 30px;
  }
	.jumbotron p{
    font-size: 17px;
	}
 } */
 
.jumbotron p{
  margin-top:8px;
	margin-bottom:8px;
 }
 
 p{
 font-size:16px;
 }
 
 .btn-primary {
    background-image: linear-gradient(to bottom, #428bca 0px, #242e49 100%);
    background-repeat: repeat-x;
    background-color: #242e49;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #242e49;
  border-color: #285e8e;
}

.panel-body p{
	font-size:14px;
}

.reservbadge {
    border: 1px solid #3c763d;
    border-radius: 0 4px 4px 4px;
    margin-bottom: 30px;
	 padding-top: 0px;
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #3c763d;
    color: #fff;
}
.nav-pills > li > a {
    border-radius: 4px 4px 0 0;
/* 	color:#3c763d; */
}

.nav-pills > li.disabled > a,.nav-pills > li.disabled.active > a{
	background:transparent;
	color: #777;
	}

.nav-pills > li.disabled.done > a{
	color: #3c763d;
}

label{
	font-weight:normal;
}
label.disabled{
	color:#aaaaaa;
	cursor: not-allowed;
}
.help-block.disabled{
	color:#aaaaaa;
	cursor: not-allowed;
}


#nb_PrevNext{
    background: none repeat scroll 0 0 #3c763d;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
    margin-bottom: 0;
    margin-top: 50px;
    padding-top: 8px;
}

#nb_PrevNextTop{
    border-bottom: 1px solid #3c763d;
    border-radius: 0;
    margin-bottom: 26px;
    margin-top: 0;
    min-height: 0;
    padding-bottom: 8px;
    padding-top: 8px;
	 background-color:none;
}


 .tab-form-group{
	padding:10px 20px 0 20px;
}

#divChkFunzAggiuntive>a.disbled{
	background:#eeeeee;
}

#divChkFunzAggiuntive>.list-group-item.disabled, #divChkFunzAggiuntive>.list-group-item.disabled:hover, #divChkFunzAggiuntive>.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
	cursor: not-allowed;
}

#divChkFunzAggiuntive>.list-group-item.funz_header.disabled, #divChkFunzAggiuntive>.list-group-item.funz_header.disabled:hover, #divChkFunzAggiuntive>.list-group-item.funz_header.disabled:focus {
    background-color: #ddd;
    color: #555;
	cursor: auto;
}

.headerStrikeThroughCont{
	text-align: center; 
	margin-left: 15px; 
	margin-right: 15px; 
	font-variant: small-caps; 
	position: relative; 
	border-top: 1px solid #000000; 
	margin-top: 40px; 
	height: 30px;
}

.headerStrikeThroughCont.h3{
	margin-top: 70px; 
}


.headerStrikeThroughCont h5{
	position: absolute; 
	width: 30%; 
	margin-left: 35%; 
	top: -19px; 
	background-color: #ffffff;
}

.headerStrikeThroughCont h3{
	position: absolute; 
	width: 40%; 
	margin-left: 30%; 
	top: -36px; 
	background-color: #ffffff;
}

/* .selectpicker > li > a{
	white-space:normal !important;
} */

.tblpreventivo{
    font-size: 13px;
    font-variant: small-caps;
    margin: 0 15px;
    padding: 10px;
}	



.tblpreventivo ul li {
    list-style:none;
}

.tblpreventivo ul li.qte_ente {
    margin-top:6px;
	 font-size:12px;
}


.tblpreventivo ul li:before {
    font-family:'FontAwesome';
    content:"\f068";
	 margin:0 5px 0 -15px;
	 font-size:1px;
}
.tblpreventivo ul li.qte_ente:before {
    content:none;
}

.tblpreventivo .qte_prezzo{
	 background-color: #bcd6b1;
	 border-bottom-left-radius: 10px;
	 border-bottom-right-radius: 10px;
	 margin-top: 1px;
}

.qte_prezzo>h5{
	text-align:right;
}


.loginmask{
	background: transparent url('../img/overlaywhite.png') repeat scroll !important;
	color:#333333;
	font-size:12px;
}

.loginmask>.panel-heading, .loginmask>.panel-footer{
	background: transparent url('../img/overlaywhite.png') repeat scroll !important;
	padding:4px 8px;
}
.loginmask>.panel-heading, .loginmask>.panel-footer{
	background: transparent url('../img/overlaywhite.png') repeat scroll !important;
	padding:4px 8px;
}

.loginmask>.panel-body{
	padding:4px 8px;
}
.loginmask  label{
	font-weight:bold;
}


@media (min-width: 768px) {
	.longlabel.col-sm-1{
		width:25%
	}
	.longinput.col-sm-1{
		width:75%
	}
}

@media (min-width: 992px) {
	.longlabel.col-md-1{
		width:16%
	}
	.longinput.col-md-1{
		width:84%
	}
}

@media (min-width: 1200px) {
	.longlabel.col-lg-1{
		width:12%
	}
	.longinput.col-lg-1{
		width:88%
	}
}

ul.dwnDocumenti {
list-style-type: none;
padding: 0;
}

ul.dwnDocumenti li{
background: url('../img/pdf-icon.png') no-repeat left 10px;
min-height: 34px;
padding-left: 30px;
padding-top: 3px;
margin-bottom:10px;
} 