@import url('../fonts/font.css');
/*RESET*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
/*FIM RESET*/

/*HELPERS*/
.frame {
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    text-align: center;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*FIM HELPERS*/

body, html{
  height: 100%;
}
#main{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main > div{
  display: flex;
}
#main > #topo{
  background: #2494c2;
  flex: 12;
  align-items: center;
}
#main > #corpo{
  flex: 80;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#main > #rodape{
  background: #2494c2;
  flex: 8;
  align-items: center;
  justify-content: center;
}
#topo > .logo{
  margin-left: 3.3%
}
#topo .nome{
  font-family: 'SkolaSans';
  font-weight: 300;
  color: #fff;
  opacity: 0.65;
  font-size: 20px;
  margin-left: 3.3%
}
#rodape p{
  color: #fff;
  font-family: 'SkolaSans';
  opacity: 0.65;
  font-size: 13px;
  margin-left: 1.5%
}
#menu{
  width: 315px;
  background: #2494c2;
  border-right: 1px solid #d9dee2;
  display: flex;
  flex-direction: column;
}
#mapa{
  flex: 83;
  display: flex;
  flex-direction: column;
}
#welcome{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: 1.2s;
	transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	transform: scale(0);
}
#welcome > img{
  width: 100%;
  max-width: 463px;
}
#projetos h3{
	background: #126e93;
	font-family: 'SkolaSans';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #b7e1f3;
	height: 55px;
	text-align: center;
	line-height: 60px;
	padding-left: 25px;
	cursor: pointer;
	transition: 0.18s;
}
#projetos h3 i{
	line-height: 55px;
	margin-right: 15px;
	transition: 0.4s;
}
#projetos ul p:hover{
	background: #0e4c65;
}
#projetos ul p{
	height: 45px;
	background: #146383;
	text-align: center;
	line-height: 45px;
	border-top: 1px solid #0e4f69;
	font-family: 'SkolaSans';
	font-weight: bold;
	text-transform: uppercase;
	color: #b7e1f3;
	font-size: 15px;
	cursor: pointer;
	transition: 0.18s;
}
#menus{
	overflow-y: hidden;
	max-height: calc(100% - 46px);
	flex: 1;
	display: none;
}
#menus h4 {
    height: 55px;
    line-height: 58px;
    text-transform: uppercase;
    font-family: 'SkolaSans';
    font-weight: bold;
    font-size: 13px;
    color: #535c68;
    border-bottom: 1px solid #e9ebed;
    cursor: pointer;
    transition: 0.4s;
    background: #fff;
}
#menus h4:hover{
	background: #d1d1d1;
	color: #2494c2;
}
#menus h4 i{
	margin: 0 15px 0 30px;
	font-size: 18px;
	line-height: 55px;
	transition: 0.4s;
}
#menus ul{
	display: none;
}
#menus h4.active{
	color: #fff;
	background: #2494c2;
}
#menus ul p{
	color: #0e4f69;
	min-height: 45px;
	line-height: 45px;
	font-family: 'SkolaSans';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	background: #f2f6f7;
	border-bottom: 1px solid #e9ebed;
}
#menus ul p i{
	margin: -2px 15px 0 30px;
	font-size: 10px;
	line-height: 45px;
}
#ferramentas{
	display: none;
	position: absolute;
	height: 45px;
	width: 45%;
	background: #f2f6f7;
	z-index: 1;
	left: 345px;
	border: 1px solid #cfd6dd;
	border-top: none;
	margin-top: 5px;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
#ferramentas > div {
    display: flex;
    flex-direction: row;
    height: 100%;
}
#ferramentas > div > input{
	border: none;
	flex: 18;
	background: #e8eef0;
	text-align: center;
	font-family: 'SkolaSans';
	font-size: 13px;
	color: #94a5aa;
	outline: none;
}
#ferramentas > div > #search{
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #bdc2c3;
	border-right: 1px solid #cfd6dd;
	cursor: pointer;
	transition: 0.18s;
}
#search:hover{
	background: #999a9a!important;
}
#search a{
	color: #f2f6f7;
	font-size: 18px;
}
#ferramentas > div > #buttons{
	flex: 25;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-right: 1px solid #cfd6dd;
}
#buttons a:hover{
	color: #2494c2
}
#ferramentas > div > #bMenu{
	display: flex;
	width: 50px;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}
