/*
Site da Correa Contábil
Desenvolvido por LePampim e Mocno
*/

:root {
    color-scheme: light;
}

html,
body {
    height: 100vh;
    margin: 0;
    font-size: 62.5%;
}

body {
    display: grid;
    margin: 0;
    font-size: 1.3rem;
    color: #333333;
    background-color: #ffffff;
}

table,
td,
tr,
th,
p {
    font-size: 1.3rem;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #555;
    text-decoration: underline;
}

hr {
    background-color: #9998;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* header - Cabeçalho */
header {
    letter-spacing: 1px;
    position: fixed;
    z-index: 99;
    grid-area: header;
    width: 100%;
    background-color: #7a7a7a;
}

#header-not-logged {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    width: 80%;
}

/* main - Principal da página */
main {
    grid-area: main;
    margin: 20px 70px;
    position: static;
}

#container-popup {
    margin: 0 auto -40px;
    width: 87%;
    padding-top: 32px;
    padding-bottom: 40px;
}

.timbre {
    text-align: center;
    font-size: 22px;
    padding: 8px;
    border: 1px solid #949daa;
    border-radius: 4px;
    margin: 0 8px 20px 10px;
    display: none;
}
.timbre .subtitulo {
    font-size: 14px;
}

footer {
    grid-area: footer;
    background-color: #7a7a7a;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 12px 0;
    height: fit-content;
    min-height: 120px;
}

footer .content-footer {
    color: #ffffff;
    display: flex;
}

footer .content-footer a {
    color: #ffffff;
}

footer.footer_pequeno {
    height: 40px;
    color: #ffffff;
}

footer .footer_D,
footer .footer_E a,
footer .footer_E,
footer .footer_F {
    font-size: 1.2rem;
}
footer .footer_E {
    width: 33%;
    text-align: left;
    vertical-align: top;
    margin-left: 90px;
}
footer .footer_C {
    width: 33%;
    vertical-align: top;
}

footer .footer_C .phone {
    font-size: 2rem;
    color: #152950;
    font-weight: 700;
}

footer .footer_C .phone a {
    color: #152950;
}

footer .footer_C .phone a:visited {
    color: #152950;
}

footer .footer_C .lgpd_msg {
    padding: 10px;
    font-size: 1.2rem;
}

footer .footer_D {
    width: 33%;
    text-align: right;
    vertical-align: top;
    margin-right: 90px;
}
footer .footer_F {
    vertical-align: center;
    line-height: 150%;
}
footer .footer_infos {
    margin-top: 25px;
}

/*inputs padrões do sistema*/
textarea,
select,
input,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="tel"],
input[type="email"],
input[type="url"] {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    margin: 2px 0;
    background: #fff;
    border: 1px solid #66c2ff;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="file"]::-webkit-file-upload-button {
    display: none;
}

input[type="text"]:hover,
input[type="reset"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover {
    background: #e6f7ff;
    border: 1px solid #66ccff;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: #80ccff;
    color: #fff;
    border: 1px solid #66ccff;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
}

input[type="checkbox"] {
    width: auto;
}

input[type="file"]::-webkit-file-upload-button {
    /* padding: 20px 10px; */
    width: 110%;
    height: 100%;
    border: 0px;
    background-color: #0af;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: -10px;
    cursor: pointer;
}

aside {
    grid-area: aside;
    padding-top: 5px;
    margin-right: 45px;
    margin-top: 33px;
}

input.btn-principal {
    color: #fff;
    background-color: #0af;
    border: none;
    cursor: pointer;
}
input.btn-principal:hover {
    background-color: #0088cc;
    border: none;
}
input.btn-principal:disabled {
    background-color: #6fcfff;
}

input.btn-danger {
    color: #fff;
    background-color: #c82333;
    border: none;
    cursor: pointer;
}
input.btn-danger:hover {
    background-color: #b12230;
    border: none;
}
input.btn-danger:disabled {
    background-color: #e0838c;
}

input.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border: none;
    cursor: pointer;
}
input.btn-warning:hover {
    background-color: #e0a800;
    border: none;
}
input.btn-warning:disabled {
    background-color: #edce6f;
    color: #828486;
}

