﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

input[type='file'] {
    display: none
}

/*/////  button search image  /////*/
.input-wrapper label {
    background-color: #d3d3d3;
    border-radius: 5px;
    color: black;
    margin: 0px 10px 10px 0px;
    padding: 6px 20px
}

/*#region FLUXO PONTO*/
.PontoSelecionado {
    background-color: orange !important;
}

.PontoSelecionado span {
    color: white !important;
}

.alteraponto {
    padding-top: 10px;
}

.botaoFluxo {
    background-color: darkorange !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid orange;
    font-family: Verdana;
    font-size: 1.2em;
}

.labelmodalfluxoponto {
    width: auto;
    display: inline-block;
    vertical-align: central;
}


.input-wrapper label:hover {
    background-color: #fc9303;
    transition-duration: 1000ms;
}

.c-pointer {
    cursor: pointer !important;
}

.nav-link.active {
    color: white;
    background-color: #ff7700;
    border-color: #dddfeb #dddfeb #fff;
}

/* Departamento ticket*/

.departamentorow {
    display: flex;
    padding: 1em;
}

.departamentoAlinhamento {
    width: 20%;
    margin-right: 2em;
    text-align: right;
}

.img#imagemdepartamento {
    width: 100%;
    padding: 10px;
}

/*position of the elements of the list of attendants*/
.table-sm2 th, .table-sm2 td {
    display: flex;
    margin-left: 50px;
}

/*Borda */
.border-secondary {
    color: dimgray !important;
    border-color: #d1d3e2 !important;
    background-color: #f4f4f4 !important;
    padding: 10px !important;
}

.slacolor {
    color: dimgray !important;
}

#diviBotao {
    padding: 31px 0 0 0;
}

.rotuloInterno {
    margin: 0 0 0 0;
}

.diviInterna {
    padding: 5px 5px 0 5px;
    margin-left: 5px !important;
}

.btn-asa {
    border-color: #ff7700 !important;
    background-color: #ff7700 !important;
    color: white !important;
}

.btn-asa-secondary {
    border-color: darkblue !important;
    background-color: rgb(44, 106, 164) !important;
    color: white !important;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 10px;
}

.btn-asa-secondary:hover {
    background-color: rgb(7, 38, 190) !important
}

.btn-asa-warning {
    border-color: orange !important;
    background-color: orange !important;
    color: white !important;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 10px;
}

.btn-asa-warning:hover {
    background-color: darkorange !important
}

hr {
    border-color: #aaa;
    box-sizing: border-box;
    width: 100%;
}

/*#region CARD RELOGIO*/
#hora-servidor {
    font-size: 30px;
}

.card-relogio {
    display: flex;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-left: 3px solid orange;
    height: 60px;
    padding: 5px;
    border-radius: 5px;
    margin: 30px 0;
}

.card-relogio-linha {
    position: absolute;
    border-top: 2px solid #b9b9b9;
    width: 25px;
    margin-top: -60px;
    margin-left: -25px;
}

@media screen and (max-width: 576px) {
    .card-relogio-linha {
        position: absolute;
        border-left: 2px solid #b9b9b9;
        border-top: 0;
        width: 0;
        height: 60px;
        margin-top: -150px;
        margin-left: calc(50% - 15px);
    }
}

.card-relogio-header {
    text-align: center;
    margin-bottom: 15px;
}

.card-relogio-header span {
    font-size: 18px;
}

.relogio-marcar-hora {
    width: 80%;
    font-size: 30px;
    color: #7e7e7e;
    text-align: center;
}

.relogio-marcar-pin {
    width: 20%;
    text-align: center;
}

.relogio-marcar-pin span {
    color: orange !important;
    text-decoration: none !important;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}

.relogio-marcar {
    cursor: pointer;
    background-color: #fff;
    position: fixed;
    bottom: 10px;
    width: 105px;
    left: calc(3.25rem + 50% - 52.5px);
    padding: 15px 20px;
    border-radius: 100%;
    color: #404040;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
    .relogio-marcar {
        left: calc(50% - 52.5px);
    }
}

.relogio-marcar div span:nth-child(1) {
    font-size: 50px;
}

