/********************************      Estrutura Básica      ********************************/
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px; /* Sempre mostrar uma barra de rolagem para evitar a saltar quando a barra de rolagem aparece */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #FFF url('../images/bkg.0.red.jpg') top left repeat-x;

} 

#body-wrapper {
	width: 980px;
	margin:0px auto;
}  
/********************************      Classes Gerais      ********************************/
.clear { clear: both; }
.align-left { float: left; }
.align-right { float: right; }
.column-left { width:49%; float: left; }
.column-right { width: 49%; float: right; }
.space-r-10{ margin-right: 10px; }
.li-checkbox-filtro-relatorio{ display:block; float:left; width:220px; margin-right: 10px; }
.space-r-20{ margin-right: 20px; }
.font11{ font-size:11px;}

.margin-t-10 { margin-top: 10px; }

.margin-t-15 { padding-top: 35px; }

.width-5 { width: 5px ; }

/********************************      Elements styling      ********************************/
H1, H2, H3, H4, H5, H6 {
	font-family:Arial, Helvetica, sans-serif;
	color: #bebebe;
	font-weight: bold;
}
H1 { font-size: 33px; padding: 0 0 10px 10px; }	
H1 SPAN { color:#838383; }		
H2 { font-size: 26px; padding: 0 0 10px 0; }
H3 { font-size: 17px; padding: 0 0 10px 0; }
H4 { font-size: 16px; padding: 0 0 5px 0; }
H5 { font-size: 14px; padding: 0 0 5px 0; }
H5 SPAN{ color: #555; }
H6 { font-size: 11px; padding: 0 0 5px 0; }

a           { color: #980000; text-decoration: none; }
a:hover     { color: #333; }

a.linkModulos:link {
	color:#FFFFFF;
}
a.linkModulos:visited {
	color:#FFFFFF;
}
a.linkModulos:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.linkModulos:active {
	color:#FFFFFF;
	text-decoration:none;
}

dd { margin: -5px 0px 0px 0px; padding: 0px; }

li {list-style-type: none;}

/********************************      Header      ********************************/
#header{
	width: 980px;
	height:70px;
	color:#FFFFFF;
	font-size:11px;
	margin-top:0px;
	padding:0px;
}

#header #logo{
	float:left;
	margin-top: 15px;
	margin-left: 15px;
	width: 110px;
	font-size:20px;
	font-weight:bold;
	border:0px solid red;
}

#header #descricaoModulo{
	float:left;
	margin-top: 30px;
	margin-left: 45px;
	width: 300px;
	font-size:27px;
	font-weight:bold;
	border:0px solid red;
}

#header #user-info{
	width: 150px;
	float:right;
	margin-top: 15px;
	margin-right: 15px;
	padding-left: 15px;
	line-height:1.5em;
	background:url('../images/icons/icon.user.png') 0px 2px no-repeat;
}
#header #user-info a,
#header #user-info a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#header #user-info a:hover {
	color:#FF5B5B;
}

/********************************      Menu      ********************************/
.menu{
	width: 1015px;
	height:40px;
	background:#980000;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.menu UL{
	background:#980000;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
}

.menu UL LI{
	float:left;
	padding:0px;
}

.menu UL LI A{
	color:#FFFFFF;
	display:block;
	line-height:40px;
	margin:0px;
	padding:0px 12px;
	text-decoration:none;
}

.menu UL LI A:hover{
	color:#FF5B5B;
	text-decoration:none;
}

.menu UL LI UL{
	background:#980000;
	display:none;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 10px;
	border:0px;
	position:absolute;
	width: 240px;
	z-index:200;
}
.menu UL LI UL LI{
	text-align:left;
	width: 240px;
	border-bottom: 1px solid #770101;
	border-top: 1px solid #b30101;
}

.menu UL LI:hover UL{
	display:block;
}

.submenu{
	background:url('../images/icons/arrow.menu.png') top right no-repeat;
}

/********************************      Content      ********************************/
#content{
	width: 970px;
	height:auto;
	padding:10px 5px;
	margin:auto;
}

/********************************      Breadcrumb      ********************************/

