/*//cores*/

/*01 - #46AD57*/

body{
    /*font-family: 'Poppins', sans-serif;*/

    font-family: 'Source Sans Pro', sans-serif;
    background: #292D35 !important;
    /*line-height: 1;*/
    /*background-attachment: fixed;*/
}
.navbarMobile{
    display: none;
}
.imgLogo{
    width: 350px;
}
.loadingApp{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    background: url("../img/background.png");
    background-size: cover;
    display: none;
    justify-content: center;
    align-items: center;
}
.strong{
    font-weight: 900;
}
.card{
    background: #31353e;
    border: none;
}
.card-warning{
    background: #d35400 !important;
    border: none;
    border-radius: 3px;
}

.card-warningSecond{
    background: #ff9f43;
    border: none;
    border-radius: 3px;
}
.card-success{
    background: #27ae60 !important;
    border: none;
    border-radius: 3px;
}
.card-waiting{
    background: #34495e !important;
    border: none;
    border-radius: 3px;
}
.card-info{
    background: #2980b9;
    border: none;
    border-radius: 3px;
}
.card-infotwo{
    background: #8e44ad;
    border: none;
    border-radius: 3px;
}

.card-infotre{
    background: #01a3a4;
    border: none;
    border-radius: 3px;
}
.card-bodySecond{
    padding: 10px;
}
.card-headerSecond{
    padding: 5px 10px;
}
.relatoriosDetalhesEntradas:hover{
    cursor: pointer;
    opacity: .7;
}
.list-group-item{
    background: transparent !important;
    border-color: #363a44;
    border-radius: 0 !important;
}

.modal-content{
    background: #292D35;
    color: #fff;
}
.modal-footer{
    border: none;
    box-shadow: 0 -5px 5px -5px #1c1f24;
}
.caiApp{
    padding: 25px 0px;
}
.imgLogin{
    width:350px;
}
.card-body-app{
    padding: 3px 10px;
    line-height: 1;
}
.modal-header{
    border-bottom: none;
}
.bg-dark{
    background: #31353e !important;
}
.bg-dark a{
    color: #b6b6b6;
}
.left{
    position: fixed;
    width: 18%;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    background: #31353e;
}
.left a, .mini-left a{
    color: #b6b6b6;
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding: 1px 0px;
}
.mini-left{
    position: fixed;
    width: 10%;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    background: #31353e;
}
.left a:hover, .mini-left a:hover{
    text-decoration: none;
    color: #fff;
}
.logoMiniLeft{
    width: 100px;
}
.right{
    position: absolute;
    width: 82%;
    height: 100%;
    overflow: auto;
    left: 18%;
}
.max-right{
    position: absolute;
    width: 90%;
    height: 100%;
    overflow: auto;
    left: 10%;
    background: url("../img/background.png");
    background-size: cover;
}
.rightfull{
    position: absolute;
    width: 100%;
    height: 100%;
}
.lh1{
    line-height: 1;
}
.flexTop{
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
}
.flexBottom{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    text-align: center;
}
.menu-ativo{
    background: #DD6A73;
    color: #fff !important;
}
.control-label small, .control-label{
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.ic-left{
    margin-right: 10px;
}
.linhaTabela{
    background: #f0f0f0;
}
.btn-principal{
    background: #DD6A73;
    color: #fff;
    border-color: #DD6A73;
}
.lnh{
    line-height: 1;
}
.btn-principal:hover{
    background: #c46068;
    color: #fff;
    border-color: #c46068;
}
.form-control{
    background: #1b1e23;
    border-color: #1b1e23;
    color: #fff;
}

.form-control:active, .form-control:focus{
    outline: none !important;
    box-shadow: none;
    background: #272b32;
    color: #fff;
}
.form-control:disabled{
    background: #272b32;
    color: #fff;
    border-color: #272b32;
    cursor: not-allowed;
}
.imgProfileLeftBar{
    width: 80px;
}
.imgNavbar{
    width: 150px;
}
@media (max-height: 700px)
{
    .left a{
       font-size: 15px;
    }
    .imgProfileLeftBar{
        width: 70px;
    }
}@media (max-width: 500px)
{
    #areaJustificativas{
        display: none;
    }
    .left a{
       font-size: 15px !important;
    }
    .mini-left i{
        font-size: 8px !important;
    }
    .imgProfileLeftBar{
        width: 70px;
    }
    .imgNavbar{
        width: 50px;
    }
    .left, .mini-left{
        display: none;
    }
    .right, .max-right{
        width: 100%;
        left: 0;
    }
    h1{
        font-size: 20px;
    }
    .imgLogin{
        width: 100px !important;
    }
    .imgLogoApp{
        width: 100px !important;
    }

    .container-login{
        width: 80% !important;
        padding: 20px;
        background: #31353e;
        border-radius: 10px;
    }

    .navbarAppFull{
        display: none;
    }
    .navbarMobile{
        display: inline-flex;
        background: #31353e;
        padding: 10px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 9;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        margin-bottom: 100px;
    }
    .container-fluid{
        margin-top: 70px;
    }
    h4{
        font-size: 14px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 15px;
    }
}

