.view-detalhes .row:first-child {
    border-top: 1px solid #dee2e6;
}

.view-detalhes .row > div {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75em;
}

.view-detalhes .row > div:first-child {
    border-left: 1px solid #dee2e6;
}

.error-message {
    color: #dc3545;
    font-style: italic;
}

label.is-invalid {
    color: red;
    font-size: 12px;
    font-style: italic;
    font-weight: normal !important;
}
.table td{
    vertical-align: middle !important;
}
.progress {
    display: none !important;
}

.form-input {
    max-width: 250px;
}

.imagem-formulario-cadastro-conferencia {
    padding: 6px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

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

.radio-label {
    display: flex;
    gap: 5px;
    font-weight: normal !important;
}

.laranja-site {
    color: #E88631;
}

.verde-site {
    color: #00ADA8;
}

.oculto {
    display: none;
}

.header-barra-topo {
    background-color: rgba(19, 132, 150, 0.85);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
    padding: 8px 25px;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin: 0 48px;
}

.header-barra-topo-horario {
    display: inline-block;
}

.header-publico {
    box-shadow: none !important;
    height: 270px;
    margin-top: -45px;
    padding-top: 45px;
    background-image: url("../img/fundo-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.separador {
    width: 100%;
    margin: 0 auto;
    height: 2px;
    border-radius: 50%;
    background-color: #00ADA8;
}

.logo-header {
    margin: 20px 0;
    max-width: 350px;
}
.logo-prefeitura{
    display: block;
}
.card-title-conferencias {
    color: #00ADA8;;
}

.text-card-body-conferencias {
    font-size: 15px;
    color: #E88631;
}

.toast {
    max-width: 9999px !important;
}

#bottom {
    background-image: url("../img/onda_fundo_rodape.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 25px !important;
}

.logo {
    margin: 20px 0;
    max-width: 350px;
}

footer {
    text-align: center !important;
    background: #138496 !important;
    padding-bottom: 10px;
    color: #FFF;
    /*border-bottom: 20px solid #575757;*/
    bottom: 0;
    width: 100%;
}

footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

footer h2 {
    font-size: 16px;
    font-weight: normal;
}

footer a {
    color: white !important;
}

footer a:hover {
    color: orange !important;
}

.btn-verde-site {
    color: white;
    background-color: #00ADA8;
    transition: .5s;
}

.btn-verde-site:hover {
    color: white;
    background-color: #00928d;
}
.file-thumbnail-footer{
    display: none;
}
@media screen  and (max-width: 768px) {
    .header-barra-topo-horario {
        display: none;
    }
    .logo-prefeitura{
        display: none;
    }
    .logos-header{
        justify-content: center !important;
    }
    .justify-content-barra-topo{
        justify-content: center !important;
    }
}
