body{
	background-color:#eeeeee;
}

BODY, LI{
  font-size: 8pt;
  font-family: Arial, helvetica, sans-serif;
  text-decoration:none;
  color:#005FAF;
  
}
TABLE INPUT[type=text] {
    max-height: 17px;
}
H1{
  color:#005FAF;
}
A{
  font-size: 8pt;
  font-family: Arial, helvetica, sans-serif;
  text-decoration:none;
  color:#000000;
}

A:hover {
  color: #0000AA;
}
TH A{
  font-size: 14pt;
  font-family: Arial, helvetica, sans-serif;
	font-weight:normal;
  text-decoration:none;
  color:#FFFFFF;
}

INPUT, TEXTAREA{
  background-color: #FFFFFF;
  font-size: 8pt;
  border-style: solid;
  border-width: 1px;
  border-color: #005FAF;
}
SELECT{
  font-family: Arial, helvetica, sans-serif;
  background-color: #FFFFFF;
  font-size: 8pt;
}
FORM{
  margin:0;
  padding:0;
}
TD{
  font-size: 8pt;
  font-family: Arial, helvetica, sans-serif;
  text-decoration:none;
  color:black;
}
#mo{
  background-color: #005FAF;
  color: #EEEEEE;
  font-weight: bold;
  text-align: right;
  line-height: 25px;
  display: block;
  vertical-align: middle;
}
#ma{
  background-color: #EEEEEE;
  color: #005FAF;
  font-weight: bold;
  text-align: right;
}
#vn{
	color:silver;
}
#ri{
  text-align: right;
}
#tr{
  background-color : transparent;
  border-width: 0;
}
#normal{
  font-size: 10pt;
}
#maa{
  /*background-color: #FFD8A0;
  color: #891402;*/
  font-weight: bold;
}
#flutuante {
	width:98%;
	height:98%;
	position:absolute;

  }

#divCentro
{
	margin-top: 15%;
	margin-left:25%;

}
/*
THEAD TR TH, THEAD TR TH A{
  background-color:#AACCDD;
  color:#003366;
  font-size:12px;
  font-weight:bold;
}
*/

.listHeader TD{
  background-color:#AACCDD;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}

.erro {
  color: #FF0000;
}
.erro1 {
  color: #005FAF;
}

table thead tr, table tfoot th, table tfoot td, tr.header, div.titan-bar {
    background: #AACCDD url(images/ui-bg_highlight-soft_100_AACCDD_1x100.png) repeat-x scroll 50% 50% !important;
    color:#003366;
    font-size:12px;
    font-weight:bold;
}

thead tr th a{
	color:#003366;
	font-size:12px;
	font-weight:bold;
}

th a:hover{
  color:#FFFFFF;
}

thead td, tfoot td {
	vertical-align: middle;
}

div#legend{
	background-color: rgba(255, 255, 255, 0.35);
	border: 1px solid #CCC;
	padding: 2px 5px 2px 5px;
	float: right;
	width: auto;
	color: #000;
	margin: 2px;
}

div#legend > img {
	/*
		border: 1px solid #000;
		width: 7px;
		height: 7px;
	*/
}


th.asc {
	background: #9bc url('../../img/arrowup.gif') no-repeat 97% !important;
}


th.desc {
	background: #9bc url('../../img/arrowdown.gif') no-repeat 97% !important;
}

table thead tr th.sortable:hover{
	cursor: pointer;
	color: #FFF;
}

tr.even{
	background-color: #DDDDDD;
}

img.actionButton{
	/*
	border: 1px solid #000;
	width: 7px;
	height: 7px;
	*/
}

.al-c{
	text-align: center !important;
}
.al-l{
	text-align: left !important;
}
.al-r{
	text-align: right !important;
}
.al-j{
	text-align: justify !important;
}
.bold{
	font-weight: bold;
}
.va-m{
	vertical-align: middle !important;
}
.va-t{
	vertical-align: top !important;
}
.va-b{
	vertical-align: bottom !important;
}
.f-l{
	float: left !important;
}
.f-r{
	float: right !important;
}
#tableHead {
            background-color: #FFF;
            position:relative;
            top: 20px;
            z-index: 10;
        }
#tableHead .linhaTable{
    font-weight: bold;
    color:#003366;
    background: #AACCDD url(images/ui-bg_highlight-soft_100_AACCDD_1x100.png) repeat-x scroll 50% 50% !important;

}
#tableHead .colunaTable{
    background: #AACCDD url(images/ui-bg_highlight-soft_100_AACCDD_1x100.png) repeat-x scroll 50% 50% !important;
    position:relative;
    border-top: 1px solid ;
    top:-300px;
    z-index: 1;
    vertical-align: central;
    border-left: 1px solid #B3D1E0;
    border-bottom: 1px solid #B3D1E0;
    border-top: 1px solid #B3D1E0;
    border-right: 1px solid #B3D1E0;
}

#filter,#reset{
    height: 19px;
}
.linhaTable{
    width:100%;
    min-width: 800px;
    float:left;
    background-color: #dddddd;
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
    color:black;
}
.linhaTablez{
    background-color: #FFF;
}
#bodyTable{
    width:100%;
    height: 218px;
    position:relative;
    top:-280px;
    overflow: hidden;
    z-index: 2;
}
#bodyTable .linhaTable{
   /* margin-left:10px;*/
}
#containerScrollaber{
    width:100%;
    height: 100%;
    top:0px;
    overflow:scroll;
    overflow-x: hidden;
    position: relative;
}

