﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

body {
    padding-top: 80px;
    padding-bottom: 40px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#topo {
    background-color: #FFFFFF;
    color: #444444;
    font-size: 40px;
    padding: 10px 0;
}

.sec-interior {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.sec-interior-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 9%;
}

#nome-laboratorio {
    color: #fff;
    font-size: 40px;
    padding: 10px 0;
    text-decoration: none;
}

#imagem-logo-laboratorio {
    max-height: 128px;
    /* max-width: 80vw; */
    margin-top: 6px;
    margin-bottom: 3px;
}

.info {
    display: flex;
    flex-direction: row;
    color: #444444;
    padding: 10px 0;
    font-size: 20px;
}

.info-home-border {
    border-bottom: 1px solid #f66c3d;
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex: 1;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: flex-end;
    gap: 10px
}
    /*.buttons > .button {
        clear: both;
        float: right;
        padding: 0 .3em;
        display: flex;
        flex-direction: column;
    }*/
    .buttons img {
        width: 20px;
    }

    .voltar a {
        font-size: 20px;
    }

    .voltar .margin-right {
        margin-right: 1em;
    }

.divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.content{
    margin: 0 9%;
}

.panel-default{
    border: 0;
    box-shadow: none;
}

.button-accepted {
    width: 100%
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    font-family: Calibri, sans-serif;
    
}

footer {
    margin-top: 100px;
    padding: 15px 0 25px 0;
    overflow: hidden;
    clear: both;
}
    .logos{
        
        margin: 0 9%;
    }

    footer #logo-edeia {
        float: right;
    }

        footer #logo-edeia img {
            max-height: 80px;
            max-width: 30vw;
        }

    footer #logo-slice {
        float: left;
        padding-top: 7px;
    }

        footer #logo-slice img {
            max-height: 80px;
            max-width: 30vw;
            /* padding-top: 26px; */
        }

#novoPedidoModal .form-group input.form-control {
    width: 100% !important; /* força a ocupar toda a linha */
    max-width: none !important; /* remove limites herdados */
    box-sizing: border-box; /* respeita o padding */
}

#clearCliente {
    position: absolute;
    right: 10px;
    top: 29px;
    cursor: pointer;
    color: #aaa;
    font-size: 18px;
    display: none;
}

#clearCliente:hover {
    color: #333;
}

.ui-autocomplete {
    z-index: 2000 !important; /* acima do modal */
    max-height: 200px;
    max-width: 1vw;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    max-width: 500px; /* limita a largura máxima */
    width: auto !important; /* adapta ao conteúdo */
    white-space: nowrap; /* evita quebras de linha */
    list-style-type: none; /* remove os bullets */
    padding-left: 1rem;
}

/* Remove o border e sombra padrão do item selecionado */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #007bff !important; /* cor de hover (Bootstrap azul) */
    color: #fff !important; /* texto branco */
    border: none !important; /* remove o contorno */
    margin: 0 !important; /* corrige o “flick” ao mudar */
    box-shadow: none !important; /* remove sombra azul */
}