/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS GLOBAIS */

body {
	background:url(../imagens/bg01.jpg) #eaeaea no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	font-family: Tahoma, Arial;
}

#header {
	background:#3d7968;
	margin-top:0;
	height:126px;
}

#header-logo {
	float:left;
	margin-left:10%;
	margin-top:2%;
}

#menu
{
	background:#254b40;
	position: absolute;
	/*left: 8px; */
	margin-top:10px;
	margin-left:0;
	top: 115px;
	/*margin: 0;*/
	/*padding: 0 0 0 10px;*/
	width: 100%;
	height: 20px;
	z-index: 999;
}

#menu_itens 
{
   float:left; 
   margin-left:10%; 
}

#menu_usuario
{
    float:right;
    margin-right:10%;
    font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
}

#menu_sair 
{
    float:right;
    color: #ededee;
}

#menu_sair a 
{
   color:#ededee;
   text-decoration: none;
   cursor:pointer;  
}

#menu_div 
{
    margin-left:15px;
    margin-right:15px;
}

#foot 
{
    float:left;
    margin-left:10%;
    margin-bottom:0px;
    margin-top:22%;
    vertical-align:bottom;
	display:table-cell;
}

#container {
	margin:0 auto;
}

#content {
	width:960px;
	margin:0 auto;
}



.direita { float:right; }
.esquerda { float:left; }

.limpar { clear:both; }

input[type="submit"], input[type=checkbox], input[type=button] { cursor: pointer; }


/* ---------- CSS LOGIN ------------------------------------------------------------------------------------------------------- */

#login-form fieldset {
	border: none;
	margin: 0;
}
 
#login-form {
	margin: 50px auto;
	width: 300px;
}

#login-form h3 {
	background-color: #999;
	/* border-radius: 5px 5px 0 0; */
	font-family:Arial, Tahoma, Helvica;
	font-weight:bold;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	margin: 0;
}


#login-form fieldset {
	background: #fff;
	/* border-radius: 0 0 5px 5px; */
	padding: 20px;
	position: relative;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	border: 1px solid #dcdcdc;
	padding: 10px;
	width: 150px;
}


#login-form input[type="submit"] {
	background: #8da283;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	padding: 12px 20px;
	border:none;
}

#login-form input[type="submit"]:hover { background: #7b8d72; }

#login-form footer {
	font-size: 12px;
	margin-top: 16px;
}

.info {
	background: #999;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 20px;
	color:#FFF;
}

#login-form a {
	color: #999;
	text-decoration: none;
}

#login-form input[type=checkbox] {
  font-size: 16px;
  position: relative;
  border: 1px solid #dcdcdc;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 0.8em;
  height: 0.8em;
  background: -webkit-linear-gradient(
    top, rgba(255,255,255,0.4), rgba(255,255,255,0.1)
  );
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.1),
                      inset 0 0 1px rgba(255,255,255, 0.4);
  -webkit-border-radius: 3px;
}


#login-form input[type=checkbox]:checked::after {
  position: absolute;
  content: '';
  left: 15%;
  top: -10%;
  height: 40%;
  width: 90%;
  border-bottom: 2px solid #999; 
  border-left: 2px solid #999;
  /*-webkit-box-shadow: -1px 1px 0 rgba(0,0,0,0.8);*/
  -webkit-transform: rotate(-45deg);
}

/* ---------- CSS SISTEMA ------------------------------------------------------------------------------------------------------- */

.content_geral fieldset  
{
    background-color:#f1f1f1;
    border: 1px solid #b9b9b9; 
    padding-bottom:15px;  
    width:700px;
}

legend 
{
  background-color:#f1f1f1;  
  padding: 0.4em 0.6em;
  margin-left:20px;
  border: 1px solid #b9b9b9;
  color:#656565;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  }

h1 {
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight:bold;
	font-stretch:condensed;
	color: #3d7968;
	height:30px;
	margin:0px;
	margin-top: 10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:6px;
	background-image:url(../imagens/logo_secao.png);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	margin-left:10%;
}

h2 {
	font-family: Tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top:2px;
	margin-bottom:6px;

}

h3 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom:8px;	

}

ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

