/* Classes para o dashboard */
#frmDashboards > table {
	width: 100%;
}
.fundo-gradient {
	/* background: rgb(254,255,232); Old browsers
	background: -moz-linear-gradient(top,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); FF3.6-15
	background: -webkit-linear-gradient(top,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); IE6-9 */
	background: #f9f9f9;
    margin: 5px !important;
    width: initial !important;
    max-width: initial !important;
}

.greenPanelHeader > .ui-panel-titlebar {
	/* font-weight: bold; */
	background:rgb(75, 88, 95);
	/* background: rgb(201,222,150); Old browsers
	background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); FF3.6-15
	background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); IE6-9 */
}

.bluePanelHeader > .ui-panel-titlebar {
	background:rgb(75, 88, 95);
	/* font-weight: bold;
	background: rgb(197,222,234); Old browsers
	background: -moz-linear-gradient(top,  rgba(197,222,234,1) 0%, rgba(138,187,215,1) 31%, rgba(6,109,171,1) 100%); FF3.6-15
	background: -webkit-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); IE6-9 */
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #666;
	line-height: 130%;
	background: #EEE;
}
#subcabecalho {
	float:left;
	width:730px;
	height:60px;
	margin-left:15px !important;	
	background:#C8E0C8;
	background-image:url('../images/logado.gif') right right;
	padding-left: 6px;
	border-color-top:#666666 2px solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#header {
    /* background: #ededed;
    padding: 0px; */
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#content {
	padding:0 20px 95px 20px; /* Height of the footer element */
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
}
.topo {
	width: 100%;
	padding: 10px 0 0 0;
	background: #fff;
}
.new-topo {
	margin: 0 auto;
	width: 940px;
}
.new-topo2 {
	margin: 0 20px 10px;
	    padding-top: 10px;
}
.new-banner {
	width: 100%;
	background: url('../imagens_infinity/bg-topo.png');
	height:180px;
	padding: 1px 0 0 0;
}
.new-banner2 {
	width: 100%;
	background: url('../imagens_infinity/bg-topo.png');
	height: 100px;
	padding: 1px 0 0 0;
	background-position-y: -910px;
}
.bg-newBn {
	background: url('../imagens_infinity/bg-prefeitura.jpg') no-repeat center;
	background-size:cover;
}
.div {
	background: url('../imagens_infinity/div.png');
	height:28px;
	width: 940px;
	margin:20px auto 10px auto;
}
.table-nt {
	margin:0px;
}
.table-nt tr {
	margin:0px;
}
.table-nt tr td {
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	
}
.tables div {
	background: #90215B !important;
	padding: 5px 0 !important;
	color: #fff;
}
.tables div div {
	background: #90215B !important;
	padding: 5px 0 !important;
	color: #fff;
}
.bt-nt:hover {
	color:#fff !important;
}
.tables-man {
	background:#ccc !important;
	padding: 10px !important;
	color:#fff !important;
}
/*navigator*/

#navigator {
    width: 100%;
    }

#navigator .titulos{
    font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
    font-size: 22px;
    color: #286f61;
    padding: 10px 0 0 10px;
    }
.navigator-inner {
    position:relative;
    margin:0 auto;
    width: 980px;
    }
.navigator-inner-left {
    float: left;
    width: 490px;
    height: 50px;
    }
    
.navigator-inner-right {
    float: left;
    width: 490px;
    height: 50px;
    }    

.logonfds {
	margin: 10px 0 0 10px;
	font-size: 18px;
	width: 150px;
	height: 80px;
	float: left;
	color: #FFF;
}
.topotexto {
	margin: 10px 0 0 10px;
	font-size: 18px;
	width: 150px;
	height: 80px;
	float: left;
	color: #FFF;
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
}
.topotexto2 {
	margin: 10px 0 0 10px;
	font-size: 18px;
	width: 300px;
	height: 120px;
	float: left;
	color: #FFF;
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
}
.subtopo-inner-left {
	float: left;
	width: 30%;
	height: 200px;
}
.subtopo-inner-center {
	float: left;
	width: 50%;
	height: 200px;
	/*background: url('resources/images/dirl.png') right center no-repeat;*/
}
.subtopo-inner-right {
	float: left;
	width: 20%;
	height: 200px;
	background-repeat:no-repeat;
}
#container {
	position: relative;
	margin: 20px auto;
	width: 940px;
}
#container2 {
	position: relative;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}
