@charset "UTF-8";

html {
	height: 100%;
}

body {
	min-height: 100%;
	background-color: #dddddd;
	margin: 0;
	padding: 0;
}

.regiao_NO {fill: #0080c8}
.regiao_NE {fill: #ffc500}
.regiao_CO {fill: #009cd4}
.regiao_SE {fill: #5db234}
.regiao_SU {fill: #6ec3e6}

.limites {
	stroke: #fff; 
	cursor: move;
}

.label_estado {
	fill: #fff;
	font-size: 10px;
	text-anchor: middle;
	background-color: red
}

.marcador-polo {
	fill: #128c21;
	stroke: #000;
}

.marcador-polo-em-regularizacao {
	fill: red;
	stroke: #000;
}

#header {
	height: 80px;
	z-index: 1000;
}

#content {
	position: absolute;
	width: 100%;
	height: calc(100vh - 50px);
	fill: none;
	pointer-events: all;
	overflow: hidden;
	margin-top: -80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#content.collapse {
	width: calc(100% - 250px);
	margin-left: 250px;
	display: block;
}

#sidebar {
	position: fixed;
	top: 102px;
	width: 450px;
	left: -450px;
	height: calc(100% - 102px);
	background-color: #fff;
	-moz-box-shadow: 0px -10px 5px 1px #888;
	-webkit-box-shadow: 0px -10px 5px 1px #888;
	box-shadow: 0px -10px 5px 1px #888;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 999;
}

#sidebar.display-info {
	left: 0px;
}

#tab-content-1, #tab-polo-content-1 {
	overflow-y: scroll; 
}

#tab-content-1>div, #tab-polo-content-1>div {
	margin-bottom: 5px;
}

.coluna-pequena {
	width: 60px !important;
}

.rotulo {
	color: #999;
	font-weight: bold;
}

.icon-large {
	transform: scale(2.0, 2.0);
	-ms-transform: scale(2.0, 2.0); /* IE 9 */
	-moz-transform: scale(2.0, 2.0); /* Firefox */
	-webkit-transform: scale(2.0, 2.0); /* Safari and Chrome */
	-o-transform: scale(2.0, 2.0); /* Opera */
}

.ajuda-acesso {
	font: 12px/1.5 "Source Sans Pro", Arial, 'Liberation Sans', FreeSans, sans-serif;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	top: 50px;
	right: 5px;
}

.shadow-right {
	-moz-box-shadow: 0px -10px 5px 1px #888;
	-webkit-box-shadow: 0px -10px 5px 1px #888;
	box-shadow: 0px -10px 5px 1px #888;
}

.shadow-top{
	-webkit-box-shadow: 0px -1px 4px 0px #888;
	-moz-box-shadow: 0px -1px 4px 0px #888;
	box-shadow: 0px -1px 4px 0px #888;	
}

.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.shadow {
	-webkit-filter: drop-shadow(-5px -5px 5px #000);
	filter: drop-shadow(-5px -5px 5px #000);
}

.d3-tip {
	line-height: 1;
	font-weight: bold;
	padding: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 5px;
	/* z-index: 1004; */
}

.d3-tip:after {
	box-sizing: border-box;
	display: inline;
	font-size: 10px;
	width: 100%;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	content: "\25BC";
	position: absolute;
	text-align: center;
}

.d3-tip.n:after {
	margin: -1px 0 0 0;
	top: 100%;
	left: 0;
}

.separador-ajuda {
	color: #999999;
	margin-right: 5px
}

.separador-ajuda:after {
	content: " ";
}

#versao-login {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: right;
}

#ufPoloMapa {
	display: inline-block;
	width: 70px;
	padding: 0px;
	height: 24px;
}

.legenda {
	position: absolute;
	/* top: 500px;
	right: 350px; */
	width: 190px;
	padding: 10px 25px 10px 25px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;*/
	cursor: move;
	font-size: 12px;
	color: #0080c8;
}