#breadcrumb {
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size:9px;
}

#breadcrumb A,
#breadcrumb SPAN{
	margin:0px 10px;
	font-size:12px;
	font-weight: bold;
	color:#980000;
	line-height:40px;
	text-decoration:none;
	margin: 0px 5px;
	display:inline;
}

#breadcrumb A:hover{
	text-decoration:underline;
}

/*************** Content Box ***************/

.content-box {
	/* height:100%; */
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	background: #fff;
}

.content-box-header {
	background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
	margin-top: 1px;
	height: 30px;
}

.content-box-header h6 {
	padding:10px;
	color:#838383;
}
.content-box-content {
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	border-top: 1px solid #ccc;
}

.content-box-content .detalhes-do-formulario-de-cadastro{	
	color:red;
	font-weight:bold;	
}
/************ Shortcut Buttons ************/

.shortcut-button {
	border: 1px solid #ccc;
	background: #f7f7f7;
	display: block;
	width: 120px;
	margin: 0 0 20px 0;
	height:50px;
}

.shortcut-button span {
	border: 1px solid #f7f7f7;
	display:block;
	padding: 5px 2px;
	text-align: center;
	color: #555;
	font-size: 11px;
	line-height: 1.3em;
}

.shortcut-button span img {
	margin-bottom: 10px;
}

.shortcut-button:hover {
	background: #fff;
	border: 1px solid #980000;
}
				
.shortcut-button span:hover {
	border: 1px solid #fff;
	color: #980000; 
}

ul.shortcut-buttons-set li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 !important;
	background: 0;
}

/*************** Footer ***************/
#footer{
	width:100%;
	background-color: #7f7f7f;
	height:100px;
}

#footer-wrapper{
	width: 980px;
	margin:0px auto;
	background-color: #7f7f7f;
	padding-top:27px;
}

#footer-wrapper P{
	padding: 20px 0px 0px 20px;
	font-size:11px;
	color: #FFFFFF;
}

#footer-wrapper P A{
	color: #FFFFFF;
}
#footer-wrapper P A:hover{
	color: #CFCFCF;
}

#footer-wrapper P B{
	font-size:13px;
}

/*************** Notifications ***************/

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}


.attention {
	background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.attentionAlt {
	background: #fffbcc;
	border-color: #e6db55;
	color: #666452;
}

.information {
	background: #dbe3ff url('../images/icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

.success {
	background: #d5ffce url('../images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}

.successAlt {
	background: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}

.error {
	background: #ffcece url('../images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}

.error_form {
	color:#C00;
}


.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}

.errors{
  display:block;
  float: none;
  padding: 5px 2px 5px 2px; 
  font: 12px arial, sans-serif;
  margin: 5px 0px 10px 0px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 50%;
}

.errorsFormatados{
  display:block;
  float: none;
  padding: 0px 2px 0px 2px; 
  font: 12px arial, sans-serif;
  margin: 5px 0px 10px 0px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 0px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 50%;
}

.required{
 	display: block;
    font: 12px arial, sans-serif;
    color: #df0024;
    font-weight: bold;  
    margin: 15px 0 0 0;
}

.CampoRequired{
 	font: 13px arial, sans-serif;
    color: #df0024;
    font-weight: bold;  
}

.optional{
	display: block;
    font: 12px arial, sans-serif;
    color: #404040;
    font-weight: bold;  
    margin: 15px 0 0 0;
}

/************ Button ************/
.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #980000 url('../images/bg-button-red.gif') top left repeat-x !important;
	border: 1px solid #980000 !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 11px !important;
	cursor: pointer;
	text-decoration: none;
	margin-top: 11px;
}

.buttonAdd {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #497880 url('../images/bg-button-grey.gif') top left repeat-x !important;
	border: 1px solid #497880 !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 11px !important;
	cursor: pointer;
	text-decoration: none;
	margin-top: 11px;
}

.button:hover {
	text-decoration: underline;
}

.button:active {
	padding: 5px 7px 3px 7px !important;
}

/************ Table ************/
#content table {
	width: 100%;
	border-collapse: collapse;
}

#content table thead th {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	align: left ;
}

