/* resset! */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a,
a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*/resset fim*/
body {
	/*background:url(../imagens/bg_pattern.gif);*/
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 0 0;
	color: #333;
}

#geral {
	background: url(../imagens/bg_geral-topo.gif) repeat-x #fff;
	display: block;
	margin: 0 auto;
	width: 960px;
}

#login {
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	height: 400px;
	margin: 0px auto;
	padding: 10px;
	width: 350px;
}

#login #logo {
	border-bottom: 1px solid #e9d6aa;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
}

#login label {
	font-size: 16px;
	width: 100%;
}

#login input.log {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
	height: 22px;
	margin: 0 0 25px;
	outline: none;
	padding: 5px;
	width: 330px;
}

#login form input.btn {
	background: none repeat scroll 0 0 #E3E3E3;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	color: #8A8A8A;
	width: auto;
	cursor: pointer;
	height: 35px;
}

#login form input.btn:hover {
	background: #999;
	color: #fff;
}


#topo,
#conteudo {
	background: #fff;
	float: left;
	padding: 0 20px;
	width: 940px;
}

#topo {
	background: url(../imagens/bg_geral-topo.gif) repeat-x #fff;
	border-bottom: 1px solid #e1e1e1;
	float: left;
}

#topo img {
	float: left;
}

#topo ul {
	float: right;
	padding: 2px 0 0;
}

#topo ul li {
	background: url(../imagens/bg_topo-menu-item.gif);
	float: left;
	margin: 0 1px 0 0;
	padding: 68px 0 0;
}

#topo ul li:last-child {
	margin: 0;
}


#topo ul li a,
#topo ul li a:active,
#topo ul li a:visited {
	background: #e6e6e6;
	color: #9d9d9d;
	padding: 7px;
}

#topo ul li a:hover {
	background: #f1f0f0;
	color: #666;
	text-decoration: none;
}

#conteudo {
	padding-bottom: 25px;
	padding-top: 25px;
}

#conteudo #menu {
	float: left;
	width: 203px;
}

#menu ul.sub li a {
	background: #ff8a00;
	border-left: 6px solid #ff7600;
	color: #fff;
	float: left;
	margin: 0 0 1px;
	padding: 9px 0 6px 13px;
	width: 184px;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu li a {
	background: #D56A00;
	border-left: 6px solid #ff7600;
	color: #fff;
	float: left;
	margin: 0 0 1px;
	padding: 9px 0 6px 13px;
	width: 184px;
	text-decoration: none;
}

#menu li.tit a {
	margin-top: 10px;
}

#menu ul.sub li a:hover {
	background: #ff7600;
	text-decoration: none;
}

#conteudo .miolo {
	background: #fff;
	float: right;
	width: 715px;
}

#conteudo .miolo h2 {
	background: url(../imagens/bg_miolo-h2.gif) repeat-x left;
	color: #6e6e71;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 14px;
}

#conteudo .miolo h2 span {
	background: #fff;
	padding: 0 10px 0 0;
}

.cardBox {
	position: relative;
	width: 100%;
	padding: 10px 0 18px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.cardBox .card {
	position: relative;
	background: #fff;
	padding: 18px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	border: 1px solid lightgray;
	border-radius: 7px;
}

.cardBox .card .numbers {
	color: #ff8a00;
	position: relative;
	font-size: 1.7em;
	font-weight: 600;
}

.cardBox .card .cardName {
	color: #999;
}

.cardBox .card .iconBox {
	font-size: 2.5em;
	color: #03a9f4;
}

#legenda {
	margin-bottom: 15px;
}

#legenda li {
	display: inline;
	margin-right: 10px;
}

#filtro form {
	background: none repeat scroll 0 0 #F6F6F6;
	border-radius: 5px 5px 5px 5px;
	margin: 0 0 5px;
	padding: 7px;
	text-align: right;
}

#filtro form input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 5px 5px 5px 5px;
	color: #666666;
	padding: 5px;
}

#filtro form input.btn {
	background: none repeat scroll 0 0 #E3E3E3;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	color: #8A8A8A;
	width: auto;
	cursor: pointer;
}

#filtro form input.btn:hover {
	background: #999;
	color: #fff;
}