.right .table th{
    color: #fff;
    border-color: #31353e !important;
}
.right .table td{
    color: #b6b6b6;
    border-color: #31353e !important;
}
.max-right .table th{
    color: #fff;
    border-color: #31353e !important;
}
.max-right .table td{
    color: #b6b6b6;
    border-color: #31353e !important;
}

.pageFull .table th{
    color: #fff;
    border-color: #31353e !important;
}
.pageFull .table td{
    color: #b6b6b6;
    border-color: #31353e !important;
}

table-special .th{
    color: #222 !important;
    /*border-color: #31353e !important;*/
}s
.nav-link{
    color: #fff !important;
}
.nav-tabs{
    border-color: #1b1e23 !important;
}
.nav-item .active{
    background: transparent !important;
    border-color: #1b1e23 !important;
    color: #fff !important;
}
.gerenciarRota, .gerenciarCliente, .gerenciarCobrador, .gerenciarParcela{
    cursor: pointer;
}
.gerenciarRota:hover, .gerenciarCliente:hover, .gerenciarCobrador:hover{
    background:#1b1e23 ;
}
.gerenciarParcela:hover{
    opacity: .7;
}
.btn-second{
    color: #ffc107 !important;
    background: transparent;
    font-weight: bold;
}
a{
    color: #ffc107;
}
.page-item a{
    background: #31353e !important;
    border-color: #282b32 !important; ;
    color: #ffc107;
}
.page-item a:hover{
    color: #efb608;
}
.activePagincacao  a{
    background: #ffc107 !important;
    color: #222;
}

.pageFull{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/background.png");
    background-size: cover;
    /*padding: 20px 0px;*/
    color: #fff;
    overflow: auto;
}
.navbarapp{
    background: #31353e;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px;
}
.navbarapp-title{
    font-weight: 900;
    color: #fff;
}
.caixaAvatar{
    width: 100%;
    height: 115px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.caixaAvatar:hover{
    background: #DD6A73;
}
.caixaSelected{
    background: #DD6A73 !important;
}
.modal-body{
    /*max-height: 75vh; !* max 80% of the viewport height *!*/
    /*overflow-y: auto;*/
}
#modalAlterarAvatar .modal-body{
    max-height: 65vh; /* max 80% of the viewport height */
    overflow-y: auto;
}

.carDespesas{
    transition: 1s all !important;
}
.fixedcard{
    position: fixed;
    right: 0px;
    max-width: 22.5555%;
    top: 2%;
}
.imgEmpty{
    width: 200px;
}
.dropdown-filtro{
    background: #282d34;
    width: 400px;
    color: #fff;
}
.list-app-header{
    background: #282d34 !important;
}
.list-group-item{
    border: none;
    border-bottom:1px solid #343942 !important;
}

.page_report{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}
.viewPassword{
    cursor: pointer;
}
.nav-tabs{
    border-bottom-color: #282d34 !important;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}
.tabsbarmobile{
    position:fixed;
    bottom: 0;
    width: 100%;
    background: #24282F;
    z-index: 3;
    box-shadow: 0 -5px 5px -5px #333;
}
.tabsbarmobile a{
    color: #fff !important;
}
.activeTab{
    background: #DD6A73;
    border-radius: 0 !important;
    color: #fff;
}
.jumbotron_app{
    background: #24282F;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
#toast-container > div {
    opacity: 1 !important;
}
.cardRight{
    position: fixed;
    top: 10px;
    width: 60% !important;
    max-width: 30%;
    right: 0;
}

.text-error td{
    color: orangered !important;
}
.text-error .badge{
    background: orangered !important;;
}

.imgTable {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
}