.th-header {
	color: #980000;
}

#content table tbody {
	border-bottom: 1px solid #ddd;
}

#content table tbody tr {
	background: #fff;
}

#content table tbody tr.alt-row {
	background: #f3f3f3;
}

.hover-row {
	background: #FFDDDD;
}

#content table tbody td{
	padding: 5px;
	line-height: 1.3em;
	font-size: 12px;
}        

#content table tbody th {
	padding: 5px 0px 0px 0px;
	line-height: 1.3em;
	font-size: 12px;
}        


#content table tfoot td .bulk-actions {
	padding: 15px 0 5px 0;
}  

/*************** Pagination ***************/
#content .pagination {
	text-align: right;
	padding: 20px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
}

.pagination a.number {
	border: 1px solid #ddd;
}

.pagination a.current {
	background: #980000 url('../images/bg-button-red.gif') top left repeat-x !important;
	border-color: #980000 !important;
	color: #fff !important;
}

.pagination a.current:hover {
	text-decoration: underline;
}
/*************** Forms ***************/

form label {
	/* display: block; */
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}
             
form fieldset legend {
font-weight: bold;
margin-bottom:10px;
padding-top: 10px;
}


.fieldsetHabilitarAcesso{
	padding-left: 20px;
	width: 459px;
    font: 12px arial, sans-serif;
    color: #555;
    border: 1px solid;
    border-color: #ccc;
    font-weight: bold;
}

form p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}

form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 4px;
                font-size: 11px;
                background: #fff ;
                border: 1px solid #d5d5d5;
				color: #333;
				margin-bottom: 10px;
              }
              
form input.text-input-decimal {
                padding: 4px;
                font-size: 11px;
                background: #fff ;
                border: 1px solid #d5d5d5;
				color: #333;
				margin-bottom: 10px;
              }              
form input.text-input-no-border{
                padding: 4px;
                font-size: 13px;
				text-align: left;
                background-color: transparent;
                border-style: hidden;
				color: #333;
				margin-bottom: 10px;	            
}
form .small-input {
                width: 25% !important;
                }
form .small-input-px {
                width: 30px !important;
                }
form .small-select-cargo-px {
                width: 250px !important;
                }
form .select-rel-filiado-px {
                width: 195px !important;
                }
form .select-gerar-quadro-px {
                width: 170px !important;
                }
form .select-nivel-gerar-quadro-px {
                width: 125px !important;
                }
form .small-select-px {
                width: 190px !important;
                }
                                
form .small2-input {
                width: 35% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
                }
form .large-medium-input {
                width: 75% !important;
                }
                
form .medium2-input-px {
                width: 280px !important;
}


form .medium-input-px {
                width: 380px !important;
}



form textarea {
                width: 100% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 3px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
padding: 0px;
background: none;
border: 0;
}

.checkbox{
margin-top: 50px;
list-style-type: none;
}

.FormLabelError FIELDSET LABEL.formError,
                LABEL.formError {
	display:block;
	font-weight:normal;
	color:#C00;
	font-size:11px;
	text-align:left;
	margin:0px;
	width:300px;
	font-weight:bold;
}

/* 
	form .filtro UL LI {margin-top: -25px; }
*/

form .filtro .errors {
	margin-top: 20px;
	  display:block;
	  float: none;
	  padding: 5px 2px 5px 2px; 
	  font: 12px arial, sans-serif;
	  margin: 5px 0px 10px 0px;
	  color: #c09853;
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  background-color: #fcf8e3;
	  border: 1px solid #fbeed5;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	  color: #b94a48;
	  background-color: #fff;
	  border-color: #fff;
	  width: 90%;
}

form .filtro UL.errors LI {margin-top: -13px; }

.content-info-facebox{  
	border: 1px solid #CCC; 
	padding:10px; 
	margin: 5px;
}

a.link-baixar {
	padding: 10px 0px 10px 30px;
	background:url('../images/icons/save_28.png')left center no-repeat;
}

