/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
body {
	background-color: #00121e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	z-index: 0;
}
/* largura da barra de rolagem */
/*::-webkit-scrollbar {
    width: 0px;
}*/
.caixa_externa {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.caixa_menu {
	width: 100%;
	height: 33px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	background-color: rgba(11, 38, 56, 0.66);
	border-bottom: 0.01em solid rgb(11, 38, 56);
	box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.5), 3px 5px 20px rgba(0, 0, 0, 0.3);
	z-index: 15;
}
/*MENU*/
.menu {
	width: 100%;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	display: flex !important;
	height: 34px;
}
.item_menu {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.link_menu, .link_menu a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}
.link_menu_simples {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}
.link_menu:hover, .link_menu_simples:hover {
	background-color: rgba(2, 6, 8, 0.66);
}
.link_menu:before {
	float: right;
	content: " \276F";
	font-weight: 300;
	text-shadow: none;
	width: 10px;
	display: inline-block;
	transform: rotate(90deg);
	margin-left: 7px;
}
.link_menu:hover:before {
	transform: rotate(-90deg);
}
.item_submenu {
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	padding: 5px 0px;
	text-align: left;
	background-color: rgba(11, 38, 56, 1.00);
	border-bottom: 0.01em solid rgb(11, 38, 56);
	border-left: 0.01em solid rgb(11, 38, 56);
	border-right: 0.01em solid rgb(11, 38, 56);
	box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.8), 3px 5px 20px rgba(0, 0, 0, 0.5);
	font-size: 90%;
	min-width: 100%;
}
.item_menu:hover > .item_submenu {
	display: block;
}
.s_item_submenu {
	padding: 6px 10px;
	white-space: nowrap;
}
.s_item_submenu:hover {
	background-color: rgba(2, 6, 8, 0.66);
}
/*CAIXA LATERAL*/
.caixa_lateral {
	width: 566px;
	background-color: rgba(11, 38, 56, 0.66);
	height: calc(100% - 2px);
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.3);
	z-index: 1;
	overflow-y: scroll;
	overflow-x: hidden;
}
.caixa_lateral::-webkit-scrollbar{
	width: 5px !important;
}
.titulo_lat {
	color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    background: #000000;
    text-shadow: 0px 0px 2px #000000;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 1;
}
.titulo_lat h3 {
	font-size: 90%;
}
.resultados_rapidos {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.resultados_rapidos .botao_formulario {
    margin: 26px 0px 20px 9px !important;
    width: calc(100% - 1px);
    border-radius: 5px;
}
.sub_resultados {
	width: calc(100% - 20px);
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc42;
	padding-bottom: 6px;
}
.un_meu {
	margin: 3px 7px 0px 7px;
	border-bottom: 1px solid #cccccc42;
	width: calc(100% - 14px);
	padding-bottom: 5px;
}
.un_meu div {
	color: #ffffff;
	font-size: 90%;
	display: inline-block;
	padding: 5px 5px 5px 0px;
	border-right: 1px solid #cccccc42;
	text-align: center;
	clear: both;
	vertical-align: middle;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.un_meu:first-child {
	margin-top: 8px;
}
.un_meu:last-child {
	border-bottom: none !important;
}
.meus_numeros {
	text-align: center;
}
.seta{
	width: 14px;
    margin: 0px 6px 0px 0px;
    top: -2px;
    position: relative;
	filter: invert(39%) sepia(97%) saturate(367%) hue-rotate(87deg) brightness(93%) contrast(86%);
	display: none;
}
.seta_vermelha{
	filter: invert(72%) sepia(64%) saturate(6302%) hue-rotate(330deg) brightness(93%) contrast(104%) !important;
}
.descricao_meus {
	width: 92px;
	font-weight: bold;
}
.dia_meus {
	width: 120px;
}
.mes_meus {
	width: 130px;
}
.ano_meus {
	border: none !important;
	width: 137px;
}
.logo_resultados {
	width: calc(100% - 10px);
}
.meus_cab {
	text-align: center;
	font-weight: bold;
	font-size: 163% !important;
	position: relative;
}
.meu_cont {
	margin-top: 6px !important;
}
.bnt {
	width: 0px;
	position: absolute;
	top: 10px;
	right: 546px;
	text-align: center;
	padding: 0px 0px;
	font-size: 100%;
	color: #ffffff;
	z-index: 2;
	cursor: pointer;
}
.bnt:before, .direcao:before {
	content: " \276F";
	font-weight: 300;
	width: 10px;
	display: inline-block;
	transform: rotate(0deg);
	margin-left: 0px;
	text-shadow: 0px 0px 2px #000000;
	position: relative;
	z-index: 2;
}
.lapela {
	width: 35px;
	height: 210px;
	color: #ffffff;
	padding: 10px 0px;
	text-align: center;
	background: #00000052;
	text-shadow: 0px 0px 2px #000000;
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom-left-radius: 14px;
	cursor: pointer;
	z-index: 1;
}
.alinha {
	width: 10px;
	margin: 0px auto;
	word-break: break-word;
	text-align: center;
	vertical-align: text-bottom;
	position: relative;
	font-size: 80%;
}
/*modal*/
.caixa_modal {
	width: 100%;
	height: calc(100% - 58px);
	background-color: transparent;
	z-index: 0;
	align-items: center;
	display: block;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	bottom: 22px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
.modal {
	background-color: #00121e;
	margin: 0px auto;
	position: absolute;
	border: 1px solid #3783ba;
	box-shadow: 2px 2px 9px #00000085;
	overflow: hidden;
	border-radius: 5px;
	display: none;
	min-width: 250px;
}
.maximiza_modal #max_modal {
	display: none;
}
.maximiza_modal .conteudo_modal {
	width: 100%;
	height: calc(100% - 30px);
	overflow: hidden;
}
.maximiza_modal #mini_modal {
	right: 33px !important;
}
.minimiza_modal #mini_modal {
	display: none;
}
.minimiza_modal #max_modal {
	right: 33px !important;
}
.modal_mensagem {
	background-color: #00121e !important;
	margin-left: -150px !important;
	width: 300px;
	top: 30%;
	left: 50%;
}
#mensagem_segmentos_form, #mensagem_cidades_form, #mensagem_atendimentos_form {
	top: 10%;
	left: 50%;
}
.cortina {
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(26, 26, 26, 0.64);
	position: absolute;
	top: 0px;
	left: 0px;
}
#botao_ok {
	position: relative;
	margin: 0px 129px 12px 0px;
}
#botao_sim, #botao_nao {
	position: relative;
	left: -80px;
	width: 60px;
	margin-top: 5px;
}
.icone_modal {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-shadow: none;
	width: 20px;
	height: 19px;
	display: inline-block;
	position: absolute;
	text-decoration: inherit;
	cursor: pointer;
	filter: invert(100%);
	z-index: 1;
}
.fecha_modal {
	top: 5px;
	right: 8px;
	background-image: url(../imagens/icones/times.svg);
}
.mini_modal {
	top: 7px;
	right: 56px;
	background-image: url(../imagens/icones/minus.svg);
	width: 15px;
	height: 15px;
}
.max_modal {
	top: 7px;
	right: 33px;
	background-image: url(../imagens/icones/arrows.svg);
	width: 15px;
	height: 15px;
}
.barra_modal {
	height: 20px;
	padding: 6px 10px 4px;
	background: rgba(11, 38, 56, 0.66);
	box-shadow: 0px 1px 3px #000000;
	text-align: initial;
	cursor: grab;
	position: relative;
}
.barra_modal:active {
	cursor: grabbing;
}
.titulo_modal {
	margin-top: 1px;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000;
	cursor: grab;
	user-select: none;
	display: inline;
	white-space: nowrap;
	float: left;
	font-size: 90%;
}
.conteudo_modal {
	min-width: 200px;
	max-width: 100%;
	min-height: 200px;
	max-height: 100%;
}
.conteudo_mensagem, .conteudo_mensagem_confirmacao {
	min-width: 200px;
	max-width: 100%;
	max-height: 100%;
	width: 280px;
	color: #fffccc;
	padding: 10px 10px;
	text-align: center;
	line-height: 1.2;
}
.mascara {
	width: 80px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(11, 38, 56, 1);
	box-shadow: -2px 0px 3px #000, inset 1px 0px 1px #000;
	z-index: 0;
}
.minimiza_modal .mascara, .maximiza_modal .mascara {
	width: 57px;
}
.caixa_config {
	width: 162px !important;
	overflow: hidden;
	height: 65px;
	border-radius: 5px;
	padding-top: 25px;
}
.caixa_config label {
	font-size: 100% !important;
}
.caixa_config input {
	margin: 15px auto 0px;
}
.itens_config {
	padding: 10px;
	overflow: hidden;
	display: block;
	margin: 15px 10px 10px 10px;
	border: 1px solid #000000;
	box-shadow: 0px 0px 3px #000000;
	border-radius: 5px;
}
.subtitulo_modal {
	width: 100%;
	height: 22px;
	font-size: 80%;
	color: #fffccc;
	text-align: center;
}
/*RODAPÉ*/
.barra_rodape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	text-align: left;
	color: #fffccc;
	z-index: 1000;
	background-color: #071f2f;
	border-top: 0.01em solid rgb(11, 38, 56);
	box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.5), 0px -4px 8px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	font-size: 70%;
	overflow: hidden;
}
.barra_rodape div {
	margin-left: 10px;
	border-right: 0.01em solid rgb(20, 41, 56);
	padding-right: 10px;
	height: 25px;
	align-self: center;
	vertical-align: middle;
	line-height: 22px;
	text-transform: uppercase;
}
#hora {
	position: absolute;
	right: 0px;
	top: 0px;
	border-right: 0px !important;
	border-left: 0.01em solid rgb(20, 41, 56);
	margin-right: 10px;
	padding-left: 15px;
}