.unselect{
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.legenda>div {
	width: 100%;
}

.legenda-collapse {
	right: 150px;
}

.zoom {
	position: relative;
	float:right;
	top: 122px;
	right: 30px;
	background-color: #fff;
	width: 35px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}

.zoom>div {
	height: 30px;
	/* line-height: 30px; */
	cursor: pointer;
}

.zoom>div:hover {
	background-color: #ccc;
}

.zoom>div>span {
	position: relative;
	top: 8px
}

.legenda>div {
	margin-top: 5px;
	display: inline-block;
	vertical-align: bottom;
}

/*
* Modificações no bootstrap
*/
.col-sm-1 {
	margin-left: 0px !important;
}

.panel-heading {
	border-radius: 0px;
}

.panel-default>.panel-heading {
	background-color: #009cd4;
	background-image: none;
}

.panel-title {
	color: #fff;
	font-weight: 700
}

.modal-lg {
	width: 90%
}

.modal-md {
	width: 60%
}

.modal-header {
	background-color: #0080c8;
	color: #fff;
}

.modal-header>.close {
	color: #fff;
	opacity: 1
}

.modal-header>.close {
	color: #fff;
	opacity: 1
}

.modal-footer, .modal-header, .modal-content {
	border-radius: 0px;
}

.panel-default {
	border-color: #fff;
}

.loading {
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ui-messages-error {
	background-color: transparent !important;
	border-color: transparent !important;
}

.ui-dialog.ui-widget-content .ui-dialog-content {
	padding: 0px !important;
}

/* SIDEBAR */
.tabs {
	position: relative;
	background: #009cd4;
	height: calc(100% - 284px);
}

.tabs::before, .tabs::after {
	content: "";
	display: table;
}

.tabs::after {
	clear: both;
}

.tab {
	float: left;
}

.tab-switch {
	display: none;
}

.tab-label {
	position: relative;
	display: block;
	line-height: 2.75em;
	height: 3em;
	padding: 0 1.618em;
	background: #009cd4;
	border-right: 0.125rem solid #009cd4;
	color: #fff;
	cursor: pointer;
	top: 0;
	transition: all 0.25s;
}

.tab-label:hover {
	top: -0.25rem;
	transition: all 0.25s;
}

.tab-content {
	padding: 1.618rem;
	background: #fff;
	color: #2c3e50;
	border-bottom: 0.25rem solid #fff;
	height: 12rem;
	position: absolute;
	z-index: 1;
	top: 2.75em;
	left: 0;
	opacity: 0;
	transition: all 0.35s;
	width: 450px;
	height: calc(100% - 39px);
	/* border-bottom: 1px solid #0080c8; */
	/* overflow-y: scroll; */
}

.tab-switch:checked+.tab-label {
	background: #fff;
	color: #2c3e50;
	border-bottom: 0;
	border-right: 0.0625rem solid #fff;
	transition: all 0.35s;
	z-index: 2;
	top: -0.0625rem;
}

.tab-switch:checked+.tab-label:hover {
	top: -0.0625rem;
}

.tab-switch:checked+.tab-label+.tab-content {
	opacity: 1;
	transition: all 0.35s;
	z-index: 3;
}

.slidebar-toggle .icon-bar.top {
	transform: translate3d(0px, 6px, 0) rotate(45deg);
	transform-origin: left top;
	width: 11px;
}

.slidebar-toggle .icon-bar.bottom {
	transform: translate3d(0px, -6px, 0) rotate(-45deg);
	transform-origin: left bottom;
	width: 11px;
}

.slidebar-toggle .icon-bar.top, .slidebar-toggle .icon-bar.middle,
	.slidebar-toggle .icon-bar.bottom {
	background-color: #0080c8;
}

.menu-acesso-login{
	display: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent !important;
}

.menu-acesso-login .icon-bar{
	display: block;
	background-color: #0080c8;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	margin-bottom: 4px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu-acesso-login:focus {
	outline: 0;
}

.slidebar-toggle {
	position: relative;
	float: left;
	margin-top: 12px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.slidebar-toggle:focus {
	outline: 0;
}

.slidebar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff
}

.slidebar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.titulo-fechar {
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	color: #0080c8 !important;
	width: 100%;
	z-index: 1009;
	/* border-top: 1px solid #0080c8; */
}

.titulo-ies {
	background-color: #0080c8;
	width: 450px;
}

.titulo-curso {
	background-color: #009cd4;
	width: 100%;
}

.titulo-ies, .titulo-curso, .titulo-fechar {
	height: 42px;
	line-height: 3em;
	color: #fff;
	padding-left: 15px;
}

.selecionado {
	fill: #363c8c !important;
}

/* The starting CSS styles for the enter animation */
.fade.ng-enter {
	transition: 0.5s linear all;
	opacity: 0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
	opacity: 1;
}

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

.navbar-brand>a{
	font-size: 20px;
}

.navbar-header:after, .navbar-header:before{
	display: none;
}

#formLogin{
	-webkit-transition: display 0.5s ease;
	-moz-transition: display 0.5s ease;
	-o-transition: display 0.5s ease;
	transition: display 0.5s ease;
}

.label-acesso-restrito{
	position: absolute; 
	/* padding-right: 30px !important; */ 
	right: 0px;
}

.menu-login{
	position: absolute;
    top: 70px;
    right: 0px;	
    height: 0px;
    display: none;
	-webkit-transition: all .5ms ease;
	-moz-transition: all .5ms ease;
	-ms-transition: all .5ms ease;
	-o-transition: all .5ms ease;
	transition: all .5ms ease;
}

.menu-login-toggle{
	display: block;
}

.form-signin {
	max-width: 350px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 0px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	text-align: center;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    width: 100%;
}

ul.loginLinks {
	font-size: 14px;
	margin: 0 0 0 10px;
}

ul.loginLinks,ul.loginLinks li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1040px){
	#formLogin{
		display: none;
	}
	
	.ajuda-acesso{
		display: none;
	}
	
	.label-acesso-restrito{
		position: absolute;
		right: 0px
	}
	
	/* .menu-login{
	    display: none;
	} */	
	
	.menu-acesso-login{
		display: block;
	}
	
	.legenda{
		bottom: 150px;
		right: 180px;
	}	
}

@media (min-width: 1040px) {
	.legenda{
		bottom: 200px;
		right: 250px;
	}
	
	.label-acesso-restrito{
		position: absolute;
		padding-right: 30px !important; */ 
		right: 0px
	}	
}

/* @media (max-width: 1040px) {
	.legenda{
		bottom: 150px;
		right: 180px;
	}
} */

/*@media (orientation: landscape) {
	.legenda{
		top: 300px;
		right: 100px;
	}
}

@media (min-width: 1040px) and (orientation: landscape) {
	.legenda{
		bottom: 0px;
		right: 100px;
	}
}

@media (orientation: portrait) {
	.legenda{
		top: 1250px;
		right: 150px;
	}
} */

/* ANIMATED X */
.menu-acesso-login.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.menu-acesso-login.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.menu-acesso-login.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.menu-acesso-login.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.menu-acesso-login.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.menu-acesso-login.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}