.centroRestrito2 {
	float: left;
	width: 83%;
	margin-left: 2%;
	margin-bottom: 20px;
}
.esquerda3 {
	float: left;
	width: 15%;
	margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.esquerda {
	float: left;
	width: 100%;
	background: #0C4973;
	height: auto;
	margin-top: 30px;
}
.esquerda2 {
	float: left;
	width: 15%;
	margin-bottom: 20px;
}
.bn-rodape {
	margin: 30px auto;
	width: 940px;
}
.esquerdaCartazNfe {
	width: 180px;
	height: 70px;
	background-image: url('../imagens_infinity/cartaz.png');
	border:none;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.esquerdaExemploNfe {
	width: 180px;
	height: 70px;
}

.esquerdaFolderNfe {
	width: 180px;
	height: 70px;
	background-image: url('../imagens_infinity/folder.png');
	background-position: center center;
	background-repeat: no-repeat;
	border:none;
}

.fundo {
	width: 188px;
	margin: 0 0 0 3px;
	/*background:#fcfcfc url('../imagens/esquerdafundo.png') repeat-y;*/
}


.opacidade{
background:#000;
opacity: 0.10;
filter:alpha(opacity=70);
zoom:1; 
}
.topicos {
	width: 194px;
	height: 44px;
	margin: 0;
	/*background:url('../imagens_infinity/topicos2.png') center center no-repeat;*/
}
.logos {
	width: 31px;
	height: 31px;
	margin: 7px;
	float: left;
}
.topicos-textos {
	height: 31px;
	margin: 7px;
	float: left;
	font-size: 12px;
}
/* centro  */ 
.centro {
	margin:0 auto;
	width: 940px;
	
}

.centro-inner {
	margin:0px;
	min-height:500px;
	height: auto;
}

.centroRestrito {
	float: left;
	width: 740px;
	
}
.centroRestrito2 {
	float: left;
	width: 83%;
	margin-left: 2%;
	margin-bottom: 20px;
	min-height: 450px;
}
.centroRestrito-inner{
	margin:0;
	min-height: 500px;
	height: auto;
}	

.titulos{
	font-family:"Trebuchet MS", Arial;
	font-size: 24px;
	color:#90215B;
	padding:10px 0;
	text-align:center;
	text-transform: uppercase;
}

.sub-titulos {
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
	font-size: 24px;
	color: #90215B;
	width: 300px;
	margin: 10px 0;
}
.sub-titulos-numero {
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
	font-size: 20px;
	color: #0C4973;
	font-weight: 900;
	font-style: normal;
}
.sub-titulos-numero ul {
	float: left;
	margin: 0;
	padding: 2px;
}
.sub-titulos-numero ul li {
	float: left;
	list-style: none;
	background: #fff;
	margin: 5px 5px 14px 5px;
	padding: 12px;
	border-radius: 3px;
}
.textos{
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
	font-size:14px;
	padding:5px 0 15px 0;
	line-height:160%;
}
.textos2 {
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
	font-size:14px;
	padding:5px 0 15px 0;
	line-height:160%;
	text-align:center;
}
.box-home {
	float:left;
	width: 300px;
	margin-right:20px;
}
.box-home img {
	padding: 10px;
	width: 280px;
	box-shadow: 0px 0px 5px #999;
	height: 147px;
	background:#fff;
}
.menu-topo {
	float: right;
	margin-top: 10px;
	font-size: 18px;
}
.menu-topo p {
	float: right;
	margin:0;
	height: 55px;
	line-height: 55px;
}
.info-em {
	position: relative;
    background: rgba(149, 44, 99, 0.9);
    text-transform: uppercase;
    font-weight: bold;
    margin: -75px 20px 0;
    color: #fff;
    padding: 10px;
    height: 55px;
    border-radius: 3px 3px 0 0;
}
.home {
	padding: 10px;
	font-weight: 900;
	line-height: 16px;
	cursor: pointer;
	border-radius: 3px;
	font-size: 13px;
	background: #90215B;
	color: #FFF;
	text-decoration: none;
	float: right;
	box-shadow: 0px 0px 8px #ccc;
	border:none !important;
}

.home:hover {
	background: #75214D;
}
.info-em2 {
	float: right;
	margin-top: 22px;
	text-align: right;
	color: #90215B;
	text-transform: uppercase;
	font-weight: bold;
}
/* fim de  centro */ 

/*  direita   */ 
.direita {
	float: left;
	width: 940px;
    height:auto;
}
.dtitulos {
	padding: 0;
	margin: 0 20px 20px 0;
	float: left;
	width: 300px;
	background: #fff;
}
.contador {
	padding: 5px;
	text-align: center;
	margin: 0 5px 5px 5px;
	padding: 0 0 0 10px;
}
.contributors {
	padding: 5px;
	text-align: center;
	margin: 5px;
}
.rebates {
	padding: 5px;
	text-align: center;
	margin: 0 5px 5px 5px;
}
.numbers {
	width: 940px;
}
.indicador-fiscal {
	background:#0C4973;
	color:#ffffff;
}
.log {
	text-align: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 15px;
}
.img-bg-bn {
	margin: -19px auto 0;
	width: 940px;
	height: 201px;
}
.img-bg-bn h1 {
	color: #fff;
	margin:30px 0 0 0;
	float: left;
	font-size: 35px;
	width: 560px;
	font-weight: normal;
	line-height: 40px
}
.img-bg-bn h2 {
	color: #fff;
	float: left;
	font-size: 18px;
	width: 480px;
	font-weight: normal;
	line-height: 24px;
	margin:10px 0 0 0;
}
.numeros {
	float: left;
	width: 25px;
	height: 31px;
	margin: 0 5px 0 0;
	padding: 7px 0 0 0;
	background: url('../imagens_infinity/numbers.png');
	font-size:16px;
	font-weight: 900;
}
.simples {
	width: 460px;
	margin: 0 20px 30px 0;
	background: #fff;
	float:left;
}

.mei {
	width: 460px;
	margin: 0;
	background: #fff;
	float:left;
}

img{border:none}
a img{border:none}
a:hover img{border:none;}

.imgLateral{border:none !important;}
.imgLateral a:link{text-decoration:none}
.imgLateral a:visited {text-decoration:none}
.imgLateral a:active {text-decoration:none}
.imgLateral a:hover {text-decoration:none}
.imgLateral a img {border:0 !important; }
/* fim da direita */ 	

/* rodape */ 	
.rodape {
	width: 100%;
	background:#444;
	clear: both;
	text-align: center;
	color:#FFFFFF;
	font-size:12px;
	padding: 20px 0;
	line-height: 25px;
}
.rodape-inner {
	width: 940px;
	margin: 0 auto;
}
.rodape-inner2 {
	margin: 0 20px;
}
.rodape-inner-left {
	float: left;
	text-align: left;
	text-transform: uppercase;
}
.rodape-inner-right {
	/*width: 490px;*/
	float: right;
	text-align:right;
	color:#FFFFFF;
	font-weigth:600;
	font-size:12px;
}
/* fim de rodape */ 
.clear {
	clear:both;
}
.menu {
	width:190px;
	margin: 0;
}
.menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
.menu ul li {
	background: url('../imagens_infinity/arrow.png') right center no-repeat;
	margin: 0 10px 0 0;
}
.menu ul li a {
	padding: 5px 0 5px 10px;
	margin:0;
	line-height: 170%;
	display: block;
	color:#000;
	text-decoration: none;
}
.indicadorFiscal{
font-size:16px;
font-weight: 900;

}

.tabela-table{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 3px;
    overflow: hidden;
}

.ui-datatable-tablewrapper > table > tbody > tr > td.colSelected {
	color: #711946 !important;
    font-weight: bold !important;
}

.tabela-table-header{
    text-align: center;
	background: #115B8C;
	padding: 10px;
	color: #fff;
}

.column1{
	width: 3% !important;
	text-align: center;
	padding: 5px;
	background: #ccc;
	border: 1px solid #f4f4f4;
}
.columnSubstNome{
	width: 220px !important;
    border:1px solid #327e04;
	text-align: center;
	*text-align: center;	
}
.columnSubstCnpj{
	width: 50px !important;
    border:1px solid #327e04;
	text-align: center;
	*text-align: center;	
}

.column2{
	text-align: left;
	padding: 5px;
	background: #ccc;
	border: 1px solid #f4f4f4;
}

.column3{
	text-align: left;
	padding: 5px;
	background: #ccc;
	border: 1px solid #f4f4f4;
}

.column4{
	width: 70% !important;
	text-align: left;
	padding: 5px;
	background: #ccc;
	border: 1px solid #f4f4f4;
}

/* Login */
.login{
padding:100px 5px 5px 10px;
}

.errobox{
border: 1px solid;
background-color: #FFBABA;
width: 380px;
min-height: 30px;
height:auto;
padding-top:10px;

}

.errormsn {
	color: #D8000C;
	font-size: 11px;
	text-align: center;
	background-image: url('../imagens_infinity/error.png');
	background-position: 5px;
	background-repeat: no-repeat;
	margin: -5px 0 15px 0;
	float: left;
	width: 398px;
}
.sucesso{
	width:auto;
	margin: 0 0 20px 0px;
	background-color: #DFF2BF;
	background-position: 10px center;
	height:auto;
	min-height:30px;
	border-radius:3px
}
.sucessomsn {
	padding:10px;
	color: #90215B;
	background-color:#CCC;
	background-repeat: no-repeat;
}
.sair{
	color: #90215B;
	float: right;
	margin: 13px 0 0 0;
	background: #fff;
	border-radius: 3px;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;	
}
a.sair:link, a.sair:visited, a.sair:active{
	text-decoration: underline;
}
a.sair:hover{
	text-decoration:none;
	cursor:pointer;
	background: #fff;
	color: #90215B;
}
.sair2 {
	color: #FFF;
	font-weight: 600;
	position: absolute;
	margin: -45px -69px 0;
	padding: 5px 20px;
	background: #90215B;
}
.view-table tr td {
	border: 0 !important;
	padding: 10px;
	background: #ddd;
	float: left;
	margin: -10px;
	width: 718px;
}
/*classe do login*/
.boxTextoLogin{
    margin-bottom:20px; 
}
.boxlogin {
	margin: 0;
}

.estiloPalavra{
	font-weight:bold;
	text-decoration: underline;
	color: #08760A;
}
.div-formLogin {
	float: left;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 380px;
    padding: 0 0px 10px 20px;
    margin-bottom: 20px;
}
.div-btLogin {
	position: relative;
	padding: 0 20px;
	clear: both;
	height: 35px;
}
.div-btLogin input {
	float: right;
	margin: 0;
	background: #90215B !important;
	height: 45px;
	border-radius: 3px;
}
.div-btLogin input:hover {
	box-shadow: 0 0 5px #888 !important;
	background: #90215B !important;
}
.div-btLogin a {
	float: left;
	font-size: 13px;
	margin-top: 10px;
	text-decoration: none;
	color: #666;
}
.div-btLogin a:hover {
	text-decoration: underline;
	color: #333;
}
.div-usuario {
	float:left;
	width: 380px;
}
.div-usuario label {
	float:left;
	width: 360px;
}
.div-usuario input {
	width: 340px;
    height: 45px;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    border: 0 !important;
    box-shadow: 0 0 0 1px #ccc;
}
.div-senha {
	float:left;
	width: 380px;
}
.div-senha label {
	float:left;
	width: 360px;
}
.div-senha input {
	width: 170px;
    height: 45px;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    border: 0 !important;
    box-shadow: 0 0 0 1px #ccc;
}
.div-captcha {
	float:right;
	width: 180px;
}
.div-captcha label {
	float:left;
	width: 180px;
}
.div-captcha input {
	width: 56px;
    height: 45px;
    margin: 10px 0;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
    border-right: 0;
    box-shadow: 0 0 0 1px #ccc;
    border: 0 !important;
}
.div-captcha img {
	float: left;
    height: 45px;
    margin: 10px 0;
    width: 83px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    border-right: 0;
    box-shadow: 0 0 0 1px #ccc;
}
.bt-radius {
	border-radius:3px !important;
}
.tabela-esp td:FIRST-CHILD {
	width: 150px;
}
.ui-datatable-tablewrapper>table>thead>tr>th {
	border-radius: 0 !important;
	background: #BBB !important;
	font-weight: bold !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.44) !important;
}

.ui-treetable a, .ui-datatable-tablewrapper a {
	text-decoration: none;
}

.ui-treetable a:hover, .ui-datatable-tablewrapper a:hover {
	text-decoration: none;
	/*color: #388E3C;*/
	color: #333;
}

.ui-treetable a i, .ui-datatable-tablewrapper>table>tbody>tr>td>a>i {
	padding: 0 5px;
	font-size: 16px;
	transition: all .1s ease-in-out;
	color: #333;
}

.ui-treetable a i:hover, .ui-datatable-tablewrapper>table>tbody>tr>td>a>i:hover
	{
	transform: scale(1.35);
}

.icon-red i {
	color: #333 !important;
}

.icon-red i:hover {
	color: rgb(219, 14, 14) !important;;
}

.icon-blue {
	/* color: rgb(13, 124, 203) !important; */
	color: #666 !important;
}

.icon-blue:hover {
	color: rgb(8, 98, 161) !important;
}

.icon-green {
	color: #666 !important;
}

.icon-green:hover {
	color: #388E3C !important;
}
/* MARGIN */
.m-0 {
	margin: 0;
}

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

.mt-20 {
	margin-top: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}
.btn-compras {
	border: 0;
	color: #fff !important;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
}
.btn-compras > span.ui-button-text{
	font-weight: 500 !important;
	font-size: 13px;
}

.btn-compras:hover {
	background: #711946 !important;
    box-shadow: 0px 2px 0 #521936 !important;
}
.btn-padrao {
	border: 0;
	color: #fff !important;
	border-radius: 3px;
	text-decoration: none;
	display: inline-block;
}
.btn-padrao > span.ui-button-text{
	font-weight: 500 !important;
	font-size: 13px;
}

.btn-padrao:hover {
	background: #711946 !important;
    box-shadow: 0px 2px 0 #521936 !important;
}
.btn-compras2 {
	border: 0;
	background: #B71C1C;
	text-transform: uppercase;
	color: #fff !important;
	border-radius: 3px;
	font-weight: bold !important;
	font-size: 11px !important;
    padding: 4px 10px;
	text-decoration: none;
	display: inline-block;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}
.btn-compras2:hover {
	background: #711946 !important;
    box-shadow: 0px 2px 0 #055858!important;
}
.bt-vermelho {
	font-size: 9px !important;
	padding: 3px 6px;
	border: 1px solid #A91E1E;
	border-radius: 3px;
	background-color: #C81414;
	color: #FFF !important;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
	text-transform: uppercase;
}

.bt-vermelho:hover {
	background-color: #A91E1E;
}

.bt-verde {
	font-size: 9px !important;
	padding: 3px 6px;
	border: 1px solid #066908;
	border-radius: 3px;
	background-color: #08760A;
	color: #FFF !important;
	font-weight: bold;
	display: inline-block;
	margin: 5px;
	text-transform: uppercase;
}
textarea {
	border-radius:3px;
}

.bt-verde:hover {
	background-color: #066908;
}
table > tbody tr> td > div.ui-state-error {
	    border: 0 !important;
    	background: transparent !important;
}
table > tbody tr> td > div.ui-state-error > div.ui-state-error {
	    border: 0 !important;
    	background: #B71C1C !important;
}
.tagExclu�do {
	font-size: 9px;
	padding: 3px 6px;
	border: 1px solid;
	border-radius: 3px;
	background-color: #FFEDED;
	color: #C81414;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.tagAtivo {
	font-size: 9px;
	padding: 3px 6px;
	border: 1px solid;
	border-radius: 3px;
	background-color: #EDFFF2;
	color: #08760A;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}


.tagInativo {
	font-size: 9px;
	padding: 3px 6px;
	border: 1px solid;
	border-radius: 3px;
	background-color: #EDFFF2;
	color: #f72828;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.hasDatepicker {
	border-radius: 3px 0 0 3px !important;
}
.ui-datepicker-trigger {
	border-radius: 0 3px 3px 0 !important;
    border: 1px solid #90215b !important;
}
.ui-datepicker-trigger:hover {
	background: #711946 !important;
    box-shadow: none !important;
}

/* layout-public-login */
.new-topo-publico {
	margin: 0 auto;
	width: 940px;
	height: auto;
	padding: 8px 0;
	background: #fff;
}

.new-topo-publico .menu-topo {
	float: right;
	width: auto;
	margin-top: 0;
}

.bg-new-banner {
	height: 100%;
	background-size: cover;
}

.img-bg-bn {
	margin: 0 auto;
	width: 940px;
	height: 180px;
	position: relative;
	display: grid;
	grid-template-columns: 280px 1fr 320px;
	align-items: center;
	column-gap: 10px;
}

.banner-col-left { justify-self: start; }
.banner-col-center { justify-self: center; }
.banner-col-right { justify-self: end; }

.banner-nae {
	display: block;
	height: 90px;
	width: auto;
	max-width: 170px;
}

.img-bg-bn h1,
.img-bg-bn .banner-col-right h2 {
	color: #fff;
	margin: 0;
	font-size: 20px;
	width: auto;
	max-width: 320px;
	font-weight: normal;
	line-height: 26px;
	float: none;
	text-align: right;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

.img-bg-bn .banner-col-right h2 {
	font-size: 15px;
	line-height: 22px;
}

.img-bg-bn .banner-brasao {
	position: static;
	transform: none;
	margin: 0;
	height: 80px;
	width: 80px;
	line-height: 28px;
	background: white;
	padding: 10px;
	border-radius: 15px;
	border: 5px solid #90215B;
}

.title-login {
	background: #90215B none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.title-login .fa {
	margin-right: 8px;
}

.login-page {
	background: #fff;
	padding: 12px 0 40px;
	min-height: 360px;
}

.login-card-wrapper {
	width: 420px;
	margin: 0 auto;
}

.login-card {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.login-page .login-card.boxlogin {
	background: #fff;
	border: 1px solid #dfd9c3;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.login-page .login-card .log {
	text-align: left;
	padding: 5px 0 0;
}

.login-page .div-formLogin {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	float: none;
}

.login-page .div-usuario,
.login-page .div-senha,
.login-page .div-captcha {
	width: 100%;
	float: none;
}

.login-page .div-usuario input,
.login-page .div-senha input,
.login-page .div-usuario .ui-inputfield,
.login-page .div-senha .ui-password {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}

.login-page .login-solicitar-acesso .bt-acesso {
	float: none;
	margin: 30px auto 0;
	display: block;
	text-align: center;
}

