a{
    cursor: pointer !important;
}
.treeTable tr td .expander {
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  zoom: 1; /* IE7 Hack */
}



.treeTable tr.selected, .treeTable tr.accept {
  background-color: #3875d7;
  color: #fff;
}

.treeTable .ui-draggable-dragging {
  color: #000;
  z-index: 1;
}
/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */

/* --------------------------------svg*/
body{
    overflow: hidden;
}
.fillHover{
    display: hover;
}
.itemMenu:not(.alterado):hover .fillAzul.fillHover{
    display: block;
    filter: url(#blur-filter);
}
.itemMenu.alterado:hover .fillLaranja.fillHover{
    display: block;
    filter: url(#blur-filter);
}
.btnGrafico.btnOpcaoSuperior{
    margin-top: 5vw;
    color: #00EB60;
    background-color: transparent;
    border-color: #00EB60;
    border-style: solid;
    opacity: 1;
    line-height: 3vw;
    width: 3vw;
    height: 3vw;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

svg {
    display: block;
}

.fase2 .linhas{
    display: block !important;
}
.botoesLaterais{
    float: right;
    -webkit-transform: rotate(270deg); 
    position: absolute;
    right:5vw; 
    top:0; 
    width: 3vw !important; 
    height: 3vw !important;
}
.linhas{
    display: none;
}
.itemMenu:not(.alterado).girar.meio .linhas{
    display: block;
}
.itemMenu.alterado.girar.meio .linhasLaranja{
    display: block;
}
.itemMenu.girar.meio{
    width: 18vh;
    height: 20vh;
    transition-duration: 0.8s;
    overflow: hidden;
    -webkit-transform: rotate(90deg);
    -webkit-transition-property: top, left,transform, width, height;/* Safari */
    transition-property: top, left,transform, width, height;
    top: 29.2vh !important;
    left: 28vh !important;
}
.itemMenu:not(.alterado):not(.fase2):hover .hexagono .linhas{
    display: block;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
}
.itemMenu:not(.alterado):hover .hexagono .linhas.delay{
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
}

@keyframes dash {
    to {
    stroke-dashoffset: 0;
}
}

.girar{
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
    -webkit-transform: rotate(90deg);
}
/* svg*/

.circular-menu {
    width: 50vh;
    height: 48vh;
    position:fixed; 
    margin: 13vh auto 0;
    margin-left: 55vh !important;
    overflow: visible;
    top: 0;
    left: 15%;
    transition-duration: 0.5s;
    -webkit-transition-property: left, top;
    transition-property: left, top;
}


.graficoCentroAzul canvas{
    width: 20vh !important;
    height: 20vh !important;
}

.graficoCentroLaranja canvas{
    width: 22vh !important;
    height: 22vh !important;
}


.menu-button {
    position: absolute;
    top: 26%;
    left: 27%;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 95%;
    width: 90%;
    z-index: -1;
}

.open.circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -transform: scale(1);
}

.circle a {
    text-decoration: none;
    color: white;
    display: block;
    height: 10%;
    width: 20%;
    line-height: 5;
    margin-left: -1.46vw;
    margin-top: -1.46vw;
    position: absolute;
    text-align: center;
    overflow: visible;
    z-index: 5;
}

.circle a:hover {
    color: #eef;
}

.circle {
    z-index: 9999;
    width: 130%;
    height: 135%;
    opacity: 0;
    overflow: visible;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -transform: scale(0);

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.amcharts-export-menu{
    font-family:'Neo Sans Std' !important;
}
.num{
    transition: all 0.5s ease;
    font-family:'Neo Sans Std';
}
.circle a .num{
    font-size: 2.2vh;
}

.layer {
    opacity:0.7 !important;
    filter: alpha(opacity=20);
    background-color:#000 !important; 
}




.itemMenu:hover .num { 
    display:none; 
}
.itemMenu.girar .num { 
    display:none; 
}

@-webkit-keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}

50% {
    opacity: 1;
}
}

@keyframes zoomIn {
    from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}

50% {
    opacity: 1;
}
}

.zoomIn {
    display: block !important;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-duration: 0.3s;
}

div.fadeMe, div.fadeMeCalc {
    display: none;
    opacity:0.8;
    filter: alpha(opacity=20);
    background-color:#000; 
    width:100%; 
    height:100%; 
    z-index:10;
    top:0; 
    left:0; 
    position:fixed; 
}