#bMenu a{
	color: #535c68;
	transition: 0.18s;
}
#bMenu a:hover{
	color: #2494c2
}
#buttons a {
    font-size: 21px;
    color: #535c68;
}
#header{
	height: 175px;
	background: #2494c2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#header h3{
	color: #b7e1f3;
	font-family: 'SkolaSans';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
#header h3:nth-child(1){
	margin-bottom: 5px
}
#header div{
	margin-top: 25px
}
#footer{
	height: 50px;
	width: calc(100% - 316px);
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
#footer p{
	font-family: 'SkolaSans';
	font-size: 13px;
	color: #535c68;
	margin-left: 10px;
	text-align: center;
}
#footer p, #footer img{
	opacity: 1;
}
#login{
	background: #2494c2;
	border-radius: 5px;
	height: 400px;
	width: 315px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
p.lost-password {bottom: 265px;font-family: 'SkolaSans';font-weight: 300;font-size: 13px;color: #65c4eb;margin-bottom: -57.5px;margin-top: 57.5px;}
p.lost-password a{
	color: #65c4eb;
}
p.lost-password a:hover, p.lost-password a:active, p.lost-password a:focus{
	color: #043e55;
}
#loginText h1{
	font-family: 'SkolaSans';
	font-weight: 300;
	font-size: 50px;
	color: #ffffff
}
#loginText p{
	font-family: 'SkolaSans';
	font-weight: 300;
	font-size: 15px;
	color: #65c4eb;
}
.login label i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #127eb0;
    border-radius: 7px 0 0 7px;
    font-size: 20px;
    color: #fff;
		transition: 0.2s;
		transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
.login input {
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    width: 250px;
    border-radius: 0 7px 7px 0;
    font-family: 'SkolaSans';
    font-weight: 300;
    line-height: 40px;
    font-size: 13px;
    color: #2494c2;
    font-weight: 500;
    padding-left: 5px;
    outline: none;
}

.login div {
    display: flex;
    margin: 4.5px;
}
.login button {
    width: 295px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #127eb0;
    border: 0;
    border-radius: 7px;
    font-family: 'SkolaSans';
    font-weight: 500;
    font-size: 14px;
    padding-top: 4px;
    color: white;
    cursor: pointer;
		transition: 0.2s;
		outline: none;
}
.login button:hover, .login button:active, .login button:focus{
	background: #0b5b81;
}
div#loginText {
    margin: 4.5px 0;
}

#login img {
    margin: 4.5px 0;
}
.a {
    margin-bottom: 40px;
    margin-top: -40px;
}
#rightMenu{
	position: absolute;
	right: 0;
	width: 400px;
	background: #fff;
	height: 100%;
	z-index: 1;
	display: none;
}
#rightMenu > .header{
	text-align: center;
	color: #2494c2;
	font-family: 'SkolaSans';
	font-weight: 300;
	font-size: 16px;
	padding: 10px;
	padding-top: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa
}
#rightMenu > .header > i{
	position: absolute;
	top: 15px;
	right: 10px;
	transition: 0.18s;
}
#rightMenu > .info > .id{
	padding: 10px 20px;
	font-family: 'SkolaSans';
	font-weight: bold;
	font-size: 14px;
	color: #126e93;
}
#rightMenu > .info > p {
    font-family: 'SkolaSans';
    font-size: 13px;
    padding: 5px 20px;
    color: #080808;
}
#rightMenu > .info > p > i {
    font-size: 8px;
}
.info> div {
    text-align: center;
}
.info > div >button{
	width: 350px;
	height: 30px;
	border: none;
	background: #e04242;
	color: white;
	font-family: 'SkolaSans';
	font-size: 14px;
	font-weight: bold;
	border-radius: 7px;
	margin-top: 15px;
	cursor: pointer;
	transition: 0.18s;
}
.info > div > button:hover, .info > div > button:active, .info > div > button:focus{
	background: #b93131;
}
.seletor ul li {
    line-height: 60px;
    color: #000;
    font-family: 'SkolaSans';
    font-size: 14px;
    flex: 1;
    cursor: pointer;
    transition: 0.18s;
}