input.btn-success {
    color: #fff;
    background-color: #28a745;
    border: none;
    cursor: pointer;
}
input.btn-success:hover {
    background-color: #218838;
    border: none;
}
input.btn-success:disabled {
    background-color: #86cd96;
}

.block-header-tabs {
    margin-left: 0px;
    font-weight: 700;
    border: 0;
    padding: 0 4px;
    display: flex;
    flex-wrap: wrap;
}

.block-header-tabs .item_nav {
    cursor: pointer;
    align-self: flex-end;
    margin: 0 2px;
    font-size: 1.8rem;
    vertical-align: bottom;
    border-radius: 5px 5px 0 0;
    background-color: #7a7a7a;
    padding: 2px 10px 0;
}

.block-header-tabs .item_nav:hover {
    background-color: #585858;
    vertical-align: bottom;
}

.block-header-tabs .item_nav a {
    color: #ffffff;
    text-decoration: none;
}

.block-header-tabs .item_nav.current {
    font-size: 2.2rem;
    background: #292929;
}

.block-header-float-tabs .item_nav {
    margin: 0px 4px 5px 0;
    white-space: nowrap;
    border-radius: 5px;
    padding: 5px 2px;
}

.block-header-float-tabs .item_nav a {
    border-radius: 9px;
    padding: 8px;
}

/* blocks */
.blockHeader {
    border-radius: 5px 5px 0 0;
}

.blockHeader.hasTabs {
    border-top: 3px solid #363636;
}

.blockHeaderClosed.hasTabs {
    border-top: 3px solid #363636;
}

.blockHeader {
    background: #aaa9a9;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blockHeader .divIcones {
    margin-right: 5px;
}

.blockHeaderClosed {
    font-size: 2rem;
    margin: 0 0 10px;
    background: #c0c0c0;
    border-radius: 5px;
}

.blockHeader .blockTitle,
.blockHeaderClosed .blockTitle {
    font-size: 2rem;
    padding: 8px 10px 6px;
}
.blockHeaderClosed .blockTitle button,
.blockHeader .blockTitle button {
    border: none;
    background: none;
    font-size: 2rem;
    color: #333333;
}

.blockHeaderClosed .divIcones {
    display: none;
}

.blockFooter {
    border-top: 1px solid #e6e6e6;
    height: 25px;
    padding: 6px 6px 1px;
    text-align: center;
    font-size: 1.2rem;
}

