

.btn, a {
	-webmoz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/*tool tip css*/

.ui-tooltip, .arrow:after {
    background: #333333 !important;
    border: 2px solid white !important;
  }
  .ui-tooltip {
    padding: 10px;
    color: #ffffff;
    -webmoz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 12px 'Arial', Sans-Serif;
/*    webmoz-box-shadow: 0 0 7px black;
    webkit-box-shadow: 0 0 7px black;
    box-shadow: 0 0 7px black;*/
  }/*
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }*/

/* Menu dropdown */
.dropdown-menu li {
	padding: 0;
}

.dropdown-menu li a {
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.btnLeftTable, .btnRightTable {
	padding: 3px 7px;
	opacity: 1;
}

.lista-botoes-visnfe {
	list-style-type: none;
	float: right;
	margin-left: 0;
	padding-left: 0;
}

.lista-botoes-visnfe li {
	float: left;
	margin: 2px;
	position: relative;
}

.sublista-botoes-visnfe {
	position: absolute;
	z-index: 3;
}

.sublista-botoes-visnfe li {
	width: 100%;

}

.lista-afiliados {
    padding-left: 0;
}

.lista-afiliados li {
    cursor: pointer;
    padding: 5px;
    margin: 1px 0;
    background-color: #135681;
    color: #fff;
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

.lista-ordem-modulos { 
	padding-left: 0;
	margin-top: 5px;
}

.lista-ordem-modulos .panel-default>.panel-heading {
	cursor: pointer;
}

.lista-ordem-modulos .panel-default>.panel-heading {
	background-color: #999;
}

.lista-ordem-menu { 
	padding-left: 0;
}

.lista-ordem-menu li {
	color: #fff;
    background-color: #5a7ca6;
    border-color: transparent;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #fff;
}

.btnLeftTable {
	margin-right: 5px;
}

.bg-green-tbl {
	background-color: #00a65a !important;
}

.bg-red:hover, .bg-yellow:hover, .bg-green:hover, 
.bg-aqua:hover, .bg-aqua-marin:hover {
	color: #000 !important;
}

.bg-blue {
	color: #fff;
	background-color: #158cba !important;
}

.tbl-totais-financeiro {
	color: #fff;
}

.linha-total-bonus:hover {
	color: #fff !important;
}

.btnLeftTable:hover, .btnRightTable:hover {
	opacity: .8;
}

.select-dia-fatura {
	width: 100px;
	margin-right: 5px;
}

.bg-tags-nfe {
	width: 95%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 5px;

}

.lista-botoes-nfe {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.lista-botoes-nfe li {
	float: left;
	margin: 0 2px;
}

table.dataTable.no-footer, .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border: 0 !important;
}

.table-modal-manifesto {
	max-height:200px;
	overflow:auto;
	padding: 0 0 15px 15px;
}

.table-modal-manifesto thead td {
	padding: 5px 10px;
}

.table-modal-manifesto tbody td {
	padding: 0 10px;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.cursor-pointer {
	cursor: pointer;
}

.box-numeros-manifestacao {
	border: 2px solid #CCC;
}

.box-numeros-manifestacao h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.box-numeros-manifestacao h2, .box-numeros-manifestacao p {
	color: #666;
}

.small-box {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	margin-bottom: 20px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1)
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1)
	box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.small-box>.inner {
	padding: 10px;
}

.bg-aqua {
	background-color: #00c0ef !important;
	color: #fff;
}

.bg-aqua-marin {
	background-color: #357ca5 !important;
	color: #fff;
}

.bg-green {
	background-color: #00a65a !important;
	color: #fff;
}

.bg-yellow {
	background-color: #f39c12 !important;
	color: #fff;
}

.bg-red {
	background-color: #dd4b39 !important;
	color: #fff;
}

.bg-gray {
	background-color: #f1f1f1;
}

.small-box h4 {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
	color: #fff;
	z-index: 5;
}

.small-box p {
	font-size: 15px;
	color: #fff;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10px;
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.small-box .icon {
	transition: all .3s linear;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 0;
	font-size: 50px;
	color: rgba(0,0,0,0.15);
}



.font-22 {
	font-size: 22px;
}

.font-12 {
	font-size: 12px !important;
}

.width-240 {
	width: 240% !important;
	max-width: none;
}

.pad-10 {
	padding: 10px !important;
}

.modal-log p {
	font-size: 14px !important;
}

.modal-95 {
	width: 95% !important;
	margin: 10px auto;
}

.modal-100 {
	width: 100% !important;
	margin: 10px auto;
}

.modal-100 .modal-header {
	padding: 10px 10px 0 10px;
}

.modal-100 .modal-body {
	padding: 0 5px 5px 5px;
	margin: 0;
}

.modal-100 .close {
	margin-bottom: 5px;
}

.modal-100 .modal-footer { 
	padding: 0 10px 10px 10px;

}

/*.controls {
	overflow: hidden !important;
}*/

.btn-scroll-divs, .table-responsive {
	border: 0 !important;
}

.img-center {
	margin-right: auto;
	margin-left: auto;
}

.bb-alert
{
    position: fixed;
    bottom: 25%;
    right: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 2000;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/*div.growlUI { background: url(check48.png) no-repeat 10px 10px }*/
div.growlUI h1, div.growlUI h2 {
    color: white; padding: 5px 5px 5px 75px; text-align: left
}

.lista-docs-api {
	margin: 20px 0;
}

.table-responsive {
	overflow:auto !important;
}

.lista-docs-api li {
	text-align: center;
}

.lista-docs-api li i {
	font-size: 30px;
}

#chat_network_img {
	width: 50px; 
	height: 38px;
	background: url( "../img/network.png" ) no-repeat;
}

.display-none {
	display:none !important;
}

.fatura-hidden, .fatura-existe {
	display: none;
}

.box-menu-principal {
	transition: all .3s ease;
	overflow: hidden;
}

.border-0 {
	border: 0 !important;
}

.sidebar-nav-cont {
    box-shadow: none !important;
}

.navcont {
	box-shadow: 0 0 10px #BDBDBD;
}

.seta-comp-menu {
	border: 0 !important;
	text-align: right;
	display: block;
}

.seta-comp-menu i {
	font-size: 15px;
	color: #158cba;
	margin: 5px;
	cursor: pointer;
}

.menu-comp {
	display: none;
	width: 0;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}


.font-grey {
	color: #666;
}

.font-black {
	color: #000 !important;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.margin-left-0 {
	margin-left: 0 !important;
}

.font-azul {
	color: #158cba;
}

.corpo-modal-loading{background:transparent;margin-top:35%;box-shadow:none;}

body {
	font-size: 14px;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.corpo-login {
	background: url("../img/bg-escritorio.jpg");
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
}

table.dataTable thead .sorting_desc {
	background-image: url("../img/sort_desc.png");
	width: 27px;
	background-repeat: no-repeat;
	background-position: right center;
}

table.dataTable thead .sorting_asc {
	background-image: url("../img/sort_asc.png");
	width: 27px;
	background-position: right center;
	background-repeat: no-repeat;
}

.select-relatorios {
	height: auto !important;
}

a.tab-destaque, a.tab-destaque:hover {
	background-color: #158cba !important;
	color: #fff !important;
}

a.tab-destaque i {
	color: #fff !important;
}

.classe-teste {
	border: 2px solid red;
}

table.dataTable thead .sorting {
	background-image: url("../img/sort_both.png");
	width: 54px;
	background-position: right center;
	background-repeat: no-repeat;
}

.box-img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.bold {
	font-weight: bold;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.loading-page {
	width:96.5%;
	margin:0 10px;
	position:absolute;
	z-index:9999;
	background-color:#fff;
	height:100%;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}


.pad-bottom-0 {
	padding-bottom: 0 !important;
}

.pad-bottom-20 {
	padding-bottom: 20px !important;
}

.pad-bottom-40 {
	padding-bottom: 40px !important;
}

.pad-left-right-0 {
	padding-right: 0;
	padding-left: 0;
}

.pad-top-0 {
	padding-top: 0 !important;
}

.pad-left {
	padding-left: 0 !important;
}

.pad-top-15 {
	padding-top: 15px;
}

.float-right {
	float:right;
}

.img-atend-chat {
	margin: 10px auto;
	cursor: pointer;
	border: 0;
}

.texto-aviso-nfemail-modal {
	margin-top: 15px;
	padding: 5px;
}

.texto-obs {
	color: #999;
	font-size: 13px;
}

.texto-vinculo-contador {
	margin-top: 15px;
	padding: 5px;
	line-height: 25px;
	color: #666;
	font-weight: 200;
}

.titulo-termo {
	font-weight: 400;
	color: #5a7ca6;
	margin: 0 auto;
	font-size: 25px;
	width: 70%;
}

.texto-link-aceite {
	color: #5a7ca6;
	text-decoration: underline;
	cursor: pointer;
}

.texto-termo-aceite {
	overflow: auto;
	padding: 20px 10px;
	height: 400px;
	color: #333;
	font-weight: 200px;
}

.texto-termo-aceite p {
	margin: 10px 0;
}

.texto-termo-aceite p.subtitulo {
	margin-top: 20px;
	margin-bottom: 10px;
}



.pad-right {
	padding-right: 0;
}

#nfecliente20 {
	color: #5a7ca6;
	text-decoration: none;
}

label {
	color: #1b1b20;
	font-weight: bold;
}

table td {
	vertical-align: middle !important;
}

input[type="text"], input[type="email"],
	input[type="password"] {
	border: 1px solid #ccc;
}

select.form-control {
	border: 1px solid #ccc;
}

.destaque, .destaque:hover,
	.destaque:hover a {
	background-color: #1baee7 !important;
	color: #fff !important;
}

.chosen-container-single {
	width: 100% !important;
}

.destaque a {
	color: #fff !important;
}

textarea {
	width: 100% !important;
	resize: none;
	padding: 5px;
	height: 150px !important;
	border: 1px solid #ccc !important;
}

fieldset select {
	width: 100%;
	height: 35px !important;
	border: 1px solid #ccc;
}

.chosen-container-single .chosen-single {
	height: 35px;
	padding: 5px 10px;
}

.nota-referenciada {
	display: none;
}

fieldset {
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	margin-top: 15px;
}

fieldset legend {
	margin-bottom: 0;
}

legend h3 {
	color: #5a7ca6;
	padding: 5px;
	background-color: #c5dfff;
}

fieldset legend h3 {
	color: #5a7ca6;
	padding: 5px;
	background-color: #c5dfff;
}

.img-foto-contador-empresa {
	border: 1px solid #CCC;
	padding: 5px;
}

.icon-aviso-vinculo {
	color: #ff9933;
	font-size: 20px;
	display: inline-block;
}

.icon-numero-aviso-vinculo {
	font-family: 'Arial';
	font-size: 12px;
	padding: 2px 10px;
	float: right;
	color: #FFF;
	background-color: #ff9933;
	-webmoz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.total-solicitacoes {
	background-color: #ff9933;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 7px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.seta-indique {
	font-size: 90px;
	color: #ff9933;
}

.box-indique-contador {
	background-color: #f1f1f1;
	border: 1px solid #5a7ca6;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

fieldset legend h3.indique {
	color: #c5dfff;
	padding: 10px;
	background-color: #5a7ca6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
}

.box-localize-contador {
	background-color: #f1f1f1;
	border: 1px solid #5a7ca6;
	padding: 5px;
	min-height: 513px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

fieldset legend h3.localizecontador {
	color: #5a7ca6;
	padding: 10px;
	line-height: 30px;
	background-color: #c5dfff;
	border: 1px solid #5a7ca6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

fieldset legend h3.indique i,
	fieldset legend h3.localizecontador i {
	margin-right: 10px;
	line-height: 30px;
}

fieldset .form-group {
	padding: 5px;
}

.window{
	display:none;
	position: fixed;  
	bottom: 0; 
	width: 90%; 
	height: 85%; 
	z-index: 9900;
	left:0;
	top:0;
	background: #fff;
	padding: 10px;
    overflow: auto;
	border: 2px solid #106a8c;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius: 5px;
}

.mascara-modal {
  	display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

.form-group {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.icon-topo {
	font-size: 25px;
	color: #999;
	cursor: pointer;
	transition: all .3 ease;
}

.icon-topo:hover {
	color: #666;
}

.btn-fechar-modal {
	font-size: 30px;
	color: #999;
	margin-right: 5px;
}

.btn-fechar-modal:hover {
	color: #666;
}

.no-side-padding {
	padding-right: 0;
	padding-left: 0; 
}

.tabs-nfe {
	padding-left: 10px;
}

#janela220 .tabs-nfe {
	padding-left: 0 !important;
}

.tabs-nfe li a {
	color: #999;
}

.tabs-nfe li.active a {
	background-color: #8cc6dd !important;
	color: #fff !important;
}

.tabs-nfe li:hover a {
	background-color: #8cc6dd;
	color: #fff;
}

td.border-0 {
	border: 0 !important;
}

/* tbl financeiro */
.tbl-financeiro {
	color: #fff;
	border: 2px solid #158cba;
	color: #333;
}

.tbl-financeiro td {
	border: 1px solid #158cba;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
}

.tbl-financeiro tr.confirmada td {
	background-color: #EAFFEA;
}

.tbl-financeiro tr.naoconfirmada td {
	background-color: #FFEAEA;
}

.tipo-pagto {
	display: inline-block; 
	padding: 5px 10px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	color: #FFF; 
	font-size: 10px; 
	line-height: 21px;  
	width: 70px;
	text-align: center;
}

.debito {
	background-color: #ff4136;
}

.credito {
	background-color: #28b62c;
}

.tbl-financeiro tr:hover, .tbl-financeiro tr:hover td {
	background-color: #f8fcbc;
	cursor: pointer;
}

.linha-tabela-topo:hover td {
	background-color: #158cba !important;
	cursor: default !important;
}



/* tbl dados duplicatas */

.tbl-dados-duplicatas label {
	font-weight: bold;
	font-size: 14px;
}

/* selects */

.menuInativo {
	color:#fff;
	background-color:orangered;
	border: 0 !important;
}

.menuAtivo {
	color:#fff;
	background-color:cornflowerblue;
	border: 0 !important;
}

.menuInativo:focus, .menuAtivo:focus {
	color:#333;
	background-color:#fff;
	border: 0 !important;
}

/* tbl duplicatas */

.tbl-duplicatas {
	color: #fff;
	border: 2px solid #158cba !important;
	color: #333;
}

.tbl-duplicatas td {
	border: 1px solid #158cba !important;
	text-align: center;
	vertical-align: middle;
}

.tbl-duplicatas th {
	background-color: #ffffff;
	color: #666;
	font-size: 16px;
	text-align: right;
	font-weight: normal;
}

.tbl-totais, .tbl-totais td {
	border: 1px solid #158cba !important;
}

.linha-titulos th {
	background-color: #158cba;
	color: #ffffff;
	text-align: center;
}

ul {
	list-style-type: none;
	padding-left: 20px;
}

.vertical-align img {
	vertical-align: middle;
}

.classErrorForm {
	border: 1px solid #ff0033 !important;
}

.btn-group.open .dropdown-toggle.btn-default {
	background-color: #158cba;
	color: #ffffff;
}

.texto-email-nfe {
	padding: 5px;
	width: 100%;
	text-align: left !important;
}

.texto-exp-cert {
	font-weight: bold;
	color: red;
}

.bg-expiracao {
	background-color: #f8fcbc;
}

.border-red {
	border: 1px solid red;
}

.bg-grey {
	border: 1px solid #e1e1e1;
	background-color: #f1f1f1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

.search-pesq {
	width: 450px !important;
	border: 1px solid #158cba !important;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#testetabela {
	margin-top: 10px;
	text-align: center !important;
}

#testetabela tr:hover {
	background-color: #f8fcbc !important;
}

#testetabela thead, #testetabela thead tr:hover {
	background-color: #158cba !important;
	color: #fff !important;
	font-weight: normal !important;
}

#testetabela td {
	border: 1px solid #7aaffb;
}

.tbl-dados {
	margin-top: 10px;
	text-align: center !important;
}

.tbl-dados tr:hover {
	background-color: #f8fcbc !important;
}

.carregador-pai-modal {
	position: relative !important;
}

.icone-concluido {
	font-size: 50px;
	color: green;
}

.carregador-modal {
	border:0 !important;
	width:100% !important;
}

.font-50 {
	font-size: 50px !important;
}

.box-atualizar-nfes {
	background-color: #fbf9f9;
}

.tbl-dados thead, .tbl-dados thead tr:hover {
	background-color: #158cba !important;
	color: #fff !important;
	font-weight: normal !important;
}

.tbl-dados td {
	border: 1px solid #7aaffb;
}

.obrigatorios {
	font-size: 13px;
	color: #ff0033;
	margin: 10px 5px;
}

.float-left {
	float: left;
}

.inputs-radio {
	float: left;
	margin: 15px 5px 10px 5px !important;
}

.texto-radios {
	float: left;
	margin: 10px 5px !important;
}

.form-control input[type="radio"] {
	margin-top: 0;
}

.campos-pj {
	display: none;
}

.ou {
	width: 50px;
	height: 50px;
	margin: 100px auto;
	padding-top: 12px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background-color: #5a7ca6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.usuarios-online {
	padding-left: 0;
}

.usuarios-online li {
	float: left;
	font-size: 12px;
	border: 0 !important;
}

.empresa-com-vinculo-contador h5, .contador-vinculo-com-empresa h5 {
	margin-bottom: 0;
}

.input-confirmar-senha {
	display: none;
}

.msg-senhas {
	color: #ff0033;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.box-financeiro-bg-grey {
	background-color: #f1f1f1;
}


.box-financeiro-bg-grey h4 {
	margin-top: 0;
}

/* CSS DASHBOARD */
.box-dashboard {
	border: 1px solid #158cba;
	margin: 20px 5px;
	-moz-border-radius: 5px;
	height: 160px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.titulo-tabs-dashboard {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 70%;
	background-color: #158cba;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #158cba;
}

.total-tabs-dashboard {
	font-size: 50px;
	line-height: 50px;
	color: #158cba;
}

/* cor da linha de contador */
tr.group,
tr.group:hover, tr.group:hover td {
    color: #fff !important;
	background-color: #5a7ca6 !important;
}


.box-ibpt {
	background-color: rgb(255, 156, 36);
	color: white;
	padding: 10px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 180px;
}

.box-ibpt i {
	font-size: 40px;
	color: white;
}

.box-ibpt h3 {
	color: white;
	text-align: center;
	font-weight: 200;
	margin-bottom: 10px;
}

a.box-ibpt {
	text-decoration: none;
}

.box-ibpt h5 {
	color: white;
	font-weight: 200;
	line-height: 20px;
	margin-left: 15px;
}

.box-avisos {
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
/*	height: 250px;*/
	width: 98%;
	margin: 15px 0;
	background-color: #f1f1f1;
}

.texto-cliente-aviso {
	float: left;
	width: 100%;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.texto-cliente-aviso-edit {
	float: left;
	width: 90%;
	margin: 5px;
	height: 50px;
	overflow: hidden;
}

.texto-check-all {
	float: left;
	width: 30%;
	margin: 5px 10px;
}

.texto-cliente-aviso input[type="checkbox"] {
	float: left;
}

.texto-cliente-aviso span {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.camposEdit {
	display: none;
}

.texto-esqueci-senha {
	width: 100%;
	margin: 10px;
	text-align: left;
	color: #333;
	font-size: 14px;
}

.texto-esqueci-senha-link {
	width: 100%;
	margin: 10px;
	text-align: left;
	color: #666;
	cursor: pointer;
	font-size: 14px;
}

.texto-esqueci-senha-link:hover {
	text-decoration: underline;
	color: #000;
}

.box-esqueci-senha {
	display: none;
}

.disabled {
	opacity: .5 !important;
}

.logo-topo {
	margin: 15px 0;
}

.box-detalhes-dashboard {
	font-size: 13px;
	height: 100px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.btnGravarNfeHidden {
	display: none;
}

.cor-destaque-error {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #ff4136;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cor-destaque-ok {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #28b62c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.modal-body {
	margin: 10px;
}

/* BOX ALERTA */

.box-alerta, .box-alerta:active {
	position: relative;
	height: 59px;
	float: left;
	margin-right: 5px;
	background: none;
	border: 0;
	background: none !important;
}

.box-alerta:hover, .box-alerta:focus {
	background: none !important;
	opacity: 1;
}

.box-alerta span {
	border-radius: 50%;
	background-color: #ff9933;
	color: #ffffff;
	padding: 2px 5px;
	top: 10px;
	right: 5px;
	position: absolute;
	font: 12px 'Arial';
	text-align: center;
}

.box-alerta i {
	font-size: 30px;
	color: #999;
	opacity: .5;
	transition: opacity .3s ease;
}

.box-alerta.active i, .box-alerta i:hover {
	opacity: 1;
}

.lista-drop-alerta {
	display: none;
	padding-left: 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	min-width: 350px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	right: 0;
}

.lista-drop-alerta li {
	min-height: 30px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	transition: background-color .3s ease;
}

.lista-drop-alerta li:hover {
	background-color: #158cba;
	color: #ffffff;
}

.lista-drop-alerta li:hover a {
	color: #fff !important;
}

.lista-drop-alerta li:last-child {
	border-bottom: 0;
}


.box-aviso-passos {
	margin: 0 auto;
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box-aviso-passos ul {
	width: 90%;
	margin: 20px auto;	
}

.box-aviso-passos h3 {
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

.box-aviso-passos ul li {
	text-align: left;
	font-weight: bold;
	margin: 10px 0;
	font-weight: 200;
	font-size: 16px;
	color: #333;	
}

.box-aviso-passos ul li i {
	font-size: 20px;
}

.box-aviso-passos ul li i.passo-ok {
	color: #09ab33;
}

.box-aviso-passos ul li i.passo-error {
	color: #ff0033;
}

.box-aviso-passos img {
	margin: 0 auto;
}

.dados-passos-aviso {}

.fundo-aviso {
	background-color:#f9f97f;
	padding:20px;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.61);
	-moz-box-shadow:    4px 4px 12px 0px rgba(50, 50, 50, 0.61);
	box-shadow:         4px 4px 12px 0px rgba(50, 50, 50, 0.61);
}

/* Tabela impostos municipais */
.tbl-dados-impostos {
	background-color: #158cba;
	padding: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
}

.tbl-dados-impostos input[type="text"], 
	.tbl-dados-impostos select {
	width: 60%;
	float: left;
	height: 30px;
	padding: 2px;
	text-align: center;
}

.tbl-dados-impostos label {
	color: #ffffff;
	font-weight: 200;
}

.tbl-dados-impostos span {
	color: #ffffff;
	font-size: 20px;
	margin: 5px;
}

.dados-impostos {
	display: none;
}

.texto-competencia {
	color: #777;
	font-weight: normal;
	margin: 5px;
	font-size: 15px;
}

/* DADOS AVISO PRAZO EXPIRADO */

.dados-aviso-prazo-expirado {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.texto-destaque-pe a, .texto-destaque-pe a:hover,
	.texto-destaque-pe a:active, .texto-destaque-pe a:visited {
	color: #fff;
}

.texto-destaque-pe {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	background-color: #158cba;
	font-weight: bold;
	font-size: 20px;
}

.dados-aviso-prazo-expirado h4,
	.dados-aviso-prazo-expirado h3 {
	margin-top: 20px;
	font-weight: 300;
}

/* DADOS TELA LICENCIAMENTO */


/*check style*/

/* Main Classes */

.tbl-nfes-arquiva input[type="checkbox"]:before{
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
/*    border: 1px solid #808080;*/
    content: "";
}
.tbl-nfes-arquiva input[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
    background-repeat: no-repeat;
    background-position:center;
}
.tbl-nfes-arquiva input[type="checkbox"]:checked:after{
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
}
.tbl-nfes-arquiva input[type="checkbox"]:disabled:after{
    -webkit-filter: opacity(0.4);
}
.tbl-nfes-arquiva input[type="checkbox"]:not(:disabled):checked:hover:after{
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
}
..tbl-nfes-arquiva input[type="checkbox"]:not(:disabled):hover:after{
    background-image: linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);  
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;  
}
.tbl-nfes-arquiva input[type="checkbox"]:not(:disabled):hover:before{
    border-color: #999999;
}
/* Large checkboxes */
.tbl-nfes-arquiva .large{
    height:22px;
    width: 22px;
   	position: relative;
   	z-index: 1;
}

.tbl-nfes-arquiva .large:hover .dados-botoes {
	display: block;
}

.tbl-nfes-arquiva .large[type="checkbox"]:before{
    width: 20px;
    height: 20px;
}

.tbl-nfes-arquiva .large[type="checkbox"]:after{
    top: -18px;
    width: 16px;
    height: 16px;
}

/* Custom checkbox */
/*.tbl-nfes-arquiva .custom[type="checkbox"]:checked:after{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
}
.tbl-nfes-arquiva .large.custom[type="checkbox"]:not(:disabled):checked:hover:after{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
}*/


/*fecha check style*/


.lista-licenciamento {
	padding-left: 0;
	margin: 20px 0;
	list-style-type: none;
}

.lista-licenciamento li h4 {
	margin-top: 0;
}

.lista-licenciamento li {
	float: left;
	width: 100%;
	margin: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.numeros-licenciamento {
	color: #158cba;
	font-size: 30px;
}

.dados-botoes {
	display: none; 
	position: absolute;
	z-index: 1;
	width:100%;
	background-color:transparent;
	left: 0;
}

.box-tags-nfe {
	max-height: 300px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

.container-botoes {
	background-color: #999999;
	padding: 5px;
	width: 800px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin-top: 10px;
}

.lista-colunas-tabela {
	padding-left: 0;
	margin-left: 0;
 	margin-top: 5px;
 	list-style-type: none;
}

.lista-colunas-tabela li {
	float: left;
	width: 45%;
	padding: 5px;
	text-align: left;
	margin: 5px;
	background-color: #158cba;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.lista-colunas-tabela li input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 5px;dad
}

.dataTables_scrollBody {
	padding-bottom: 40px;
}

/*.tbl-nfes-arquiva>tbody>tr:last-child:hover .container-botoes { 
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-top: -44px;
}

.tbl-nfes-arquiva>tbody>tr:last-child:hover .dados-botoes { 
	bottom: 0;
}*/

.tbl-nfes-arquiva tbody tr:hover .dados-botoes {
	display: block;
}

.tbl-nfes-arquiva {
	margin-top: 10px;
	text-align: center !important;
}

.tbl-nfes-arquiva thead, .tbl-nfes-arquiva thead tr:hover {
	background-color: #158cba !important;
	color: #fff !important;
	font-weight: normal !important;
}

.tbl-nfes-arquiva tbody tr:hover {
	-webmoz-transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.tbl-nfes-arquiva tbody tr:hover {
	background-color: #999 !important;
	color: #ffffff !important;
}

.tbl-nfes-arquiva tbody td {
	border: 1px solid #7aaffb !important;
}

.tbl-nfes-arquiva tbody tr {
	position: relative !important;
}

.DTFC_Cloned tbody tr:hover {
	background-color: #fff !important;
}

.pos-relative {
	position: relative;
}

.btn-chk-all {
	position: absolute; 
	left: 10px;
	top: 3px;
	z-index: 1;
}

@media (max-width: 1025px) {

	.nav>li>a {
		padding: 10px 5px !important;
	}
	
	.logo-topo {
		margin: 25px 0;
	}

	.dados-passos-aviso {
		position: absolute;
		width: 60%;
		top: 17%;
		left: 21%;
	}
	.corpo-login {
		background-size: inherit !important;
	}
	.box-aviso-passos ul li {
		font-size: 16px;	
	}
	.login-box {
		width: 400px;
	}
	label {
		font-size: 12px;
	}
}

@media (min-width: 800px) and (max-width: 1025px) {

	.main-menu a {
		font-size: 13px;
	}
	.nav.main-menu>li>a {
		padding: 5px;
	}
}

@media (max-width: 700px) {

	.navcont {
		box-shadow: none;
	}

	.menu-meusclientes {
		box-shadow: 0 -2px 1px #000000 !important;
		margin-top: 0 !important;
	}

	.sidebar-nav .nav-canvas {
		left: -100% !important;
	}

	.sidebar-nav.active .nav-canvas {
		left: -15px !important;
	}

	.logo-topo {
		margin: 0;
	}

	.lista-drop-alerta {
		right: -120px;
		border: 1px solid #158cba;
	}
	.box-menu-principal {
		overflow: inherit;
	}
}

@media (max-width: 600px) {
	
	.box-header {
		height: auto !important;
	}

	.box-header h2, .btn {
		white-space: normal !important;
	}

	.dados-passos-aviso {
		width: 90%;
		position: static;
	}
	.box-aviso-passos {

	}
	.box-aviso-passos img {
		display: none;
	}

	.lista-drop-alerta {
		width: 300px;
		right: -160px;
	}

	.login-box {
		width: 300px;
	}
}


/* div que esconde conteudo qdo for imprimir */
@media print {



	body {font-size: 12px !important;}
	
	.hidden-print {
		display: none !important;
	}

	fieldset legend h3 {
		color: black;
		padding: 5px;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}

}