.seletor ul {
    text-align: center;
    background: #efefef;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#rightMenu > .header > i:hover, #rightMenu > .header > i:active, #rightMenu > .header > i:focus {
    color: #11678a;
    cursor: pointer;
}
.informacoes > div:not(.buttonSet):not(.base):not(.novabase) {
    display: flex;
    background: #e4e4e4;
}

.informacoes > .seletores > div {
    text-align: center;
    flex: 1;
    padding: 15px 0;
    border: 1px solid #d4d2d2;
    cursor: pointer;
		transition: 0.18s;
}
.informacoes > div > div:hover, .informacoes > div> div:active, .informacoes > div> div:focus, .iconSelected {
	background: #fff
}
.informacoes div > img {width: 25px;}
.ativoS, .seletor ul li:hover, .seletor ul li:active, .seletor ul li:focus{
	color: #2494c2!important;
	border-bottom: 1px solid #2494c2;
	margin-top: 1px;
}
.buttonSet {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
button.active2 {
    background: #2494c2!important;
    border: none!important;
    color: white!important;
    cursor: pointer!important;
    transition: 0.18s!important;
    padding: 12px 0!important;
}

.buttonSet button {
    border: none;
    width: 143px;
    font-family: 'SkolaSans';
    font-size: 12px;
    padding: 12px 0;
    background: transparent;
    border: 3px solid #b5b4b4;
    padding: 9px 0;
    color: #b5b4b4;
    cursor: pointer;
    transition: 0.18s;
    outline: none;
}
.buttonSet button:hover, .buttonSet button:active, .buttonSet button:focus {
    background: #b5b4b4;
    color: white;
}
.buttonSet ul {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #efefef;
}

.buttonSet li {
    flex: 1;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-family: 'SkolaSans';
    font-size: 12px;
    cursor: pointer;
    transition: 0.18s;
}
.ativoSS, .buttonSet li:hover, .buttonSet li:active, .buttonSet li:focus{
	color: #2494c2!important;
	border-bottom: 1px solid #2494c2;
	margin-top: 1px;
}
.base {
    display: flex;
    align-items: center;
    justify-content: center;
}
.base select{
	width: 350px;
}
.base label{
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: 'SkolaSans';
	font-size: 14px;
}
.base textarea{
	padding: 10px;
  border-radius: 2px;
  border: 1px #d7d7d7 solid;
  outline: none;
  color: #505050;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 100px;
  resize: vertical;
  box-sizing: border-box;
  font-family: arial;
	font-family: 'SkolaSans';
	font-size: 14px;
}
.novabase{
	display: none;
}
.equipamentos{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.equipamentos {}

.equipamentos > div {
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #aaa;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
}

.equipamentos button {
    background: #2494c2;
    border: none;
    border-radius: 5px;
    font-family: 'SkolaSans';
    font-size: 12px;
    font-weight: bold;
    color: white;
    height: 30px;
    width: 350px;
    outline: none;
    cursor: pointer;
    transition: 0.18s;
}
.equipamentos button:hover, .equipamentos button:focus, .equipamentos button:active{
	background: #0c6b93
}
.equipamentos ul{
	background: #f8f8f8;
	width: 350px;
	text-align: center;
	border-radius: 5px;
	font-family: 'SkolaSans';
	font-size: 13px;
	border: 1px #d7d7d7 solid;
	padding: 12px;
	margin: 0 auto;
}
.base button {
    background: #2494c2;
    border: none;
    border-radius: 5px;
    width: 125px;
    color: white;
    height: 30px;
    font-family: 'SkolaSans';
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.18s;
}
.base button:hover, .base button:focus, .base button:active{
	background: #0c6b93
}
.novabase {
    align-items: center;
    justify-content: center;
}
.novabase select{
	width: 350px;
}
.novabase label{
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
	font-family: 'SkolaSans';
	font-size: 14px;
}
.novabase input{
	width: 336px;
	outline: none;
	height: 33px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-family: 'SkolaSans';
	font-size: 12px;
	padding: 0 5px;
	border: 1px solid #d7d7d7;
}
.novabase textarea{
	padding: 10px;
  border-radius: 2px;
  border: 1px #d7d7d7 solid;
  outline: none;
  color: #505050;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 100px;
  resize: vertical;
  box-sizing: border-box;
  font-family: arial;
	font-family: 'SkolaSans';
	font-size: 14px;
}
.novabase button {
    background: #2494c2;
    border: none;
    border-radius: 5px;
    width: 125px;
    color: white;
    height: 30px;
    font-family: 'SkolaSans';
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.18s;
}
.novabase button:hover, .novabase button:focus, .novabase button:active{
	background: #0c6b93
}
p.has {
    cursor: pointer;
    transition: 0.18s;
}

p.has:hover, p.has:active, p.has:focus {
    color: #67b2da!important;
}

#bMenu a{
	cursor: pointer;
}
#bMenu a.ativoo{
	color: #2494c2;
	/* transform: rotate(90deg); */
}
#bMenuSide{
	display: none;
	width: 250px;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}