.painelDetalhes{
    display: none;
    width:30%; 
    height:100%; 
    z-index:1000;
    top:0; 
    right:0; 
    position:fixed; 
    padding-top: 5vw;
    padding-right: 1.5vw;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.tituloMesAnoTabela:hover{
    color:#019E8F;
}
.tabelaZebra{
    font-size: 1vw;
    width: 100%;
    border-spacing: 0;
    text-align: left !important;
}

.tabelaZebra tbody tr:nth-child(even), table.pvtTable tbody tr:nth-child(even){
    background-color:rgba(46, 111, 255, 0.1) !important;
}
.tabelaZebra td {
    padding: 0.4vw!important;
}
.tabelaZebra.alterado td {
    padding: 0.3vw!important;
}


.projecao{
    color: #FFCC21;
}
.painel-modo-resultados{
    display: none;
    width: 97%;
    height:100%; 
    right:0; 
    position:fixed; 
    top: 6vw;
    padding-right: 1vw;
}
.painelModoGraficos{
    display: none;
    width: 70%;
    height:100%; 
    right:0; 
    position:fixed; 
    top: 5vw;
    padding-right: 1.5vw;
}
.itemMenu{
    transition-duration: 0.8s;
    overflow: hidden;
    -webkit-transition-property: top, left,transform, width, height;/* Safari */
    transition-property: top, left,transform, width, height;
}

.itemMenuInterno{
    z-index: 9999999;
    width: 3.7vw;
    height: 3.7vw;
    border-width: 0.25vw;
    border-color: #2EA7FF;
    border-radius: 50%;
    border-style: solid;
    position: absolute;
    background-color:rgba(0, 0, 0, 0.8);
    display: none;
    line-height: 3.7vw;
    transition-duration: 0.8s;
    -webkit-transition-property: border-color;/* Safari */
    transition-property: border-color;
}
.itemMenuInterno .input-valores,.itemMenuInterno .input-valores .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all{
    width: 100% !important;
    font-size: 1.1vw !important;
}
.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.textoDetalhes.alterado{
    color: #FFCC21;
}

.item1{
    left: 28vh;
}
.item2{
    left: 32vh;
    top: 10vh;
}
.itemMenuInterno.alterado{
    border-color: #FFCC21;
    transition-duration: 0.4s;
    -webkit-transition-property: width, border-radius, border-color;/* Safari */
    transition-property: width, border-radius, border-color;
}
.itemMenuInterno.alterado:hover{
    width: 9vw;
    border-radius: 9vw;
    border-color: #FFCC21;

    text-align: left;
}
.itemMenuInterno.alterado .input-valores,
.itemMenuInterno.alterado .input-valores .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all{
    text-align: left !important;
    position: absolute !important;
    left: 1vw !important;
    top: 1vw !important;
    font-size: 1.1vw !important;
    font-weight: normal !important;
}
.itemMenu.girar .tituloItem { 
    display:none; 
}
.tituloItem{
    position: absolute;
    line-height: 0px;
    font-size: 1vw;
    width: 5vw;
}
.input-valores:focus,
.input-valores:focus .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all{
    outline: 0 !important;
}

.input-valores,
.input-valores .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all{
    background: transparent !important;
    border: none !important;
    font-family:'Neo Sans Std' !important;
    color: white !important;
    font-weight: bold !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 2vh;
}
.input-valores.detalhes,
.input-valores.detalhes .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all{
    display: block !important;
    width: 25% !important;
}
.outputValores{
    cursor: pointer;
}
.gradienteLaranja{
    display: none;
}
.gradienteAzul{
    display: block;
}
.fundoHexagono{
    position: absolute;
    left: 0px;
    width: 100%;
}

.fundoHexagonoLaranja{
    position: absolute;
    left: 0px;
    width: 100%;
    display: none;
}

.alterado .fundoHexagono{
    display: none !important;
}

.alterado .fundoHexagonoLaranja{
    display: block !important;
}

.fillLaranja{
    display:none;
}
.alterado .fillAzul{
    display:none;
}
.alterado .fillLaranja{
    display:block;
}
.linhasLaranja{
    display: none;
}
.itemMenu.alterado:hover .hexagono .linhasLaranja{
    display: block;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
}
.itemMenu.alterado:hover .hexagono .linhasLaranja.delay{
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
}

.tituloVerde, .ui-tabs .ui-tabs-nav.ui-widget-header li a{
    font-family: 'Neo Sans Std' !important;
    font-size: 1.2vw !important;
    color: #00EB60 !important;
}

.tituloVermelho{
    color: #FF2929 !important;
}
.tituloAzulClaro{
    color: #1CE8D4 !important;
}
.italico{
    font-style: italic !important;
}
.tituloVermelho.glow{
    text-shadow: 0 0 0.5vw rgba(242,19,60,1) , 0 0 2vw rgba(247,12,43,1) , 0 0 3vw rgba(244,9,41,1);
}
.tituloAzulClaro.glow{
    text-shadow: 0 0 0.5vw rgb(28, 213, 193), 0 0 2vw rgb(17, 234, 203), 0 0 3vw rgb(28, 255, 235);
}
.glow{
    text-shadow:0 0 0.5vw rgba(33,183,50,1) , 0 0 2vw rgba(43,229,22,1) , 0 0 3vw rgba(49,206,49,1);
}
.graficoCentroAzul{
    position: absolute; 
    z-index: 99999;
}
.centerReceita{
    position: absolute; 
    z-index: 99999;
}
.graficoCentroLaranja{
    top: 24.5vh;
    left: 25vh;
}
.graficoCentroAzul{
    top: 25.5vh;
    left: 26vh;
}
.tituloCentroReceita{
    top: 60%;
    left: 64.8%;
}
.linhaLaranjaGrafico{
    top: 82%;
    left: 51.3%;
    background-color: #FFCC21;
    width: 9%;
    height: 2px;
}
.linhaAzulGrafico{
    top: 73%;
    left: 49.5%;
    background-color: #2E6FFF;
    width: 10.5%;
    height: 2px;
}


.painelDireito,.painelDireitoGrafico{
    position: absolute;
    padding-left: 1.5vw;
    width: 30%;
    margin-top: 4.5vw;
}

.painelDireitoGrafico{
    margin-top: 8.5vw;
    display: none;
    height: 81vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.linkGraficos:hover{
    opacity: 1 !important;
}

.linhaLaranjaEsquerda{
    background-color: #FFCC21;
    height: 2px;
    float:left; 
}
.linhaAzulEsquerda{
    background-color: #2E6FFF;
    height: 2px;
    float:left; 
}
.linhaRoxaEsquerda{
    background-color: #6c00c4;
    height: 2px;
    float:left;
}
.linhaVerde{
    background-color: #00EB60;
    height: 2px;
    float:left;
}
.tituloEsquerdo{
    float: left; 
    font-size: 1vw;
}
.nrsEsquerdo{
    float: left; 
    font-size: 1vw;
    color: white;
}

.rodapePlanos{
    position: fixed;
    bottom: 0;
    width: 70%;
    height: 13%;
    float: right;
    margin-left: 30%;
    transition-duration: 0.8s;
    -webkit-transition-property: margin-left, height;
    transition-property: margin-left, height;
    margin-bottom: 1vw;
}

.textoOpcoesMenores{
    position: absolute;
    left: 120%;
    line-height: 1;
    width: 200%;
    font-size: 1vw;
    text-align: left;
}
.rodapePlanos.painelExpandido{
    margin-left: 0px !important;
}
.circular-menu.painelExpandido{
    left: -25vh;
}
.circulo.painelExpandido{
    left: 49vh;
}
.circulo.modoResultados{
    left: 29vh;
    top: 40vh;
}
.modoResultados .nomeir{
    top: 182%; 
    left: 50%; 
    line-height: 15px; 
    text-align: left;
}

.modoResultados.dadosMercado{
    left: 53vh;
    top: 15vh;
}
.modoResultados.dadosMercado.dadosRegiao{
    left: 19vh;
    top: 17vh;
}
.nomeir{
    top: 52%; 
    left: 107%; 
    line-height: 15px; 
    text-align: left;
}

.branco{
    color: white;
}

.perc100left{
    width: 100%; 
    float:left;
    padding-top: 0.3vw;
    text-align: left;
}

.opaco70{
    opacity: 0.7;
}

.opaco90{
    opacity: 0.9;
}

.opaco40{
    opacity: 0.4;
}

.opaco20{
    opacity: 0.2;
}

.opaco30{
    opacity: 0.3;
}

/* ----         -------------------- */
/*.circulo{
    display: block !important;
}
.circuloFade{
    display: block !important;
}
.fadeMe{
    display: block !important;
}*/
.painelGeral{
    opacity: 1.0 !important;
    background: transparent !important;
}
.circulo{
    position: absolute;
    text-decoration: none;
    text-align: center;
    display: block;
    z-index: 99999999;
    top: 32vh;
    left: 49.5vh;
    transition-duration: 0.8s;
    -webkit-transition-property: left;
    transition-property: left;
}
.hexagonoGrande{
    top: 7vh !important;
    left: 9vh !important;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 16vh;
    height: 19vh;
    position: absolute;
}

.circuloFade{
    position: absolute;
    z-index: 9999;
    top: -2vh;
    left: -2vh;
    display: none;
    width: 17.5vw;
}
.itemMenuInterno.alterado .resetar{
    opacity: 0;
}
.itemMenuInterno.alterado:hover .resetar{
    position: absolute;
    top: 0.7vw;
    left: 6vw;
    width: 2vw;
    height: 2vw;
    border-width: 0.18vw;
    display: block;
    border-color: #FFCC21;
    line-height: 2vw;
    opacity: 1;
}
.itemMenuInterno.alterado:hover .resetar:hover{
    left: 3vw;
    width: 2vw;
    height: 2vw;
    display: block;
    border-color: #2EA7FF;
    width: 5vw;
    border-radius: 3vw;
    font-size: 0.7vw;
}
.itemMenuInterno.alterado .outputValores{
    position: absolute;
    left: 1vw;
    font-size: 1.1vw;
}
.undoLaranja, .undoAzul{
    width: 1vw;
    height: 1vw;
    top: 0.5vw;
    position: absolute;
    left: 27%;
    transition-duration: 0.4s;
    -webkit-transition-property: left;
    transition-property: left;
}
.undoAzul{
    display: none;
}
.itemMenuInterno.alterado .resetar:hover .undoLaranja{
    display: none;
}
.itemMenuInterno.alterado .resetar:hover .undoAzul{
    display: block;
    left: 11%;
}
.resetar, .ok{
    position: relative;
    top: 33.5vh;
    left: 7.5vh;
    cursor: pointer;
    z-index: 9999999;
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.20vw;
    border-color: #2EA7FF;
    border-radius: 50%;
    border-style: solid;
    background-color:rgba(0, 0, 0, 0.8);
    display: none;
    line-height: 2.5vw;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-property: width, border-radius, left;
    transition-property: width, border-radius, left;
}
.ok{
    width: 2.5vw !important;
    height: 2.5vw !important;
    font-family: 'Neo Sans Std' !important;
    font-size: 2vw;
    padding: 1vw;
}
.ok.control{
    width: 1.5vw !important;
    height: 1.5vw !important;
    border-width: 0.15vw;
}
.resetar.alterado{
    width: 5vw;
    border-radius: 3vw;
    left: 12vh;
}
.itemMenuInterno.alterado .resetar:hover .textoResetar{
    display: block;
}
.textoResetar{
    display: none;
    float: left;
    position: absolute;
    color: #2EA7FF;
    font-size: 0.9vw;
    margin-left: 2.6vw;
    transition-duration: 0.4s;
    -webkit-transition-property: display;
    transition-property: display;
}
.resetar.alterado .textoResetar{
    display: block;
}
.resetar.alterado .undo{
    float:left; 
    margin-left: 0.7vw;
}
.painelCentro{
    z-index: 999999;
    position: absolute;
    top: 8vh;
    left: 9vh;
    width: 16vh;
    text-align: center;
    height: 18.7vh;
}

.centralizador{
    position: absolute;
    top: 50%;
    margin: -25% auto;
    width: 100%;
}


.azulEsverdeado{
    color: #1CE8D4 !important;
}

.corMercado{
    color: #2EFFFF !important;
}

.absoluto{
    position: absolute;
}

/* Largura da barra de rolagem */
.painel-linha-tempo::-webkit-scrollbar, .painelDireitoGrafico::-webkit-scrollbar {
    width: 0px;
    display: none;
}

/* Fundo da barra de rolagem */
.painel-linha-tempo::-webkit-scrollbar-track-piece,
.painelDireitoGrafico::-webkit-scrollbar-track-piece {
    background-color: #EEE;
    border-left: 1px solid #CCC;
    display: none;
}

/* Cor do indicador de rolagem */
.painel-linha-tempo::-webkit-scrollbar-thumb:vertical,
.painel-linha-tempo::-webkit-scrollbar-thumb:horizontal,
.painelDireitoGrafico::-webkit-scrollbar-thumb:horizontal {
    display: none;

}

/* Cor do indicador de rolagem - ao passar o mouse */
.painel-linha-tempo::-webkit-scrollbar-thumb:vertical:hover,
.painel-linha-tempo::-webkit-scrollbar-thumb:horizontal:hover,
.painelDireitoGrafico::-webkit-scrollbar-thumb:horizontal:hover {
    display: none;
}
.painel-linha-tempo::-webkit-scrollbar-thumb,
.painelDireitoGrafico::-webkit-scrollbar-thumb {
    display: none;
    border-radius: 0px;
    border: none;
    background-color: rgba(194,194,194,.5);
}
.displayNone{
    display: none !important;
}

.ui-growl-message{
    width: 34vw !important;
    margin-right: 2.5vw;
}
.ui-growl{
    width: 39vw !important;
    z-index: 999999999 !important;
}

.modal {
    color: #ffffff;
    text-decoration: none;
    background-color: #430A77;
    background-color: #020A27;
    background-position: 0px;
    background-image: -moz-linear-gradient(top, #430A77, #020A27);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#430A77), to(#020A27));
    background-image: -webkit-linear-gradient(top, #430A77, #020A27);
    background-image: -o-linear-gradient(top, #430A77, #020A27);
    background-image: linear-gradient(to bottom, #430A77, #020A27);
}


.ui-growl-title{
    font-family:'Neo Sans Std' !important;
    color: white !important;   
    font-size: 1vw !important;
    font-weight: normal !important;
}

.ui-growl-image{
    display: none !important;
}
.btnOpcaoSuperior:hover{
    background-color: black;
    color: #13A4FF;
    border: 0.15vw solid #13A4FF;
    opacity: 0.8;

}
.btnOpcaoSuperior{
    border-radius: 50%;
    background-color: white;
    border: 0.15vw solid white;
    color: black;
    width: 2.5vw;
    height: 2.5vw;
    float: right;
    margin-top: 0.7vw;
    margin-right: 0.7vw;
    text-align: center;
    line-height: 2.5vw;
    opacity: 0.3;
    cursor: pointer;
    font-size: 1vw; 
    transition-duration: 2s;
    -webkit-transition-property: width, border-radius, margin;/* Safari */
    transition-property: width, border-radius, margin;
}
.btnOpcaoSuperior.selecionado{
    opacity: 0.8;
}
.botao{
    width: 4vw;
    height: 4vw;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 52%;
}
.mesSelecionado{
    top: 7vw;
    left: 1.5vw;
    position: absolute;
    transition-duration: 0.5s;
    -webkit-transition-property: top;
    transition-property: top;
}
.modoResultados.mesSelecionado{
    top: 4vw;
}



.circular-menu.modoGraficos{
    display: none;
}

.botaoUp{
    background-image: url(/core/javax.faces.resource/imagens/up.png.xhtml) !important;
}
.not-active{
    pointer-events: none;
    cursor: default;
}

.botaoDown{
    background-image: url(/core/javax.faces.resource/imagens/down.png.xhtml) !important;
}
.botaoUp:hover{
    background-image: url(/core/javax.faces.resource/imagens/up_hover.png.xhtml) !important;
}
.botaoDown:hover{
    background-image: url(/core/javax.faces.resource/imagens/down_hover.png.xhtml) !important;
}
/*.ui-growl-icon-close.ui-icon.ui-icon-closethick{
    display: block !important;    
    background-position: 0 !important;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/GameofResults/javax.faces.resource/imagens/close.png.xhtml) !important;
}
.ui-growl-icon-close.ui-icon.ui-icon-closethick:hover{
    background-image: url(/GameofResults/javax.faces.resource/imagens/close_hover.png.xhtml) !important;
}*/

.pulse {
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: pulse;
}

@-webkit-keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}

@keyframes pulse {
    0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
}
70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}

.centerReceitaValorProjetado{
    position: absolute;
    z-index: 99999;
    top: 69%;
    left: 33%;
    width: 39vh;
    text-align: center;
}
.centerReceitaValorProjetado.simulado{
    top: 76%;
}
.resultsTabela{
    font-size: 0.85vw;
}

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
50% { -webkit-transform: scale(1.1); } 
100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
50% { transform: scale(1.1); } 
100% { transform: scale(1); } 
} 
.itemMenu:hover{ 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

.miniMenu{
    float: right;
    width: 4vw;
    height: 4vw;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    transition-property: height;
    top: 0;
    right: 14vw;
    position: absolute;
    z-index: 9;
}
.miniMenu:hover{
    height: 8vw;
}
.itemMiniMenu{
    position: absolute;
    top: 3.5vw;
    transition-duration: 0.4s;
    -webkit-transition-property: top;
    transition-property: top;
    left: 0.45vw;
}
.itemMiniMenu.selecionado{
    top: 0vw;
}

.itemMiniMenu.decima{
    top: 0vw;
}

#faqtoidTourTip > div:first-child{
    font-size: 1.1vw !important;
}

.modal{
    z-index: 999999999;
    position: absolute;
    width: 60vw; 
    height: 25vw;  
    top:50%;
    left:50%;
    margin-top:-12vw;
    margin-left:-30vw;
    opacity: 0.85;
}

.modalConfig{
    height: 30vw;  
    top:50%;
    margin-top:-15vw;
}
.blur{
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.faqtoidTourHighlight{
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}
.painelMercado{
    width: 6vw;
}
.dadosMercado.dadosRegiao{
    top: 38vh;
    left: 21vh;
}
.dadosMercado{
    position: absolute;
    z-index: 999999999;
    top: 64vh;
    left: 27vh;
    cursor: -webkit-grab;
    display: none;
    overflow: visible;
}
.lineFilter{
    display: none;
}
.dadosMercado:hover .lineFilter {
    display: block;
    filter: url(#blur-filter-dados);
}
.dadosMercado:active{
    cursor: -webkit-grabbing;
}
.transicao{
    transition-duration: 0.4s;
    -webkit-transition-property: top,left;
    transition-property: top,left;
}
.legendaGrafico{
    font-size: 0.7vw;
    text-align: center;
}
.legendaGrafico .num{
    font-size: 0.7vw;
    color: white;
}
.simbols.column{
    display: none;
}

.legendaGrafico .simbols{
    font-size: 1.2vw;
    line-height: 1.2vw;
}
.simbols.triangleDown,.simbols.triangleUp{
    font-size: 1vw;
    line-height: 1vw;
}
.linhaLegenda{
    left: 10%; 
    position: absolute; 
    top: 50%;
    width: 80%; 
    height: 1px; 
}
.linhaLegenda.column{
    position: relative; 
    bottom: 0;
    width: 30%; 
    height: 1vw; 
    margin-left: calc(50% - 23%);
}
:focus{
    outline: 0 !important;
}
:active{
    outline: 0 !important;
}
.comboTipos{
    width: 13vw !important;
    background-color: #020A27;
    color: #00EB60;
    border: 0;
}
.fecharModal{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5vw;
    display: block !important;    
    background-position: 0 !important;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/core/javax.faces.resource/imagens/close.png.xhtml) !important;
}
.fecharModal:hover{
    background-image: url(/core/javax.faces.resource/imagens/close_hover.png.xhtml) !important;
}
.opcaoModal{
    width: 50%;
    text-align: center;
    bottom: 0;
    position: absolute;
    padding-bottom: 1vw;
}
.direita{
    float: right;
    right: 0;
}
.esquerda{
    float: left;
    left: 0;
}
.circuloGradiente{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,2effff+100&amp;0+0,1+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(46,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(100%,rgba(46,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(46,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(46,255,255,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(46,255,255,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(46,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2effff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#faqtoidTourTip > div:first-child{
    font-size: 1vw !important;
}
.destaqueDica{
    color: #00EB60;
    font-weight: bold;
}

.margintop1{
    margin-top: 1vw;
}

.marginLeftPequena{
    margin-left: 0.3vw;
}

.marginLeftGrande{
    margin-left: 4vw;
}

.marginLeftMedia{
    margin-left: 2vw;
}

.textoDireita{
    text-align: right !important;
}

.azulClaro{
    color: #13A4FF !important;
}
.ui-chkbox .ui-chkbox-label{
    margin: 0 0 0 0.4vw !important
}
.ui-chkbox-box{
    border: none !important;
    background: none;
    width: 0.7vw !important;
    height: 0.7vw !important;
}
/*.ui-icon{
    border: 0.15vw solid #FFFFFF;
    background: none;
    width: 0.7vw !important;
    height: 0.7vw !important;
    background-image: none !important;
    border-radius: 0.3vw;
    margin-top: -0.2vw;
}
.ui-icon.ui-icon-check{
    background-image: url(/GameofResults/javax.faces.resource/imagens/check.png.xhtml) !important;
    background-position: 0px;
    margin-top: -0.2vw;
    border: none !important;
    width: 1vw !important;
    height: 1vw !important;
    
}*/
.ui-state-focus{
    outline: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-chkbox{
    font-size: 1vw;
}
.caixaConsultores{
    margin-top: 5vw;
    height: 31vw;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: inline-block !important;
}
/* Largura da barra de rolagem */
.caixaConsultores::-webkit-scrollbar {
    width: 0.15vw;
    
}

/* Fundo da barra de rolagem */
.caixaConsultores::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-left: none;
    
}

/* Cor do indicador de rolagem */
.caixaConsultores::-webkit-scrollbar-thumb:vertical,
.caixaConsultores::-webkit-scrollbar-thumb:horizontal {
    background-color: #2EA7FF !important;
}

/* Cor do indicador de rolagem - ao passar o mouse */
.caixaConsultores::-webkit-scrollbar-thumb:vertical:hover,
.caixaConsultores::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #2EA7FF !important;
}
.caixaConsultores::-webkit-scrollbar-thumb {
    border-radius: 0px;
    
    background-color: rgba(194,194,194,.5);
}
.alignRight{
    text-align: right !important;
}
.nomeEmpresa{
    position: absolute;
    left: 2vw;
    top: 0.75vw;
    font-weight: bold;
    font-size: 1.2vw;
}

.tamanho1vw{
    font-size: 1vw;
}
.tamanho08vw{
    font-size: 0.8vw;
}
.amcharts-export-menu-top-right{
    top: -4vw !important;
}

.btnGrafico.btnOpcaoSuperior.voltarBtnGrafico{
    margin-right: 95vw;
}

.btnGrafico.voltarBtnGrafico .btnGraficoIcon{
    display: none !important;
}
.btnGrafico.voltarBtnGrafico .btnVoltarIcon{
    display: inline-block !important;
}

.btnGrafico .btnVoltarIcon{
    display: none !important;
}

.painelFeedback{
    position: absolute; 
    z-index: 9999999999;
    font-size: 2.5vw !important;
    width: 30vw; 
    margin-left: calc(50% - 15vw);
    top: -10vw;
    transition-duration: 1s;
    -webkit-transition-property: top;/* Safari */
    transition-property: top;
}

.painelFeedbackSlide{
    top: 5vw;
}
.rodarContra, .rodar{
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform:rotate(0deg);
}
.girando .rodarContra{
    -webkit-animation: rodarodaContrario 4s linear alternate 3;
    -moz-animation: rodarodaContrario 4s linear infinite;
    -o-animation: rodarodaContrario 4s linear infinite;
    animation: rodarodaContrario 4s linear infinite;
}
.girando .rodar{
    -webkit-animation: rodaroda 4s linear alternate 3;
    -moz-animation: rodaroda 4s linear infinite;
    -o-animation: rodaroda 4s linear infinite;
    animation: rodaroda 4s linear infinite;
}
.girando .rodar.lento{
    -webkit-animation: rodarodaLento 4s linear alternate 3;
    -moz-animation: rodarodaLento 4s linear infinite;
    -o-animation: rodarodaLento 4s linear infinite;
    animation: rodarodaLento 4s linear infinite;
}
@-webkit-keyframes rodaroda {
    0% {
    -webkit-transform:rotate(0deg);
}
50% {
    -webkit-transform:rotate(180deg);
}
100% {
    -webkit-transform:rotate(360deg);
}
}
@-webkit-keyframes rodarodaContrario {
    0% {
    -webkit-transform:rotate(0deg);
}
50% {
    -webkit-transform:rotate(-180deg);
}
100% {
    -webkit-transform:rotate(-360deg);
}
}
@-webkit-keyframes rodarodaLento{
    0% {
    -webkit-transform:rotate(0deg);
}
25% {
    -webkit-transform:rotate(100deg);
}
50% {
    -webkit-transform:rotate(190deg);
}
75% {
    -webkit-transform:rotate(290deg);
}
100% {
    -webkit-transform:rotate(360deg);
}
}
.colunaColaboradores{
    padding-top: 0.8vw;
    color: #FFFFFF;
    width: 15%;
    text-align: center;
}
.adicionar-colaborador{
    color: #00EB60;
    font-size: 1vw;
    position: relative; 
    margin-left: 11vw;
}
.adicionar-colaborador .text{
    position: absolute; 
    line-height: 2.3vw;
    left: 2.5vw;
    transition-duration: 0.4s;
    -webkit-transition-property:left;/* Safari */
    transition-property: left;  
}
section .btn{
    color: #00EB60;
    float: right;
    position: relative !important;
    font-size: 1vw;
}
.adicionar-colaborador .btn, section .btn{
    background-color: transparent;
    border: #00EB60 solid 0.15vw;
    line-height:2vw;
    width: 2vw;
    height: 2vw;
    border-radius: 10vw;
    position: absolute; 
    transition-duration: 0.4s;
    -webkit-transition-property:width;/* Safari */
    transition-property: width;    
    text-align: left;
}
.adicionar-colaborador:hover .text{
    left: 2vw;
}
.adicionar-colaborador:hover .btn{
    width: 8vw;
    
}
#caixaOrdenacao{
    position: relative;
}
#caixaOrdenacao .resetar .undoAzul{
    display: block;
    width: 0.9vw;
    height: 0.9vw;
    top: 0.57vw;
    position: absolute;
    left: 28%;
}
#caixaOrdenacao .resetar{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2vw;
    height: 2vw;
    border-width: 0.15vw;
    top: 0.3vw;
    left: 26.5vw;
}


.circular-menu.vendas{
     top: -100vh;
}
.rodapePlanos.vendas{
    height: 83%;
}

.glowHover:hover .tituloVerde, .glowHover:hover .setaBounce{
 text-shadow:0 0 0.5vw rgba(33,183,50,1) , 0 0 2vw rgba(43,229,22,1) , 0 0 3vw rgba(49,206,49,1);
}

.glowHover:hover .tituloVerde, .glowHover:hover .setaBounce{
 text-shadow:0 0 0.5vw rgba(33,183,50,1) , 0 0 2vw rgba(43,229,22,1) , 0 0 3vw rgba(49,206,49,1);
}
.tituloVerde.azulEsverdeado.nomeMes:hover{
 text-shadow:0 0 0.5vw rgba(28, 232, 212, 1) , 0 0 2vw rgba(28, 232, 212, 1) , 0 0 3vw rgba(28, 232, 212, 1);   
}



.setaBounce{
    font-size: 1.2vw !important;
    color: #00EB60 !important;
    position: absolute;
    margin-top: -1.2vw;
    display: none !important;
}
.setaBounce.baixo{
    margin-top: 1.5vw;
}

.glowHover:hover .setaBounce{
    display: block !important;
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}
.vendas .glowHover:hover .setaBounce{
    display: none !important;
}

.glowHover:hover .setaBounce.baixo{
    display: none !important;
}

.vendas .glowHover:hover .setaBounce.baixo{
    display: block !important;
}
.tabelaZebra.tabelaPlanos td .input-valores.detalhes{
    width: 100% !important;
}
.tabelaZebra.tabelaPlanos td{
    text-align: right;
}
.colunaEsquerda{
    text-align: left !important;
}
.alinhado-direita{
    text-align: right !important;
}
.tabelaZebra.tabelaPlanos th{
    text-align: center;
    padding: 0.6vw;
}
.custom-menu {
    display: none;
    z-index: 999999999999999999;
    position: absolute;
    overflow: visible;
    background: transparent;
}

.buttonInputOption{
    position: absolute;
    display: block;
    width: 2vw;
    height: 2vw;
    border-width: 0.15vw;
    cursor: pointer;
    z-index: 9999999;
    border-color: #2EA7FF;
    border-radius: 50%;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.9);
    line-height: 2vw;
    font-size: 0.7vw;
    text-align: center;
    color: white;
}
.lincavel:hover .texto{
    text-shadow: 0 0 1vw rgb(255, 255, 255);
}
.lincavel{
    cursor: pointer !important;
}
.cursor-seta{
    cursor: context-menu !important;
}
.circular-menu.modoResultados{
    top: -200vh !important;
}

.marcaTopo{
    padding-top: 0.8vh;
    width: 20vw;
    margin-left: calc(45% - 10vw);
    position: absolute;
}

.botao-controle-tabela{
    font-family: FontAwesome !important;
    display: inline-block;
    position: initial;
    margin: 0.5vw 0;
    background: none;
    width: calc(2vw - 2px);
    height: 2vw;
    line-height: 2vw;
    border-width: 0.15vw;
}
.chk-fa-container{
    position: relative;
    display: inline;
}
.chk-fa-container input[type="checkbox"] {
    opacity:0;
    cursor: pointer;
    padding: 4px;
    height: 13px;
    width: 14px;
    position: relative;
    top: 2px;
    left: 2px;
    z-index: 2;
}
.chk-fa-container input[type="checkbox"] + span {
    height: 13px;
    width: 15px;
    position: absolute;
    display:inline-block;
    padding: 0 0 0 0px;
    top: 2px;
    left: 2px;
    z-index: 1;
}
.chk-fa-container input[type="checkbox"] + span{
    background-image: url(/core/javax.faces.resource/imagens/checkbox-normal.png.xhtml);

}
.chk-fa-container input[type="checkbox"]:hover + span{
    background-image: url(/core/javax.faces.resource/imagens/checkbox-hover.png.xhtml);
}
.chk-fa-container input[type="checkbox"][disabled='disabled'] + span{
    background-image: url(/core/javax.faces.resource/imagens/checkbox-disabled.png.xhtml);
}
.chk-fa-container input[type="checkbox"]:checked + span{
    background-image: url(/core/javax.faces.resource/imagens/checkbox-active.png.xhtml);
}
.checkbox_wrapper{
    position: relative;
    height: 16px;
    width: 17px;
}
.chk-fa-container{
    position: relative;
}

.borderBottomAzulCfg{
    border-bottom: #1CE8D4 solid 1px;
    padding-bottom: 1vw;
}
.borderBottomRoxoCfg{
    border-bottom: #4f0054 solid 1px;
    padding-bottom: 1vw;
}
.caixaCfg{
    float: left;
    overflow-y: scroll;
    height: 23vw;
    overflow-x: hidden;
    width: 55vw;
}
.caixaCfg .perc100left{
    width: 98% !important;
}
.caixaGraficos .perc100left{
    width: 85% !important;
}
.caixaCfg::-webkit-scrollbar {
    width: 1px;
}
.caixaCfg::-webkit-scrollbar-track {
    background-color: transparent;
}
.caixaCfg::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
.caixaCfg::-webkit-scrollbar-thumb {
    background-color: #1CE8D4;
}
.painelBaixas, .painelBaixas div{
    border: none;
    background: none;
    color: #ffffff;
    font-size: 1vw !important;
}

.botao-controle-tabela.voltar{
    padding-right: 2px;
}
.botao-controle-tabela.avancar{
    padding-left: 2px;
}
.botao-controle-tabela:hover:before {
    color: #2EA7FF;
}
.botao-controle-tabela:before {
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: #2EA7FF;
    color: transparent;
}
.botao-controle-tabela.voltar:before {
    content: "\f053"; /* Insert content that looks like bullets */
}
.botao-controle-tabela.avancar:before {
    content: "\f054"; /* Insert content that looks like bullets */
}
.azulEsverdeado.opaco40:hover{
    opacity: 1 !important;
}
.inputGame{
    background-color: transparent;
    margin-top: 3vw;
    font-size: 2vw;
    border: 1px solid #1CE8D4;
    border-radius: 6px;
    width: 100%;
    padding: 0.5vw;
}

.tabela-gor {
    width: 98% !important;
    margin-top: 2vw !important;
    font-family: 'Neo Sans Std' !important;
    font-size: 1vw;
    border-spacing: 0;
    text-align: left !important;
}
.tabela-gor tbody tr:nth-child(odd){
    background-color:rgba(46, 111, 255, 0.1) !important;
}
.tabela-gor.alterado td {
    padding: 0.3vw!important;
}
.tabela-gor th {
    text-align: left;
    color: #1CE8D4 !important;
    background-color: transparent;
    background-image: initial;
    text-shadow: initial;
    padding: 4px !important;
    cursor: initial !important;
}

.tabela-gor tbody tr td {
    border-style: initial !important;
    padding: 0.4vw!important;
}

.tabela-gor .ui-widget-content {
    background: initial !important;
    border: transparent !important;
    color: initial;
}
.tabela-gor tfoot tr td {
    background-color: transparent;
    background-image: initial;
    text-shadow: initial;
    padding: 4px !important;
    cursor: initial !important;
}

.tabela-gor .conteudo-verde-opaco-70 {
    color: #00EB60;
    opacity: 0.7;
}

.ui-datatable-tablewrapper {
    overflow: initial !important;
}

.container-icones-exportacao {
    float: right;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-top: 1vw;
    display: inline-block;
}
.container-icones-exportacao a {
    padding-left: 5px;
}
.container-icones-exportacao i {
    color: #00EB60 !important
}

.width-25-perc {
    width: 25%;
}
.text-capitalize {
    text-transform: capitalize;
}

.width-10-perc {
    width: 10%;
}


.width-5-perc {
    width: 5%;
}

.ativada .impactos{
    display: block;
}
.impactos{
    margin-top: 30px;
    width: 90vh;
    margin-left: -15vh;
    text-align: left;
    display: none;
}
.calculadora {
    position: absolute;
    height: 30vh;
    width: 60vh;
    z-index: 9999999999999999999999999;
    top: -50vh;
    left: calc(50% - 30vh);
    transition-duration: 0.4s;
    -webkit-transition-property: top;
    transition-property: top;
    animation-name: pulse;
}

.calculadora.ativada {
    top: calc(25% - 15vh) !important;
}

.calculadora .input-valores {
    margin-top: 4.5vh;
    display: block;
    z-index: 999999991;
    font-size: 10vh;
    border-bottom: solid 2px #1CE8D4 !important;
}

.fadeMeCalc.ativada {
    display: block;
    z-index: 9999999999999999999999999;
    opacity: 0.9;
}

.icone-calculadora {
    position: absolute;
    color: #2EA7FF;
    font-size: 3.5vh;
    font-weight: bold;
    cursor: pointer;
}

.icone-voltar {
    position: absolute;
    color: #2EA7FF;
    font-size: 3.5vh;
    font-weight: bold;
    cursor: pointer;
}

.ok:hover {
    opacity: 1;
    box-shadow: 0 0 4vw rgb(0, 80, 136);
}

.calculadora .tituloVerde.grande{
    display: block;
    font-style: italic;
    font-size: 5vh !important;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.calculadora .tituloAzulClaro.grande{
    display: block;
    font-style: italic;
    font-size: 5vh !important;
    width: 100%;
    text-align: center;
}

.calculadora.ativada .resetar, .calculadora.ativada .ok {
    display: block;
    position: initial;
}

.calculadora.ativada .resetar {
    opacity: 0.5;
    border-color: white;
}

.calculadora.ativada .resetar:hover {
    opacity: 1;
}

.calculadora.ativada .undoAzul {
    display: block;
}

.ativada .controles-calculadora {
    display: block;
}

.controles-calculadora {
    width: 100%;
    top: 24vh;
    text-align: center;
    display: none;
    margin-top: 1.5vw;
}

.ok.control {
    display: inline-block !important;
    width: 2vw !important;
    height: 2.7vw !important;
    padding: 0.8vw 1.5vw 0 0;
}

.ok.control .texto {
    position: absolute;
    font-size: 1vw !important;
    margin-left: -4vw;
    margin-top: -0.25vw;
}

.controles-calculadora .texto {
    font-weight: bold;
}
.ativada .painelModoGraficos{
    display: block !important;
}
