﻿
/* SUPERSOFT */
/*:root {
    --main-color: #1F3156;
    --main-light-color: #6a6a6a;
    --main-dark-color: #545454;
    --main-orange: #E57F19;
    --main-grey: #484848;
    --main-light-grey: #969696;
    --main-green: #28a745;
    --main-dark-green: #218838;
    --main-red: #de3737;
    --azul-escuro: #1F3156;
    --azul-claro: #26E5FF;
    --noticia: #222222;
    --texto: #555555;
    --cinza: #F2F2F2;
    --branco: #FFFFFF;
    --vermelho: #E64942;
    --verde: #419D15;
    --laranja: #FFAA46;
    --main-font-color: #343434;
}*/

/* E-CONTAB */
:root {
    --main-color: #062925;
    --main-light-color: #6a6a6a;
    --main-dark-color: #545454;
    --main-orange: #E57F19;
    --main-grey: #484848;
    --main-light-grey: #969696;
    --main-green: #28a745;
    --main-dark-green: #218838;
    --main-red: #de3737;
    --azul-escuro: #196f26;
    --azul-claro: #2CB526;
    --noticia: #222222;
    --texto: #555555;
    --cinza: #F2F2F2;
    --branco: #FFFFFF;
    --vermelho: #E64942;
    --verde: #419D15;
    --laranja: #FFAA46;
    --main-font-color: #343434;
}

.frame-doc-conteudo-view-father {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 90%;
    align-items: center;
}

.css-toast-sucesso {
    border-left: 12px solid #47D764 !important;
    display: flex;
    align-items: center;
}

.css-toast-sucesso-icon {
    color: #47D764 !important;
}

.css-toast-erro {
    border-left: 12px solid #dc3545 !important;
    display: flex;
    align-items: center;
}

.css-toast-erro-icon {
    color: #dc3545 !important;
}

.css-toast-alerta {
    border-left: 12px solid #ffbc00 !important;
    display: flex;
    align-items: center;
}

.css-toast-alerta-icon {
    color: #ffbc00 !important;
}

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show,
    #components-reconnect-modal.components-reconnect-failed,
    #components-reconnect-modal.components-reconnect-rejected {
        display: none;
        background-color: white;
        padding: 2rem;
        border-radius: 0.5rem;
        text-align: center;
        box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
        margin: 50px 50px;
        position: fixed;
        top: 0;
        z-index: 10001;
    }

.modal-html-father {
    width: 100%;
    z-index: 1000;
    display: flex;
    height: 250vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000099;
}

.modal-html-content {
    width: 50%;
    background-color: white;
    position: absolute;
    overflow-y: auto;
    border-radius: 0.5rem;
}

.modal-html-content-item {
    overflow-y: auto;
    max-height: 650px;
}

.modal-html-content-title {
    background-color: var(--main-color);
    height: 80px;
    display: flex;
    align-items: center;
    font-size: x-large;
    justify-content: center;
    font-weight: bolder;
    color: white;
}

