@charset "utf-8";
/* CSS Document */

/*Utilização de font externa*/
@font-face{
	font-family:Calibri;
	font-style:normal;
	font-weight:normal;
	src: url(font/calibri.ttf);
}

.body{
	background: url(../images/fundocheio.png) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover; /* SAFARI / CHROME */
	-moz-background-size: cover; /* FIREFOX */
	-ms-background-size: cover; /* IE */
	-o-background-size: cover; /* OPERA */   
}

.body:not(#old_ie) {
    behavior: url(ie9gradients.htc)
}

.clear {
    clear: both
}

#fundologin{
    width: 375px;
    height: 500px;
    margin-left: -230px;
    margin-top: -180px;
    position: absolute;
    left: 50%;
    top: 250px;	
	padding: 2px 2px 2px 2px;	
	vertical-align:center;
	background-color:#E9E9E9;
	background-image:url(../images/bglogin.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-box-shadow: -1px 0px 30px 0px rgba(0, 0, 0, 0.54);
	-moz-box-shadow:    -1px 0px 30px 0px rgba(0, 0, 0, 0.54);
	box-shadow:         -1px 0px 30px 0px rgba(0, 0, 0, 0.54);
}

.label_login{
	color:#000;
	font-size:13pt;
	font-family:"calibri";
}

.alert-message {
	padding-left:12px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:10px;
	border-left: 3px solid #920000;
}
        
.alert-message h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.alert-message-danger {
	background-color: #FFE2E3;
    border-color: #920000;
	font-weight:bold;
	text-align:justify;	
}

.alert-message-danger h4 {
	color: #AF0000;
	font-weight:bold;
}

.linha_sep{
	border:#E9AE00 1px groove;
}

.botao_cmd{
  font-weight: bold;
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  cursor:pointer;   
  color:#FFF;
  width:130px;
  height:30px;
  line-height:20px;
  text-align: center;		
  border: 1.5px solid #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;	
  background-color:#0069E8;
  background: -moz-linear-gradient(top, #0069E8 0%, #0069E8 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002553), to(#0069E8));  
}

.botao_cmd:hover {
  cursor: pointer;
  color:#FFF;
  font-weight: bold;
  text-shadow: 0 1px 2px #000;		
  background:#00B900;
  background: -moz-linear-gradient(top, #00B900 0%, #002553 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0069E8), to(#002553));
}

#embacado{
  position:fixed;
  border: solid 5px #000;
  background-color: #000;
  width:100%;
  height:100%;
  margin-left: auto ;
  margin-right: auto ;	
  -ms-filter: "alpha(opacity=75)"; /* IE8 */
  filter: alpha(opacity=75); /* Old IE */
  -khtml-opacity: 0.75; /* Old Safari */
  -moz-opacity: 0.75; /* Old Firefox, Netscape */
  opacity: 0.9; /* Standard */  
  z-index: 999999;
  display:none;
  cursor:progress;
}

#validando_acesso{
	left:50%;
	margin-left: -217px;
	position:absolute;
	top:220px;
	padding-left:45px;
    font-family: 'calibri';
	font-size:15pt;
	font-weight:bold;
	color:#5F8F00;
	width:350px;
	height:41px;
	line-height:37px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-color:#D1FFE8;
	border:2px #5F8F00 solid;
	display:none;
	-webkit-box-shadow: -1px 0px 30px 0px #fff;
	-moz-box-shadow:    -1px 0px 30px 0px #fff;
	box-shadow:         -1px 0px 30px 0px #fff;
	
}

#acesso_negado{
	left:50%;
	margin-left: -217px;
	position:absolute;	
	margin-top:13%;
	padding-left:45px;
    font-family: 'calibri';
	font-size:15pt;
	font-weight:bold;
	color:#920000;
	width:350px;
	height:41px;
	line-height:37px;
	background-image:url(../images/stop.png);
	background-repeat:no-repeat;
	background-size:38px 38px;
	background-color:#FFEDED;
	border:2px #920000 solid;
	-webkit-box-shadow: -1px 0px 30px 0px #fff;
	-moz-box-shadow:    -1px 0px 30px 0px #fff;
	box-shadow:         -1px 0px 30px 0px #fff;
	display:none;	
}

#aviso_fechar_acesso_negado{
	left:50%;
	margin-left: -217px;
	position:absolute;	
	margin-top:15%;
    font-family: 'calibri';
	font-size:13pt;

	color:#fff;
	width:350px;
	height:41px;
	line-height:37px;
	display:none;
}

#acesso_liberado{
	left:50%;
	margin-left: -217px;
	position:absolute;	
	margin-top:13%;
	padding-left:45px;
    font-family: 'calibri';
	font-size:15pt;
	font-weight:bold;
	color:#002F77;
	width:350px;
	height:41px;
	line-height:37px;
	background-image:url(../images/redirect.gif);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-color:#C5F1FF;
	border:2px #002F77 solid;
	-webkit-box-shadow: -1px 0px 30px 0px #fff;
	-moz-box-shadow:    -1px 0px 30px 0px #fff;
	box-shadow:         -1px 0px 30px 0px #fff;
	display:none;
	
}

.fechar_erro{
	margin-left:20px;
	cursor:pointer;
}

.logo_marcadagua{
	position: absolute;
	top:100%;
	left:100%;
	height: 83px;
	width: 151px;
	margin-top: -90px;
	margin-left: -160px;	
	background-image:url('../images/logo_essencial.png');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.15;
	filter: alpha(opacity=15);
}