﻿/*@media print {
    canvas#grafico {
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        height: auto!important;
        width: auto!important;
    }
}*/
#consultaClienteQsa h3 {
    text-transform: uppercase;
    color: #24365c;
    font-weight: bold;
}

#consultaClienteQsa .diagrama {
    position: relative;
}

    #consultaClienteQsa .diagrama:before {
        content: '';
        display: block;
        position: absolute;
        width: 180px;
        background: #fff;
        height: 70px;
        z-index: 9;
        left: 10px;
        top: 10px;
    }

#consultaClienteQsa .busca {
    background: #f1f1f1;
    padding: 15px 10px;
    margin: 20px 0px 30px;
    display: block;
}

    #consultaClienteQsa .busca .labelBusca {
        display: inline-block;
        width: 40%;
    }

    #consultaClienteQsa .busca .form-group {
        display: inline-block;
    }

    #consultaClienteQsa .busca button {
        display: inline-block;
    }

@media print {
    #consultaClienteQsa .busca {
        display: none;
    }
}

#consultaClienteQsa .flexBody {
    margin-bottom: 20px;
}

    #consultaClienteQsa .flexBody .flexbox:nth-child(odd) {
        background: #f1f1f1;
    }

    #consultaClienteQsa .flexBody .flexbox:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

    #consultaClienteQsa .flexBody div {
        font-size: 11px;
        text-align: center;
        padding: 3px 0;
    }

#consultaClienteQsa .flexbox {
    display: flex;
}

    #consultaClienteQsa .flexbox.flexHead {
        border-bottom: 1px solid #ddd;
    }

        #consultaClienteQsa .flexbox.flexHead div {
            font-size: 11px;
            text-align: center;
            padding: 3px 0;
            font-weight: bold;
        }

    #consultaClienteQsa .flexbox .flex-1 {
        flex: 1;
    }

    #consultaClienteQsa .flexbox .flex-2 {
        flex: 2;
    }

    #consultaClienteQsa .flexbox .flex-3 {
        flex: 3;
    }

    #consultaClienteQsa .flexbox .flex-4 {
        flex: 4;
    }

    #consultaClienteQsa .flexbox .flex-5 {
        flex: 5;
    }

    #consultaClienteQsa .flexbox .flex-6 {
        flex: 6;
    }

    #consultaClienteQsa .flexbox .flex-7 {
        flex: 7;
    }

    #consultaClienteQsa .flexbox .flex-8 {
        flex: 8;
    }

    #consultaClienteQsa .flexbox .flex-9 {
        flex: 9;
    }

    #consultaClienteQsa .flexbox .flex-10 {
        flex: 10;
    }

.tituloTabela {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#informacoesCliente .informacoes ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

    #informacoesCliente .informacoes ul li {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

        #informacoesCliente .informacoes ul li span {
            display: block;
            font-weight: normal;
            font-size: 10px;
        }

@media print {
    header {
        display: none !important;
    }
}

.headerImpressao {
    height: 80px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-bottom: 20px;
    display: none;
}

@media print {
    .headerImpressao {
        display: block;
    }
}

.headerImpressao #informacoesCliente {
    top: -20px !important;
    width: 360px !important;
    position: relative !important;
}

.headerImpressao .logo {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .headerImpressao .logo img {
        height: 50px;
    }

@media print {
    .footer {
        display: none;
    }
}

.tabelaLateral table tr td:first-child {
    font-weight: bold;
}

.tabelaCompleta table thead tr:first-child {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

    .tabelaCompleta table thead tr:first-child td {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

.tabelaCompleta table thead tr:nth-child(odd) {
    background: #fff;
}

.tabelaCompleta table tr td:first-child {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.tabelaCompleta table tr:nth-child(odd) {
    background: #f1f1f1;
}

#tabelaValoresCadastro table tr td:first-child {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#tabelaValoresCadastro table thead:first-child td {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#tabelaFonecedoresVendaRepasse thead tr:first-child td:nth-child(4) {
    background: #ebf3fb;
    border-color: #b8daff;
}

#tabelaFonecedoresVendaRepasse thead tr:first-child td:nth-child(5) {
    background: #dcebee;
    border-color: #bee5eb;
}

#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(4),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(5),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(6),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(7) {
    color: #004085;
}

#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(8),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(9),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(10),
#tabelaFonecedoresVendaRepasse thead tr:last-child td:nth-child(11) {
    color: #0c5460;
}

#tabelaFonecedoresVendaRepasse thead tr td {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#tabelaFonecedoresVendaRepasse tbody tr {
    /*#e8f2fd*/
}

    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(4),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(5),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(6),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(7) {
        background: #ebf3fb;
        border-color: #b8daff;
    }

    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(8),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(9),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(10),
    #tabelaFonecedoresVendaRepasse tbody tr:nth-child(odd) td:nth-child(11) {
        background: #dcebee;
        border-color: #bee5eb;
    }

table tr td {
    font-size: 13px;
}

#grafico {
    width: 100% !important;
}

.imgQsa {
    width: 180px;
    height: 70px;
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 10px;
}

.tituloCabecalho {
    position: relative;
}

    .tituloCabecalho h2 {
        font-family: 'Roboto', sans-serif !important;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ccc;
        font-weight: 900;
        font-size: 30px;
    }

        .tituloCabecalho h2 span {
            color: #24365C;
        }

.titulo {
    color: #6f6e6e;
}

.infoDropdown .titulo {
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
}

    .infoDropdown .titulo i {
        font-size: 25px;
        line-height: 25px;
        display: block;
        margin-bottom: 5px;
    }

.infoDropdown:hover .titulo {
    color: #24365C;
}

.infoDropdown .conteudo {
    width: 100%;
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    position: absolute;
    z-index: 999;
}

input[type=search] {
    height: 20px;
}

    input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
        cursor: pointer;
    }


ul.dropdown-search {
    overflow: auto;
    height: 32vh;
}
/*@import 'comum/_comum.less';*/
