/*  FUNÇÃO LOAD  */
.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	background-color: #FFF;
	z-index: 2000;
	display: none;
}

#load div { 
	position: absolute;
	top: 36%;
	left: 50%;
	width: 5em;
	height: 2em;
	margin: -1em 0 0 -2.5em;
	color: #000;
	font-weight: bold;
}

.cropper-example-1 {
	max-height: 470px !important;
}

.nome_patio {
	font-size: 20px;
	color: #FFF;
	padding-top: 10px;
	float: left;
}

.nav-tabs-custom {
	background: #f1f1f1;
	padding: 1.3%;
}

.btn_desabled {
	border-color: #999;
	cursor: no-drop;
	color: #666;
	pointer-events: none;
}

/*.form-control{text-transform: uppercase;}*/