/*** TELAS DE ERROS ALERT ***/
.sgi_errornew{

	position:fixed;
	z-index:105;
	width:315px;
	background:#333;

	left:50%;
	top:20%;
	margin-left:-162px;
	border:1px solid #eee;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;

}

.sgi_errornew .title{
	width:96%;
	padding:2%;
	height:15px;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
	background:url(imag/mensagem_erro/error_line.png) bottom center no-repeat;
	font-size:8pt;
}


.sgi_errornew .icon{

	background-image:url('imag/mensagem_erro/error_icon.png');
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	float:left;
	margin:5% 14px 0 10px;

}

.sgi_errornew .bgcontainer{
	width:100%;
	height:auto;
	overflow: hidden;
}
.sgi_errornew .container{
	color: #FFFFFF;
	float: left;
	font-size: 8pt;
	margin: 7% auto 0;
	padding-bottom: 12px;
	text-align: center;
	width: 60%;
	min-height:36px;
}

.sgi_errornew .bgbutton{
	width:100%;
	background:#fff;
	background:rgba(255,255,255,0.8);
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-ms-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	height:34px;
}

.sgi_errornew .button{
	clear:both;
	display:block;
	margin:auto;
	width:108px;
	height:24px;
	padding:5px;
	background:#fff;
	text-align:center;
	background:url(imag/mensagem_erro/error_ok.png) no-repeat;
	cursor:pointer;
	border:none!important;
}
.sgi_errornew .button:hover{
	background-position: 0 -30px;
}
.sgi_errornew .button:active{
	background-position: 0 bottom;
}

.sgi_errornew.error .icon{
	background-position:0 -70px;
}
.sgi_errornew.info .icon{
	background-position:0 0px;
}
.sgi_errornew.correct .icon{
	background-position:0 -35px;
}

.sgi_errornew.error{
	background-position:0 -70px;
	background:#580f0f;
}
.sgi_errornew.info{
	background-position:0 0px;
	background:#333;
}
.sgi_errornew.correct{
	background-position:0 -35px;
	background:#809351;
}

.sgi_errornew.correct .container{
	margin: 12% auto 0 auto;
}

/** class para novo loader **/
#sgi-jquery-loader{
border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; background-image:url('imag/loader.gif'); background-color: #1F1F1F; border: 2px solid #3A3A3A; float: left; font-size: 0px; left: 50%; padding: 44px; position: fixed; top: 40%; background-position: 50% 50%; background-repeat: no-repeat no-repeat;z-index:1008;display:none;width:80px;
}