.btnBack {
    float: right;
    margin: -17px 20px 0 0
}

.display-none {
    display: none;
}

table.dataTable th.focus,
table.dataTable td.focus {
    outline: 0px solid #337ab7 !important;
    outline-offset: -1px
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;

    width: 2rem;
    height: 2rem;

    animation: spinner-border .75s linear infinite;
    vertical-align: text-bottom;

    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;

    border-width: .2em;
}

.sr-only {
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    padding: 0;

    white-space: nowrap;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;

    white-space: normal;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

/* export excel button */
.export-excel {
    padding: 0;
    padding-bottom: 30px;
}

.export-excel a {
    padding: 0.4rem;
}

.export-excel a i {
    padding-left: 0.5rem;
}

#btn-transfer {
    cursor: pointer;
}

#btn-transfer::hover {
    color: darkblue;
}

.modal-content {
    width: fit-content;
}

.modal-dialog {
    margin-top: 10px;
}

/* Contratos */
.cliente-bg {
    background: #fff;
    margin: 20px 20px;
}

.cliente-form {
    margin-top: 20px
}

#btn-cliente {
    margin-top: 20px;
    margin-bottom: 10px;
}

#func-list a {
    margin-right: 10px;
}

#func-list a::after {
    content: "";
    width: 2px;
    height: 10px;
    display: inline;
    background: #000;
}

.grid- {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bg-group {
    background: #b2c4dc !important;
}

.bg-vence {
    color: #ADC42A;
}

.bold-font {
    font-weight: bold;
}

.vencimento-alert {
    margin-top: 10px;
    font-size: 12px;
}

.vencimento-alert-contratos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
}

.info-vencimento {
    margin-bottom: -20px;
}

.secundaria {
    color:  #b7b7b7;
}

.px-font-destaque {
    color: #3766a6;
    font-weight: 700;
}

.px-font-bold {
    font-weight: bold;
    color: #333333;
}

.px-font-secundaria {
    color: #333;
}

.border-cel {
    border-left: 0.5px solid #ccc;
    border-right: 0.5px solid #ccc;
    text-align: center;
}

.border-cel-contratos {
    border-right: 0.5px solid #ccc;
    text-align: center;
}

.logo {
    display: block;
    max-height: 50px; 
    max-width: 120px;
    margin: auto auto;
}

.logo-contrato {
    display: block;
    max-height: 100px; 
    max-width: 200px;
    margin: auto auto;
}

.left-border-cel {
    border-left: 0.5px solid #ccc;
}

.bold-text {
    font-weight: bold;
    color: #fff;
}

.bold-text-dark {
    font-weight: bold;
}

.acende-celula {
    background: #b2c4dc;
    padding: 2px;
    border-radius: 10px;
    color:  #333;
}

.acende-thead {
    background: #b2c4dc;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
}

.divisoria {
    color: #9facbb;
}

.menu-block {
    display: block;
}

.font-semana-atual {
    color: #333;
}

.font-desfocada {
    color: #a0acbc;
}

.saldo-positivo {
    color: #3766a6;
}

.saldo-negativo {
    color: red;
}

.mes-atual {
    color: #ADC42A;
    display: inline-block;
}

.ropo {
    background: #B2C8DF;
}

.grid-cards {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto;
    gap: 10px;
    margin-top: 40px;
}

.grid-card-minor {
    background-color: #fff;
    border: 1px dashed #f0f0f0;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    height: 400px;
    border-radius: 5px;
}

.grid-card {
    background-color: #fff;
    border: 1px dashed #f0f0f0;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    border-radius: 5px;
}

#percentage_div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-left: -10px;
}


.grid-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.info-cards {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
}

.card-gray {
    background: #ccc;
}

.card-ocre {
    background: #F0E277;
}

.card-roxo {
    background: #A484DB;
}

.card-green {
    background: #7AF07C;
}

.card-blue {
    background: #46E3BC;
}

.header-title {
    margin-top: -20px;
    background: #D5CCF4;
    text-transform: uppercase;
    padding: 5px;
    border-bottom: 3px solid #8B54F5;
    border-radius: 5px;
}

.header-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}