.blockFooter button {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.blockFooter select {
    width: 50px;
}

.blockFooter .footer-gap {
    margin: 0 6px;
    border-left: 1px solid #363636;
    width: 0;
}

.content {
    background-color: #fff;
    margin: 0 0 8px;
    border: 1px solid #cccccc;
    border-radius: 0 0 8px 8px;
    padding-bottom: 10px;
    font-size: 1.2rem;
}

.content > div {
    padding: 1px 0 3px;
}

.content .contentTitle {
    vertical-align: middle;
    background-color: #eeecec;
    color: black;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    padding: 5px;
    padding-left: 20px;
}

.heading {
    background-color: #c6d4e6;
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
}

.block-no-content {
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
}

.listing {
    border-spacing: 0;
    font-size: 1.5rem;
    border-collapse: collapse;
    border-width: 0 1px 2px;
    background: #fff;
    width: 100%;
}

.listing th {
    color: #777e82;
    text-align: left;
    font-size: 1.2rem;
    padding: 0 3px;
    background-color: #eeecec;
    white-space: break-spaces;
}

.listing th a {
    color: #484848;
}

.listing td {
    border-collapse: collapse;
    vertical-align: middle;
    padding: 3px;
    border-top: 1px solid #85858555;
    height: 24px;

    font-size: 1.2rem;
    text-decoration: none;
    margin: 0;
}

.listing tr {
    padding: 0 4px;
    font-size: 80%;
    transition: 0.1s;
    text-decoration: none;
    vertical-align: middle;
}
.listing tr:hover {
    background-color: #e0e0e0;
}

/* .listing .active{background-color:#D3DFE5;} */
.listing .active a:hover {
    color: black;
    text-decoration: none;
}

.listing .cr-center {
    text-align: center;
}
.listing .cr-left {
    text-align: left;
}
.listing .cr-right {
    text-align: right;
}
.listing .cr-nowrap {
    white-space: nowrap;
    white-space: -moz-nowrap;
}
.listing .cr-break-word {
    word-break: break-word;
}
.listing .cr-danger,
.listing .cr-danger a {
    color: #e70000;
    font-weight: bold;
}
.listing .cr-danger-right {
    color: #e70000;
    text-align: right;
}
.listing .cr-red,
.listing .cr-red a {
    color: #e70000;
}
.listing .cr-bold {
    font-weight: bold;
}
.listing .cr-icon {
    width: 20px;
}

.calendar_CellRow_date {
    background-color: #f8f8f8;
}

.calendar_CellRow {
    background-color: #f3f3f3;
}
.nivel1_CellRow {
    background-color: #d8d8d8;
    font-weight: bolder;
}
.nivel2_CellRow {
    background-color: #e4e4e4;
    font-weight: bolder;
}
.nivel3_CellRow {
    background-color: #f8f8f8;
    font-weight: bolder;
}
.calendarView_CellRow {
    background-color: #f8f8f8;
    font-style: italic;
    font-weight: bolder;
}
.calendarViewFix_CellRow {
    background-color: darkgray;
    /* color: #f8f8f8; */
    font-style: italic;
    font-weight: bolder;
}
.tooltips_CellRow {
    height: 3px;
}

.linhas {
    background-color: #fff;
    text-decoration: none;
}

.new {
    background-color: #f6f5f5;
}

form.small-form {
    min-width: 300px;
    width: 50%;
    margin: 0 auto;
}

/* Div do titulo das postIt */
div.tituloTiles {
    margin: 2px 4px 0;
}
/* Mensagem de erro */
.error {
    color: #721c24;
    background-color: #ff939d;
    position: relative;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 7px;
    margin: 3px 4px 10px;
}
.block-error {
    color: #721c24;
    background-color: #ff939d;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin: 10px 4px;
}
.block-error h1 {
    margin: 0px;
    font-size: 2rem;
}
.block-error p {
    font-size: 1.5rem;
    margin: 10px 0 0;
}

.block-success {
    color: #0e5462;
    background-color: #cff4fc;
    border: 1px solid #9eeaf9;
    border-radius: 5px;
    position: relative;
    padding: 9px 15px;
    margin: 10px 4px;
    line-height: 2.5rem;
}
.block-success h1 {
    margin: 0px;
    font-size: 2rem;
}
.block-success p {
    font-size: 1.5rem;
    margin: 0;
}

div#ajaxModal {
    width: 60%;
    position: fixed;
    padding: 10% 20%;
    background: #000d;
    z-index: 200;
    height: 100%;
    overflow: auto;
}

.Notas_barra {
    font-size: 1.2rem;
    width: 100%;
    background-color: #f8f6f6;
    color: gray;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 6px;
    word-break: break-word;
}

.Notas_barra1 {
    font-size: 1.2rem;
    margin: 15px;
}

.Notas_barra3 {
    font-size: 1.3rem;
    line-height: 20px;
    color: #333;
    width: 100%;
}

.Notas {
    font-size: 80%;
    color: gray;
}

.listing th a,
.listing th a:hover,
.listing .active a {
    text-decoration: none;
}

.cellRow {
    font-size: 1.2rem;
    text-decoration: none;
    margin: 0;
}