ul li {
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 2px;	
	padding-bottom: 10px;
	background-image:  url(../images/pontoPQ.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
}

ul li ul li {
	margin-left: 12px;
	padding-left: 18px;
	padding-top: 4px;	
	padding-bottom: 10px;
	background-image:  url(../images/pontoPQ.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
}

.botao {
	font-family: Arial, Tahoma, Helvetica CE;
	font-size: 13px;
	font-style: normal;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #3d7968;
	border:none;
	cursor:pointer;
	margin-top:10px;
}

.botaoPQ {
	font-family: Arial, Tahoma, Helvetica CE;
	font-size: 13px;
	font-style: normal;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #3d7968;
	border:none;
	cursor:pointer;
}

.botao_margem 
{
    margin: 3px 5px 3px 0;
}

.botaoSubmit {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #3d7968;
	border:none;
	cursor:pointer;
}


.fonteXPQ {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	
}

.fontePQBranca {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	color: #ededee;

}

.fontePQ {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	color: #333333;

}

.fonte_margem {
	padding-top:10px;
}

.fonteMD {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	
}

.fonteGD {
	font-family: Tahoma, Arial;
	font-size: 15px;
	font-style: normal;
	color: #333333;
	
}

.fonteXGD {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

.negrito { font-weight:bold; }

.text_area {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	padding: 4px;
	border: 1px solid #999;
}

.list_box {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	/*padding: 4px;*/
	border: 1px solid #B6B2B1;
	height: 26px;
	
}

.posicao {
    position:absolute;
}

.input {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-style: normal;
	padding: 4px;
	border: 1px solid #B6B2B1;
}


.texto_normal 
{
    text-transform:none;
}

.input_margem
{
    margin: 3px 15px 3px 0;
}

.input_top_bottom 
{
    margin-top:10px;
    margin-bottom:10px;
} 

#data_list table:hover
{
	background: #d0dafd;
	color: #339;
}

/* ------  TABELA ESTILO 01 ------ */

.gridview
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
    width: 90% !important;
	margin: 20px 0 15px 15px;
	text-align: left;
	border-collapse: collapse;
}

.gridview th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #3d7968;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom: 1px solid #fff;
	color: #FFF;
}

.gridview td
{
	padding: 8px;
	background: #eeeeee; 
	border-bottom: 1px solid #fff;
	color: #3d7968;
	border-top: 1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.gridview tr:hover td
{
	background: #b1caa5;
	color: #fff;
}

.ic-table-delete { background-image: url("../images/actions-delete.png"); }
.ic-table-edit { background-image: url("../images/actions-edit.png"); }
a.table-actions-button {
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	background-position: center center;
}

/* --- FIM ESTILO ZEBRA --- */

.grid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 25px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

.head
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #3d7968;
	border-top: 0px;
	border-bottom: 1px solid #fff;
	color: #333333;
	height:28px;
}

.grid_campo
{
    padding: 8px;
	background: #eeeeee; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}

.grid_campo hover
{
	background: #d0dafd;
	color: #333333;
}

/* ---------- CONTENT BOXES ---------- */
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding: 5px;
}

.modalPopup
{	
	display: block;
	background-color: White;
	color: #8d8d8d;
	padding-bottom: 20px;
	padding-right:5px;
	margin:10px 35px 15px 30px;
}

.modalPopup-text
{	
	display: block;
	background-color: White;
	text-align: center;
	color: #8d8d8d;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modalDiv
{
	background-image: url(../imagens/img-info.jpg);
	width: 400px;
	height: 89px;
}


.mensagem_erro
{	
	text-align: center;
	background-color: White;
	width: 400px;
	color: #8d8d8d;
}

/* ---- Cadastros Gerais ---- */

.titulo_caixa 
{
    height:30px;
    width:100%;
    background-color:#c3c1c1;
    margin-top: 29px;
}

.titulo_pop_up 
{
    height:30px;
    width:100%;
    background-color:#c3c1c1;
    margin-top: 29px;
    
}

.content_geral
{
    margin-top:2%;
    margin-left:10%;
    margin-right:10%;
/*    background-color:#cccccc;
    border: 1px solid #b9b9b9;  */
}

.titulo_geral
{
    margin-bottom:10px;
    font-weight:bold;
}

.padding_r
{
    padding-right:15px;
    text-decoration:none;
}

.ItemMouseOver a, .ItemMouseOver a:link, .ItemMouseOver a:visited
{
	text-decoration:none;
}

.tabelaAbas td 
{
    padding-top:5px;
    padding-right:5px;
}

.form_campos 
{
    float:left;
    margin-left:15px;
    margin-top:15px;
} 

.margin_top_15
{
    margin-top:10px;
}

.padding_left
{
    padding-left:20px;
}

.padding_right
{
    padding-right:20px;
}

.updateProgressDiv
{ 
    
	background-image: url(../imagens/loading.gif);
	height: 32px;
	width: 32px;
	position: absolute;
	z-index: 1;
	left: 47%;
	top: 42%;
		
}

.background 
{
   background-image: url(../imagens/untitl10.png);
     position:fixed;
     z-index:19000;
     top: 0;
     right: 0;
     left: 0; 
     bottom: 0; 
}

.loading
{
   background-image: url(../imagens/loading3.gif);
	height: 53px;
	width: 230px;
	position: absolute;
	z-index: 20000;
	left: 42%;
	bottom: 50%;
}

.validation_summary_as_bulletlist ul
{
    display: none;
}

.Z_index 
{
    z-index: 99999;
 }
 
 .relatorio {
 z-index:1;
 }

 .taCenter
{   
text-align: center !important;  
} 

.taRight
{   
text-align: right !important;  
} 