.title {
    font-family: 'Poppins', sans-serif;
    border-bottom: 3px solid #ccc;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.number {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.cont {
    font-family: "Trebuchet MS", sans-serif;
    display: flex;
    gap: 30px;
}
.column {
    /* max-width: 45%; */
    /* min-width: 45%; */
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    background: #90C8AC;
    padding: 5px;
    border-radius: 10px;
}
.column h1 {
    text-align: center;
    font-size: 22px;
}
.list-group-item {
    background: #fff;
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
    height: 40px;
    cursor: pointer;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
}

.none {
    display: none;
}

.fav {
    background: #F5F0BB;
}

.loading{
    background-image : url('http://www.fotos-lienzo.es/media/aw_searchautocomplete/default/loading.gif');  
    background-repeat: no-repeat;
  }
.loading:after {
    content: "Atualizando banco...";
    text-align : right;
    padding-left : 25px;
}

.exist {
    display: inline;
}

.container-imagem {
    margin-top: 5px;
    height: 50px;
    display: flex;
    justify-content:center;
}

.container-imagem-contratos {
    margin-top: 5px;
    height: 100px;
    display: flex;
    justify-content:center;
}

.container-nome {
    height: 20%;
}

.container-nome-contrato {
    height: 4vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height:  4vh;
}

.container-consumo-contrato {
    height: 50%;
}

.consumo-contrato-mes {
    font-size: 100px;
    /* font-size: 60px; */
    color: #333333;
}

.container-vencimento {
    height: 20%;
}

.container-bar {
    height: 30%;
}

.extreme-right {
    display: flex;
    align-items: flex-start;
}

.favorito {
    cursor: pointer;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.estrela {
    font-size: 1.3rem; 
    color: #CFD2CF !important;
    font-size: 1.6rem;
    transition: .3s;
}

.acende {
    transition: .3s;
    font-size: 1.6rem; 
    color: #F7D716 !important;
}

.progress-bar-striped {
    grid-area: 1/1;
    height: 100%;
    animation: skeleton 10s infinite linear;
}

@keyframes skeleton {
    from {
        background-position: 0px;
    }
    to {
        background-position:200%;
    }
}

.card {
    width: 1200px !important;
    margin-right: 200px;
    height: 500px !important;
    border-radius: 5px;
    background-color: #fff;
}

.app-main.graph {
    padding: 10px calc((100% - 1200px) / 2);
    display: flex !important;
    justify-content:center !important;
    flex-direction: column !important;
    align-items: center !important;
    /* margin-right: 200px !important; */
}

.contrato-header {
    padding: 10px;
    background: #3b3e47;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}

#columnchart_material {
    padding: 10px !important; 
}

.datas {
    display: flex;
}

.dt {
    background: #8cc63f;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin: 1rem 0 1rem 0.3rem;
}

.traco {
    font-weight: bold;
    margin-top: 18px;
    margin-right: 5px;
    margin-left: 5px;
}

.styled-gasto {
    margin-top: 1rem !important; 
}

.infos-consumo {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.container-input {
    margin: 0.5rem
}

.ac {
    background: #7AF07C;
}

.form-group.col-md-12.lop {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    /* padding-bottom: 1rem; */
}

.servicos label {
    display: block;
}

.giant-table {
    /* background: #b2c4dc; */
    padding: 10px;
    border-radius: 5px;
}

.servicos {
    display: block;
}

.grid-tabela {
    display: flex;
    width: 100% !important;
}

.parcelas {
    background: #F9F2ED;
    border-radius: 5px;
    transition: .3s;
    margin-bottom: 1rem;
}

.parcelas.ativo {
    display: block;
}

.parcelamento::before {
    content: "";
    position: absolute;
    display: block;
    top: -9px;
    /* left: 85px; */
    right: 800px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #F9F2ED;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.mes {
    display: grid;
    grid-template-columns: 3rem 1fr 2fr 5fr;
    /* text-align:center; */
}

.num_parcelas {
    margin-top: 1rem;
    font-weight: bold;
}

.mes label {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 15rem; */
}

.parcelamento {
    width: 20rem;
    padding: 10px;
    /* border: 1px solid #90C8AC; */
    border-radius: 5px;
}


.mes input {
    display: block;
    margin: 5px;
    width: 9rem;
}

.mes input[type="text"] {
    width: 20rem;
}

.add-campo {
    position: absolute;
    right: 55rem;
    bottom: 45rem;
}

/* #envia-parcelamento {
    background: #59CE8F;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
} */

.services-table {
    width: 100%;
    border: 1px solid red;
}

.services-table {
    display: grid;
}

.services-grid {
    display: grid;
}

.bk {
    margin: 0;
    padding: 0;
    grid-template-columns: 200px 100px 100px 100px 100px;
}

.servicos {
    max-height: 2.2rem;
    padding: 0;
    margin: 0;
    margin-left: -11.25px;
    margin-top: -11.25px;
}


.servico {
    width: 10.8rem;
    height: 2.9rem;
    padding:0;
    margin:0;
    border: none;
}

.input-container {
    margin-top: -12px;
    margin-bottom: -20px;
}

.form-group.type {
    margin-bottom: -47px;
    /* margin-left: -5px; */
}

.custom-input {
    width: 6rem;  
    height: 3rem;  
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.border-cel.branco {
    background: #fff;
}

.modal-dialog.modal-dialog-centered {
    margin-right: 20rem;
}

#adicionar-campo {
    margin-top: 1rem;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
}

.mes label {
    color: #fff;
}

.btn-venda {
    padding: 0.8rem;
    background: palegoldenrod;
    border-radius: 5px;
    cursor: pointer;
}

.none {
    display: none;
}

.modal-venda-container {
    margin-left: 10rem;
}

.parcelamento {
    margin-bottom: 1rem;
}

.logo-modal {
    max-width: 6rem;
    height: auto;
    border: 2px solid;
    border-radius: 5px;
    margin: 0;
    padding: 5px;
    display: block;
}

#exampleModalLabel {
    text-align: center;
}

.desc-cliente {
    display: flex;
    margin-bottom: -1.8rem;
    padding: 0;
}

.desc-contrato {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    margin-left: 0.5rem;
}

#listaContrato {
    margin-top: 20px;
    position: absolute;
    top: 20px;
    left: -4rem;
    max-width: 300px;
    /* margin-right: 50rem !important; */
}