.wrap {
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.display-flex {
    display: flex;
    gap: 10px;
}

.section-tarefa {
    width: 480px;
    margin-top: 24px;
}

/* icone principal CC */
#header-not-logged .iconeCC {
    width: 300px;
}

.iconeCC {
    border: 0;
    width: 160px;
    padding-left: 20px;
}

.noticia-title {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 25px;
    color: #1a1a1a;
}

.noticia-title h1 {
    font-size: 3.6rem;
    font-weight: 300;
}

.noticia-content {
    margin: 0 auto;
    max-width: 800px;

    display: grid;
    gap: 3px;
    text-align: justify;
}

/* Stilo das páginas externas */
.headerInicio {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
}
.headerInicio h1 {
    font-size: 3.6rem;
    position: relative;
    font-weight: 300;
    color: #498ea5;
}
.headerInicio h1 span {
    font-weight: 700;
}
.headerInicio p {
    color: #444;
    font-size: 1.5rem;
}

.index_rodape {
    font-size: 1.2rem;
    text-align: left;
    color: #498ea5;
    margin: 0;
}
.index_rodape a:link {
    color: #498ea5;
}
.index_titulo {
    font-size: 2rem;
    position: relative;
    color: #498ea5;
    margin: 0;
}
.index_titulo_principal {
    font-size: 2rem;
    position: relative;
    color: #fff;
}

/* iniciar nova lateral: */
.wrapper {
    position: relative;
    width: 80%;
    margin: auto;
}
.extruder.left.a .flap {
    font-size: 18px;
    color: white;
    top: 0;
    background: #343434;
    width: 30px;
    position: absolute;
    right: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 0 3px black;
    padding: 10px 0 10px 10px;
}

.extruder.top .optionsPanel .panelVoice a,
.extruder.top .optionsPanel .panelVoice a:hover {
    border-bottom: 1px solid black;
}
.extruder.top .optionsPanel .panelVoice a:hover {
    color: white;
}
.extruder.left.b .flap,
.extruder.left.a .flap .flapLabel,
.extruder.left.b .flap .flapLabel {
    background: #343434;
}