a.link-baixar-16 {
	padding: 10px 0px 10px 30px;
	background:url('../images/icons/save_16.png')left center no-repeat;
} 

.fieldset-border fieldset { 
	border:1px solid #eee;
	padding:10px 20px;
}

.fieldset-border-estados fieldset { 
	border:1px solid #eee;
}

.fieldset-border-estados fieldset legend { 
	color: #980000;
	padding: 0px;
	line-height:15px;
	margin-left:20px;
}


.fieldset-border fieldset legend{ 
	color: #980000;
	padding: 0px;
	line-height:15px;
}

/*fieldset legend */
#fieldset-border_checkbox { 
	padding: 4px;
	line-height:15px;
	border: 1px solid #d5d5d5;
	background: #fff ;
	width: 650px
}

.toolip-legenda {
	display:none;
	position:absolute;
	z-index:1000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: url('../images/b.png') left top;
	color:white;
	height:auto;
	padding:5px 10px;
}


/*************** Divs Light Box ***************/

.lightbox-principal {
    display:none;
    z-index:1000;
    position:absolute;
}

.lightbox-secundaria {
    display:none; 
    z-index:1001; 
    position:absolute; 
    top:250px; 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align:center;
    padding:25px 0px;
}


/*************** Fildset ***************/

.fieldsetListaDeCheckboxes{
	padding: 10px 15px 10px 15px;
	margin-bottom: 15px;
    width: 892px;
    font: 12px Arial, Helvetica, sans-serif;
    border: 1px solid;
    border-color: #D5D5D5;
    font-weight: bold;
}



/**************** Grupos ********************* */
.cabecalhoDasPermissoesDoGrupo{
	font: 12px Arial, Helvetica, sans-serif;
	background: #A9A9A9 ;
    color: #fff;
    text-transform: uppercase;
}

#txtResumoFiltro { font-size: 14px; padding: 0 0 30px 0; color: #980000; }

.txtTotalDeItensNaFiltragem { 
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 30px 0; 
	color: #980000;
}

.verde{
    background: url(/images/verde.gif) no-repeat 10px 0px;
    padding-left: 30px !important;
    margin-bottom:5px;
    display: block;
    height: 12px;
}

.azul{
    background: url(/images/azul.gif) no-repeat 10px 0px;
    padding-left: 30px !important;
    margin-bottom:5px;
    display: block;
    height: 12px;
}

.vermelha{
    background: url(/images/vermelho.gif) no-repeat 10px 0px;
    padding-left: 30px !important;
    margin-bottom:5px;
    display: block;
    height: 12px;
}

.laranja{
    background: url(/images/laranja.gif) no-repeat 10px 0px;
    padding-left: 30px !important;
    margin-bottom:5px;
    display: block;
    height: 12px;
}

.cinza{
    background: url(/images/cinza.gif) no-repeat 10px 0px;
    padding-left: 30px !important;
    margin-bottom:5px;
    display: block;
    height: 12px;
}

.labelAutenticacao{
width:-1px;	
}

.description{
	width: auto;
	margin: -5px 5px 5px 2px;
	padding: 2px 5px 2px 5px;
	font-style: oblique;
	display: block;	
	background: #F5F5DC;
	color: #980000;
}

form textarea.obs {
     width: 620px !important;
	 height: 60px;
     font-family: Arial, Helvetica, sans-serif;
}

form input[readonly='readonly'],
form input[disabled='disabled']
{
	background-color:#d3d0c9;	
}

.divRowInputsForm{
	display:block;
	float:left;
	border:1px solid white;
	width:100%;
}

.divInputsForm{
	display:block;
	float:left;
	margin-right:8px;
}

.Labeldata{
	margin-top:-15px;
}

#linha-horizontal {
	margin:0px 0px 10px 0px;
	border-top: 1px solid #e5e5e5;
	font-size:9px;
}

.container-sessaoQuadro {
	width:100%;
	display:block;
	/*float:left;*/
	margin:0px 0px 25px 0px;
	border:1px solid silver;
}

.content-sessaoQuadro{
	width:99%;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding-top:10px;
	padding-left:1%;
	border:0px solid silver;
}