.busca-list {
    padding: 1rem 0.1rem;
    background-color: #F9F9F9;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
}

.list-content {
    display: flex;
}

.container {
    display: flex;
    /* grid-template-rows: auto; */
    align-items: center;
    width: 100%;
}

.container::after {
    content: "";
    height: 2px;
}

.logo__cliente {
    display: inline;
    max-height: 1rem;
}

.link__cliente {
    margin-top: 0.5rem;
    margin-left: 0.3rem;
    border-left: 2px solid #ccc;
}

.link__cliente a {
    margin-left: 5px;
}

.container {
    padding: 0.3rem 0.6rem;
    margin-right: 200px;
}

#buscaContainer {
    margin-right: 20px;
}

#buscarContrato {
    border-radius: 5px;
}

.disable {
    background-color:#ccc !important;
    pointer-events: none !important;
}

.infos-parcelamento {
    display: flex;
}

.daterange {
    background-color: #fff !important;
}

.daterange2 {
    background-color: #fff !important;
}

.vendaFields {
    display: none !important;
}

.contratoFields {
    display: none !important;
}

.table-top {
    border-top: 2px solid #ccc;
}

.btn_remove {
    cursor: pointer;
    color: red;
}

.border-cel.red {
    background-color: #EC7272;
}

.week-range {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0.8rem;
    background-color: #edf0f5;
}

.week-month {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 2rem;
}

.filtros-alocacao {
    display: flex;
    justify-content: center;
}

.contrato__container {
    display: flex; 
    align-items: center;
}

.contrato__img {
    align-self: center; 
    width: 50px; 
    max-height: 40px; 
    margin-right: 5px;
}

.cliente__img {
    align-self: center; 
    width: 60px; 
    max-height: 50px; 
    margin-top: 10px;
}

.container__cliente-nome {
    text-align: center; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.container__cliente-image {
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.pdf-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-buttons div {
    margin: 0.8rem;
}

#btnModalVenda {
    background: #00AFF0 !important;
}

.active2048Xp {
    color: green !important;
}

.margin-icon {
    margin-top: 40px !important;
}

.border-cel.servico-fields {
    padding: 0;
    margin: 0;
}

.custom-input.servico {
    background: #fff; 
    position: relative; 
    width: 100%;
    padding: 5px;
}

.vendaExcede {
    background: red;
    border-color: red !important;
    color: #fff;
    font-weight: bold;
}

.alertVenda {
    display: none;
}

.containerCardsContrato {
    padding-top: 15px !important;
    position: relative;
}
