/* FORMS */
.input-text, .textarea { padding: 5px; }
.select { padding: 4px; }
.input-text, .select, .textarea {
	background: url('../img/admin/input_bg.gif') top left repeat-x #f6f6f6;
	border: 1px solid #cccccc;
	color: #3a3a3a;
	font-size: 13px;
}
.input-text.max {
	width: 98.5%;
}
.input-text:focus, .select:focus, .textarea:focus {
	background: url('../img/admin/input_bg_focus.gif') top left repeat-x #ffffff;
	border-color: #97cded;
	/* -moz-box-shadow: 1px 1px 9px #97cded; -webkit-box-shadow: 1px 1px 9px #97cded; box-shadow: 1px 1px 9px #97cded; */
}
.select option[selected=selected], .select option[selected] { background-color: #e6e6e6; }
.input-text.marginL, .select.marginL { margin-left: 5px }
.input-text.marginR, .select.marginR { margin-right: 5px }
.input-text[readonly=readonly], .input-text[readonly] { background: none; }
input.input-file { float: left; }

.input_submit_new {
	background-color: #FDFDFD;
	border: 1px solid #39A3E6;
	border-radius: 6px;
	color: #39A3E6;
	cursor: pointer;
	height: 28px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px 8px;
	transition: all .2s;
}
.input_submit_new:hover { background-color: #39A3E6; color: #FFF }

.input_submit {
	height: 30px;
	width: 100px;
	background: url(../img/admin/input_submit_bg.gif) 0 0 no-repeat;
	border: 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	/* text-indent: -14px; */
}
.input_submit:hover { background-position: 0 -30px; }
.input_submit.m:hover { background-position: 0 -30px; }
.input_submit.m {
	width: 110px;
	background: url("../img/admin/input_submitm_bg.gif") 0 0 no-repeat;
}
.input_submit.loading {
	/* background-color: #CCC; */
	background-image: none;
	color: #EEE
}
.input_padding{
	padding:10px 120px 26px 24px;

}
.consolidado, .infos { display: block; float: left; margin: 10px 5% 20px 0; width: 45% }
.consolidado table { width: 100% }

/* TABLES */
.table.list { border: 1px solid #CCC; }
.table th, .table td { padding: 3px 2px; vertical-align: middle; }
.table thead { border-top: 1px solid #D9D9D9; border-left: 1px solid #D9D9D9; }
.table thead th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	color: #444444;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
.table.list tbody td { text-align: center; }
.table tr.hover:hover td { background-color: #dbe8f8 !important; }
.table tr.zebra td { background-color: #f1f8ff !important; }
.tableFull th, .tableFull td { padding: 4px 10px !important; white-space: nowrap }
.table td.colorDif { background: #ebf7ff }
.table td.colorDif2 { background: #ebebeb; }
.table td.divide { border-bottom: 1px solid #cccccc; }

.table tr.verdinhoShow td { background-color: #99FF9C !important; }
.table tr.vermelhinhoShow td { background-color: #FF9999 !important; }
.table tr.amarelinhoShow td { background-color: #FEFF99 !important; }
.table tr.azulzinhoShow td { background-color: #9999FF !important; }
.table tr.negritinhoShow td { font-weight: bold }

.table.text p { float: left; padding-top: 5px; }

.table .click { cursor: pointer }
.table .click:hover { color: #416993; }

.table .img, .table .img div {
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	background: #FFF;
}
.table .img div { display: table-cell; vertical-align: middle; }
.table .img img { max-width: 100px; max-height: 100px; }

.table .commands { border-top: 1px solid #CCC; padding: 5px 0 15px 0; }
.table .commands a { margin: 0 15px; }

/* Messages */
.message {
	padding: 10px 15px 10px 40px;
	line-height: 16px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	font-size: 12px;
	margin: 10px auto;
}
.message .customer_alert {
	font-weight: 400;
	font-size: 13px;
}
.message a { color: #0006ff; }
.message a:hover { text-decoration: underline; }
.message p { width: 93%; float: left; }
.message.error1 {
	border: 1px solid #e9c59b;
	background: #ffecce url('../img/admin/message.error1_bg.gif') 12px 12px no-repeat;
	color: #e3302c;
}
.message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url('../img/admin/message.success_bg.gif') 12px 12px no-repeat;
	color: #508600;
}
.message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url('../img/admin/message.info_bg.gif') 12px 12px no-repeat;
	color: #0888c3;
}
.message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url('../img/admin/message.warning_bg.gif') 12px 12px no-repeat;
	color: #666;
}
.message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url('../img/admin/message.close_bg.png') 0 0 no-repeat;
	margin-top: 1px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.message .close.hover { -moz-opacity: 1; opacity: 1; }

/* ERROR LABEL JQUERY VALIDATE */
label.error, label.success {
	margin: 3px !important;
	padding: 3px 1px 4px 20px;
	position: absolute;
	font-size: 10px;
	color: red;
	display: block;
	float: left;
	border-bottom: 1px solid #FFF;
	background: #ffecce url('../img/admin/error_bg.gif') no-repeat 3px 3px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	border: 1px solid #e9c59b;
	line-height: 13px;
	z-index: 1;
	-moz-box-shadow: 1px 1px 2px #858585;
	-webkit-box-shadow: 1px 1px 2px #858585;
	box-shadow: 1px 1px 2px #858585;
}
label.error:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 8px solid;
	border-bottom-color: #ffecce;
	left: 0;
	bottom: 100%;
}

label.success.simportant {
	padding-right: 5px !important;
	color: green !important;
	background: #e9ffae url('../img/admin/success_bg.gif') no-repeat 3px 3px !important;
	border: 1px solid #99ce0e !important;
}
label.success.simportant:after { border-bottom-color: #e9ffae; }

input.error, select.error { border: 1px solid #ff7878 !important; }
/*  end error label jquery validate */

.voltar {
	width: 71px;
	height: 25px;
	line-height: 22px;
	margin: 150px 0 50px;
	background: url('../img/admin/voltar_bg.gif') no-repeat;
	clear: both;
}
.voltar a {
	width: 61px;
	height: 100%;
	padding-right: 10px;
	display: block;
	color: #595856;
	text-align: right;
	font-size: 12px;
	margin-top: 30px;
}
.voltar:hover { color: #000; background-position: 0 -25px; }

.pointer { cursor: pointer; }
.clear { clear: both; display: block; }
.display_none { display: none; }

.boxCheckList {
	width: 98%;
	height: 150px;
	min-height: 150px;
	max-height: none;
	padding: 5px;
	overflow: auto;
	border: 1px solid #CCC;
	resize: vertical;
}

.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }

.clearFix { float: none; }

/*  */
.nav-aba li {
	display: block;
	float: left;
	margin-right: 5px;
}
#nav-aba li * { cursor: pointer; }
#nav-aba li {
	margin: 0;
	display: block;
	font-size: 16px;
	color: #9c9c9c;
	padding: 10px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
#nav-aba li.selected {
	color: #000;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.aba {
	margin-bottom: 10px;
	display: none;
	clear: both;
}

.input-submitFinal {
	height: 35px;
	padding: 0 15px;
	font-size: 14px;
	margin-top: 15px;
	cursor: pointer;
	color: #2a2c2e;
	font-weight: bold;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	background: url("../img/customer/input-submitFinal_bg.gif") repeat-x;
}
.input-submitFinal:hover { background-position: 0 -35px; }

.btnBig {
	width: 205px;
	height: 48px;
	padding-right: 5px;
	margin-top: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #222f6b;
	font-weight: bold;
	text-align: right;
	background: url("../img/customer/btnBig_bg.gif") no-repeat;
}
.btnBig:hover { background-position: 0 -48px; }

.divLeft { float: left; }
.divRight { float: right; }

.help { cursor: help; margin-left: 3px; max-width: 15px; }

.overflow-privacidade{
    position: fixed;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100vh;*/
    /*background: rgb(0 1 0 / 0.6);*/
    z-index: 9999999999;
}
.content-privacidade{
    position: absolute;
    bottom: 1rem;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 4rem;
    -webkit-box-shadow: 0px 0px 8px -1px #000000;
    box-shadow: 0px 0px 8px -1px #000000;
}
.content-privacidade .text a{
    font-weight: bold;
    text-decoration: underline;
}
p.checkHabilit{
    font-size: 1.4em;
}
.checkHabilit a{
    color:#0F91A5;
    font-weight: bold;
    text-decoration: underline;
}
.content-privacidade .divao {
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.content-privacidade .btn {
	display: flex;
    align-items: center;
    justify-content: center;
	float: right;
	text-align: center;
}
.content-privacidade .mx-75 {
	max-width: 75%;
}

#hubspot-messages-iframe-container {
    z-index: 9999 !important;
}

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

.new_policy.text {
    text-align: justify;
}

.new_policy.text p {
	font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
	.content-privacidade .btn {
		float: none;
		margin: 10px auto;
	}
	.content-privacidade .divao {
		display: block;
    	text-align: center;
	}
	.content-privacidade {
		padding: 1rem;
		box-sizing: border-box;
		text-align: center;
		bottom: 2rem;
	}
	.content-privacidade .mx-75 {
		max-width: 100%;
	}
	
}
