.clear{clear:both; height:0.01em;}
.clear5{clear:both; height:5px;}
.clear10{clear:both; height:10px;}
.clear15{clear:both; height:15px;}
.clear20{clear:both; height:20px;}
.clear25{clear:both; height:25px;}
.clear30{clear:both; height:30px;}
.clear35{clear:both; height:35px;}
.clear40{clear:both; height:40px;}
.clear50{clear:both; height:50px;}

#fundo_carregando{
	background-color:#CCC;
	width:100%; 
	height:100%; 
	position:fixed; 
	left:0px; 
	top:0px; 
	opacity:0.50;
	display:none; 
	z-index: 9999;
}

.progress {
	position: relative;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}

.progress-load{
	margin: 0 auto 10px;			
	background: url(../images/ajax-loader.gif);
	background-size: 46px 46px;			
	background: url(../images/ajax-loader.gif) repeat scroll 0 0 / 46px 46px rgba(0, 0, 0, 0);
	height:44px;
	width:44px;
	display:block;
	background-color:#000;
	border-radius:36px;
	padding:1px;
}	

.progress-indicator {
	top:50%;	
	left:50%;
	position:fixed;	
	width:200px;	
	text-align:center;
	/* IE filter */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
	-moz-opacity:0.88;    /* Mozilla extension */
	-khtml-opacity:0.88;  /* Safari/Conqueror extension */
	opacity:0.88; /* CSS3 */
	z-index:99999;
	background-color:#C3C3C3;
	display:none;
	border:1px solid #EBEBEB;
	border-radius:0.5em;
	padding:10px;
	color:#000;
	font-weight:bold;
	margin-left: -110px;
	margin-top: -43px;
	box-shadow: 0 1px 1px -1px #FFFFFF;
	height: auto;
}

/** mmodal danger **/
.modal-danger .modal-dialog .modal-content{
	border: solid 1px #f2dede;
}

.modal-danger .modal-dialog .modal-content .modal-header{
	color: #a94442;
	background-color: #f2dede;
}


.notify{
	position: fixed; 
	top: -300px; 
	z-index: 9999; 
	width: 600px;
	left:50%; 
	margin-left: -300px; 
	padding: 10px; 
	font-size: 12px; 
	border-radius: 5px;
	max-width: 80%;
}

.notify-active{top:0px;}