﻿.bg-total {
    background-color: #c7d2eb !important;
}

.ul-grafico {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    padding-left: 0px !important;
}

.grafico-legenda {
    /* display flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    align-items: center;
}

.fixo {
    z-index: 199;
    position: fixed;
    top: 0px;
    width: 100%;
}

.titulo1b {
    margin-top: 12px;
}

.titulo2b {
    width: 100%;
    background-color: #600;
    font-size: 18px;
    color: #FFF;
    float: left;
    text-align: center;
    padding: 16px 0 17px 0
}

.legend {
    list-style: none;
    font-size: 10px;
}

    .legend li span {
        font-size: 8px;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 10px;
        font-size: 6px;
        background-color: red;
    }

.legenda {
    font-size: 8px;
}

.form-group {
    margin-bottom: 0.3rem !important;
}

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

label {
    margin-bottom: 0px !important;
    font-size: 12px;
}

.input-wrapper label {
    background-color: #004e89;
    border-radius: 5px;
    color: #fff;
    margin: 10px;
    padding: 6px 20px
}

    .input-wrapper label:hover {
        background-color: #3498db;
        background-color: #004e89;
    }

.myLogin {
    min-width: 30px;
    max-width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem
}

.form-login {
    display: block;
    width: 100%;
    height: calc(1.85rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.mt-5 {
    margin-top: 5px;
}

.form-pesq-banco {
    height: 28px;
    font-size: 0.8rem;
}