/* SCROLL */
#scroolDiv{
    position: relative; 
    width: 10px; 
    overflow: hidden; 
    min-height: 280px; 
    top: 0px; 
    float: right; 
    z-index: 10000;
    display:none;
    visibility:hidden;
}
#scrollDiv{
    position: relative; 
    width: 10px; 
    overflow: hidden; 
    min-height: 280px; 
    top: 0px; 
    float: right; 
    z-index: 10000;
    display:none;
}
.contentScroll{
    float: right;
    max-width: 10px;
    
}
#scrTop{
    display:none;
    z-index: 10000;
    cursor: pointer;
}
.scrTop{
    display:none;
    z-index: 10000;
    cursor: pointer;
}
#scrBottom{
    display:none;
    z-index: 10000;
    cursor: pointer;
}
#scroolboll{
    width:100%;
    z-index: 10000;
    cursor: pointer;
}
.linhaTable:hover::-webkit-scrollbar {
    background:#0000ff;
}     
#tableFooter{
    background-color: #FFF;
    position:relative;
    margin-top:22px;
}
#tableFooter .linhaTable{
    font-weight: bold;
    color:#003366;

}
#contentTable{
                background-color: #FFF;
                width:100%;
                height: 300px;
                overflow: hidden;
                display: none;
            }
.colunaTable{
    height: 40px;
    float: left;
    width: 5.5%;
    min-width: 40px;
    text-align: center;
    margin-left:1px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    overflow: hidden;
    vertical-align:central;
}
#tableFooter .colunaTable{
    background: #AACCDD url(images/ui-bg_highlight-soft_100_AACCDD_1x100.png) repeat-x scroll 50% 50% !important;
    position:relative;
    top:-300px;
    z-index: 10;
}
.mataBorderLat .colunaTable{
    border-color: transparent;
}
.colunaTable input{
    max-width: 80%;
    margin-top: 10px;
}

.colunaTable span {
    display: table; margin: 15px auto 0px;
}

.linhainteiratd{
    line-height: 40px;
}
.linhainteiratdEsp{
  line-height:40px;
}

body{
    min-width: 800px;
}
#totalizacao{
    z-index: 1000;
}
div.flexDiv{
    display: flex;
}
.inline{
    display: inline-block;
}
.sub-legenda{
    position: absolute;
}
.no-line-break{
    white-space: nowrap
}
.clear{
    clear: both;
}

.table-aling-top td, .table-align-top td{
    vertical-align: top;
    color: #000;
}
.div-align-top div{
    vertical-align: top;
}
.labelAlinhada input{
    vertical-align: middle;
    margin: 0;
}
.labelAlinhada {
    white-space: nowrap
}
.legenda{
    float:right;
    color:#000;
}
.legenda.legenda-img-justify img{
    width: 8px
}

.divAction {                        
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;;
    width: auto;
    color: rgb(0, 0, 0);
    background-color:#FFFFFF;
}

.divAction img, .do-gen-box img{
    cursor:pointer;
    width:30px;
}

.do-gen-box{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;;
    width: auto;
    background-color:#FFFFFF;
    height:32px;
    width:130px;
    float:right;
}

.pull-right{
    float:right
}
.pull-left{
    float: left
}
@media print{
    .hideOnPrint{
        display: none;
    }
}

table[striped] > tbody > tr:nth-of-type(even) {
    background: #EEEEEE;
}
table[striped] > tbody > tr:nth-of-type(odd) {
    background: #DDDDDD;
}
.font-black{
    color: #000
}

.titan-border {
    border:solid 1px #005FAF
}

.titan-border-2x {
    border:solid 2px #005FAF
}

.titan-border-no-bottom{
    border-bottom: none;
}
.titan-border-no-top{
    border-top: none;
}
.titan-border-no-left{
    border-left: none;
}
.titan-border-no-right{
    border-right: none;
}
.capitalize{
    text-transform: capitalize;
}
.clickable{
    cursor: pointer
}

thead[sticky]{
    position: sticky;
    top: 0;
}

tfoot[sticky]{
    position: sticky;
    bottom: 0;
}
.padding-horizontal-1 { padding-left: 2px; padding-right: 2px; }
.padding-horizontal-2 { padding-left: 2px; padding-right: 2px; }
.padding-horizontal-5 { padding-left: 5px; padding-right: 5px; }
.padding-horizontal-10 { padding-left: 10px; padding-right: 10px; }
.padding-horizontal-15 { padding-left: 15px; padding-right: 15px; }

.padding-vertical-1 { padding-top: 2px; padding-bottom: 2px; }
.padding-vertical-2 { padding-top: 2px; padding-bottom: 2px; }
.padding-vertical-5 { padding-top: 5px; padding-bottom: 5px; }
.padding-vertical-10 { padding-top: 10px; padding-bottom: 10px; }
.padding-vertical-15 { padding-top: 15px; padding-bottom: 15px; }

