﻿@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}

textarea:focus, input:focus {
    outline: none;
}

* {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body {
    background-image: url("../../css/ence.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    --larg-menu: 290px;
}

.paginacao span {
    padding: 3px 5px;
    color: var(--azul-claro);
}

    .paginacao span:hover:not(.atual) {
        cursor: pointer;
        text-decoration: underline;
    }

    .paginacao span.atual {
        font-weight: bold;
        color: var(--azul);
        background-color: var(--azul-menu);
        border-radius: 3px;
    }

.ui-menu {
    width: var(--larg-menu);
}

    .ui-menu li {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        min-width: 200px;
        color: var(--azul);
        letter-spacing: 1px;
        height: 1.7em;
        padding: 0px;
        padding-bottom: 5px;
    }

        .ui-menu li div.ui-state-active {
            color: var(--azul);
            letter-spacing: 1px;
            font-weight: bolder;
            border: none;
            text-decoration: underline;
            border-right: 2px solid var(--azul);
            background-color: transparent;
        }

        .ui-menu li.marcado div, .ui-menu li.ui-state-active.marcado div {
            background-color: var(--azul);
            color: var(--branco);
            z-index: 200;
        }

div.half-column.resultados.moving .ui-menu.lista li div.ui-state-active {
    border-left: 2px solid var(--azul);
}

div.half-column.resultados.moved .ui-menu.lista li div.ui-state-active {
    border-left: 2px solid var(--azul);
    border-right: none;
}

div.body-content {
    position: absolute;
    width: calc(100% - var(--larg-menu) - 50px);
    left: calc(var(--larg-menu) + 15px);
    top: 8px;
    border: 1px solid lightgray;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px;
}

.ui-menu li.ui-state-disabled.title {
    opacity: 1;
    font-size: 10px;
    padding: 10px 0px;
}

.ui-menu div.logo {
    background-image: url("../../css/ence_logo.JPG");
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    position: absolute;
    background-size: contain;
    top: 3px;
    max-height: initial;
}

.ui-menu li.ui-state-disabled.title div.modal-title {
    color: darkblue;
    padding-left: 50px;
    font-family: "Roboto";
    font-family: 12px;
    font-weight: 500;
}

div.form-group {
    width: 270px;
    display: inline-block;
    margin-bottom: 30px;
}

span.text-danger {
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
    margin-left: -170px;
    margin-top: 25px;
    font-size: 11px;
    display: none;
}

    input.ps {
        display: inline-block;
        width: calc((100% / var(--division-)) - 25px);
        margin-right: var(--d-);
        margin-left: 6px;
        --d-: 6px;
        --e-: 10px;
    }

        input.ps:first-of-type {
            margin-left: 0px;
        }

        input.ps:last-of-type {
            margin-right: 0px;
        }

.ui-autocomplete {
    max-height: 6em;
    overflow-y: auto;
    overflow-x: hidden;
}

span.custom-combobox {
    padding: 16px 4px 0px;
}

select {
    width: calc(100% - 40px);
}

input[type=submit] {
    position: absolute;
    font-weight: bold;
    padding: 10px 20px;
    top: calc(100% - 100px);
    left: calc(100% - var(--larg-menu));
    background-color: dimgray;
    color: white;
    border: 1px solid black;
}

li.breakabove {
    border-top: 1px solid darkblue;
}

.ui-menu-item-wrapper {
    padding: 5px 1em 5px .4em;
}

.ui-menu.lista {
    --larg-menu: 100%;
    min-width: 400px;
    min-height: 510px;
    height: 510px;
    background-color: rgba(255,255,255,0.4);
    border: none;
    text-align: right;
    border-right: 1px solid var(--azul-claro);
}

div.half-column.filtros.moving {
    opacity: 0;
}

div.half-column.filtros.moved {
    display: none;
}

div.half-column.resultados.moving {
    left: -512px;
}

div.half-column.resultados.moving.half {
    left: -256px;
    opacity: 0;
}

div.innerbody.zoom div.half-column.resultados.moving {
    left: 0px;
}

div.half-column.resultados.moved {
    position: initial;
    text-align: left;
}

div.half-column.dados {
    margin-top: 40px;
    display: none;
    text-align: right;
}

    div.half-column.dados.moving {
        display: inherit;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 512px;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-color: var(--azul-claro) transparent;
        scrollbar-width: thin;
        padding-top: 10px;
        max-height: 585px;
    }

    div.half-column.dados.moving.half {
        opacity: inherit;
        left: 256px;
    }

    div.half-column.dados.moved {
        opacity: inherit;
    }

div.half-column.resultados.moving .ui-menu.lista {
    border-right: 1px solid var(--azul-claro);
    border-left: 1px solid var(--azul-claro);
    text-align: center;
}

div.innerbody.zoom div.half-column.resultados.moving .ui-menu.lista {
    border-right: none;
    text-align: left;
}

div.half-column.resultados.moving > div {
    text-align: center;
}

div.innerbody.zoom div.half-column.resultados.moving > div {
    text-align: left;
}


div.half-column.resultados.moved .ui-menu.lista {
    border-left: 1px solid var(--azul-claro);
    border-right: none;
    text-align: left;
}
.hasTable div.half-column.resultados.moved .ui-menu.lista {
    height: 480px;
    min-height: 480px;
}

div.half-column.resultados.moved > div {
    text-align: left;
}

label {
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--azul);
    z-index: 10;
    letter-spacing: 0px;
    margin: 0px 7px;
    font-weight: 500;
}

    label.ps {
        width: 100%;
        display: inline-block;
        margin: 0px 17px;
    }

        label.ps:first-of-type {
            margin-left: 8px;
        }

        .moving label {
        text-align: left;
        }
        .moving label.ps:first-of-type {
        } 
        .moved label {
             text-align: left;
        }
        .moved label.ps:first-of-type {
        }

h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
}

h4 {
    margin-top: 2px;
    margin-bottom: 7px;
}

div.ui-menu-item-wrapper {
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
    height: 2em;
}

div.filtros.half-column {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--azul) transparent;
    scrollbar-width: thin;
    padding-top: 10px;
}

    div.filtros.half-column p, div.dados.half-column p {
        margin: 0px;
    }

div.dados.loading * {
    opacity: 0;
    transition: all 0.5s;
}

div.dados.loading.loaded * {
    opacity: 1;
}

div.dados button, div.filtros button {
    background-color: rgba(230,230,255);
    border: 1px solid var(--azul-claro);
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
    filter: drop-shadow(2px 2px 3px black);
    position: absolute;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 10px;
    color: var(--azul);
    font-weight: bold;
    left: calc(100% - 100px);
    transition: all 0.5s;
    top: 3px;
    margin-left: -14px;
}
div.dados button:hover, div.filtros button:hover {
    text-decoration: underline;
    top: 2px;
    cursor: pointer;
}
div.dados button {left: 27px;}

div.resultados {
    width: 49%;
    display: inline-block;
    transition: 2s all;
}

.ui-widget.ui-widget-content {
    font-family: Roboto;
    font-weight: 500;
}