.extruder {
    position: fixed;
    cursor: default;
}
.extruder .header {
    height: 27px;
}
.extruder .extruder-content {
    display: none;
    background: #212121eb;
}
.extruder.open .extruder-content {
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder .extruder-content .container {
    margin-top: 10px;
}
.extruder .footer {
    display: none;
    height: 10px;
    background: black;
    border-radius: 0 0 8px 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder.top .flap {
    color: white;
    font:
        18px/28px Arial,
        Helvetica,
        sans-serif;
    text-align: center;
    display: block;
    margin: auto;
    padding: 0 5px 5px 5px;
    height: 30px;
    width: 180px;
    background: black;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder.top .extruder-content {
    border-radius: 0 0 8px 8px;
}
.extruder.bottom .flap {
    position: relative;
    color: white;
    font:
        18px/28px Arial,
        Helvetica,
        sans-serif;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 1px;
    padding: 0 5px 5px 5px;
    height: 30px;
    width: 180px;
    background: black;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder.bottom .footer {
    border-radius: 8px 8px 0 0;
    position: relative;
    margin-top: -5px;
}
.extruder.bottom .extruder-content {
    border-radius: 8px 8px 0 0;
}
.extruder.bottom .ext_wrapper {
    bottom: 0;
}
.extruder.left {
    height: 100%;
}
.extruder.left.open .extruder-content {
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder.left .extruder-content {
    border-right: 3px solid black;
}
.extruder.left .ext_wrapper {
    height: 100%;
}
.extruder.left .footer {
    display: none;
}
.extruder.left .flap {
    font-size: 1.8rem;
    color: white;
    top: 0;
    padding: 10px 0 10px 10px;
    margin-right: -37px;
    background: black;
    width: 30px;
    position: absolute;
    right: 0;
    border-radius: 0 8px 0 8px;
    -moz-box-shadow: 2px 0 5px #999;
    -webkit-box-shadow: 2px 0 5px #999;
    box-shadow: 2px 0 5px #999;
}
.extruder.left .flap .flapLabel {
    background: black;
}
.extruder.right {
    height: 100%;
}

.extruder.right.a .flap,
.extruder.right.a .flap .flapLabel {
    background: rgb(131, 131, 131);
}
.extruder.right.b .flap,
.extruder.right.b .flap .flapLabel {
    background: rgb(90, 90, 90);
}
.extruder.right .extruder-content {
    border-left: 3px solid black;
}
.extruder.right.open .extruder-content {
    -moz-box-shadow: -2px 0 5px #0005;
    -webkit-box-shadow: -2px 0 5px #0005;
    box-shadow: -2px 0 5px #0005;
}
.extruder.right .ext_wrapper {
    height: 100%;
    right: 0;
}
.extruder.right .footer {
    display: none;
}
.extruder.right .flap {
    font-size: 1.8rem;
    color: white;
    top: 0;
    padding: 10px 0 10px 10px;
    width: 30px;
    position: absolute;
    left: -37px;
    border-radius: 8px 0 0 8px;
    -moz-box-shadow: -2px 0 5px #0005;
    -webkit-box-shadow: -2px 0 5px #0005;
    box-shadow: -2px 0 5px #0005;
}

.extruder .right .flap .b {
    background: rgb(116, 58, 58);
}
.extruder.right .flap .flapLabel {
    background: rgb(233, 119, 119);
}
.extruder .voice {
    font:
        18px/24px Arial,
        Helvetica,
        sans-serif;
    color: white;
    padding: 5px;
    padding-left: 10px;
    height: 27px;
    border-bottom: 1px solid #333;
}
.extruder .voice:last-child {
    border-bottom: 0;
}
.extruder .voice .disabled {
    cursor: default;
}
.extruder .text {
    background: #222;
    font:
        14px/16px Arial,
        Helvetica,
        sans-serif;
    color: gray;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.extruder .voice img {
    float: left;
    margin-right: 15px;
}
.extruder .voice a.label {
    display: block;
    height: 30px;
    color: white;
    padding-top: 0;
    text-decoration: none;
}
.extruder .voice span.label {
    display: block;
    height: 30px;
    color: #d0cfcf;
    padding-top: 0;
    text-decoration: none;
}
.extruder .voice {
    position: relative;
}
.extruder .settingsBtn {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    right: -3px;
    top: -4px;
}
.extruder .optionsPanel {
    display: none;
    border-bottom: 1px solid #333;
}
.optionsPanel .panelVoice a {
    text-decoration: none;
    display: block;
    color: #ccc;
    padding: 8px;
    padding-left: 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.optionsPanel .panelVoice a:hover {
    color: white;
}
.optionsPanel .panelVoice a:focus {
    outline: 0;
}

/*********** New tiles ************/
.block {
    margin-right: 30px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: box-shadow 1s;
    -moz-transition: -moz-box-shadow 1s;
    -webkit-transition: -webkit-box-shadow 1s;
    font-size: 1.2rem;
    color: black;
    border-radius: 15px;
    overflow: hidden;
}
.block a:link {
    font-size: 1.2rem;
    color: black;
}
.block a:visited {
    font-size: 1.2rem;
    color: black;
}
.block:hover {
    box-shadow: 0 1px 13px #221919;
    -moz-box-shadow: 0 1px 13px #221919;
    -webkit-box-shadow: 0 1px 13px #221919;
}
.block h3 {
    font-size: 2.2rem;
    color: black;
    margin: 0px;
    text-align: left;
    width: 100%;
}
.block h4 {
    font-size: 2rem;
    color: #1c1c1c;
    margin: 0px;
    text-align: center; /* background-color:#0; */
    width: 30px;
    height: 30px;
    border-radius: 30px; /*really large border radius to create round borders*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    opacity: 0.7;
}
.block h5 {
    font-size: 2.2rem;
    color: black;
    margin: 0px;
    text-align: left;
    width: 100%;
    padding: 0px;
}

.options strong {
    font-size: 1.4rem;
    text-decoration: underline;
}
.options em {
    font-size: 1.2rem;
    font-weight: bold;
    color: #219ee2;
}
.options span {
    color: #888;
    font-size: 1.2rem;
}

.form-anchor {
    position: relative;
    top: -60px;
}

.tooltip {
    position: relative;
    display: inline-block;
    white-space: normal;
}

.tooltip .label-msg {
    visibility: hidden;
    font-size: 1.3rem;
    width: 120px;
    background-color: transparent;
    color: #333333;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    background-color: #ffffff;
    box-shadow: #333333 1px 2px 4px 0px;
}

.tooltip .label-msg::after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    bottom: 100%;
    margin-left: -5px;
    left: 50%;
    border-bottom-color: #333333;
}

.tooltip:hover .label-msg {
    visibility: visible;
}

/* icones em svg */
.iconesSVG {
    padding: 0 4px;
}
.iconesSVG:hover {
    filter: brightness(0);
}

.tag-element {
    padding: 3px 6px;
    border-radius: 2rem;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
    white-space: nowrap;
}

.tag-elementMini {
    padding: 0px 2px;
    font-size: 1rem;
    border-radius: 1rem;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    white-space: nowrap;
}

/* estilo da scrollBar */

/* width */
.ext_wrapper ::-webkit-scrollbar {
    display: none;
}

/* border img */

.class_foto {
    border-radius: 50%;
    border: 2px solid #ffffff;
    vertical-align: middle;
}

.class_depto {
    border-radius: 50%;
    vertical-align: middle;
}

/* ----- Grids ----- */
.containerGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
    text-align: left;
    margin: 3px 10%;
    gap: 10px;
}

.cg-center {
    justify-content: center;
}

.gridInput,
.gridCheckbox,
.gridData,
.gridSelect,
.gridSelectGroup,
.gridMultiSelect {
    font-size: 1.2rem;
}

.gridInput > div,
.gridInput input,
.gridCheckbox > div,
.gridData > div,
.gridSelect > div,
.gridSelectGroup > div,
.gridMultiSelect > div {
    font-size: 1.3rem;
}

.gridCheckbox {
    text-align: center;
}

.gridOutput {
    font-size: 1.2rem;
}

.gridOutput > div {
    text-align: left;
    min-height: 14px;
}

.gridOutput > div,
.containerGrid.borderGrid {
    border: 1px solid #ddd;
    padding: 5px 8px;
    border-radius: 3px;
    min-height: 14px;
    height: calc(100% - 26px);
}

.gridLabel {
    font-size: 1.1rem;
}

.icon-button {
    background: none;
    border: none;
    padding: 0;
}

.alert {
    width: 100px;
    padding: 20px;
    font-size: 1.4rem;
    border-radius: 5px 10px;
}

.alert hr {
    border-style: solid;
}

.alert.alert-mbaixa {
    background-color: #7499ce;
    color: #153c72;
}
.alert.alert-mbaixa hr {
    border-color: #153c72;
}

.alert.alert-baixa {
    background-color: #5ec565;
    color: #155724;
}
.alert.alert-baixa hr {
    border-color: #155724;
}

.alert.alert-media {
    background-color: #ffe033;
    color: #856404;
}
.alert.alert-media hr {
    border-color: #856404;
}

.alert.alert-alta {
    background-color: #ffaa6d;
    color: #7e4c29;
}
.alert.alert-alta hr {
    border-color: #7e4c29;
}

.alert.alert-maxima {
    background-color: #ff6060;
    color: #460007;
}
.alert.alert-maxima hr {
    border-color: #460007;
}

.user-login a {
    color: #ffffff;
    font-size: 2.4rem;
    padding: 5px 10px;
    border-radius: 4px;
}
.user-login a:hover {
    background: #363636;
}

tooltip-ajax {
    position: relative;
}

tooltip-ajax .tooltip-msg {
    background-color: white;
    position: absolute;
    padding: 12px;
    border-radius: 5px;
    border: #cecece solid 1px;
    box-shadow: 1px 2px 5px 0px #0000002b;
    line-height: 2rem;
    z-index: 99;
}

.row-left-tooltip tooltip-ajax .tooltip-msg {
    transform: translate(-200px);
}

.tooltip-container {
    width: 250px;
}

h1.tooltip-block-title {
    font-size: 15px;
}

h2.tooltip-block-title {
    font-size: 12.5px;
    padding-top: 10px;
}

.tooltip-block-grid {
    display: grid;
    justify-content: start;
    gap: 0 8px;
}

.tooltip-container .title-row {
    font-weight: bold;
    font-size: 12px;
}

.tooltip-block-flex {
    display: flex;
    justify-content: space-evenly;
}

.listing .list_photos,
.list_photos {
    padding-top: 10px;
    padding-left: 7px;
}

.list_photos img {
    margin-left: -7px;
    margin-top: -7px;
}

.svg-icon {
    vertical-align: middle;
}

.calendar-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 10px;
}

.calendar-block-full {
    width: 100%;
}

.calendar-block-wrapper {
    display: grid;
    grid-template-columns: 10% repeat(5, 16%) 10%;
}

.calendar-block-month {
    border: 1px solid #cccccc;
    border-radius: 8px;
    border-spacing: 0 3px;
    min-width: 200px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.calendar-block-month-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.calendar-block-month-days {
    text-align: left;
    font-weight: bold;
    vertical-align: text-top;
    padding: 1px;
}

.calendar-block-week {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    vertical-align: text-bottom;
    border-bottom: 1px solid #cccccc;
}

.calendar-block-blank {
}

.calendar-block-title {
    vertical-align: text-top;
    border: 1px;
}

.calendar-block-inicial {
    text-align: left;
    padding: 3px 5px;
    margin: 3px;
    border-radius: 5px;
    background-color: rgb(155, 147, 147);
    color: white;
}

.calendar-block-fim {
    text-align: left;
    padding: 3px 5px;
    margin: 3px;
    border-radius: 5px;
    background-color: rgb(233, 85, 85);
    color: white;
}

.calendar-block-current {
    color: red;
    text-align: center;
    vertical-align: text-top;
    border-radius: 50%;
    font-weight: bold;
    width: 100%;
    height: 25px;
}

.calendar-block-day {
    text-align: center;
    vertical-align: text-top;
    border-radius: 5px;
    margin: 5px;
    width: 100%;
    height: 25px;
}

/* XXX */

/* Style the Image Used to Trigger the Modal */
.myImgModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImgModal:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    margin-top: 65px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    /* max-width: 700px; */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closeModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeModal:hover,
.closeModal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* XXX */

@media screen and (max-width: 930px) {
    html,
    body {
        font-size: 62.5%;
    }

    main {
        margin: 20px 40px;
    }

    #header-not-logged .iconeCC {
        width: 240px;
    }

    main#main-not-logged {
        margin: 10px;
    }

    footer .content-footer {
        flex-direction: column;
    }

    footer .footer_C,
    footer .footer_D,
    footer .footer_E,
    footer .footer_F {
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }

    footer {
        height: 350px;
    }

    .display-flex {
        display: block;
    }

    .section-tarefa {
        width: 100%;
        margin-top: 0;
    }

    .block-header-tabs {
        padding: 5px 0;
        white-space: nowrap;
    }

    .block-header-tabs .item_nav {
        margin: 7px 2px;
        border-radius: 5px;
        padding: 6px;
    }

    .user-login .login-button {
        display: none;
    }

    div.tooltip .label-msg {
        display: none;
    }
}
