body{
    font-family: 'Lato',Arial, sans-serif;
}

a{
    cursor: pointer;
}

.body-interno{
    padding-bottom:60px;
    overflow-x:hidden
}

.unidade-tobo-box {
    float: left;
}
    .unidade-tobo-box h4{
        color: #FFF;
        margin-top: 26px;
        font-weight: inherit;
    }
    .unidade-tobo-box i{
        font-size: 15px;
    }

.unidade-tobo-box h4 {
    color: #FFF;
    margin-top: 26px;
}

.popover {
    opacity: 1 !important;
}

.popover-inner {
    background-color: #FFF;
    padding: 5px;
}

/* ----------- Component Prospecção ------------*/

.card-prospeccao {
    position: relative;
}

.card-prospeccao-header,
ul.column {
    border: 1px solid #e9e9e9;
}

.card-prospeccao-header {
    border-bottom: none;
}

ul.column {
    border-top: none;
}

.card-prospeccao .coluna:not(:first-child) {
    padding-left: 0;
}

.card-prospeccao .coluna:not(:last-child) {
    padding-right: 0;
}

.card-prospeccao-valor {
    color: #000;
}

.card-prospeccao-quantidade {
    position: absolute;
    top: 28%;
    right: 4%;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    border-radius: 50%;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul.column,
.card-prospeccao-header {
    background-color: #f5f6f8;
}

.card-prospeccao-header {
    min-height: 50px;
    padding: 15px 15px 15px 25px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: left;
    border-left: none;
}

.card-prospeccao .coluna:first-child .card-prospeccao-header{
    background-image: none;
    border-left: 1px solid #e9e9e9;
}

.card-prospeccao-titulo {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}

.card-prospeccao .coluna:not(:last-child) .card-prospeccao-header,
.card-prospeccao .coluna:not(:last-child) ul.column {
    border-right: none;
}

ul.column li {
    background-color: #fff;
    margin: 4%;
    border-radius: 10px;
    list-style: none;
}

.card-prospeccao-item {
    font-weight: 600;
    padding: 4%;
    transition: box-shadow .4s, transform .4s;
    padding-bottom: 30px;
}

.card-prospeccao-item:hover {
    cursor: grab;
    transition: box-shadow .4s, transform .4s;
    box-shadow: 0px 0px 5px #a1a1a1;
    transform: scale(1.02);
}

.card-prospeccao-item:active {
    cursor: grabbing;
    box-shadow: 0px 0px 4px #000;
    transform: scale(1.04);
    transition: box-shadow .4s, transform .4s;
}

.card-prospeccao-item .item-titulo {
    font-size: 1.1em;
    color: #000;
}

.card-prospeccao-item .item-nome-cliente {
    font-weight: 600;
    color: #2a78e4;
}
    .card-prospeccao-item .item-nome-cliente span{
        margin: 3px;
        float: left;
    }

.card-prospeccao-item .item-dados div span ~ span {
    color: #000;
}

.card-prospeccao-item .item-dados hr {
    height: 1px;
    background-image: linear-gradient(to right, #f5f6f8, #e1e1e1, #f5f6f8); 
    margin: 5px 0;
}

.card-prospeccao-itens {
    padding-top: 1%;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}

div.hr-header {
    height: 1px;
    background-image: linear-gradient(to right, #f5f6f8, #e1e1e1, #f5f6f8);
}

.card-prospeccao .coluna:last-child .hr-header {
    border-right: 1px solid #e9e9e9;
}

.card-prospeccao-item .item-acoes {
    cursor: pointer;
    display: inline;
}

.card-body {
    padding: 1rem;
}

.card-atividade {
    border-radius: 10px;
    max-width: 195px;
}

.icone-card-atividade {
    border-radius: 50%;
    max-width: 30px;
    max-height: 30px;
    padding: 0;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/* -------- Custumização de layout ------*/

    .login-logo{
        background-color: #011a37;
        padding: 5px 11px;
    }

    .navbar-custom{
        background-color: #011a37;
        background-image: url(../images/logo_b.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 75%;
    }
    
    .card-body {
        padding: 1rem;
    }

    .contend-body{
        background-color: #FFF;
        padding: 12px;
    }

    .content-page{
        padding: 0px;
        overflow: initial;
    }

    .page-title-box{
        padding: inherit;
    }


.acl-list,
.acl-list .acl-page,
.acl-list .acl-page .acl-page-header,
.acl-list .acl-page ul,
.acl-list .acl-page li{
    width:100%;
    float:left;
}
    .acl-list .acl-page{
        margin-bottom: 10px;
    }
    .acl-list .acl-page .acl-page-header{
        border-bottom: 1px solid #ced4da;
        margin-bottom: 6px;
    }
    .acl-list .acl-page ul{
        list-style: none;
        margin-left: 30px;
    }

    .acl-list .acl-page  ul li{

    }

.configuracao-list{
    list-style: none;
}
    .configuracao-list li{
        padding: 10px 10px;
        border-bottom: 1px solid #ced4da;
        cursor: pointer;
    }
    .configuracao-list li:last-child{
        border-bottom: none;
    }
    .configuracao-list li i{
        float: right;
        margin-top: 4px;
    }
    .configuracao-list li.selected{
        background-color: #b8c6ff;
        color: #FFF;
        font-weight: bold;
    }


.palavas-lista ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .palavas-lista ul li {
        cursor: pointer;
        float: left;
        border: 1px solid #ddd;
        padding: 4px 15px;
        text-align: center;
        margin-left: -1px;
    }

    .palavas-lista ul li:last-child {
        border: 1px solid #ddd;
    }

    .palavra-active {
        color: #259DAB;
        border-bottom: 3px solid #259DAB !important;
    }

    .palavas-flex-justify {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.meses-lista ul {
    list-style: none;
}

.meses-lista ul li {
    float: left;
    width: 8.33%;
    cursor: pointer;
}

.meses-lista ul li {
    float: left;
    width: 8.33%;
    border: 1px solid #ddd;
    padding: 4px 0;
    text-align: center;
    border-right: 0px;
}

.meses-lista ul li:last-child {
    border: 1px solid #ddd;
}


/*! 
    Lista de movimentações
*/


.moviment-timeline-title-circle {
    width: 24px;
    height: 24px;
    background-color: #6765e0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.moviment-timeline-title-circle .c-svg-symbol{
    width: 12px; height: 12px;
}

.c-svg-symbol{
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none!important;
}


.moviment-timeline-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 24px;
    font-family: "Montserrat",-apple-system,-system-ui,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif!important;
    line-height: 24px;
    font-weight: 700;
    color: rgba(21,21,21,.8);
    background-color: #e4e3f5;
    padding: 0 16px 0 32px;
    border-radius: 16px;
    margin-bottom: 12px;
    margin-left: -28px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.moviment-timeline-date {
    font-family: "Montserrat",-apple-system,-system-ui,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif!important;
    line-height: 14px;
    font-weight: 600;
    color: rgba(21,21,21,.8);
    margin-left: -27.5px;
    background-color: #e4e3f5;
    padding: 4px 16px 4px 16px;
    border-radius: 16px;
    width: max-content;
}

.moviment-process-button-box{
    margin: 12px 0px 0px;
}

.moviment-process-button {
    border: none;
    box-shadow: inset 0 0 0 1px rgb(72 72 72 / 15%);
    font-weight: 600;
    padding: 7px 8px 6px 8px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 4px;
    color: #6c757d;
}

.moviment-process-button:hover{
    background-color: #f8f8f8;
}

.moviment-process-button .c-svg-symbol{
    width: 20px; height: 20px;
}

.c-svg-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none!important;
    width: 20px;
    height: 20px;
    float: left;
}

.c-button__body, .c-button__content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 4px;
    float: left;
    line-height: 21px;
}


.moviment-timeline-items {
    padding: 8px 0;
}

.moviment-timeline-items .moviment-process-item-box {
    padding: 4px;
    font-size: 15px;
    font-weight: 500;
}

.moviment-timeline-items .moviment-timeline-item {
    padding: 4px 0;
    border-top: 1px solid rgba(72,72,72,.1);
    margin: 1px 0;
}


.moviment-timeline-items .moviment-timeline-item:first-child{
    border-top: 0px;
}

.moviment-timeline-items .moviment-process-item:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #6765e0;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
    margin-right: 11px;
}


.proposta-box{
    background-color: #f5f5f596; 
    padding: 12px;
}

.email-enviado-historico .barra{
    width: 100%;
    height: 3px;
    float: left;
    background-color: #CCC;
    margin-bottom: 4px; 
    margin-top: 2px;
}
    .email-enviado-historico .barra-cheia{
        height: 3px;
        float: left;
        background-color: #f1556c;
    }


.widget-border{
    border-radius: 5px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
}

.widget-default{
    background-color: #FFF;
}

.widget-default-padding{
    padding: 1rem;
}


/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.scrollbar {
    overflow: overlay
}

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0);
    width: 14px;
    height: 14px;
    z-index: 999999;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 16px;
    border: 0px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none;
}

/* scrollbar when element is hovered */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #a0a0a55e;
    border: 4px solid #fff;
}

/* scrollbar when element is hovered */
.scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #a0a0a5cf;
    border: 4px solid #fff;
}

/* scrollbar when scrollbar is hovered */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}



.font-size-default{
    font-size: 0.8rem;
}

.box-perfil{
    text-align: center;
}

.box-perfil img{
    width: 100%;
    border: 1px solid #eff1f3;
    padding: 4.1px;
}