.modal-html-content-title-aux {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.modal-html-content-footer {
    width: 95%;
    display: flex;
    justify-content: flex-end;
    border-top: solid 1px lightgray;
    padding: 1% 0;
    margin-top: 1%;
}

.table-header-html-border-padrao {
    border: solid 1px lightgray;
    height: 50px;
}

.table-item-header-html-border-padrao {
    padding: 10px 0 10px 16px;
}

.table-line-html-border-padrao {
    border: solid 1px lightgray;
    font-size: 15px;
}

.input-text-html-padrao {
    width: 100%;
    border: solid 1px lightgray;
    border-radius: 0.3rem;
    min-height: 35px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--main-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.calendar {
    width: -webkit-fill-available;
    margin: 20px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: var(--main-color);
    color: white;
    font-weight: bolder;
    margin-bottom: 8px;
}

    .calendar-header h2 {
        margin: 0;
    }

.calendar-days-years {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

    .calendar-days div {
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
    }

    .calendar-days .sunday {
        color: #dc3545;
        font-weight: bolder;
    }

    .calendar-days .holiday {
        font-weight: bolder;
        color: #28a745;
    }

    .calendar-days .important {
        color: #d1b520;
        font-weight: bolder;
    }

    .calendar-days .common {
        background-color: white;
    }

    .calendar-days .actual-day {
        background-color: var(--main-color);
        color: white;
    }

    .calendar-days .sunday:hover {
        background-color: lightgray;
    }

    .calendar-days .actual-day:hover {
        background-color: lightgray;
    }

    .calendar-days .common:hover {
        background-color: lightgray;
    }

    .calendar-days .holiday:hover {
        background-color: lightgray;
    }

    .calendar-days .important:hover {
        background-color: lightgray;
    }

.input-date-html-padrao {
    height: 35px;
    border: solid 1px lightgray;
    border-radius: 0.3rem;
    padding: 0 1%;
    width: 100%;
}

.buttons-size {
    width: 15rem;
    display: flex;
    align-items: center;
}

.icons-menu {
    font-weight: 900;
    font-size: 1.3rem;
    margin-right: 0.8rem;
}

.icons-menu-componente {
    font-weight: 900;
    font-size: 1.3rem;
}

.footer {
    position: fixed;
    bottom: 0;
    background-color: var(--branco);
    width: 70%;
    padding: 1rem;
}

.nav-link {
    display: block;
    color: black !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin: 8px;
    font-size: 16px;
}

    .nav-link:focus, .nav-link:hover {
        font-weight: bold;
    }

    .nav-link.active {
        font-weight: bold;
    }

.zoom {
    transition-property: transform,box-shadow;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
}

    .zoom:hover {
        transform: scale(1.05);
        box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
        /*background-color: cyan;*/
    }

.button-menu {
    border: none;
    background-color: transparent;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
}

    .button-menu:hover {
        background-color: var(--azul-claro);
        color: black;
        font-weight: bold;
        border-radius: 0.3rem;
        padding: 5px;
    }

.titulo-principal {
    font-size: 1.5rem;
    display: flex;
    padding: 0 0 0 1rem;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.sub-titulo {
    border-left: solid 0.5rem var(--azul-claro);
    font-size: 1rem;
    display: flex;
    padding: 0 0 0 1rem;
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.menu:hover {
    background-color: var(--azul-claro);
}

.button-ver-todas-noticias {
    width: 90%;
    margin: 1rem;
    background-color: var(--azul-escuro);
    padding: 0.5rem;
    color: white;
    border-radius: 0.5rem;
    border: none;
}

    .button-ver-todas-noticias:hover {
        background-color: var(--azul-claro);
        color: black;
        font-weight: bold;
    }

.button-carregar-mais-favoritos {
    width: 80%;
    margin: 1rem;
    background-color: var(--azul-escuro);
    padding: 0.5rem;
}

    .button-carregar-mais-favoritos:hover {
        background-color: var(--azul-claro);
        border: none;
        color: black;
        font-weight: bold;
    }

.espacamento-pagina {
    width: 90%;
    display: flex;
    justify-content: space-around;
    /*flex-direction: column;*/
}

.espacamento-pagina-flex-columun {
    width: 80%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.remove-buttons {
    background-color: var(--vermelho);
    border: none;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 25%;
}

.cancel-buttons {
    background-color: var(--azul-escuro);
    border: none;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 25%;
}

.add-two-one-inputs-wrapper,
.add-two-inputs-wrapper,
.add-three-inputs-wrapper,
.add-four-inputs-wrapper,
.add-five-inputs-wrapper {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
}

.add-wrapper .add-two-inputs-wrapper .form-group {
    margin-bottom: 0;
    width: 48.5%;
}

.add-wrapper .add-three-inputs-wrapper .form-group {
    margin-bottom: 0;
    width: 32%;
}

.add-wrapper .add-four-inputs-wrapper .form-group {
    margin-bottom: 0;
    margin-top: 0;
    width: 22%;
}

.add-wrapper .add-five-inputs-wrapper .form-group {
    margin-bottom: 0;
    width: 15%;
}

.add-wrapper .add-content-wrapper .form-group {
    margin-bottom: 25px;
}

    .add-wrapper .add-content-wrapper .form-group:last-child {
        margin-bottom: 0;
    }

.form-group:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.text-area-box {
    height: 20rem;
}

.add-buttons-wrapper {
    display: flex;
    justify-content: end;
}

.spaceButton {
    background-color: var(--azul-escuro) !important;
    border: none;
    height: 3rem;
    width: 10rem;
    font-weight: bold;
    color: white;
    border-radius: 0.5rem;
}

    .spaceButton:hover {
        background-color: var(--azul-claro) !important;
        color: black !important;
        font-weight: bold;
    }

.control-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.nao-ha-dados {
    background-color: var(--laranja);
    padding: 1rem;
    width: 100%;
    justify-content: center;
    display: flex;
    color: white;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.item-detalhe {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
}

.e-dropdownbase .e-list-item:hover {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
}

.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon, .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon, .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon, .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
    color: gray black;
}

.e-ddl.e-input-group input.e-input::placeholder {
    color: gray !important;
}

.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
}

.e-input-group .e-input[readonly], .e-input-group.e-control-wrapper .e-input[readonly], .e-float-input input[readonly], .e-float-input.e-control-wrapper input[readonly], .e-float-input textarea[readonly], .e-float-input.e-control-wrapper textarea[readonly] {
    color: black;
}

.e-float-input .e-clear-icon, .e-float-input.e-control-wrapper .e-clear-icon, .e-input-group .e-clear-icon, .e-input-group.e-control-wrapper .e-clear-icon {
    color: gray !important;
}

.drop-back {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: var(--main-color);
    border-radius: 0.5rem;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-input-group, .e-float-input.e-control-wrapper, .e-float-input.e-input-group.e-control-wrapper {
    background: transparent;
}

.button-busca {
    margin-left: 1rem;
    background-color: var(--azul-escuro);
    color: white;
    width: 10rem;
    border: none;
    height: 35px;
    border-radius: 0.5rem;
}

    .button-busca:hover {
        background-color: var(--azul-claro);
        color: black;
        font-weight: bolder;
    }

.item-data-table {
    background-color: var(--texto);
    color: white;
    width: 95%;
    display: flex;
    padding: 1rem;
    justify-content: center;
    border-radius: 0.5rem;
    font-weight: bold;
}

.item-mes {
    background-color: var(--azul-escuro);
    color: white;
    width: 100%;
    display: flex;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
}

.espacamento-span {
    margin: 1rem 0 1rem 0;
    font-size: 1rem;
    text-align: justify;
}

.imagem-tamanho-cons {
    max-width: 40rem;
    max-height: 10rem;
    padding: 1rem;
}

.content-overflow {
    overflow-y: auto;
    max-height: 35rem;
    /*margin-top: 2rem;*/
    padding: 0 2rem;
}

.space_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 1rem;
}

.spaceButton-Red {
    background-color: var(--vermelho) !important;
    border: none;
    height: 3rem;
    width: 10rem;
    font-weight: bold;
    margin: 0 1rem;
    border-radius: 0.3rem;
    color: white;
}

.spaceButton-Green {
    background-color: var(--verde) !important;
    border: none;
    height: 3rem;
    width: 10rem;
    font-weight: bold;
    border-radius: 0.3rem;
    color: white;
}

    .spaceButton:hover, .spaceButton-Green:hover,
    .spaceButton-Red:hover, .spaceButton-Azul-Claro:hover,
    .spaceButton-Cinza:hover, .spaceButton-Yellow:hover {
        background-color: var(--azul-claro) !important;
        color: black !important;
        font-weight: bold;
    }

.e-dialog .e-dlg-header-content {
    border-radius: 0;
    line-height: 1.25;
    background-color: #4a4a4a;
    margin: -2px;
    border-radius: 0.4rem 0.4rem 0 0;
}

.e-dialog .e-dlg-header {
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%;
}

.e-dlg-header, .e-dlg-header * {
    color: white;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #dee2e6;
    padding: 1.5rem;
}

.e-icon-dlg-close {
    color: white;
    font-weight: bold !important;
}

.validation-message {
    color: red;
    font-size: 14px;
    font-family: math;
    margin-top: 5px;
}

.button-grid-darkcyan {
    background-color: darkcyan;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
    text-align: center;
    border: none;
}

#display-date {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 13px;
}

.control-wrapper {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.e-calendar .e-content .e-cell.personal-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day {
    color: #28a745;
    font-weight: 800;
}

.e-calendar .e-content .e-cell.official-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.official-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    color: #dc3545;
    font-weight: 800;
}

.e-calendar .e-content .e-cell.maturity-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.maturity-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.maturity-appointment span.e-day {
    color: #d1b520;
    font-weight: 800;
}

.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    background-color: #b511485e;
    color: white;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: var(--azul-claro) !important;
    border-color: none;
    color: #fff;
}

.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: var(--azul-claro) !important;
    border-color: none;
    color: #fff;
}

.background-color-icon {
    background-color: #dadada;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.text-elipse {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nav-width {
    width: 300px;
}

.item-satisfacao-titulo {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
}

.cores-tags-secao {
    padding: 0.5rem 0;
    margin: 0.5rem 0 0 0.5rem;
    font-weight: bolder;
    border-bottom: solid;
}

.item-espera-imagem-div {
    max-width: 80%;
    margin: 2% 0;
    gap: 2%;
    display: flex;
    border-left: solid 0.5rem;
    align-items: center;
    padding: 2%;
    margin-left: 5%;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.item-espera-imagem {
    width: 10%;
    border-radius: 10%;
}

@media(max-width: 1680px) {

    .tamanho-link-constituicao {
        max-width: 50%;
    }

    .nav-width {
        width: 280px;
    }

    .item-texto-presentation-justify {
        height: 250px;
        overflow-y: auto;
        margin-bottom: 3%;
    }

    .item-interessado-fields {
        height: 135px;
        overflow-y: auto;
    }
}

@media(max-width: 1366px) {

    .buttons-size {
        width: 10rem;
    }

    .nav-width {
        width: 250px;
    }

    .tamanho-link-constituicao {
        max-width: 35%;
    }

    .item-imagem {
        width: 650px;
    }

    .ajuste-constituicao {
        display: contents;
    }

    .button-menu:hover {
        width: 100%;
    }

    .define-size-icon-item {
        width: fit-content;
        height: fit-content;
    }

    .item-satisfacao-titulo {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}