#conteudo table td.mais a {
	background: url("../imagens/icone_adicionar.png") no-repeat scroll 664px 2px #FDCC92;
	border: 1px solid #F8941C;
	border-radius: 5px 5px 5px 5px;
	color: #B96500;
	display: block;
	margin: 0 0 5px;
	padding: 15px 40px 15px 7px;
	text-align: right;
	width: 655px;
}

#conteudo table td.mais a:hover {
	background: url("../imagens/icone_adicionar.png") no-repeat scroll 664px 2px #FF9E3E;
}

#conteudo table tr.ses {
	background: none repeat scroll 0 0 #E2E1EA;
	border: 1px solid #BCB6E2;
	color: #8E86C2;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

#conteudo table tr.subcat {
	background: #DBDBDB;
	border-top: 1px solid #FFF;
}

#conteudo table tr.ses:hover {
	background: #E2E1EA;
}

#conteudo table tr.plus,
#conteudo table tr.plus:hover {
	background: #fff;
}

#conteudo table tr {
	background: none repeat scroll 0 0 #EBEBEB;
	border-top: 3px solid #FFF;
}

#conteudo table tr:hover {
	/*background:#D2D2D2;*/
}

#conteudo table td {
	padding: 10px 5px;
	text-align: left;
	border: 1px solid #fff;
}



#conteudo form .line {
	padding: 10px;
	display: table;
	width: 600px;
	;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-bottom: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}

#conteudo form .line .data {
	display: block;
	margin-bottom: 3px;
	font: 14px Verdana, Geneva, sans-serif;
	color: #333;
}

#conteudo form .check {
	float: left;
	padding: 10px;
	display: block;
	width: 600px;
	;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-bottom: 10px;
}

#conteudo form .check .data {
	display: block;
	margin-bottom: 3px;
	font: 14px Verdana, Geneva, sans-serif;
	color: #333;
}

#conteudo form .check ul {
	list-style: none;
	float: left;
	font: 14px Verdana, Geneva, sans-serif;
	color: #333;
}

#conteudo form .check ul li {
	margin-bottom: 3px;
	float: left;
	width: 159px;
	margin: 0 15px 10px 0;
	background: #FFF;
	padding: 5px;
}

#conteudo form .check ul .last {
	float: right;
	margin: 0 0 10px 0;
}

#conteudo form .check ul li input {
	float: left;
	margin: 3px 5px 0 0;
}

#conteudo form .line input {
	padding: 5px;
	width: 580px;
	border: 1px solid #ccc;
}

#conteudo form .line textarea {
	padding: 5px;
	width: 580px;
	border: 1px solid #ccc;
}

#conteudo form .line select {
	padding: 5px;
	width: auto;
	border: 1px solid #ccc;
}

#conteudo form table {
	padding: 2px;
	margin-bottom: 10px;
}

#conteudo form table td {
	padding: 1px;
}

#conteudo form table tr:hover {
	background: none;
}