div.half-column.resultados {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

    div.resultados > div {
        text-align: right;
        color: var(--azul-claro);
    }

div.half-column > div.acao {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    margin-left: 20px;
    color: var(--azul);
}
div.half-column.moving > div.acao {    
    margin-left: 0px;
    margin-right: 0px;
}
div.half-column.moved > div.acao {    
    margin-right: 20px;
}

div.acao:hover {
    cursor: pointer;
    text-decoration: underline;
}

div.resultados > div.voltar-filtro {
    display: none;
}

div.resultados.below {
    width: 280px;
    position: absolute;
    left: -290px;
    top: 257px;
}

    div.resultados.below .ui-menu.lista {
        min-width: 282px;
    }

div.paginacao {
    margin-top: 5px;
    min-width: 400px;
}

div.filtros .d3 {
    width: calc((100% / 3) - 25px);
}

div.dados div.agrupamento {
    display: inline-block;
    background: transparent;
    padding: 4px;
}

    div.dados div.agrupamento input {
        margin-bottom: 0px;
    }

    div.dados div.agrupamento label:first-child {
        margin-top: -16px;
        color: lightseagreen;
        text-decoration: underline;
    }

    div.dados div.agrupamento div.agrupamento {
        margin-top: 10px;
        margin-bottom: 0px;
        width: calc(100% - 11px);
    }

div.linha {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.options {
    position: absolute;
    top: 10px;
    left: 200px;
    width: 50%;
}

    div.options a {
        display: inline-block;
        margin: 5px 10px;
    }

        div.options a:visited {
            color: black;
        }

div.ui-tooltip-content {
    font-family: Roboto;
    font-size: 11px;
}

* {
    --azul: rgb(0, 66, 130);
    --branco: rgb(255, 255, 255);
    --azul-claro: rgb(100, 166, 230);
    --azul-menu: rgb(165, 211, 255);
}

.loading {
    background: url(/css/spinner.gif);
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

    .loading.loaded {
        background-image: none;
    }

body {
    width: 100%;
    margin: 0px;
    --header-height: 180px;
    font-family: 'Roboto';
}

    header div.innerbody div {
        display: inline-block;
    }

    header div.logo {
        background-image: url(ence.png);
        background-position-x: center;
        background-position-y: -20px;
        background-repeat: no-repeat;
        background-size: contain;
        height: 134.5px;
        width: 326.5px;
        position: relative;
        left: -13px;
    }

    header div.title {
        font-family: 'Roboto';
        font-size: 32px;
        color: var(--branco);
        letter-spacing: 2px;
        line-height: 60px;
        vertical-align: middle;
        height: 100%;
        font-weight: bold;
        margin-left: 15px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }

    header h5 {
        font-size: 13px;
        font-weight: 400;
        position: absolute;
        top: 20px;
        margin-left: 3px;
    }

    header div.title span {
        position: relative;
        font-size: 8px;
        letter-spacing: 0px;
        font-weight: normal;
        color: var(--azul-claro);
        position: absolute;
        top: 40px;
        width: 100px;
        text-align: right;
        left: calc(50% + 397px);
    }

section > div.innerbody {
    min-height: 650px;
}

div.innerbody {
    width: 1024px;
    margin: 0px calc(50% - 512px);
    line-height: 1.5em;
    position: relative;
}

div.innerbody.acesso-negado {
    background-image: url(forbidden-error.gif);
    background-repeat: no-repeat;
    background-position: center;
}

div.progress {
    text-align: center;
    height: 700px;
    vertical-align: middle;
    display: table-cell;
}

    div.progress img {
        position: absolute;
        left: calc((100% - 361px) / 2);
        top: calc((100% - 361px) / 2);
    }

div.menu {
    position: absolute;
    top: 90px;
    text-align: right;
    width: 100%;
    left: 0px;
}

    div.menu div, div.menu div a {
        font-family: 'Roboto';
        font-size: 12px;
        color: var(--azul-menu);
        letter-spacing: 1px;
        margin: 10px 7px;
        font-weight: 400;
        line-height: 1.5em;
        text-decoration: none;
        padding: 0px;
    }

div.apibox, div.username {
    border: 1px solid var(--azul-claro);
    border-radius: 4px;
    font-size: 12px;
    --width-: 460px;
    width: var(--width-);
    margin: 0px 407px -50px;
    position: absolute;
    top: 140px;
    line-height: 2.4em;
    left: calc(50% - 512px - var(--width-) + 63px);
    min-height: initial;
    overflow: hidden;
}

section > div.apibox, section > div.username {
    min-height: initial;
}

div.username {
    border: none;
    position: absolute;
    top: 86px;
    --width-: 400px;
    left: calc(50% - var(--width-) + 90px);
    width: var( --width-);
    text-align: right;
    line-height: 1.5em;
    display: none;
}


div.apibox label {
    display: inline-block;
    background: var(--azul-claro);
    color: var(--azul);
    margin: 0px;
    padding: 1px 10px;
    font-weight: 700;
}

div.apibox span, div.apibox span a, div.username span {
    display: inline-block;
    padding-left: 50px;
    letter-spacing: 1px;
    color: var(--branco);
    font-weight: 400;
    font-size: 9px;
}

    div.apibox span a {
        text-decoration: none;
        padding: 0px;
    }

div.username span {
    font-weight: 400;
    font-size: 11px;
}

div.menu div.item:hover {
    text-decoration: underline;
    cursor: pointer;
}

div.menu div.busca {
    border: 1px solid var(--azul-claro);
    width: 460px;
    height: 30px;
    margin: -10px 50px -10px;
    border-radius: 4px;
    position: absolute;
    --buttonwidth: 100px;
    left: -40px;
    top: 10px;
    display: none;
}

div.menu div.button {
    width: var(--buttonwidth);
    text-align: center;
    font-size: 10px;
    height: 16px;
    margin: 1px 1px;
    padding: 6px 1px 5px;
    border: 1px solid var(--azul-claro);
    border-radius: 4px;
    text-transform: uppercase;
}

    div.menu div.button:hover {
        background-color: var(--branco);
        color: var(--azul);
        font-weight: bold;
        cursor: pointer;
    }

div.menu div.busca input.busca {
    border: none;
    width: calc(100% - var(--buttonwidth) - 30px);
    height: calc(100% - 8px);
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 2px 10px;
    background-color: transparent;
    color: var(--branco);
    font-size: 11px;
    padding: 3px 10px 4px;
}

    div.menu div.busca input.busca::placeholder {
        color: var(--azul-claro);
    }

footer, section {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
    color: var(--azul);
    padding: 0px;
}

footer {
    height: 160px;
    padding: 0;
}

section aside {
    height: 700px;
    max-height: 800px;
    width: calc(50% - 512px);
    display: inline-block;
    position: absolute;
    text-align: right;
    display: none;
}

    section aside.options {
        text-align: left;
        left: calc(50% + 512px);
    }

    section aside div {
        border-radius: 10px;
        height: 30px;
        display: block;
        text-align: center;
        margin: 0px 5%;
        padding: 0px;
    }

        section aside div.indice {
            height: 40px;
            background-color: lightgray;
        }

        section aside div.marcado {
            background-color: var(--azul);
        }

        section aside div:hover {
            border-color: var(--azul);
        }

        section aside div a {
            color: grey;
            text-decoration: none;
            font-family: Roboto;
            letter-spacing: 2px;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            width: 100%;
            margin: 0px;
            margin-top: 9px;
            line-height: 1em;
        }

            section aside div a:hover {
                color: var(--azul);
            }

        section aside div.marcado a {
            color: var(--branco);
            font-weight: bold;
        }        

        section aside div span.indice {
            font-size: 10px;
            color: grey;
            position: relative;
            top: -5px;            
        }
        section aside div.marcado span.indice {
            color: white;
        }

    section aside h3 {
        letter-spacing: 0px;
        font-weight: 500;
        color: var(--azul-claro);
        width: 100%;
        text-align: center;
        font-size: 14px;
        position: relative;
        top: -30px;
    }

        section aside h3.caminho-titulo {
            left: 0px;
            margin-left: 20px;
        }

            section aside h3.caminho-titulo:hover {
                cursor: pointer;
                text-decoration: underline;
            }

footer {
    color: var(--branco);
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0.7px;
}

    footer a {
        color: var(--branco);
        text-decoration: none;
        line-height: 3em;
    }

div.half-column {
    width: calc(50% - 34px);
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    transition: all 1s;
    position: relative;
    left: 0px;
}

footer div.half-column {
    line-height: 1em;
    text-align: left;
}
footer div.half-column p {
    color: white;
    margin-bottom: 0px;
    line-height: 1.5em;
    font-size: 12px;
}

div.pilares {
    background-image: url(pilares.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
}

p.chamariz {
    font-size: 15px;
    text-align: right;
    vertical-align: middle;
    line-height: 1.5em;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.relatorio {
    --cm: calc(10px* 4);
}

.pagina {
    border: 1px solid rgb(150,150,150);
    height: calc(29.7 * var(--cm));
    width: calc(21 * var(--cm));
    left: calc(50% - 210px);
    position: absolute;
    box-shadow: 3px 3px 3px 3px rgb(200,200,200);
    padding: 0px;
    float: right;
    transform: translate(-25%) translateY(-25%) scale(0.5);
}

    .pagina:hover {
        border: 5px solid var(--azul);
        left: calc(50% - 210px - 2px);
        top: -2px;
        box-shadow: none;
        cursor: pointer;
    }

    .pagina div {
        position: absolute;
        left: calc(var(--l-) * var(--cm));
        height: calc((var(--h-) * var(--cm)));
        top: calc(var(--t-) * var(--cm));
        width: calc(100% + (var(--w-) * var(--cm)));
        --l-: 0;
        --t-: 0;
        --w-: 0;
        --h-: 1;
    }
    .pagina div.ui-resizable-s {
        height: 7px;
        width: 100%;
        left: 0;
        top: initial;
    }
    .pagina div.ui-resizable-e {
        width: 7px;
        height: 100%;
        top: 0;
        left: initial;
    }
    .pagina div.ui-resizable-n {
        height: 7px;
        width: 100%;
        left: 0;
        top: initial;
    }
    .pagina div.ui-resizable-w {
        width: 7px;
        height: 100%;
        top: 0;
        left: initial;
    }

.retangulo, .retangulo-livre {
    border: 1px solid black;
    overflow: hidden;
}

.boxes .retangulo, .boxes .retangulo-livre {
    z-index: 100;
}

    .boxes .retangulo:hover, .boxes .retangulo-livre:hover {
        border: 2px solid orangered;
        cursor: pointer;
        margin-left: -1px;
        margin-top: -1px;
    }

.texto {
    text-align: center;
    line-height: calc(0.15 * var(--cm) + 4px);
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

    .texto .trecho {
        display: inline;
        text-align: center;
        position: initial;
    }

.trecho, .texto textarea, .retangulo textarea {
    font-family: Roboto;
    font-weight: var(--b-);
    font-size: calc(var(--s-) * 0.031 * var(--cm));
    --b-: 400;
    --s-: 10;
    padding: 0;
    margin: 0;
    color: var(--c-);
    --c-: black;
    position: relative;
    overflow: hidden;
    resize: none;
    padding: 0px;
}

.fields .trecho .code:hover {
    text-decoration: underline;
    color: var(--azul-claro);
    cursor: pointer;
}

.texts .trecho:hover {
    text-decoration: underline;
    color: var(--azul-claro);
    cursor: pointer;
}

.texto br {
    padding: 0;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
}

.retangulo-livre {
    width: calc((var(--w-)* var(--cm)));
}

div.innerbody.zoom.step1 div.resultados {
    opacity: 0;
}

div.innerbody.zoom.step2 div.resultados {
    display: none;
}

div.innerbody.zoom.step1 div.relatorio {
    height: 600px;
    transition: all 0.5s;
}

    div.innerbody.zoom.step1 div.relatorio div.pagina:hover {
        border: 1px solid rgb(150,150,150);
        box-shadow: 3px 3px 3px 3px rgb(200,200,200);
        top: initial;
        cursor: initial;
    }

div.innerbody.zoom.step2 div.relatorio {
    height: 1200px;
    transition: all 0.5s;
}

    div.innerbody.zoom.step2 div.relatorio div.pagina {
        left: 75%;
        transform: translateX(0) translateY(-25%) scale(0.5);
    }

div.innerbody.zoom.step3 div.relatorio div.pagina {
    left: calc(50% - (21 * var(--cm) * 0.1));
    transform: none;
    transition: all 1s;
    background: rgb(254,254,254);
    text-align: left;
}

div.innerbody.construct {
    background-image: url(pilares.png);
    background-color: white;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

    div.innerbody.construct.loaded {
        background-image: none;
    }

div.innerbody.zoom.step2 div.modes,
div.innerbody.zoom.step2 div.helper {
    --width-: 162px;
    width: var(--width-);
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid var( --azul);
    border-radius: 10px;
    display: block;
    background: white;
    opacity: 0;
    transition: all 500ms;
    background: var( --azul-menu);
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step3 div.modes {
    opacity: 1;
}

div.innerbody.zoom.step2 div.button {
    background: url(icons.webp);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}

    div.innerbody.zoom.step2 div.button:hover {
        border: 2px solid var(--azul);
        cursor: pointer;
        margin-top: -1px;
        margin-left: -1px;
    }

div.innerbody.zoom.step2 div.modes div.button.boxes {
    background-position: -380px -301px;
    left: 10px;
}

div.innerbody.zoom.step2 div.modes div.button.texts {
    background-position: -586px -355px;
    left: 60px;
}

div.innerbody.zoom.step2 div.modes div.button.fields {
    background-position: -741px -198px;
    left: 110px;
}

div.innerbody.zoom.step2.boxes div.modes div.button.boxes,
div.innerbody.zoom.step2.texts div.modes div.button.texts,
div.innerbody.zoom.step2.fields div.modes div.button.fields,
div.innerbody.zoom.step2.novo div.actions div.button.novo,
div.innerbody.zoom.step2.imagem div.actions div.button.imagem,
div.innerbody.zoom.step2.texto div.actions div.button.texto {
    border: 3px solid var(--azul);
    margin-top: -2px;
    margin-left: -2px;
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step2 div.actions {
    --width-: 162px;
    width: 54px;
    height: var(--width-);
    position: absolute;
    top: 61px;
    border: 2px solid var(--azul);
    border-radius: 10px;
    display: block;
    background: white;
    opacity: 0;
    transition: all 500ms;
    background: var(--azul-menu);
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step2 div.helper {
    top: 237px;
    opacity: 1;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--azul) transparent;
    scrollbar-width: thin;
    background: white;
    color: black;
    width: calc(var(--width-) * 1.5);
    left: calc(-0.5 * var(--width-));
    text-align: left;
}
div.innerbody.zoom.step2 div.helper div span:hover {
    cursor: pointer;
    text-decoration: underline;
}
div.innerbody.zoom.step2 div.helper div.definition {
    display: inline-block;
    font-family: "Roboto";
    font-size: 11px;
    font-style: normal;
    margin: 0px;
    margin-left: 10px;
    width: 300px;
    height: 9px;
    position: initial;
    line-height: 1em;
}
div.innerbody.zoom.step2 div.helper div.definition i {
    display: inline-block;
    background-image: url(./ui-icons_004282_256x240.png);
    background-repeat: no-repeat;
    background-position: -2px -94px;
    width: 16px;
    height: 16px;
}

div.innerbody.zoom.step2 div.helper div.definition div.property {
    margin-left: 5px;
    width: 200%;
    border-left: 1px solid var(--azul-claro);
    padding-left: 5px;
}
div.innerbody.zoom.step2 div.helper div.definition div.content {
    margin-left: 10px;
    width: 100%;
}
div.innerbody.zoom.step2 div.helper div.definition div.property i {
    background-position: -34px -93px;
}
div.innerbody.zoom.step2 div.helper div.definition div.content i {
    background-position: -66px -94px;
}
div.innerbody.zoom.step2 div.helper div.definition i.open,
div.innerbody.zoom.step2 div.helper div.definition div.property i.open,
div.innerbody.zoom.step2 div.helper div.definition div.content i.open {
    background-position: -2px -94px;
}
div.innerbody.zoom.step2 div.helper div.definition i.closed,
div.innerbody.zoom.step2 div.helper div.definition div.property i.closed,
div.innerbody.zoom.step2 div.helper div.definition div.content i.closed {
    background-position: -177px -190px;
}
div.innerbody.zoom.step2 div.helper div.definition div,
div.innerbody.zoom.step2 div.helper div.definition div.property div,
div.innerbody.zoom.step2 div.helper div.definition div.property div.property div {
    display: none;
}
div.innerbody.zoom.step2 div.helper div.definition.open div,
div.innerbody.zoom.step2 div.helper div.definition div.property.open div,
div.innerbody.zoom.step2 div.helper div.definition div.property div.property.open div {
    display: inline-block;
}

div.innerbody.zoom.step3 div.actions {
    opacity: 1;
}

div.innerbody.zoom.step2.boxes div.actions {
    left: 3px;
}

div.innerbody.zoom.step2.texts div.actions {
    left: 53px;
}

div.innerbody.zoom.step2.fields div.actions {
    left: 105px;
}

div.innerbody.zoom.step2 div.actions div.button.novo {
    background-position: -277px -457px;
    top: 10px;
}

div.innerbody.zoom.step2 div.actions div.button.imagem {
    background-position: -71px -560px;
    top: 60px;
}

div.innerbody.zoom.step2 div.actions div.button.texto {
    background-position: -174px -200px;
    top: 110px;
}

div.innerbody.zoom.step2.fields div.actions {
    left: 103px;
}

div.innerbody.zoom.step2.texts div.actions div.button.novo {
    background-position: -535px -355px;
    top: 10px;
}

div.innerbody.zoom.step2.texts div.actions div.button.imagem {
    background-position: -689px -355px;
    top: 60px;
}

div.innerbody.zoom.step2.texts div.actions div.button.texto {
    background-position: -586px -457px;
    top: 110px;
}

div.innerbody.zoom.step2.fields div.actions div.button.novo {
    background-position: -277px -406px;
    top: 10px;
}

div.innerbody.zoom.step2.fields div.actions div.button.imagem {
    background-position: -431px -406px;
    top: 60px;
}

div.innerbody.zoom.step2.fields div.actions div.button.texto {
    background-position: -327px -252px;
    top: 110px;
}

pre.jsonviewer {
    width: 96%;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px 2%;
    min-height: 600px;
    background: black;
}

div.msgs {
    position: absolute;
    background-color: rgba(255,255,0,0.2);
    padding: 2px 10px;
    border: 1px solid rgb(150, 150, 0);
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 60%;
    text-align: center;
    left: 20%;
    z-index: 1000;
    top: 0px;
    color: rgb(30,30,0);
}
div.construct div.msgs { display: none;}

.hasTable div.resultados.moved .ui-menu li  {
    width: calc((0.25 * 1024px));
    font-size: 11px;
}
.hasTable div.dados.moving {
    width: calc((0.75 * 1024px));
    left: calc((0.25 * 1024px));
}

div.dados table {
    width: calc(100% - 13px);
    margin-left: 10px;
    border-collapse: collapse;
}

div.dados table tr {
    margin: 0px;
    padding: 0px;
    height: 10px;
     border-collapse: collapse;
}

div.dados table tr th, 
div.dados table tr td {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

div.dados table tr th:first-of-type,
div.dados table tr td:first-of-type {
    text-align: left;
}
div.dados table tr th:last-of-type,
div.dados table tr td:last-of-type {
    text-align: right;
}

div.dados table tr td label {
    display: none;
}

div.dados table tr td input {
    padding: 5px;
    margin: 0px;
    width: calc(100% - 10px);
    font-size: 11px;
    text-align: center;
    border-radius: 2px;
}
div.dados table tr td:first-of-type input {
    min-width: 250px;
    text-align: left;
}
div.dados table tr td:last-of-type input {
    text-align: right;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}

textarea:focus, input:focus {
    outline: none;
}

* {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body {
    background-image: url("../../css/ence.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    --larg-menu: 290px;
}

.paginacao span {
    padding: 3px 5px;
    color: var(--azul-claro);
}

    .paginacao span:hover:not(.atual) {
        cursor: pointer;
        text-decoration: underline;
    }

    .paginacao span.atual {
        font-weight: bold;
        color: var(--azul);
        background-color: var(--azul-menu);
        border-radius: 3px;
    }

.ui-menu {
    width: var(--larg-menu);
}

    .ui-menu li {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        min-width: 200px;
        color: var(--azul);
        letter-spacing: 1px;
        height: 1.7em;
        padding: 0px;
        padding-bottom: 5px;
    }

        .ui-menu li div.ui-state-active {
            color: var(--azul);
            letter-spacing: 1px;
            font-weight: bolder;
            border: none;
            text-decoration: underline;
            border-right: 2px solid var(--azul);
            background-color: transparent;
        }

        .ui-menu li.marcado div, .ui-menu li.ui-state-active.marcado div {
            background-color: var(--azul);
            color: var(--branco);
            z-index: 200;
        }

div.half-column.resultados.moving .ui-menu.lista li div.ui-state-active {
    border-left: 2px solid var(--azul);
}

div.half-column.resultados.moved .ui-menu.lista li div.ui-state-active {
    border-left: 2px solid var(--azul);
    border-right: none;
}

div.body-content {
    position: absolute;
    width: calc(100% - var(--larg-menu) - 50px);
    left: calc(var(--larg-menu) + 15px);
    top: 8px;
    border: 1px solid lightgray;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px;
}

.ui-menu li.ui-state-disabled.title {
    opacity: 1;
    font-size: 10px;
    padding: 10px 0px;
}

.ui-menu div.logo {
    background-image: url("../../css/ence_logo.JPG");
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    position: absolute;
    background-size: contain;
    top: 3px;
    max-height: initial;
}

.ui-menu li.ui-state-disabled.title div.modal-title {
    color: darkblue;
    padding-left: 50px;
    font-family: "Roboto";
    font-family: 12px;
    font-weight: 500;
}

div.form-group {
    width: 270px;
    display: inline-block;
    margin-bottom: 30px;
}

span.text-danger {
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    border: 1px solid red;
    border-radius: 5px;
    margin-left: -170px;
    margin-top: 25px;
    font-size: 11px;
    display: none;
}

input, select, div.agrupamento, .custom-combobox {
    padding: 22px 5px 5px 7px;
    text-transform: uppercase;
    font-family: 'Roboto';
    width: calc(100% + 1px);
    margin: 0px;
    /* margin-bottom: 30px; */
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    --division-: 1;
    position: relative;
    display: inline-block;
}
.custom-combobox input.ui-widget.ui-widget-content {
    font-weight: 500;
    font-size: 12px;
    font-family: 'Roboto';
}
.custom-combobox {left: -4px;width: calc(100% + 8px);margin-top: -17px;}
.custom-combobox .ui-button.ui-corner-right {
    position: absolute;
    top: 35%;
    left: calc(100% - 35px);
    border: none;
    display: inline-block;
    height: 50%;
}
    input.ps {
        display: inline-block;
        width: calc((100% / var(--division-)) - 25px);
        margin-right: var(--d-);
        margin-left: 6px;
        --d-: 6px;
        --e-: 10px;
    }

        input.ps:first-of-type {
            margin-left: 0px;
        }

        input.ps:last-of-type {
            margin-right: 0px;
        }

.ui-autocomplete {
    max-height: 6em;
    overflow-y: auto;
    overflow-x: hidden;
}

span.custom-combobox {
    padding: 16px 4px 0px;
}

select {
    width: calc(100% - 40px);
}

input[type=submit] {
    position: absolute;
    font-weight: bold;
    padding: 10px 20px;
    top: calc(100% - 100px);
    left: calc(100% - var(--larg-menu));
    background-color: dimgray;
    color: white;
    border: 1px solid black;
}

li.breakabove {
    border-top: 1px solid darkblue;
}

.ui-menu-item-wrapper {
    padding: 5px 1em 5px .4em;
}

.ui-menu.lista {
    --larg-menu: 100%;
    min-width: 400px;
    min-height: 510px;
    height: 510px;
    background-color: rgba(255,255,255,0.4);
    border: none;
    text-align: right;
    border-right: 1px solid var(--azul-claro);
}

div.half-column.filtros.moving {
    opacity: 0;
}

div.half-column.filtros.moved {
    display: none;
}

div.half-column.resultados.moving {
    left: -512px;
}

div.half-column.resultados.moving.half {
    left: -256px;
    opacity: 0;
}

div.innerbody.zoom div.half-column.resultados.moving {
    left: 0px;
}

div.half-column.resultados.moved {
    position: initial;
    text-align: left;
}

div.half-column.dados {
    margin-top: 40px;
    display: none;
    text-align: right;
}

    div.half-column.dados.moving {
        display: inherit;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 512px;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-color: var(--azul-claro) transparent;
        scrollbar-width: thin;
        padding-top: 10px;
        max-height: 585px;
    }

    div.half-column.dados.moving.half {
        opacity: inherit;
        left: 256px;
    }

    div.half-column.dados.moved {
        opacity: inherit;
    }

div.half-column.resultados.moving .ui-menu.lista {
    border-right: 1px solid var(--azul-claro);
    border-left: 1px solid var(--azul-claro);
    text-align: center;
}

div.innerbody.zoom div.half-column.resultados.moving .ui-menu.lista {
    border-right: none;
    text-align: left;
}

div.half-column.resultados.moving > div {
    text-align: center;
}

div.innerbody.zoom div.half-column.resultados.moving > div {
    text-align: left;
}


div.half-column.resultados.moved .ui-menu.lista {
    border-left: 1px solid var(--azul-claro);
    border-right: none;
    text-align: left;
}
.hasTable div.half-column.resultados.moved .ui-menu.lista {
    height: 480px;
    min-height: 480px;
}

div.half-column.resultados.moved > div {
    text-align: left;
}

label {
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--azul);
    z-index: 10;
    letter-spacing: 0px;
    margin: 6px 9px;
    font-weight: 500;
}

    label.ps {
        width: 100%;
        display: inline-block;
        margin: 0px 17px;
    }

        label.ps:first-of-type {
            margin-left: 8px;
        }

        .moving label {
        text-align: left;
        }
        .moving label.ps:first-of-type {
        } 
        .moved label {
             text-align: left;
        }
        .moved label.ps:first-of-type {
        }

h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
}

h4 {
    margin-top: 2px;
    margin-bottom: 7px;
}

div.ui-menu-item-wrapper {
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
    height: 2em;
}

div.filtros.half-column {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--azul) transparent;
    scrollbar-width: thin;
    padding-top: 10px;
}

    div.filtros.half-column p, div.dados.half-column p {
        margin: 0px;
    }

div.dados.loading * {
    opacity: 0;
    transition: all 0.5s;
}

div.dados.loading.loaded * {
    opacity: 1;
}

div.dados button, div.filtros button {
    background-color: rgba(230,230,255);
    border: 1px solid var(--azul-claro);
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
    filter: drop-shadow(2px 2px 3px black);
    position: absolute;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 10px;
    color: var(--azul);
    font-weight: bold;
    left: calc(100% - 100px);
    transition: all 0.5s;
    top: 3px;
    margin-left: -14px;
}
div.dados button:hover, div.filtros button:hover {
    text-decoration: underline;
    top: 2px;
    cursor: pointer;
}
div.dados button {left: 27px;}

div.resultados {
    width: 49%;
    display: inline-block;
    transition: 2s all;
}

.ui-widget.ui-widget-content {
    font-family: Roboto;
    font-weight: 500;
}

div.half-column.resultados {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

    div.resultados > div {
        text-align: right;
        color: var(--azul-claro);
    }

div.half-column > div.acao {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    margin-left: 20px;
    color: var(--azul);
}
div.half-column.moving > div.acao {    
    margin-left: 0px;
    margin-right: 0px;
}
div.half-column.moved > div.acao {    
    margin-right: 20px;
}

div.acao:hover {
    cursor: pointer;
    text-decoration: underline;
}

div.resultados > div.voltar-filtro {
    display: none;
}

div.resultados.below {
    width: 280px;
    position: absolute;
    left: -290px;
    top: 257px;
}

    div.resultados.below .ui-menu.lista {
        min-width: 282px;
    }

div.paginacao {
    margin-top: 5px;
    min-width: 400px;
}

div.filtros .d3 {
    width: calc((100% / 3) - 25px);
}

div.dados div.agrupamento {
    display: inline-block;
    background: transparent;
    padding: 4px;
}

    div.dados div.agrupamento input {
        margin-bottom: 0px;
    }

    div.dados div.agrupamento label:first-child {
        margin-top: -16px;
        color: lightseagreen;
        text-decoration: underline;
    }

    div.dados div.agrupamento div.agrupamento {
        margin-top: 10px;
        margin-bottom: 0px;
        width: calc(100% - 11px);
    }

div.linha {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.options {
    position: absolute;
    top: 10px;
    left: 200px;
    width: 50%;
}

    div.options a {
        display: inline-block;
        margin: 5px 10px;
    }

        div.options a:visited {
            color: black;
        }

div.ui-tooltip-content {
    font-family: Roboto;
    font-size: 11px;
}

* {
    --azul: rgb(0, 66, 130);
    --branco: rgb(255, 255, 255);
    --azul-claro: rgb(100, 166, 230);
    --azul-menu: rgb(165, 211, 255);
}

.loading {
    background: url(/css/spinner.gif);
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

    .loading.loaded {
        background-image: none;
    }

body {
    width: 100%;
    margin: 0px;
    --header-height: 180px;
    font-family: 'Roboto';
}

    header div.innerbody div {
        display: inline-block;
    }

    header div.logo {
        background-image: url(ence.png);
        background-position-x: center;
        background-position-y: -20px;
        background-repeat: no-repeat;
        background-size: contain;
        height: 134.5px;
        width: 326.5px;
        position: relative;
        left: -13px;
    }

    header div.title {
        font-family: 'Roboto';
        font-size: 32px;
        color: var(--branco);
        letter-spacing: 2px;
        line-height: 60px;
        vertical-align: middle;
        height: 100%;
        font-weight: bold;
        margin-left: 15px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }

    header h5 {
        font-size: 13px;
        font-weight: 400;
        position: absolute;
        top: 20px;
        margin-left: 3px;
    }

    header div.title span {
        position: relative;
        font-size: 8px;
        letter-spacing: 0px;
        font-weight: normal;
        color: var(--azul-claro);
        position: absolute;
        top: 40px;
        width: 100px;
        text-align: right;
        left: calc(50% + 397px);
    }

section > div.innerbody {
    min-height: 650px;
}

div.innerbody {
    width: 1024px;
    margin: 0px calc(50% - 512px);
    line-height: 1.5em;
    position: relative;
}

div.innerbody.acesso-negado {
    background-image: url(forbidden-error.gif);
    background-repeat: no-repeat;
    background-position: center;
}

div.progress {
    text-align: center;
    height: 700px;
    vertical-align: middle;
    display: table-cell;
}

    div.progress img {
        position: absolute;
        left: calc((100% - 361px) / 2);
        top: calc((100% - 361px) / 2);
    }

div.menu {
    position: absolute;
    top: 90px;
    text-align: right;
    width: 100%;
    left: 0px;
}

    div.menu div, div.menu div a {
        font-family: 'Roboto';
        font-size: 12px;
        color: var(--azul-menu);
        letter-spacing: 1px;
        margin: 10px 7px;
        font-weight: 400;
        line-height: 1.5em;
        text-decoration: none;
        padding: 0px;
    }

div.apibox, div.username {
    border: 1px solid var(--azul-claro);
    border-radius: 4px;
    font-size: 12px;
    --width-: 460px;
    width: var(--width-);
    margin: 0px 407px -50px;
    position: absolute;
    top: 140px;
    line-height: 2.4em;
    left: calc(50% - 512px - var(--width-) + 63px);
    min-height: initial;
    overflow: hidden;
}

section > div.apibox, section > div.username {
    min-height: initial;
}

div.username {
    border: none;
    position: absolute;
    top: 86px;
    --width-: 400px;
    left: calc(50% - var(--width-) + 90px);
    width: var( --width-);
    text-align: right;
    line-height: 1.5em;
    display: none;
}


div.apibox label {
    display: inline-block;
    background: var(--azul-claro);
    color: var(--azul);
    margin: 0px;
    padding: 1px 10px;
    font-weight: 700;
}

div.apibox span, div.apibox span a, div.username span {
    display: inline-block;
    padding-left: 50px;
    letter-spacing: 1px;
    color: var(--branco);
    font-weight: 400;
    font-size: 9px;
}

    div.apibox span a {
        text-decoration: none;
        padding: 0px;
    }

div.username span {
    font-weight: 400;
    font-size: 11px;
}

div.menu div.item:hover {
    text-decoration: underline;
    cursor: pointer;
}

div.menu div.busca {
    border: 1px solid var(--azul-claro);
    width: 460px;
    height: 30px;
    margin: -10px 50px -10px;
    border-radius: 4px;
    position: absolute;
    --buttonwidth: 100px;
    left: -40px;
    top: 10px;
    display: none;
}

div.menu div.button {
    width: var(--buttonwidth);
    text-align: center;
    font-size: 10px;
    height: 16px;
    margin: 1px 1px;
    padding: 6px 1px 5px;
    border: 1px solid var(--azul-claro);
    border-radius: 4px;
    text-transform: uppercase;
}

    div.menu div.button:hover {
        background-color: var(--branco);
        color: var(--azul);
        font-weight: bold;
        cursor: pointer;
    }

div.menu div.busca input.busca {
    border: none;
    width: calc(100% - var(--buttonwidth) - 30px);
    height: calc(100% - 8px);
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 2px 10px;
    background-color: transparent;
    color: var(--branco);
    font-size: 11px;
    padding: 3px 10px 4px;
}

    div.menu div.busca input.busca::placeholder {
        color: var(--azul-claro);
    }

footer, section {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 1em;
    color: var(--azul);
    padding: 0px;
}

footer {
    height: 220px;
    padding: 0;
}

section aside {
    height: 700px;
    max-height: 800px;
    width: calc(50% - 512px);
    display: inline-block;
    position: absolute;
    text-align: right;
    display: none;
}

    section aside.options {
        text-align: left;
        left: calc(50% + 512px);
    }

    section aside div {
        border-radius: 10px;
        height: 30px;
        display: block;
        text-align: center;
        margin: 0px 5%;
        padding: 0px;
    }

        section aside div.indice {
            height: 40px;
            background-color: lightgray;
        }

        section aside div.marcado {
            background-color: var(--azul);
        }

        section aside div:hover {
            border-color: var(--azul);
        }

        section aside div a {
            color: grey;
            text-decoration: none;
            font-family: Roboto;
            letter-spacing: 2px;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            width: 100%;
            margin: 0px;
            margin-top: 9px;
            line-height: 1em;
        }

            section aside div a:hover {
                color: var(--azul);
            }

        section aside div.marcado a {
            color: var(--branco);
            font-weight: bold;
        }        

        section aside div span.indice {
            font-size: 10px;
            color: grey;
            position: relative;
            top: -5px;            
        }
        section aside div.marcado span.indice {
            color: white;
        }

    section aside h3 {
        letter-spacing: 0px;
        font-weight: 500;
        color: var(--azul-claro);
        width: 100%;
        text-align: center;
        font-size: 14px;
        position: relative;
        top: -30px;
    }

        section aside h3.caminho-titulo {
            left: 0px;
            margin-left: 20px;
        }

            section aside h3.caminho-titulo:hover {
                cursor: pointer;
                text-decoration: underline;
            }

footer {
    color: var(--branco);
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0.7px;
}

    footer a {
        color: var(--branco);
        text-decoration: none;
        line-height: 3em;
    }

div.half-column {
    width: calc(50% - 34px);
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    transition: all 1s;
    position: relative;
    left: 0px;
}

footer div.half-column {
    line-height: 1em;
    text-align: left;
}
footer div.half-column p {
    color: white;
    margin-bottom: 0px;
    line-height: 1.5em;
    font-size: 12px;
}

div.pilares {
    background-image: url(pilares.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
}

p.chamariz {
    font-size: 15px;
    text-align: right;
    vertical-align: middle;
    line-height: 1.5em;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.relatorio {
    --cm: calc(10px* 4);
}

.pagina {
    border: 1px solid rgb(150,150,150);
    height: calc(29.7 * var(--cm));
    width: calc(21 * var(--cm));
    left: calc(50% - 210px);
    position: absolute;
    box-shadow: 3px 3px 3px 3px rgb(200,200,200);
    padding: 0px;
    float: right;
    transform: translate(-25%) translateY(-25%) scale(0.5);
}

    .pagina:hover {
        border: 5px solid var(--azul);
        left: calc(50% - 210px - 2px);
        top: -2px;
        box-shadow: none;
        cursor: pointer;
    }

    .pagina div {
        position: absolute;
        left: calc(var(--l-) * var(--cm));
        height: calc((var(--h-) * var(--cm)));
        top: calc(var(--t-) * var(--cm));
        width: calc(100% + (var(--w-) * var(--cm)));
        --l-: 0;
        --t-: 0;
        --w-: 0;
        --h-: 1;
    }
    .pagina div.ui-resizable-s {
        height: 7px;
        width: 100%;
        left: 0;
        top: initial;
    }
    .pagina div.ui-resizable-e {
        width: 7px;
        height: 100%;
        top: 0;
        left: initial;
    }
    .pagina div.ui-resizable-n {
        height: 7px;
        width: 100%;
        left: 0;
        top: initial;
    }
    .pagina div.ui-resizable-w {
        width: 7px;
        height: 100%;
        top: 0;
        left: initial;
    }

.retangulo, .retangulo-livre {
    border: 1px solid black;
    overflow: hidden;
}

.boxes .retangulo, .boxes .retangulo-livre {
    z-index: 100;
}

    .boxes .retangulo:hover, .boxes .retangulo-livre:hover {
        border: 2px solid orangered;
        cursor: pointer;
        margin-left: -1px;
        margin-top: -1px;
    }

.texto {
    text-align: center;
    line-height: calc(0.15 * var(--cm) + 4px);
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

    .texto .trecho {
        display: inline;
        text-align: center;
        position: initial;
    }

.trecho, .texto textarea, .retangulo textarea {
    font-family: Roboto;
    font-weight: var(--b-);
    font-size: calc(var(--s-) * 0.031 * var(--cm));
    --b-: 400;
    --s-: 10;
    padding: 0;
    margin: 0;
    color: var(--c-);
    --c-: black;
    position: relative;
    overflow: hidden;
    resize: none;
    padding: 0px;
}

.fields .trecho .code:hover {
    text-decoration: underline;
    color: var(--azul-claro);
    cursor: pointer;
}

.texts .trecho:hover {
    text-decoration: underline;
    color: var(--azul-claro);
    cursor: pointer;
}

.texto br {
    padding: 0;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
}

.retangulo-livre {
    width: calc((var(--w-)* var(--cm)));
}

div.innerbody.zoom.step1 div.resultados {
    opacity: 0;
}

div.innerbody.zoom.step2 div.resultados {
    display: none;
}

div.innerbody.zoom.step1 div.relatorio {
    height: 600px;
    transition: all 0.5s;
}

    div.innerbody.zoom.step1 div.relatorio div.pagina:hover {
        border: 1px solid rgb(150,150,150);
        box-shadow: 3px 3px 3px 3px rgb(200,200,200);
        top: initial;
        cursor: initial;
    }

div.innerbody.zoom.step2 div.relatorio {
    height: 1200px;
    transition: all 0.5s;
}

    div.innerbody.zoom.step2 div.relatorio div.pagina {
        left: 75%;
        transform: translateX(0) translateY(-25%) scale(0.5);
    }

div.innerbody.zoom.step3 div.relatorio div.pagina {
    left: calc(50% - (21 * var(--cm) * 0.1));
    transform: none;
    transition: all 1s;
    background: rgb(254,254,254);
    text-align: left;
}

div.innerbody.construct {
    background-image: url(pilares.png);
    background-color: white;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

    div.innerbody.construct.loaded {
        background-image: none;
    }

div.innerbody.zoom.step2 div.modes,
div.innerbody.zoom.step2 div.helper {
    --width-: 162px;
    width: var(--width-);
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid var( --azul);
    border-radius: 10px;
    display: block;
    background: white;
    opacity: 0;
    transition: all 500ms;
    background: var( --azul-menu);
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step3 div.modes {
    opacity: 1;
}

div.innerbody.zoom.step2 div.button {
    background: url(icons.webp);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    border: 1px solid white;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}

    div.innerbody.zoom.step2 div.button:hover {
        border: 2px solid var(--azul);
        cursor: pointer;
        margin-top: -1px;
        margin-left: -1px;
    }

div.innerbody.zoom.step2 div.modes div.button.boxes {
    background-position: -380px -301px;
    left: 10px;
}

div.innerbody.zoom.step2 div.modes div.button.texts {
    background-position: -586px -355px;
    left: 60px;
}

div.innerbody.zoom.step2 div.modes div.button.fields {
    background-position: -741px -198px;
    left: 110px;
}

div.innerbody.zoom.step2.boxes div.modes div.button.boxes,
div.innerbody.zoom.step2.texts div.modes div.button.texts,
div.innerbody.zoom.step2.fields div.modes div.button.fields,
div.innerbody.zoom.step2.novo div.actions div.button.novo,
div.innerbody.zoom.step2.imagem div.actions div.button.imagem,
div.innerbody.zoom.step2.texto div.actions div.button.texto {
    border: 3px solid var(--azul);
    margin-top: -2px;
    margin-left: -2px;
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step2 div.actions {
    --width-: 162px;
    width: 54px;
    height: var(--width-);
    position: absolute;
    top: 61px;
    border: 2px solid var(--azul);
    border-radius: 10px;
    display: block;
    background: white;
    opacity: 0;
    transition: all 500ms;
    background: var(--azul-menu);
    filter: drop-shadow(2px 2px 3px black);
}

div.innerbody.zoom.step2 div.helper {
    top: 237px;
    opacity: 1;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--azul) transparent;
    scrollbar-width: thin;
    background: white;
    color: black;
    width: calc(var(--width-) * 1.5);
    left: calc(-0.5 * var(--width-));
    text-align: left;
}
div.innerbody.zoom.step2 div.helper div span:hover {
    cursor: pointer;
    text-decoration: underline;
}
div.innerbody.zoom.step2 div.helper div.definition {
    display: inline-block;
    font-family: "Roboto";
    font-size: 11px;
    font-style: normal;
    margin: 0px;
    margin-left: 10px;
    width: 300px;
    height: 9px;
    position: initial;
    line-height: 1em;
}
div.innerbody.zoom.step2 div.helper div.definition i {
    display: inline-block;
    background-image: url(./ui-icons_004282_256x240.png);
    background-repeat: no-repeat;
    background-position: -2px -94px;
    width: 16px;
    height: 16px;
}

div.innerbody.zoom.step2 div.helper div.definition div.property {
    margin-left: 5px;
    width: 200%;
    border-left: 1px solid var(--azul-claro);
    padding-left: 5px;
}
div.innerbody.zoom.step2 div.helper div.definition div.content {
    margin-left: 10px;
    width: 100%;
}
div.innerbody.zoom.step2 div.helper div.definition div.property i {
    background-position: -34px -93px;
}
div.innerbody.zoom.step2 div.helper div.definition div.content i {
    background-position: -66px -94px;
}
div.innerbody.zoom.step2 div.helper div.definition i.open,
div.innerbody.zoom.step2 div.helper div.definition div.property i.open,
div.innerbody.zoom.step2 div.helper div.definition div.content i.open {
    background-position: -2px -94px;
}
div.innerbody.zoom.step2 div.helper div.definition i.closed,
div.innerbody.zoom.step2 div.helper div.definition div.property i.closed,
div.innerbody.zoom.step2 div.helper div.definition div.content i.closed {
    background-position: -177px -190px;
}
div.innerbody.zoom.step2 div.helper div.definition div,
div.innerbody.zoom.step2 div.helper div.definition div.property div,
div.innerbody.zoom.step2 div.helper div.definition div.property div.property div {
    display: none;
}
div.innerbody.zoom.step2 div.helper div.definition.open div,
div.innerbody.zoom.step2 div.helper div.definition div.property.open div,
div.innerbody.zoom.step2 div.helper div.definition div.property div.property.open div {
    display: inline-block;
}

div.innerbody.zoom.step3 div.actions {
    opacity: 1;
}

div.innerbody.zoom.step2.boxes div.actions {
    left: 3px;
}

div.innerbody.zoom.step2.texts div.actions {
    left: 53px;
}

div.innerbody.zoom.step2.fields div.actions {
    left: 105px;
}

div.innerbody.zoom.step2 div.actions div.button.novo {
    background-position: -277px -457px;
    top: 10px;
}

div.innerbody.zoom.step2 div.actions div.button.imagem {
    background-position: -71px -560px;
    top: 60px;
}

div.innerbody.zoom.step2 div.actions div.button.texto {
    background-position: -174px -200px;
    top: 110px;
}

div.innerbody.zoom.step2.fields div.actions {
    left: 103px;
}

div.innerbody.zoom.step2.texts div.actions div.button.novo {
    background-position: -535px -355px;
    top: 10px;
}

div.innerbody.zoom.step2.texts div.actions div.button.imagem {
    background-position: -689px -355px;
    top: 60px;
}

div.innerbody.zoom.step2.texts div.actions div.button.texto {
    background-position: -586px -457px;
    top: 110px;
}

div.innerbody.zoom.step2.fields div.actions div.button.novo {
    background-position: -277px -406px;
    top: 10px;
}

div.innerbody.zoom.step2.fields div.actions div.button.imagem {
    background-position: -431px -406px;
    top: 60px;
}

div.innerbody.zoom.step2.fields div.actions div.button.texto {
    background-position: -327px -252px;
    top: 110px;
}

pre.jsonviewer {
    width: 96%;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px 2%;
    min-height: 600px;
    background: black;
}

div.msgs {
    position: absolute;
    background-color: rgba(255,255,0,0.2);
    padding: 2px 10px;
    border: 1px solid rgb(150, 150, 0);
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 60%;
    text-align: center;
    left: 20%;
    z-index: 1000;
    top: 0px;
    color: rgb(30,30,0);
}
div.construct div.msgs { display: none;}

.hasTable div.resultados.moved .ui-menu li  {
    width: calc((0.25 * 1024px));
    font-size: 11px;
}
.hasTable div.dados.moving {
    width: calc((0.75 * 1024px));
    left: calc((0.25 * 1024px));
}

div.dados table {
    width: calc(100% - 13px);
    margin-left: 10px;
    border-collapse: collapse;
}

div.dados table tr {
    margin: 0px;
    padding: 0px;
    height: 10px;
     border-collapse: collapse;
}

div.dados table tr th, 
div.dados table tr td {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

div.dados table tr th:first-of-type,
div.dados table tr td:first-of-type {
    text-align: left;
}
div.dados table tr th:last-of-type,
div.dados table tr td:last-of-type {
    text-align: right;
}

div.dados table tr td label {
    display: none;
}

div.dados table tr td input {
    padding: 5px;
    margin: 0px;
    width: calc(100% - 10px);
    font-size: 11px;
    text-align: center;
    border-radius: 2px;
}
div.dados table tr td:first-of-type input {
    min-width: 250px;
    text-align: left;
}
div.dados table tr td:last-of-type input {
    text-align: right;
}
#tabela_wrapper > div.dtcc-dropdown > div > div > div > select,
#tabela_wrapper > div.dtcc-dropdown > div > div > div > div.dtcc-search-type-icon
{ display: none; }

#header {
    max-height: 120px;
}
div.hasDatepicker div.ui-datepicker-inline.ui-helper-clearfix:before { display: none; }
div.ui-datepicker-group { margin: 0px 10px; }
#datepicker .ui-state-marked { background: darkgoldenrod; color: lightgoldenrodyellow; }
#datepicker .ui-state-default {
    border-radius: 4px;
    padding: 4px;
    min-height: 0px;
    text-decoration: none;
}
.ui-widget-content .ui-state-default {
    min-height: 40px;
    padding-top: 22px;
    padding-left: 8px;
    text-decoration: underline;
}