#bMenuSide div {
    display: none;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin: 3px;
    cursor: pointer;
}
#bMenuSide div.ativo {
    background: #d2d5d6;
    border-radius: 5px;
}
#bMenuSide img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
span.error {
    display: block;
    color: #e04242;
    font-family: 'SkolaSans';
    font-weight: 300;
    font-size: 11px;
}
.loginTool{
	top: 15px!important;
	background: #f09485!important;
	color: white!important;
	font-size: 14px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	border-radius: 7px!important;
	top: 15px!important;
	box-shadow: 1px 0px 0px #A35355, -1px 0px 0px #A35355, 0px 1px 0px #A35355, 0 -1px 0px #A35355!important;
}







/*SPINNER*/
.spinner {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
}
.spinner span {
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.spinner span:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.spinner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.spinner span:nth-child(4) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner span:nth-child(5) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.spinner span:nth-child(6) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner span:nth-child(7) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.spinner span:nth-child(8) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.spinner span:first-child:before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.spinner span:last-child:before {
  width: 3.4px;
  height: 3.4px;
  border-radius: 3.4px;
  -webkit-border-radius: 3.4px;
  -moz-border-radius: 3.4px;
}
.pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8);
}
.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.spinner-circle {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  position: relative;
}
.login button:hover .spinner-circle:before, .login button:active .spinner-circle:before, .login button:focus .spinner-circle:before{
	border-top: 18px solid #0b5b81;
}
.spinner-circle:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid rgb(18, 126, 176);
  border-right: 14px solid transparent;
  position: absolute;
  left: 9px;
  top: 9px;
  display: block;
	transition: 0.2s;
}
/*FIM SPINNER*/

/*POPPER CSS*/
.link-anchor {
  position: relative;
  width: 0;
  font-size: .8em;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.anchor-wrapper {
  border: none;
}
.anchor-wrapper:hover .link-anchor {
  opacity: 1;
}

section h1[id]:focus,
section h2[id]:focus,
section h3[id]:focus,
section h4[id]:focus,
section h5[id]:focus {
  outline: 0;
}

p.thin {
    font-weight: 100;
    margin: 0;
    line-height: 1.2em;
}

p.bold {
    font-weight: 900;
    margin: 0;
    margin-top: -5px;
}

.rel {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px;
    border-style: dotted;
    border-color: white;
    border-width: medium;
}

.popper,
.tooltip {
    position: absolute;
    background: #757575;
    color: white;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 11px;
    text-align: center;
    font-family: 'SkolaSans';
    font-weight: 300;
    font-size: 12px;
}
.style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-color: #757575;
}
.style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
    margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

/*FIM POPPER*/

/*DROPDOWN*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    flex: 1;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: none;
    border-top: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    top: 45px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #636363!Important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'SkolaSans';
    font-weight: 300;
    font-size: 14px!important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.not:hover {background: #f9f9f9;border: 1px solid #cfd6dd;border-bottom: none;border-top: none;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box;    /* Firefox, other Gecko */box-sizing: border-box;         /* Opera/IE 8+ */}
/*DROPDWON FIM*/
