/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.page-header .page-header-top .logo-lowen{
	position:absolute;
	top: 8px;
	z-index: 100;
}
.page-header .page-header-top .page-logo, 
.page-header .page-header-menu .hor-menu{
	margin-left: 122px;
}
@media screen and (max-width: 980px) {
	.page-header .page-header-top .logo-lowen{
		display: none;
	}
	.page-header .page-header-top .page-logo, 	
	.page-header .page-header-menu .hor-menu{
		margin-left: 0px;
	}
}

.portlet-body{
	min-height: 100px;
}	

.portlet > .portlet-title > .caption{
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portlet > .portlet-title > .blue{
	color: #3598dc;
}

.page-head{
	padding: 19px 0;
}
.page-head .breadcrumb{
	padding: 0px;
	display: inline-block;
	float: left;
}

.icon-x2{
	font-size: 2em !important;
}
.icon-x3{
	font-size: 3em !important;
}
.icon-x4{
	font-size: 4em !important;
}

.alert-block-notifiche{
	display: none;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 500px;
	z-index: 150;
	margin-left: -250px;
}

.notifica-barra{
	display: block;
	padding-top: 26px;
	color: #9EACB4;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans",sans-serif;
}

.portlet.light.portlet-errore{
	background: #E38E8F url(../img/sfondo-warning.png) 103% 106% no-repeat;
}
.portlet.light.portlet-errore > .portlet-title > .caption, 
.portlet.light.portlet-errore > .portlet-title > .caption > i{
	color: #FFF;
}

.feeds li .col2 {
	float: left;
	width: 175px;
	margin-left: -175px;
}

select.turni_locali, 
.form-data-select input {
	line-height: 22px;
	padding: 0px 10px;
	height: 22px;
	font-size: 13px;
	display: block;
	width: 100%;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border-radius: 4px;
}
 .form-data-select .btn{
	line-height: 22px;
	height: 22px;
	padding: 0px 10px;
 }
	 



.table#tabella_turni > tbody > tr > td{
	padding: 0px;
	line-height: 1.42857;
	vertical-align: top;
}
.table#tabella_turni > tbody > tr > td:hover{
	background-color: #EFF3F8;
}
.table#tabella_turni > tbody > tr > td.utente{
	padding: 8px;
}
.table#tabella_turni > tbody > tr > td.utente:hover{
	background: none;
}
.table#tabella_turni > tbody > tr > td.td-piccola{
	width: 85px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

td.spazio55{
	width: 55px;
}
td.spazio120{
	width: 120px;
}

#tabella_turni span{
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333;
	position:relative;
	overflow: hidden;
	min-height: 53px;
}
#tabella_turni span:hover{
	text-decoration: none;
}
#tabella_turni a.turno_nuovo{
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333;
	text-align: center;
	line-height: 2.80em;
	color: #CBD1D5;
}

#tabella_turni span .box_edit{
	position:absolute;
	z-index: 100;
	width: 74px;
	padding: 4px 8px;
	background-color: rgba(239, 243, 248, 0.6);
	right: 0px;
	top: 0px;
	margin-right: -74px;
	-webkit-transition: 0.4s; /* For Safari 3.1 to 6.0 */
	transition: 0.4s;
}
#tabella_turni span .box_edit a{
	display:inline-block;
}
#tabella_turni span:hover .box_edit{
	display: block;
	margin-right: 0px;
}
#tabella_turni .red{
	margin-top: 2px;
}

.table#tabella_legenda > tbody > tr > td.blocco_colore{
	width: 120px;
}

.portlet > .portlet-title > .tools > a.infosezioni {
    background-image: url(../../global/img/portlet-config-icon.png);
    width: 14px;
    visibility: visible;
}

.tabellachecklist .btn {
  margin-right: 0px;
	padding: 4px 10px 5px 10px;
	font-size: 13px;
	line-height: 1.5;
}
.tabellachecklist .btn.active {
	color: #FFF;
	background-color: #3598dc;
	border-color: #2386CA;
}
.tabellachecklist input[type=text]{
	color: #2386CA;
}

.equal > .equal-child:nth-child(2n+1) {
    clear: left;
}

@media (max-width: 768px) {
	.equal > .equal-child:nth-child(1n+1) {
		clear: left;
	}
}

.portlet > .portlet-title-blue {
	border-bottom: 1px solid #3598dc;
}

.nav-tabs > li > a {
  font-size: 18px;
	text-transform:uppercase;
}

.tabbable-custom > .nav-tabs > li.active {
	border-top: 3px solid #3598dc;
}

small.info{
	color: #3598DC;
}

@media screen and (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}