html{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #fff;
	width: 99.5%;
	height: 99.5%;
	padding: 0px;
	margin: 0px;
}
.azul{
	background-color: #3973A9;
	color: #fff;
	float: left;
	line-height: 60px;
	font-size: 16px;
	font-family: 'Lato', arial, sans-serif;
}
.cinza{
	background-color: #ecedef;
	color: #6699cc;
	float: left;
	line-height: 20px;
	font-size: 16px;
	font-family: 'Lato', arial, sans-serif;
}
.width-80p{
	width: 80%;
}
.height-60{
	height: 60px;
}
.height-90p{
	height: 90%;
}
.height-35{
	height: 35px;
}
.height-35p{
	height: 35%;
}
.height-100{
	height: 100px;
}
.height-100p{
	height: 100%;
}
.height-200{
	height: 200px!important;
}
.width-10p{
	width: 10%;
}
.align-right{
	text-align: right;
}
.border-1px-solid-black{
	border: 1px solid #000;
}
.icon{
    font-size: 20px;
	margin-right: 8px;
	float: left;
}
.float-left{
	float: left;
}
.line-height-35{
	line-height: 35px;
}
.margin-right-8{
	margin-right: 8px;
}
a, a:visited {
    color: #fff;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color 0.14s linear;
    -moz-transition: color 0.14s linear;
    -ms-transition: color 0.14s linear;
    -o-transition: color 0.14s linear;
    transition: color 0.14s linear;
}
.bdy{
	padding: 10px;
}
.login{
	width: 100%;
	height: 100%;
	font-family: 'Lato', arial, sans-serif;
	font-size: 10pt;
}
.color-red{
	color: #f00;
	font-weight: bold;
}
a.logout, a:visited.logout{
	color: #6699cc;
	text-decoration: underline;
}
a.logout img{
	width: 15px;
	margin-right: 7px;
}
.clearfix{
	clear: both;
}
/*  Define the background color for all the ODD background rows  */
.tblPrevic tr:nth-child(odd){ 
	background: #fff;
}
/*  Define the background color for all the EVEN background rows  */
.tblPrevic tr:nth-child(even){
	background: #ddd;
}
.tblPrevic{
	white-space: nowrap;
	font-family: 'Lato', arial, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100%;
}
.tblPrevic tr td{
	padding: 10px;
	margin: 0px;
}
.tblPrevic tr td.tblTitulo{
	background-color: #ddd;
}
.tblPrevic tr td.tblSubTitulo{
	background-color: #777;
	font-size: 8pt;
	color: #fff;
}
.tblPrevic tr.even{
	background-color: #fff;
}
.tblPrevic tr.odd{
	background-color: #eee;
}
.tblPrevic input[type="text"], .tblPrevic select{
	width: 200px;
}
.tblPrevic textarea{
	height: 150px;
	width: 500px;
	resize: none;
}
.tblPrevic tr td.align-right{
	text-align: right;
}
.lista{
	height: 300px;
	width: 150px;
	overflow: auto;
	border: 1px solid #6699cc;
	padding: 0px;
	background-color: #fff;
}
.lista span{
	text-align: center;
	width: 100%;
	display: table;
	margin-top: 10px;
}
.lista a{
	color: #6699cc;
	font-weight: bold;
}
.lista ul{
	padding: 0px;
}
.lista ul li{
	padding: 15px;
	list-style: none;
	cursor: pointer;
	background-color: #fff;
	font-weight: normal;
	color: #000;
}
.lista ul li.active{
	background-color: #6699cc;
	color: #fff;
	font-weight: bold;
}
.lista .listaVazia{
	width: 100%;
	text-align: center;
	font-size: 9pt;
}
.navbar {
  overflow: hidden;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0.5%;
  z-index: 10000;
}
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Lato', arial, sans-serif;
}
.navbar a:hover {
  background: #ddd;
  color: black;
}
.add, .addCNPJ{
	height: 30px;
    border: 1px solid #000;
    display: block;
    width: fit-content;
    line-height: 30px;
    padding: 5px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: small;
    background-color: #f6f6f6;
    color: #6699cc!important;
    float: right;
    background-image: url("../imgs/add.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
}
#grupo_custeio{
	height: fit-content;
}
.rm{
	height: 25px;
    display: block;
    width: fit-content;
    line-height: 30px;
    padding: 5px;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: small;
    color: #6699cc!important;
    float: right;
    background-image: url("../imgs/remover.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
}
.tituloVermelho{
	background-color: brown;
	color: #fff;
}
.tituloVerde{
	background-color: lawngreen;
}


.loading-spinner {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000000;
}

.loading-spinner.active {
  display: block;
}

#hourglass { /* centraliza no meio da tela */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}

.clsReadOnly {
	background: transparent;
	border: none;
	cursor: default;
}

select[name=nu_cnpb]{
	width: 500px;
}

span.tipoDecl{
	display: table;
	padding: 5px;
	font-family: 'Lato', arial, sans-serif;
	margin: 0 auto;
}

span.tipoDecl strong{
	font-size: 14pt;
}

select[name=tipoDecl]{
	width: 300px;
	font-weight: bold;
	text-align-last: center;
	font-size: 12pt;
}

select[name=tipoDecl] option{
    font-weight: bold;
	text-align-last: center;
	font-size: 12pt;
}