.btn {
	border: 1px solid #666;
	padding: 3px 5px;
	cursor: pointer;
	margin-bottom: 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover {
	background: #666;
	border-color: #333;
	color: #fff
}


.bloco a.btnalt {
	font-size: 12px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FF8A00;
	border: 1px solid #FF7600;
	color: #fff;
	padding: 5px;
	margin-bottom: 20px;
	float: right;
}

.bloco a.btnalt:hover {
	text-decoration: none;
	background-color: #FF7600;
}

.bloco .descricao {
	font-size: 14px;
	color: #FF8A00;
}

.crm {
	font-size: 0.72rem !important;
	/*white-space: nowrap;*/

	.contato {
		table {
			width: 100%;
			float: left;
			border-collapse: collapse;
			font-size: 0.72rem !important;

			th,
			td {
				padding: 4px;
				text-align: center;
			}

			th {
				background-color: #f0f0f0;
				font-weight: bold;
			}
		}

		.title {
			font-size: 0.72rem !important;
		}

		.icons {
			overflow: hidden;
			cursor: pointer;
			display: inline-block;
		}

		.icons img {
			filter: drop-shadow(0px 1000px 0 red);
			transform: translateY(-1000px);
		}
		
	}
}

.crm .contato table tr.title {
	background: none repeat scroll 0 0 #E2E1EA;
	border: 1px solid #BCB6E2;
	color: #8E86C2;
	font-size: 0.72rem !important;
	font-style: italic;
	margin-bottom: 10px;
}

/* Estilo do conteúdo do modal */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	width: 400px;
	z-index: 9999;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.modal-header {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.modal-close {
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.btn {
	padding: 10px 20px;
	background-color: #d00;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.btn:hover {
	background-color: #b00;
}
/* término do modal */

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

.ms {
	padding: 10px 10px 10px 30px;
	border: 1px solid #999;
	display: block;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #333 0 0 2px;
	-webkit-box-shadow: #333 0 0 2px;
	-moz-box-shadow: #333 0 0 2px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.no {
	background: #FFCACA url(../ico/no.png) 7px no-repeat;
	border-color: #900;
	color: #900;
}

.ok {
	background: #A6FFBC url(../ico/ok.png) 7px no-repeat;
	border-color: #090;
	color: #090;
}

.al {
	background: #FFFFBF url(../ico/alert.png) 7px no-repeat;
	border-color: #F60;
	color: #F60;
}

.in {
	background: #B3E7FF url(../ico/info.png) 7px no-repeat;
	border-color: #069;
	color: #069;
}

.debug {
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
}

.paginator {
	float: left;
	width: 540px;
	padding: 10px;
	background: #f5f5f5;
	margin: 10px 0 0 0;
	text-align: center;
}

.paginator {
	font: bold 12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.paginator a {
	color: #fff;
	margin: 0 2px;
	text-decoration: none;
	padding: 3px 6px;
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
}

.paginator span {
	color: #fff;
	margin: 0 2px;
	padding: 3px 6px;
	background: #09F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #005789;
}

.paginator a:hover {
	background: #FF5353;
}



.gblist {
	float: left;
	width: 560px;
	margin: 5px 0 0 0;
	list-style: none;
	display: inline;
}

.gblist li {
	float: left;
	width: 85px;
	height: 65px;
	padding: 2px;
	background: #000;
	margin: 0 5px 5px 0;
	position: relative;
}

.gblist li:hover .action {
	display: block;
}

.gblist .last {
	float: right;
	margin-right: 0;
}

.gblist .action {
	position: absolute;
	left: 2px;
	top: 2px;
	padding: 30px 5px 14px;
	background: rgba(0, 0, 0, 0.5);
}

.gblist .action {
	width: 75px;
	text-align: center;
	display: none;
}

.gblist .action a {
	padding: 5px 5px 0;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gblist .action a:hover {
	background: #FF4F4F;
}

.upload {
	padding: 7px 4px 6px 4px;
	float: left;
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.upload {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	width: 550px;
	text-align: center;
}

.valida {
	padding: 5px 10px;
	background-color: #060;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	text-decoration: none;
}

.valida:hover {
	text-decoration: none;
	background: #033;
}

.invalida {
	padding: 5px 10px;
	background-color: #F00;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	text-decoration: none;
}

.invalida:hover {
	text-decoration: none;
	background: #C00;
}

.amarelo {
	background: #CF0;
	color: #333;
	border: 1px solid #999;
}

.amarelo:hover {
	background: #FC3;
	color: #333;
	border: 1px solid #999;
}

.vermelho {
	background: #F00;
}

.verde {
	background: #0C3;
}

.amarelo a,
.vermelho a,
.verde a,
.cinza a {
	color: #333;
}

.cinza {
	background: #CCC;
	color: #222;
	border: 1px solid #BBB;
}

.cinza:hover {
	background: #AAA;
	color: #222;
	border: 1px solid #999;
}

.vermelho_pag {
	background: #E44;
	color: #FFF;
	border: 1px solid #F22
}

.vermelho_pag:hover {
	background: #A52A2A;
	color: #FFF;
	border: 1px solid #D00;
}


/* RELATORIOS */
.justify p {
	list-style: disc outside none;
	text-align: justify;
}

.justify p:after {
	content: "";
	display: inline-block;
	width: 100%;
}