.item-menu{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #51A8B1;
	color: #fff;
	text-align: left;
	border: 0px solid #000;
	z-index: 30;
	border-radius: 5px;
	line-height:50px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
a.item-menu{
	text-decoration: none;
}
a.item-menu:hover{
	color: #fff;
	background-color: #F58634;
}
.modulos h1{
	font-size: 24px;
}

.modulos .filtro{
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	padding: 10px;
}
.modulos .filtro label{
	margin-top: 25px !important;
}
.modulos .filtro .radiob{
	margin-top: 10px !important;
}

.separador{
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.separadorX2{
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}
.separadorX3{
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

/* The container */
.radiob {
	position: relative;
	padding-left: 20px;
	margin-right: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radiob input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border: 2px solid #cdcdcd;
	border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.radiob:hover input ~ .checkmark {
	background-color: #F58634;
	border: 2px solid #F58634;
}

/* When the radio button is checked, add a blue background */
.radiob input:checked ~ .checkmark {
	background-color: #51A8B1;
	border: 2px solid #51A8B1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiob input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radiob .checkmark:after {
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #51A8B1;
}


.modulos .filtro input, .modulos .filtro select{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #cdcdcd;
	font-size: 14px;

}
.modulos .filtro .btn{
	margin-top:  25px;
}
.info{
	font-size: 14px;
}
.info-nome{
	font-size: 24px;
}
.modulos .filtro .btn-info{
	color:  #fff;
	background-color: #51A8B1;
	border-color: #51A8B1;
}
.result{
	margin-top:  25px;
	padding: 25px 10px;
	background-color: #fff;
	overflow-x: auto;
}
.result table{
	border: 0;
	background-color: transparent; !important;
}
.result table thead th{
	font-size: 12px;
	border: 0;
}
.result table tbody{
	border: 0;
	vertical-align: middle;
}
.result table tbody td{
	font-size: 12px;
	border: 0;
}
.modulos .dataTables_info{
	font-size: 12px;
}

.modulos .dataTables_filter{
	font-size: 12px;
}
.modulos .dataTables_filter input{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 5px;
}

.table a{
	color:  #67757c;
	text-decoration: none;
}
.table a:hover{
	text-decoration: underline;
}

.modulos .btn-comentarios{
	font-size: 12px;
	border: 0px solid #cdcdcd;
	color: #fff;
}
.modulos .btn-prioritaria{
	background-color: #fc4b6c;
}
.modulos .btn-nao-prioritaria{
	background-color: #1e88e5;
}
.modulos .btn-disabled{
	background-color: #1e88e5;
	opacity: .4;
}

.dados-cliente{
	background-color: #fff;
	width: 100%;
	min-height: 100px;
	padding: 15px;
}

.dados-cliente h1{
	font-size: 24px;
}
.dados-cliente h1 > small{
	font-size: 14px;
	color: #999;
}
.dados-cliente .info{
	float: left;
	line-height:25px;
}

.dados-cliente .edit1{
	float: right;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.dados-cliente .save{
	float: right;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
.dados-cliente .cancel{
	float: right;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.dados-cliente .input-text{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 75%;
	margin:  0;
	padding: 0;
	font-size: 14px;
	float: left;
}

.dados-cliente .input-text-full{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 100%;
	margin:  0;
	padding: 0;
	font-size: 14px;
	float: left;
}

.dados-cliente .edit{
	display: none;
}

.dados-cliente .loading{
	display: none;
}

.dados-cliente .tools{
	margin-bottom: 15px;
}
.dados-cliente .tools .btn-alerta{
	font-size: 12px;
	background-color: #ffb22b;
	border: 0;
	color: #FFF;
	margin-bottom: 10px;
}

.dados-cliente .tools .btn-print{
	font-size: 12px;
	background-color: #51A8B1;
	border: 0;
	color: #FFF;
	margin-bottom: 10px;
}
.dados-cliente .tools .btn-cadatrar-cliente{
	font-size: 12px;
	background-color: #51A8B1;
	border: 0;
	color: #FFF;
	margin-bottom: 10px;
}
.bloco{
	border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 600px) {
	.bloco{
		border-right: 0px solid #fff;
	}
}
.interecao{
	background-color: #fff;
	width: 100%;
	min-height: 100px;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.interecao h2{
	font-size: 22px;
}
.btn-ch{
	background-color: #cdcdcd;
	color: #333;
	margin-bottom: 10px;
	font-size: 13px;
}
.btn-apollo{
	background-image: linear-gradient(to right, #e6391e, #f6b401);
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.btn-apollo:hover{
	background-image: linear-gradient(to right, #e6391e, #e6391e) !important;
	color: #fff;
}
.interecao .btn-ve{
	background-color: #26c6da;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.interecao .btn-re{
	background-color: #ffb22b;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.interecao .btn-in{
	background-color: #84fa84;
	color: #67757c;
	margin-bottom: 10px;
	font-size: 13px;
}
.interecao .btn-vp{
	background-color: #fc4b6c;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}

.interecao .forma-contato{
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.interecao .alerta{
	color: #fc4b6c;
	font-size: 13px;
	font-weight: bold;
}

.alerta-atencao{
	display: none;
}

.input-textarea{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 100%;
	margin:  0;
	padding: 5px;
}

.input-text-full{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 100%;
	margin:  0;
	padding: 0;
	font-size: 14px;
	float: left;
	background-color: transparent;
}

.input-text-full:disabled{
	border:  0px;
	border-bottom: 0px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 100%;
	margin:  0;
	padding: 0;
	font-size: 12px;
	float: left;
	background-color: transparent;
}


.btn-gravar, .btn-gravar:hover{
	background-color: #26c6da;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.btn-enviar, .btn-enviar:hover{
	background-color: #fc4b6c;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
.btn-registrar-interesse, .btn-registrar-interesse:hover{
	background-color: #26c6da;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}

.campo-contato{
	display: none;
}

/**/
.interecao .alerta .radiob input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.interecao .alerta .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border: 2px solid #cdcdcd;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.interecao .alerta .radiob:hover input ~ .checkmark {
	background-color: #fc4b6c;
	border: 2px solid #fc4b6c;
}

/* When the radio button is checked, add a blue background */
.interecao .alerta .radiob input:checked ~ .checkmark {
	background-color: #fc4b6c;
	border: 2px solid #fc4b6c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.interecao .alerta .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.interecao .alerta .radiob input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.interecao .alerta .radiob .checkmark:after {
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fc4b6c;
}

/***/
.checkbox {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: 0;
	padding: 0px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox span.label{
	position: absolute;
	margin-left: 20px;
	margin-top: -5px;
}

/* Create a custom radio button */
.checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -12px;
	height: 15px;
	width: 15px;
	background-color: #eee;
	border: 2px solid #cdcdcd;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkbox-checkmark {
	background-color: #fc4b6c;
	border: 2px solid #fc4b6c;
}

/* When the radio button is checked, add a blue background */
.checkbox input:checked ~ .checkbox-checkmark {
	background-color: #fc4b6c;
	border: 2px solid #fc4b6c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkbox-checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.checkbox .checkbox-checkmark:after {
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #fc4b6c;
}
/***/

.interesse, .registro-interesse{
	display: none;
}

.comentarios{
	background-color: #fff;
	width: 100%;
	min-height: 150px;
	padding: 15px;
	margin-bottom: 45px;
}

.comentarios .temperatura{
	font-size: 24px;
}

.temperatura-quente{
	color: #F00;
}
.temperatura-morno{
	color: #F90;
}
.temperatura-frio{
	color: #06F;
}
.temperatura-ativo{
	opacity: 1;
	cursor: pointer;
}
.temperatura-inativo{
	opacity: 0.2;
	cursor: pointer;
}
.temperatura-nosel{
	color: #333;
	cursor: default;
}
.temp-titulo{
	cursor: default;
	width: 25px;
	float: left;
}
.nao-tratado{
	width: 25px;
	float: left;
}

.temperatura-block{
	display: block;
}
.temperatura-none{
	display: none;
}

.btn-comentario, .btn-comentario:hover{
	background-color: #51A8B1;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}
.btn-historico, .btn-historico:hover{
	background-color: #999;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}

.lgpd-cliente{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.lgpd-blacklist{
	color: #F00;
}

.comentarios h3{
	font-size: 24px;
}

.comentarios .balao{
	border-bottom: 1px solid #cdcdcd;
	border-radius: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

.comentarios .balao-left{
	float: left;
}
.comentarios .balao-right{
	float: right;
}
.comentarios .balao .header{
	width: 100%;
	display: block;
	border-bottom: 0px solid #cdcdcd;
	font-weight: bold;
}

.comentarios .balao-left .header, .comentarios .balao-left .conteudo-mensagem{
	text-align: left;
}
.comentarios .balao-right .header, .comentarios .balao-right .conteudo-mensagem{
	text-align: right;
}

.comentarios .balao .conteudo-mensagem{
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.comentarios .balao .info-mensagem{
	width: 100%;
	display: block;
	border-top: 0px solid #cdcdcd;
	font-size: 12px;
	text-align: right;
}
.comentarios .balao .status-mensagem{
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: right;
}

.comentarios .conversas{
	display: none;
}
.comentarios .conversas img{
	width: 100px !important;
}

.comentarios .conversas .btn-anexo{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}

.interesses{
	min-height: 20px;
	width: 100%;
}

.btn-lead, .btn-lead:hover{
	background-color: #51A8B1;
	font-size: 12px;
	color: #fff;
}
.btn-fechar{
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	color: #666;
}
.btn-fechar:hover{
	border: 1px solid #666;
	color: #fff;
	font-size: 12px;
	background-color: #666;
}
.modal-title{
	padding: 5px;
}
.btn-vendedor, .btn-vendedor:hover{
	background-color: #51A8B1;
	color: #fff;
}

.btn-sinalizar, .btn-sinalizar:hover{
	color: #fff;
}

.hide{
	display: none;
}
.show{
	display: block;
}

.btn-hsm, .btn-hsm:hover{
	font-size: 12px;
	background-color: #F58634;
	color: #fff;
	opacity: .8;
	margin-bottom: 5px;
	height: 55px;
}

.dados-empresa{
	background-color: #fff;
	width: 100%;
	min-height: 100px;
	padding: 15px;
}

.dados-empresa h1{
	font-size: 24px;
}
.dados-empresa h1 > small{
	font-size: 14px;
	color: #999;
}
.dados-empresa .info{
	float: left;
	line-height:25px;
}

.dados-empresa .input-text{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 75%;
	margin:  0;
	padding: 0;
	font-size: 14px;
	float: left;
}

.dados-empresa .input-text-full{
	border:  0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #67757c;
	width: 100%;
	margin-bottom:  15px;
	padding: 5px;
	font-size: 14px;
}
.dados-empresa .integracao span{
	float: left;
}
.dados-empresa .integracao i{
	width: 50px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	float: right;
}
.dados-empresa .integracao small{
	color: #cdcdcd;
	font-size: 10px;
	text-transform: lowercase;
}
.dados-empresa .btn-atualizar{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	margin-bottom:  15px;
	margin-top: 16px !important;
}
.dados-empresa .btn-cancelar{
	border: 1px solid #666;;
	background-color: #FFF;
	color: #666;
	font-size: 12px;
	margin-bottom:  15px;
}
.dados-empresa .btn-cancelar:hover{
	border: 1px solid #666;;
	background-color: #666;
	color: #FFF;
}

.btn-cancelar{
	background-color: #fff;
	border: 1px solid #fc4b6c;
	color: #fc4b6c;;
	font-size: 12px;
	margin-top: 17px;
}

.btn-cancelar:hover{
	background-color: #fc4b6c;
	border: 1px solid #fc4b6c;
	color: #fff;;
	font-size: 12px;
	margin-top: 17px;
}

.btn-reabrir, .btn-reabrir:hover{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	margin-bottom:  15px;
}

.btn-nova-empresa, .btn-nova-empresa:hover{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	margin-bottom:  15px;
}

.btn-salvar-vp, .btn-salvar-vp:hover{
	background-color: #fc4b6c;
	color: #fff;
	font-size: 12px;
	margin-top: 17px;
}

.btn-buscar-ve{
	background-color: #fff;
	color: #51A8B1;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}
.btn-buscar-ve:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}

.btn-salvar-ve, .btn-salvar-ve:hover{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	margin-top: 17px;
}

.btn-reagendar, .btn-reagendar:hover{
	background-color: #ffb22b;
	color: #fff;
	font-size: 12px;
	margin-top: 17px;
}
.btn-indicacao, .btn-indicacao:hover{
	background-color: #84fa84;
	color: #67757c;
	font-size: 12px;
	margin-top: 17px;
}
.jconfirm-buttons{
	width: 100%;
}
.btn-nao, .btn-nao:hover{
	background-color: #fc4b6c;
	color: #fff;
	font-size: 12px;
	width: 45% !important;
	float: left;
}
.btn-sim, .btn-sim:hover{
	background-color: #51A8B1;
	color: #fff;
	font-size: 12px;
	float: right;
	width: 45% !important;
}

.btn-buscar{
	background-color: #fff;
	color: #51A8B1;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}
.btn-buscar:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}

.btn-buscar-d{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}
.btn-buscar-d:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}

.btn-enviar-wp, .btn-enviar-wp:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}

.btn-gravar-rg, .btn-gravar-rg:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}
.btn-gravar-nc, .btn-gravar-nc:hover{
	background-color: #51A8B1;
	color: #fff;
	border: 1px solid #51A8B1;
	font-size: 12px;
	margin-top: 17px;
}
.btn-copy{
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: block;
	border: 0px solid #000;
}

.acoes .save, .acoes .cancel{
}

.loading img{
	width: 35px;
	margin:  0px 15px;
}

.jconfirm-box{
}
.table > :not(caption) > * > *{
	box-shadow: inset 0 0 0 9999px transparent;
}
table.dataTable tbody tr{
	background-color: transparent !important;
}

table.dataTable tfoot{
	font-size: 12px;
}

.bg-ve{
	background-color: #26c6da !important; 
	color: #fff !important;
}
.bg-re{
	background-color: #ffb22b !important; 
	color: #fff !important;
}
.bg-in{
	background-color: #84fa84 !important; 
	color: #67757c !important;
}
.bg-vp{
	background-color: #fc4b6c !important; 
	color: #fff !important;
}
.bg-si{
	background-color: #FF0000 !important; 
	color: #fff !important;
}

.lgpd-info{
	font-size: 12px;
}
.row-stripped{
	background-color: #cdcdcd !important;
}
.col-stripped{
	background-color: #cdcdcd !important;
}
.col-total{
	background-color: #999 !important;
}
.empresas .checkbox{
	margin-left: 15px !important;
}
.empresas .checkbox span.label{
	margin-top: -15px !important;
}
#grupo .checkbox{
	margin-left: 15px !important;
	width: 100% !important;
}
#grupo .checkbox span.label{
	margin-top: -15px !important;
}