.relogio-marcar div span:nth-child(2) {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.flat-picker.mudar-data {
    outline: none;
    border: none;
    font-size: 18px;
}

/* Validação de campos de formulário */

.campoInvalido-alerta {
    border-color: red !important;
}

/* FlatPicker */
.flat-picker:read-only {
    background-color: #FFF !important;
}

.flat-picker:disabled {
    /* Fundo cinza bootstrap */
    background-color: #eaecf4 !important;
}

/**/
.text-gradient-orange {
    background: -webkit-linear-gradient(orange, #ff7600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-orange:hover {
    background: -webkit-linear-gradient(#ff7600, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

code {
    background: -webkit-linear-gradient(orange, #ff7600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-black-25 {
    color: #e3e6f0 !important;
}

/* data table */

.dataTablePagingDiv {
    justify-content: flex-start !important;
}

/* #region PAINEL PROJETOS */

.projeto-grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

.projeto-grid-container > div {
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #111;
}

.projeto-regra-info {
    background-color: #8ed0f8 !important;
}

.projeto-regra-atencao {
    background-color: #fff998 !important;
}

.projeto-regra-urgente {
    background-color: #f88f8e !important;
}

.projeto-regra-ok {
    background-color: #9bffad !important;
}

/* #endregion  */

.sliding-text {
    display: inline-block;
    white-space: nowrap;
    animation: floatText 15s infinite linear;
    padding-left: 100%;
}

.sliding-text:hover {
    animation-play-state: paused;
}

@keyframes floatText {
    to {
        transform: translateX(-100%);
    }
}


.legend {
    font-size: 1.0em;
    width: auto;
}

/* Organograma */

.selected-item-tree {
    border: 2px solid orange !important;
    padding: 10px !important;
    display: inline-grid !important;
    border-radius: 5px !important;
    text-decoration-line: none !important;
    border-radius: 5px !important;
    transition: 0.5s !important;
}


.item-tree {
    border: 1px solid #ccc !important;
    padding: 10px !important;
    display: inline-grid !important;
    border-radius: 5px !important;
    text-decoration-line: none !important;
    transition: 0.5s !important;
}

.tree {
    font-family: 'Poppins', sans-serif !important;
    height: 72vh !important;
    text-align: center !important;
    overflow-x: auto;
    overflow-y: auto;
    width: 100% !important;
    white-space: nowrap;
    padding: 0 !important;
}

.tree::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.tree::-webkit-scrollbar-thumb {
    background-color: orange;
}


.tree img {
    width: 20px !important;
    height: 20px !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    border-radius: 100px !important;
}

.tree span {
    margin-top: 5px !important;
}

.tree ul {
    padding-top: 20px !important;
    position: relative !important;
    transition: 0.5s !important;
}

.tree li {
    display: inline-table !important;
    text-align: center !important;
    list-style-type: none !important;
    position: relative !important;
    padding: 10px !important;
    transition: 0.5s !important;
}

.tree li::before,
.tree li::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 50% !important;
    border-top: 1px solid #ccc !important;
    width: 51% !important;
    height: 10px !important;
}

.tree li::after {
    right: auto !important;
    left: 50% !important;
    border-left: 1px solid #ccc !important;
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none !important;
}

.tree li:only-child {
    padding-top: 0 !important;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none !important;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc !important;
    border-radius: 0 5px 0 0 !important;
    -webkit-border-radius: 0 5px 0 0 !important;
    -moz-border-radius: 0 5px 0 0 !important;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0 !important;
    -webkit-border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
}

.tree ul ul::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    border-left: 1px solid #ccc !important;
    width: 0 !important;
    height: 20px !important;
}

.tree li a img {
    width: 50px !important;
    height: 50px !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    border-radius: 100px !important;
}

.tree li a span {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    color: #666 !important;
    padding: 8px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}

/*Hover-Section*/
.tree li a:hover,
.tree li a:hover i,
.tree li a:hover span,
.tree li a:hover + ul li a {
    background-color: rgba(255, 165, 0, 0.2) !important;
    color: #000 !important;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4 !important;
}


.imagem-redonda {
    margin-top: 10px;
    border-radius: 50%;
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.imagem-perfil {
    border-radius: 50%;
    object-fit: cover;
    width: 35px;
    height: 35px;
}

.content-list-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.item-address {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.item-address:hover {
    background-color: #f4f4f4;
    border: 1px solid orange;
}

textarea::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
}

.title-page {
    color: #4D5989;
    font-size: 20px;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer !important;
}

div.d-flex > .select2.select2-container {
    flex: 1;
    overflow-x: hidden;
}

div:not(.d-flex) > .select2.select2-container {
    width: 100%;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    line-height: 26px;
    background: white !important;
    color: #858796;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.custom-checkbox-label {
    display: flex;
    margin-left:12px;
    align-items: center;
    cursor: pointer;
}

    .custom-checkbox-label input {
        margin-right: 8px;
    }

        .custom-checkbox-label input:checked + span {
            font-weight: bold;
            color: #007bff; /* Azul Bootstrap */
        }

.lbl-required::after {
    content: " *";
    color: red;
}

.select2-results {
    font-size: 0.875rem;
}

.select2-results {
    font-size: 0.875rem;
}

.select2.select2-container {
    font-size: 0.875rem;
}