body {
	/*background: url(../img/coffi_sfondo.jpg) no-repeat left bottom fixed !important;
	background-size: cover !important;*/
	height: auto !important;
}
.main-header {
	max-height: 300px !important;
}
.overlay{
	z-index: 50;
	background: rgba(255,255,255,0.7);
	/*border-radius: 3px;*/
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-box-body{
	box-shadow: 1px 0px 0px #b7b7b7 !important;
}

.overlay>.fa{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px;
}

.login-footer{
	padding: 0px 0px 0px 5px !important;
    font-size: x-small;
	background: #fff;
    border-top: 0;
	color: #666;
	box-shadow: 1px 1px 0px #b7b7b7 !important;
}

input:invalid {
	border: 1px solid red;
  }
/*
.space-10{
	height:10px
}
#lightbulb {
	font-size: 100px;
	display: block;
	text-align: center;
}

h1 {
	padding: 0;
	margin: 10px 0;
}

.chat-user-avatar {
	font-size: 40px;
	background: #ccc;
	padding: 5px 10px;
}

.feature-icon {
	font-size: 44px;
	padding: 0;
	line-height: 64px;
	width: 64px;
	text-align: center;
	opacity: .8;
}

.app-content-loading {
	text-align: center;
	height: 100%;
	width: 100%;
	background: #fff;
	position: relative;
}

.loading-spinner {
	position: absolute;
	font-size: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.carousel-example-content {
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -50px;
}


.carousel .item {
	color: #444;
	background: #f4f4f4;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}


.carousel {
	padding: 20px;
	overflow: visible;
}

.carousel-inner {
	position: relative;
	overflow: visible;

}

.carousel-inner>.item {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.carousel-inner>.item:first-child {
	z-index: 1998; 
}

.carousel-inner>.item.active {
	z-index: 2000;
}

.carousel-inner>.item.active + .item {
	z-index: 1999;
}

.sidebar-secondlevel{
	margin-left:20px;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red .panel-detail {
	border-color: #d9534f;
	color: #fff;
}


.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}
.huge {
	font-size: 40px;
}
.panel-yellow a:hover {
	color: #df8a13;
}

.homePanel{
	background-color: #F5F5F5;
}

.utenteSelezionato{
	float: left;
	line-height: 50px;
	font-size: 4.5vw;
}
@media ( min-width :600px) {
	.utenteSelezionato{
		float: left;
		line-height: 50px;
		font-size: 14pt;
	}
}	

*/

/* ################################################ */
/* ###			 	Style Core 					### */
/* ################################################ */
/*.core_scrollable{
	padding-top: 40px;
}
.cpro-ng-invalid{
	border-color: #FC0;
}
.ng-invalid{
	border-color: #FC0;
}

.loading{
	z-index: 20;
	position:fixed;
	height: 100%;
	width:100%;
	top: 0px;
	background-image: url("../../core/loading.gif");
	background-color: #EEEEEE;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align: middle;
}*/