/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


.sidenav-overlay{
	z-index: 995;
}
#mynav-mobile li a, #mynav-desktop li a{
	color: #2196f3;
	font-weight: bolder;
}

#mynav-desktop li a{}

#mynav-desktop{}

#mynav-mobile{}

#dropdown-utente{
min-width: 300px;	
}

#dropdown-utente li a{
	color: #2196f3;
	font-weight: bolder;
}

li.disabled span{
	color: gray;
}
li.disabled{ 
	text-transform: uppercase;
}
li.disabled:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}


#home-carousel{
	height: 500px;
}

.alt{
	border-bottom:1px solid gray;
	    padding-bottom: 5px;
}

#sidebar_right{
	border-left:1px solid gray;
	
}

div.flash-success , div.flash-error, div.alert-box{
	color: white;
    border-radius: 3px;
    padding: 10px;
    font-size: 1.8em;
}

div.alert-box a.close{
	display:none;
}

div.flash-success, div.success{
	background-color: #aed581 ;
}
div.flash-error, div.error, div.alert{
	background-color:#ef5350 ;
}

div.flash-warning, div.warning{
	background-color:orange ;
}

.errorMessage{
	color:#ef5350;
}

ul.breadcrumbs li{
	display:inline-block;
}

table.detail-view tr.odd {
   background: rgba(33, 150, 243, 0);
}


div.rowseparco {
    height: 3px;
    display: block;
    background: url(../images/bg_rowarco.gif ) repeat-x;
}

#fixed_alert_box{
margin:15px;
}