﻿/* Definições Gerais */
html,
body {
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
}

body {
    background: #F3F3F3;
    overflow: hidden;
    color: #212121;
}

.body-almahcondos {
    overflow-y: auto;
    background: url('../../../assets/images/fundoTelaAlmah.png') no-repeat;
    background-position: center;
    background-size: cover
}

.container-principal {
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

a.link-index {
    color: #191248;
}

.label-agrupamento {
    background-color: #5BDE75;
}

.label-garantidora {
    background-color: #FF8C00;
}

.label-acordo {
    background-color: #DEB887;
}

.label-acordoGerado {
    background-color: #04B4AE;
}

.label-cobrarFechamento {
    background-color: #337ab7;
}

.label-emFechamento {
    background-color: #0B2161;
}

.label-juizo {
    background-color: #0B2161;
}


.label-privada {
    background-color: #04B4AE;
}

.label-publica {
    background-color: #0B2161;
}

.label-aprovado {
    background-color: #28a745;
}

.label-reprovado {
    background-color: #bd2130;
}

.label-analise {
    background-color: #0062cc;
}

.label-retencao {
    background-color: #8b388c;
}

.label-recorrente {
    background-color: #9d8660;
}

.label-bloqueado {
    background-color: #000000;
}

.label-enviado-sindico {
    background-color: #FFC300;
}

@media (max-width: 767px) {
    .panel-index, .panel-estabelecimento {
        border-radius: 6px !important;
        margin: 25px auto;
        max-width: 345px;
    }

        .panel-index .panel-heading, .panel-estabelecimento .panel-heading {
            padding: 25px !important;
        }
}

@media (min-width: 768px) {
    .panel-index, .panel-estabelecimento {
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 10px;
        width: 345px;
        border-radius: 6px !important;
    }

        .panel-index .panel-heading, .panel-estabelecimento .panel-heading {
            padding: 25px !important;
        }
}

    .tooltip {
        position: fixed !important;
    }

    .tooltip-inner {
        word-break: break-word;
    }
/* Definições Gerais */
/* Definições Grid Bootstrap */
.row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.form-horizontal .form-group {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/* Definições Grid Bootstrap */
/* Definições Navbar */
#header {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    min-height: 70px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    background: #FFFFFF;
}

@media (max-width: 767px) {
    #header {
        padding: 0px 8px;
    }
}

#header .hi-logo a {
    position: fixed;
    top: 12px;
}

@media(max-width: 767px) {
    #header .hi-logo a {
        position: fixed;
        top: 19px;
    }
}

#imagemlogo {
    max-width: 200px;
    max-height: 45px;
    width: auto;
    height: auto;
}

@media(max-width : 767px) {
    #imagemlogo {
        max-width: 120px;
        max-height: 45px;
        width: auto;
        height: auto;
    }
}

#header .ma-backdrop {
    position: absolute;
}

@media (max-width: 1279px) {
    #header .hi-trigger {
        display: inline-block !important;
    }
}

#header.search-toggled .h-search-wrap {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.h-inner {
    list-style: none;
    padding: 17px 0;
    margin-bottom: 0;
    position: relative;
}

    .h-inner > li:not(.pull-right) {
        float: left;
    }

@media (min-width : 767px) {
    .hi-nome-cond {
        color: #000000 !important;
        text-transform: uppercase;
        font-size: 13px;
        text-align: right;
        position: relative;
        left: auto;
        right: 10px;
        width: auto;
        top: 0px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }

    .hi-nome-usuario {
        color: #000000 !important;
        font-size: 13px;
        text-align: left;
        position: relative;
        left: auto;
        right: 10px;
        width: auto;
        top: 0px;
        font-weight: bold;
        text-decoration: none;
        float: left;
    }
}

.hi-nomes-wrapper {
    margin-left: 150px;
    flex-grow: 1;
}

.hi-nomes {
    list-style: none;
    overflow-y: auto;
}

@media (min-width : 767px) {
    .hi-nome-est {
        color: #333 !important;
        text-transform: uppercase;
        font-size: 13px;
        text-align: right;
        float: right;
        position: relative;
        left: auto;
        right: 10px;
        width: auto;
        text-decoration: none;
    }

    .hi-indicador-condominios {
        color: #000000 !important;
        font-size: 13px;
        text-align: left;
        position: relative;
        left: auto;
        right: 10px;
        width: auto;
        top: 0px;
        text-decoration: none;
        float: left;
    }
}

@media (max-width : 767px) {
    .hi-nome-est {
        display: none
    }

    .hi-indicador-condominios {
        display: none
    }
}

@media(max-width: 767px) {
    .hi-nome-cond {
        display: none;
    }

    .hi-nome-usuario {
        display:none;
    }
}

.hi-trigger {
    position: relative;
    margin-left: -5px;
    cursor: pointer;
    display: none !important;
}

    .hi-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 0;
        margin-top: -22px;
        margin-left: -22px;
    }

    .hi-trigger.toggled:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.hi-menu {
    list-style: none;
    padding: 0;
}

    .hi-menu > li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: top;
        min-width: 40px;
    }

@media (max-width: 767px) {
    .hi-menu > li {
        position: static !important;
    }
}

@media(max-width:550px) {
    .hi-menu > li.dropdown:not(.btnmensagem) {
        display: none;
    }
}

.hi-menu > li .dropdown-menu-lg {
    padding: 0;
}

    .hi-menu > li .dropdown-menu-lg .lg-body {
        min-height: 350px;
        overflow-x: hidden;
    }

.hi-menu > li > a {
    color: #555;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    border-radius: 2px;
}

    .hi-menu > li > a > .him-icon {
        font-size: 24px;
        line-height: 36px;
    }
    .hi-menu > li > a > .him-icon-contrato {
        font-size: 24px;
        line-height: 36px;
        color:darkred;
    }

    .hi-menu > li > a > .him-label {
        line-height: 35px;
        white-space: nowrap;
        padding: 0 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .hi-menu > li > a > .him-counts {
        position: absolute;
        font-style: normal;
        background: #ec857d;
        padding: 1px 5px;
        border-radius: 2px;
        right: 7px;
        top: -3px;
        font-size: 10px;
        line-height: 15px;
        color: white;
    }


@media (max-width: 767px) {
    .hi-menu .dropdown-menu-lg {
        width: calc(100% - 28px) !important;
    }

    .hi-menu .dropdown-menu {
        right: 14px;
        top: 55px !important;
    }
}

.hi-menu > li.toggled > a,
.hi-menu > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08);
}

.him-notification:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    background: url(../img/notifications.png) no-repeat center;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    opacity: 0;
    filter: alpha(opacity=0);
    top: 42px;
}

.him-notification.empty:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
}

.hi-menu > li > a > .him-remoteaccess {
    position: absolute;
    font-style: normal;
    background: #5CB85C;
    padding: 1px 5px;
    border-radius: 2px;
    right: 0px;
    top: -5px;
    font-size: 10px;
    line-height: 15px;
}

.line-wrap {
    width: 18px;
    height: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 12px 12px;
    cursor: pointer;
}

@media(max-width: 767px) {
    .line-wrap {
        width: 18px;
        height: 15px;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        margin: 12px 12px;
        cursor: pointer;
    }
}

.line-wrap .line {
    width: 18px;
    height: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #555;
}

    .line-wrap .line.center {
        margin: 3px 0;
    }

.toggled .line-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 12px 12px;
}

@media(max-width: 767px) {
    .toggled .line-wrap {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: 12px 12px;
    }
}

.arrow {
    cursor: pointer;
}

    .arrow .line {
        height: 2px;
        background-color: #555;
    }

        .arrow .line.center {
            margin: 2px 0;
            width: 18px;
        }

        .arrow .line.top {
            width: 12px;
            transform: rotate(-35deg) translate(0px, 0px);
        }

        .arrow .line.bottom {
            width: 12px;
            transform: rotate(35deg) translate(0px, 0px);
        }

/* Definições Navbar */
/* Definições para a página principal */

#page {
    padding: 70px 10px 0px 10px;
}

@media(max-width:767px) {
    #page {
        padding: 70px 10px 0px 10px;
        height: 100%;
        overflow-y: scroll;
    }
}

.page-title {
    margin: 10px 2px 10px 2px;
}

    .page-title > h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #212121;
        cursor: default;
        margin: 0;
        font-weight: bolder;
    }

.breadcrumb {
    color: #818181;
    background: transparent;
    cursor: default;
    margin: 0;
    padding: 0px;
}

    .breadcrumb > li + li:before {
        content: "\f101";
        font-family: 'Font Awesome 5 Pro';
    }

.page-funcao {
    float: right;
    font-size: 10px;
    color: #989898;
}

.page-funcao-mobile {
    float: right;
    font-size: 10px;
    color: #989898;
    margin-bottom: 10px;
}

.panel-body .page-funcao {
    margin-bottom: 10px;
}

ul.breadcrumb li.funcao:before {
    content: '';
}

/* Definições para a página principal */
/* Definições de Panel */
.panel {
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #c3baba;
    margin-bottom: 10px !important;
    background: #FFF;
    border-radius: 2px;
}

.panel-grid, .panel-form, .panel-blank, .panel-mobile {
    box-shadow: none;
    margin-bottom: 0px !important;
    border: solid 0px;
}

.panel-body-grid {
    padding: 0px;
    height: calc(100vh - 220px);
    overflow: auto;
}

.panel-body-grid {
    border: solid 1px #dcd5d5;
}
/* ##Device = Desktops Larger */
@media (min-width: 1920px) {
    .panel-body-mobile {
        height: 100vh;
        overflow-y: auto;
        background: #F3F3F3;
        border: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 8px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .panel-body-blank {
        height: calc(100vh - 133px);
        overflow: hidden;
        overflow-y: auto;
        background: #F3F3F3;
        border: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 8px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .panel-body-form {
        height: calc(100vh - 193px);
        overflow: hidden;
        overflow-y: auto;
        background: #F3F3F3;
        border: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        padding-left: 10px !important;
        padding-right: 8px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (min-width: 1643px) {
         .panel-body-mobile {
            height: 68vh;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
}


    @media (min-width: 1366px) {
        .panel-body-mobile {
            height: 68vh;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-blank {
            height: calc(100vh - 133px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-form {
            height: calc(100vh - 193px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    }

    /* ##Device = Laptops, Desktops */
    @media (min-width: 1025px) and (max-width:1440px) {
        .panel-body-mobile {
            height: 63vh;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-blank {
            height: calc(100vh - 133px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-form {
            height: calc(100vh - 193px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    }

    /* ##Device = Tablets, Ipads (portrait)*/
    @media (min-width:700px) and (max-width: 1024px) {
        .panel-body-mobile {
            height: 74vh;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-blank {
            height: calc(100vh - 133px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-form {
            height: calc(100vh - 193px);
            overflow: hidden;
            overflow-y: auto;
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    }

    /* ##Device = Most of the Smartphones Mobiles (Portrait) */
    @media (min-width:500px) and (max-width:700px) {
        .panel-body-mobile {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-blank {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-form {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    }



    @media (min-width:300px) and (max-width:500px) {
        .panel-body-mobile {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-blank {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

        .panel-body-form {
            background: #F3F3F3;
            border: 0 !important;
            margin-left: -10px !important;
            margin-right: -10px !important;
            padding-left: 10px !important;
            padding-right: 8px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    }

    /*Para dar espaço do elemento de cima para mobiles e tablets (obs: xs mobile, sm tablets, both para os dois)*/
    @media (max-width:991px) {
        .m-both-top {
            margin-top: 1.5vh;
        }
    }


    @media (min-width:768px) and (max-width:991px) {
        .m-sm-top {
            margin-top: 1.5vh;
        }
    }

    @media (max-width:767px) {
        .m-xs-top {
            margin-top: 1.5vh;
        }
    }

    @media (max-width:767px) {
        .m-xs-top-2 {
            margin-top: 2vh;
        }
    }


    /*Para botões responsivos*/

    @media (max-width:767px) {
        .btn-xs {
            width: 100% !important;
        }
    }

    @media (min-width: 992px) {
        .m-lg-wd {
            width: 73.5%
        }
    }

    @media (min-width: 992px) {
        .m-lg-wd1 {
            width: 73.0%
        }
    }



    .panel-toolbar {
        padding: 0px 0px 10px 0px;
        background: #F3F3F3 !important;
        border-bottom: solid 0px !important;
    }

        .panel-toolbar .btn {
            padding: 8px 8px;
            line-height: 1.3333333;
            border-radius: 4px;
            transition: all .2s ease;
            width: 50px;
            height: 50px;
        }

            .panel-toolbar .btn > i {
                font-size: 18px !important;
            }


        .panel-toolbar .btn-mobile-atalho {
            padding: 8px 8px;
            line-height: 1.3333333;
            transition: all .2s ease;
            width: 100% !important;
            height: 153px !important;
            border-radius: 10px !important;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        }

            .panel-toolbar .btn-mobile-atalho > i {
                font-size: 70px !important;
            }

    .panel-grid .panel-footer {
        padding: 2px 0px;
        background-color: #F3F3F3 !important;
        border-top: solid 0px;
    }

    .panel-mobile .panel-footer {
        padding: 2px 0px;
        background-color: #F3F3F3 !important;
        border-top: solid 0px;
    }

    .panel-blue {
        border: solid 0px;
    }

        .panel-blue .panel-heading {
            background-color: #4285F4;
            color: #FFF;
        }
    /* Definições de Panel */
    /* Definições Form.master */

    /* Definições de Conteúdo */
    .padding5 {
        padding: 5px !important;
    }

    /*Dá um padding left(l) e right(r) para mobile*/
    @media (max-width:767px) {
        .padding-xs-lr {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
    }

    @media (max-width:991px) {
        .padding-both-lr {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .padding-sm-lr {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
    }

    .no-padding {
        padding: 0 !important;
    }

    .label {
        font-size: 85%;
        font-weight: normal;
        display: inline-block;
    }
    /* Definições de Conteúdo */

    /* Definições Tab-Control */
    /* Definições Tab-Control */
    .nav-tabs {
        border-bottom: 1px solid #fff;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 1.42857143;
                border: 1px solid transparent;
                border-radius: 2px 2px 0 0;
            }

                .nav-tabs > li > a:hover {
                    border-color: #eeeeee #eeeeee #fff;
                }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                color: #555555;
                background-color: transparent;
                border: 1px solid #fff;
                border-bottom-color: transparent;
                cursor: default;
                outline: 0 !important;
            }

        .nav-tabs.nav-justified {
            width: 100%;
            border-bottom: 0;
        }

            .nav-tabs.nav-justified > li {
                float: none;
            }

                .nav-tabs.nav-justified > li > a {
                    text-align: center;
                    margin-bottom: 5px;
                }

            .nav-tabs.nav-justified > .dropdown .dropdown-menu {
                top: auto;
                left: auto;
            }

    @media (min-width: 768px) {
        .nav-tabs.nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 0;
            }
    }

    .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 2px;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

    @media (min-width: 768px) {
        .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 2px 2px 0 0;
        }

        .nav-tabs.nav-justified > .active > a,
        .nav-tabs.nav-justified > .active > a:hover,
        .nav-tabs.nav-justified > .active > a:focus {
            border-bottom-color: #f3f3f3;
        }
    }

    .nav-pills > li {
        float: left;
    }

        .nav-pills > li > a {
            border-radius: 2px;
        }

        .nav-pills > li + li {
            margin-left: 2px;
        }

        .nav-pills > li.active > a,
        .nav-pills > li.active > a:hover,
        .nav-pills > li.active > a:focus {
            color: #fff;
            background-color: #2196F3;
        }

    .nav-browser {
        width: max-content;
    }

        .nav-browser > li {
            float: left;
            margin-bottom: 10px;
        }

            .nav-browser > li > a {
                outline: none;
                font-size: 14px;
                color: #000;
                background-color: transparent !important;
                text-decoration: none;
            }

            .nav-browser > li + li {
                margin-left: 10px;
            }

            .nav-browser > li.active > a {
                color: #337ab7;
                border-bottom: 1px solid #337ab7;
                background-color: transparent !important;
                text-decoration: none;
            }

                .nav-browser > li.active > a:hover,
                .nav-browser > li.active > a:focus {
                    color: #286090;
                    border-bottom-color: #286090;
                    background-color: transparent !important;
                    text-decoration: none;
                }

            .nav-browser > li > a:hover,
            .nav-browser > li > a:focus {
                color: #797979;
                background-color: transparent !important;
                text-decoration: none;
            }

    .nav-stacked > li {
        float: none;
    }

        .nav-stacked > li + li {
            margin-top: 2px;
            margin-left: 0;
        }

    .nav-justified {
        width: 100%;
    }

        .nav-justified > li {
            float: none;
        }

            .nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

    @media (min-width: 768px) {
        .nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .nav-justified > li > a {
                margin-bottom: 0;
            }
    }

    .nav-tabs-justified {
        border-bottom: 0;
    }

        .nav-tabs-justified > li > a {
            margin-right: 0;
            border-radius: 2px;
        }

        .nav-tabs-justified > .active > a,
        .nav-tabs-justified > .active > a:hover,
        .nav-tabs-justified > .active > a:focus {
            border: 1px solid #ddd;
        }

    @media (min-width: 768px) {
        .nav-tabs-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 2px 2px 0 0;
        }

        .nav-tabs-justified > .active > a,
        .nav-tabs-justified > .active > a:hover,
        .nav-tabs-justified > .active > a:focus {
            border-bottom-color: #f3f3f3;
        }
    }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .tab-nav {
        list-style: none;
        padding: 0;
        white-space: nowrap;
        margin: 0;
        overflow: auto;
        box-shadow: inset 0 -2px 0 0 #eee;
        width: 100%;
    }

        .tab-nav li {
            display: inline-block;
            vertical-align: top;
        }

            .tab-nav li > a {
                display: inline-block;
                color: #7a7a7a;
                text-transform: uppercase;
                position: relative;
                width: 100%;
                -webkit-transition: all;
                -o-transition: all;
                transition: all;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms;
                font-weight: 500;
            }

                .tab-nav li > a:after {
                    content: "";
                    height: 2px;
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    -webkit-transition: all;
                    -o-transition: all;
                    transition: all;
                    -webkit-transition-duration: 250ms;
                    transition-duration: 250ms;
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                }

    @media (min-width: 768px) {
        .tab-nav li > a {
            padding: 15px;
        }
    }

    @media (max-width: 768px) {
        .tab-nav li > a {
            padding: 15px 8px;
        }
    }

    .tab-nav li.active > a {
        color: #000;
    }

    .tab-nav li > a:focus {
        outline: 0 !important;
    }

    .tab-nav li.active > a:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .tab-nav.tab-nav-right {
        text-align: right;
    }

    .tab-nav.tn-justified > li {
        display: table-cell;
        width: 1%;
        text-align: center;
    }

    .tab-nav.tn-icon > li .zmdi {
        font-size: 22px;
        line-height: 100%;
        min-height: 25px;
    }

    .tab-nav:not([data-tab-color]) > li > a:after {
        background: #2196F3;
    }

    .tab-nav[data-tab-color="green"] > li > a:after {
        background: #4CAF50;
    }

    .tab-nav[data-tab-color="red"] > li > a:after {
        background: #F44336;
    }

    .tab-nav[data-tab-color="teal"] > li > a:after {
        background: #009688;
    }

    .tab-nav[data-tab-color="amber"] > li > a:after {
        background: #FFC107;
    }

    .tab-nav[data-tab-color="black"] > li > a:after {
        background: #000000;
    }

    .tab-nav[data-tab-color="cyan"] > li > a:after {
        background: #00BCD4;
    }

    .tab-content {
        padding: 15px 15px 15px 15px;
    }
    /* Definições Tab-Control */

    /* Definições Table */
    .table {
        margin-bottom: 0px;
    }

        .table > thead > tr {
            /*background: #f5f5f5;*/
        }

            .table > thead > tr > th,
            .table > tbody > tr > th,
            .table > tfoot > tr > th,
            .table > thead > tr > td,
            .table > tbody > tr > td,
            .table > tfoot > tr > td {
                border-top: 0px;
            }

                .table > thead > tr > th + th,
                .table > tbody > tr > th + th,
                .table > tfoot > tr > th + th,
                .table > thead > tr > td + td,
                .table > tbody > tr > td + td,
                .table > tfoot > tr > td + td {
                    border-left: 1px solid #EEE;
                }

            .table > thead > tr > th {
                border-bottom-width: 1px !important;
            }

            .table > thead > tr + tr th {
                border-top: 0 !important;
            }

            .table > thead > tr > th:last-child,
            .table > tbody > tr > td:last-child,
            .table > tfoot > tr > th:last-child {
                border-right: 1px solid #EEE !important;
            }

        .table > tbody > tr:last-child > td,
        .table > tbody > tr:last-child > th {
            border-bottom: 1px solid #EEE !important;
        }

        .table > tfoot > tr:last-child > th {
            border-bottom: 1px solid #EEE !important;
        }

        .table > tbody > tr:hover:not(.disabled) {
            background: #E5F3FF !important;
            cursor: pointer;
            transition: all .05s ease;
        }

    .panel-body-mobile .table:not(.table-striped) > tbody > tr:not(.selected):hover {
        background: transparent !important;
        cursor: initial;
    }

    .table > tbody > tr.selected {
        background: #CCE8FF !important;
    }

    .dataTable .table > tbody > tr > td:first-child,
    .dataTable .table > thead > tr > th:first-child,
    .dataTable .table > tfoot > tr > th:first-child {
        padding-left: 12px !important;
    }

    .table-condensed > tbody > tr > td {
        vertical-align: middle;
    }

    td.form-field {
        padding: 0px !important;
    }

    .table > thead > tr > th.sorting_disabled {
        padding-right: 5px !important;
    }

    .table > tbody > tr > td > span > i {
        width: 20px;
        text-align: center
    }

    .dataTable .table > thead > tr > th.sorting_disabled:last-child {
        padding-right: 12px !important;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #FFF;
    }

    .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #F5F6F7;
    }

    .table td.details-control {
        cursor: pointer;
        font-size: 12pt;
        color: green;
    }

        .table td.details-control:after {
            content: "\f055";
            font-family: 'Font Awesome 5 Pro';
        }

    .table tr.shown td.details-control {
        cursor: pointer;
        font-size: 12pt;
        color: red;
    }

        .table tr.shown td.details-control:after {
            content: "\f056";
            font-family: 'Font Awesome 5 Pro';
        }

    .table td.details-control-anexo {
        cursor: pointer;
        font-size: 8pt;
        color: steelblue;
    }

        .table td.details-control-anexo:after {
            content: "Exibir";
        }

    .table tr.shown td.details-control-anexo {
        cursor: pointer;
        font-size: 8pt;
        color: steelblue;
    }

        .table tr.shown td.details-control-anexo:after {
            content: "Ocultar";
        }

    .table tr.fundobranco {
        background: #fff !important;
    }

    tr.table-another-table td.table-another-table:first-child {
        border-top: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
        padding: 1% 9% 2% !important;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #4285F4;
        border-color: #4285F4;
    }

    .pagination > li > a, .pagination > li > span {
        color: #333;
        padding: 5px 10px;
    }

    table.dataTable {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .dataTables_filter label {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .dataTables_length select,
    .dataTables_filter input {
        height: 49px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: normal;
    }

    .dataTables_filter {
        /*margin-right: 5px;*/
    }

    .dataTables_paginate {
        height: 30px;
    }

        .dataTables_paginate .pagination {
            margin: 0;
        }

    .input-group-filter {
        width: 200px;
    }

    @media (min-width:300px) and (max-width:550px) {
        .input-group-filter {
            width: 100% !important;
            margin-top: 10px;
        }
    }

    .input-group-filter input {
        height: 49px !important;
        font-size: 16px !important;
        font-weight: normal !important;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .input-group-filter .input-group-addon {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    /* Definições Table */
    /* Definições de Formulário */

    .input-group-addon {
        border-radius: 0px;
        min-width: 40px;
    }

        .input-group-addon + .tooltip {
            position: fixed;
        }

        .input-group-addon:has(+ .tooltip) {
            border-left: 0;
        }

        .input-group-addon:not(:last-of-type) {
            border-left: 0;
        }

    td .grid-commands {
        padding: 5px !important;
    }

    .input-group-btn .btn, .grid-commands .btn {
        height: 30px;
        padding: 4px 8px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .btn {
        border-radius: 0px;
    }

    .btn-toolbar {
        padding: 8px 8px;
        font-size: 20px;
        line-height: 1.3333333;
        border-radius: 4px;
        transition: all .2s ease;
        width: 50px;
        height: 50px;
    }

    .btn > .label {
        position: absolute;
        right: -8px;
        top: -8px;
        font-size: 60%;
        padding: 3px 6px !important;
        font-weight: bold;
    }

    .btn-arquivo-download, .btn-arquivo-abrir {
        border-radius: 4px !important;
    }

    .btn-mobile {
        background-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .btn-mobile:hover {
            box-shadow: none;
        }

        .btn-mobile:focus {
            box-shadow: none;
        }

        .btn-mobile > i {
            font-size: 15px;
        }

    @media (min-width:300px) and (max-width:500px) {
        .btn-mobile > i {
            font-size: 17px;
        }
    }

    .btn-mobile-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .btn-mobile-atalho > div {
        font-size: 18px;
        padding: 5px;
    }

    .btn-mobile-atalho > i {
        padding: 5px;
    }

    .btn-lg {
        border: none;
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .btn-outline-primary {
        color: #2e6da4;
        border-color: #2e6da4;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-primary:hover {
            color: #fff !important;
            background-color: #337ab7 !important;
            border-color: #2e6da4 !important;
        }

        .btn-outline-primary:focus {
            color: #2e6da4;
            border-color: #2e6da4;
            box-shadow: 0 0 0.5em #2e6da4;
        }

    .btn-outline-success {
        color: #28a745;
        border-color: #28a745;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-success:hover {
            color: #fff !important;
            background-color: #28a745 !important;
            border-color: #28a745 !important;
        }

        .btn-outline-success:focus {
            color: #28a745;
            border-color: #28a745;
            box-shadow: 0 0 0.5em #28a745;
        }

    .btn-outline-danger {
        color: #dc3545;
        border-color: #dc3545;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-danger:hover {
            color: #fff !important;
            background-color: #dc3545 !important;
            border-color: #dc3545 !important;
        }

        .btn-outline-danger:focus {
            color: #dc3545;
            border-color: #dc3545;
            box-shadow: 0 0 0.5em #dc3545;
        }

    .btn-outline-secondary {
        color: #6c757d;
        border-color: #6c757d;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-secondary:hover {
            color: #fff !important;
            background-color: #6c757d !important;
            border-color: #6c757d !important;
        }

        .btn-outline-secondary:focus {
            color: #6c757d;
            border-color: #6c757d;
            box-shadow: 0 0 0.5em #6c757d;
        }

    .btn-outline-warning {
        color: #ffc107;
        border-color: #ffc107;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-warning:hover {
            color: #fff !important;
            background-color: #ffc107 !important;
            border-color: #ffc107 !important;
        }

        .btn-outline-warning:focus {
            color: #ffc107;
            border-color: #ffc107;
            box-shadow: 0 0 0.5em #ffc107;
        }

    .btn-outline-dark {
        color: #555;
        border-color: #999;
        user-select: none;
        background-color: transparent;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .btn-outline-dark:hover {
            color: #fff !important;
            background-color: #555 !important;
            border-color: #555 !important;
        }

        .btn-outline-dark:focus {
            color: #555;
            border-color: #555;
            box-shadow: 0 0 0.5em #555;
        }

    .badges {
        display: inline-block;
        min-width: 10px;
        padding: 2px 5px;
        line-height: 15px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #777;
        border-radius: 3px;
        font-size: 12px;
    }

    .panel-toolbar .btn-group, .modal-toolbar .btn-group {
        margin-right: 6px;
    }

        .panel-toolbar .btn-group:last-child, .modal-toolbar .btn-group:last-child {
            margin-right: 0px;
        }

    .note-toolbar .btn-group + .btn-group {
        border-left: 0;
    }

    .card-toolbar .btn-group .divider {
        height: 39px !important;
        width: 1px !important;
        background: #EEE;
    }

    legend {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .control-label {
        font-weight: normal;
        padding-right: 5px !important;
    }

    .form-horizontal label.has-error {
        color: #a94442;
    }

    @media (max-width: 991px) {
        .form-horizontal .control-label {
            text-align: left;
        }
    }

    .required {
        color: #E02222;
        font-size: 12px;
        font-weight: bold;
        padding-right: 3px;
    }

    .fs-18 {
        font-size: 18px !important;
    }

    .fs-24 {
        font-size: 24px !important;
    }

    .f-600 {
        font-weight: 600 !important;
    }

    .c-cinza {
        color: #989898 !important;
    }

    .bootstrap-datetimepicker-widget {
        z-index: 99999;
    }

    hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .form-control {
        font-size: 13px;
        box-shadow: none;
        height: 30px;
        padding: 5px 10px;
        line-height: 1.5;
        border-radius: 0px;
    }

    .form-control-static {
        font-weight: bold;
    }

    .box {
        border: solid 1px #EEE;
        border-radius: 4px;
        padding: 10px;
        margin: 5px !important;
    }

    .row-telefone + .row-telefone {
        margin-top: 10px !important;
    }

    .row-listavalor + .row-listavalor {
        margin-top: 10px !important;
    }

    .col-btn {
    }

        .col-btn > .btn {
            width: 35px;
            height: 30px !important;
            padding: 5px !important;
            text-align: center;
            border-radius: 4px !important;
        }

        .col-btn > .btn-mini {
            width: 24px !important;
            height: 24px !important;
            padding: 1px !important;
            text-align: center;
            border-radius: 3px !important;
        }

        .col-btn > .btn-link {
            font-size: 16px !important;
            color: #888;
        }

            .col-btn > .btn-link:hover {
                color: #000;
            }

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }
    /* Definições de Formulário */
    /* Definições de Modal */

    body.modal-open {
        overflow-y: hidden !important;
    }

    body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
        margin-right: 0;
    }

    .modal .modal-content {
        border-radius: 0;
        background: #F3F3F3;
    }

    .modal-carteira {
        border-radius: 0;
        background: #FFFFFF;
    }

    .modal .modal-header {
        border-bottom: solid 0px;
        padding: 10px 10px 10px 10px;
    }

        .modal .modal-header button {
            outline: none;
        }

    .modal .modal-toolbar {
        padding: 0px 10px 10px 10px;
        background: #F3F3F3 !important;
    }

        .modal .modal-toolbar .btn {
            padding: 8px 8px;
            font-size: 20px;
            line-height: 1.3333333;
            border-radius: 4px;
            transition: all .2s ease;
            width: 50px;
            height: 50px;
        }

    @media(min-width:767px) {
        .modal-smx {
            width: 700px !important;
            margin: 50px auto;
        }
    }

    @media(max-width:766px) {
        .modal-smx {
            width: auto !important;
        }
    }

    @media (max-width: 1199px) {
        .modal-xl {
            width: 90% !important;
        }
    }

    @media (min-width: 1200px) {
        .modal-xl {
            width: 1150px !important;
        }

        .modal-xxl {
            width: 1325px !important;
        }
    }

    .modal .modal-close {
        margin: -5px -10px;
        padding: 9px 12px !important;
        background-color: #eee;
    }

    .modal-full {
        width: 90% !important;
    }

    .modal .modal-close:hover,
    .modal .modal-close:focus {
        background-color: #EEE;
    }

    .modal .modal-body {
        max-height: calc(100vh - 194px);
        overflow: hidden;
        overflow-y: auto;
        padding: 0px 10px 10px 10px;
    }

    @media(max-width: 850px) {
        .modal .modal-body {
            max-height: none;
            overflow: hidden;
            overflow-y: auto;
            padding: 0px 10px 10px 10px;
        }

        .modal:not(.bootbox) .modal-dialog {
            margin: 0px auto;
            height: 100%;
            width: 100%
        }
    }

    .modal-body:last-child {
        margin-bottom: 0px !important;
    }

    .modal .modal-content {
        border: 0;
        border-bottom: solid 4px #337ab7;
    }

    .modal-carteira {
        border: 0;
        border-bottom: solid 4px #337ab7;
    }

    @media (min-width: 850px) {
        .modal .modal-content {
            border: 0;
            border-bottom: solid 4px #337ab7;
        }

        .modal-carteira {
            border: 0;
            border-bottom: solid 4px #337ab7;
        }
    }

    @media (max-width: 850px) {
        .modal:not(.bootbox) .modal-content {
            border: 0;
            border-bottom: solid 4px #337ab7;
            height: 100% !important;
            overflow: auto;
        }
    }

    .close {
        font-size: 31px;
    }

    .bootbox .modal-header {
        padding: 15px;
    }

    .bootbox .modal-body {
        background: #FFF;
        padding: 15px;
    }
    /* Definições de Modal */

    .anexoDeletado td {
        text-decoration: line-through;
    }

    .pmo-pic {
        cursor: pointer;
        border: solid 1px #F0F0F0;
        border-radius: 4px;
        background: #fafafa;
        margin-bottom: 10px;
    }

        .pmo-pic .p-relative {
            padding: 20px;
            text-align: center;
            /*background: #fff;*/
            border-bottom: solid 1px #F0F0F0;
            position: relative;
        }

        .pmo-pic input[type='file'] {
            display: none;
        }

        .pmo-pic img {
            width: 100%;
            max-width: 250px;
            height: auto;
            background: #fff;
        }

        .pmo-pic .pmop-edit {
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            background: rgba(0, 0, 0, .38);
            text-align: center;
            padding: 10px 10px 11px;
            width: 100%;
            opacity: 0;
        }

        .pmo-pic h2 {
            font-size: 18px;
            font-weight: 400;
            color: #333;
            margin: 4px;
            padding: 12px;
            display: block;
            text-align: center;
        }

        .pmo-pic h4 {
            font-size: 16px;
            font-weight: 400;
            color: #333;
            margin: 4px;
            padding: 12px;
            display: block;
            text-align: center;
        }

        .pmo-pic:hover .pmop-edit {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .foto {
        display: inline-block;
        width: 180px;
        height: 180px;
        border: solid 1px #ddd;
        border-radius: 50%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #FFF;
    }
    /* Anexo */
    /* Definições de Filtro */

    footer {
        position: fixed;
        bottom: 0;
        padding: 2px;
        background: #FFF;
        width: 100%;
        border-top: 1px solid #F0F0F0;
        z-index: 1030;
        text-align: center;
        border-bottom: solid 2px #4285F4;
        font-size: 11px;
    }

    @media (max-width: 767px) {
        footer {
            display: none;
        }
    }

    /* Definições de Filtro */
    /* Util */

    .col-020 {
        min-width: 20px;
        max-width: 40px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-030 {
        min-width: 30px;
        max-width: 50px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-040 {
        min-width: 40px;
        max-width: 60px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-060 {
        min-width: 60px;
        max-width: 80px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-080 {
        min-width: 80px;
        max-width: 100px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-100 {
        min-width: 100px;
        max-width: 120px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-120 {
        min-width: 120px;
        max-width: 140px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-140 {
        min-width: 140px;
        max-width: 160px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-150 {
        min-width: 150px;
        max-width: 300px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-200 {
        min-width: 200px;
        max-width: 400px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-250 {
        min-width: 250px;
        max-width: 500px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-300 {
        min-width: 300px;
        max-width: 500px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-400 {
        min-width: 400px;
        max-width: 500px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .col-500 {
        min-width: 500px;
        max-width: 500px;
        width: auto !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .huge {
        font-size: 20px;
    }

    @media(max-width : 767px) {
        .huge {
            font-size: 15px;
        }
    }

    .label_dsh {
        font-size: 13px;
    }

    @media(max-width : 767px) {
        .label_dsh {
            font-size: 11px;
        }
    }

    .zero-data {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        color: #adadad;
        margin: 50px 0px;
    }
    /* Util */
    /* Card */
    .bgm-info {
        color: #3a4246;
        background-color: #d9edf7;
    }

    .bgm-primary {
        color: #FFF;
        background-color: #337ab7;
    }

    .bgm-success {
        color: #3c763d;
        background-color: #dff0d8;
    }

    .bgm-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
    }

    .bgm-danger {
        color: #a94442;
        background-color: #f2dede;
    }

    .card-deck {
        display: flex;
        flex-direction: column;
        border: solid 1px #dcd5d5;
        border-bottom: solid 2px #dcd5d5;
        margin-bottom: 10px !important;
        background: #FFF;
        border-radius: 4px;
    }

    .card-header-deck {
        padding: 15px !important;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: solid 1px #EEE;
    }

    .card-header-deck-closable {
        cursor: pointer;
    }

    .card-header-deck h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        display: inline;
    }

        .card-header-deck h2 i {
            margin-right: 5px;
            width: 20px;
        }

    .card-deck .card-header-deck .actions {
        list-style: none;
        float: right;
    }

        .card-deck .card-header-deck .actions li {
            display: inline-block;
            min-width: 20px;
            text-align: right;
        }

            .card-deck .card-header-deck .actions li a:focus {
                outline: 0 !important;
            }

            .card-deck .card-header-deck .actions li i {
                color: #adadad;
                font-size: 14px;
            }

    .card {
        border: solid 1px #dcd5d5;
        border-bottom: solid 2px #dcd5d5;
        margin-bottom: 10px !important;
        background: #FFF;
        border-radius: 4px;
    }

    .card-header {
        padding: 15px !important;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: solid 1px #EEE;
    }

    .card-header-closable {
        cursor: pointer;
    }

    .card-header h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        display: inline;
    }

        .card-header h2 i {
            margin-right: 5px;
            width: 20px;
        }

    .card .card-header .actions {
        list-style: none;
        float: right;
    }

        .card .card-header .actions li {
            display: inline-block;
            min-width: 20px;
            text-align: right;
        }

            .card .card-header .actions li a:focus {
                outline: 0 !important;
            }

            .card .card-header .actions li i {
                color: #adadad;
                font-size: 14px;
            }

    .card-padding {
        padding: 15px !important;
    }

    .card-table {
        padding: 0 !important;
    }

        .card-table table {
            border-right: solid 1px #EEE !important;
        }

    .card-scroll {
        overflow: auto;
        box-sizing: border-box;
        padding-bottom: 20px;
        padding-right: 20px;
        border: solid 1px #EEE;
    }

    .card-table > .card-scroll {
        border: solid 0px;
    }

    .card .card-toolbar {
        padding: 0px;
        background-color: #fafafa;
        border-top: 1px solid #EEE;
        border-bottom: solid 1px #EEE;
    }

        .card .card-toolbar .btn-default {
            padding: 8px 8px;
            font-size: 16px;
            line-height: 1.3333333;
            border-radius: 0px;
            transition: all .2s ease;
            min-width: 35px;
            border-color: transparent;
            background-color: transparent;
        }

            .card .card-toolbar .btn-default:hover {
                background-color: #E5F3FF;
                border-color: #4285F4;
            }

            .card .card-toolbar .btn-default:focus {
                outline: 0;
            }

    .card-footer {
        padding: 8px 15px;
    }

    .card-inside {
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0px;
    }

        .card-inside .card-header {
            border-bottom: solid 1px #EEE;
        }

        .card-inside .card-padding {
            padding-top: 15px !important;
        }
    /* Card */
    /* Dropdown com Icones */

    .dm-icon > li > a > i {
        margin-right: 10px;
    }

    /* Dropdown com Icones */

    /* Multiselect Hierarchical*/
    .multiselect-hierarchical {
        border: 1px solid #ccc;
        max-height: 300px;
        overflow-y: scroll;
        padding: 0px 10px;
    }

        .multiselect-hierarchical ul {
            list-style: none;
            margin: 0;
        }

        .multiselect-hierarchical li {
            margin: 2px 0px;
        }

        .multiselect-hierarchical > ul {
            padding: 0;
        }

        .multiselect-hierarchical a {
            width: 100%;
            color: #333;
        }

    .multiselect-hierarchical-item > div {
        display: flex;
        align-items: baseline;
    }

    .multiselect-hierarchical-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .multiselect-hierarchical-group:nth-child(3) {
            padding-left: 20px;
        }

        .multiselect-hierarchical-group:nth-child(4) {
            padding-left: 24px;
        }

        .multiselect-hierarchical-group > span + span {
            padding-left: 5px;
        }

        .multiselect-hierarchical-group span.details-control {
            cursor: pointer;
            font-size: 12pt;
            color: green;
        }

            .multiselect-hierarchical-group span.details-control:after {
                content: "\f055";
                font-family: 'Font Awesome 5 Pro';
            }

            .multiselect-hierarchical-group span.details-control.shown {
                cursor: pointer;
                font-size: 12pt;
                color: red;
            }

                .multiselect-hierarchical-group span.details-control.shown:after {
                    content: "\f056";
                    font-family: 'Font Awesome 5 Pro';
                }

    /* Multiselect Hierarchical*/

    /* Toggle Switch */

    .toggle-switch {
        display: inline-block;
        vertical-align: top;
        padding-top: 7px;
        height: 30px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .toggle-switch .ts-label {
            display: inline-block;
            margin: 0 20px 0 0;
            vertical-align: top;
            -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
            transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .toggle-switch .ts-helper {
            display: inline-block;
            position: relative;
            width: 40px;
            height: 16px;
            border-radius: 8px;
            background: rgba(0, 0, 0, 0.26);
            -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            vertical-align: middle;
            cursor: pointer;
        }

            .toggle-switch .ts-helper:before {
                content: '';
                position: absolute;
                top: -4px;
                left: -4px;
                width: 24px;
                height: 24px;
                background: #fafafa;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
                border-radius: 50%;
                webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
                transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            }

        .toggle-switch:not(.disabled) .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
        }

        .toggle-switch input {
            position: absolute;
            z-index: 1;
            width: 46px;
            margin: 0 0 0 -4px;
            height: 24px;
            opacity: 0;
            filter: alpha(opacity=0);
            cursor: pointer;
        }

            .toggle-switch input:checked + .ts-helper:before {
                left: 20px;
            }

        .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
            background: rgba(0, 150, 136, 0.5);
        }

            .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
                background: #009688;
            }

            .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
            }

        .toggle-switch.disabled {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
            background: rgba(244, 67, 54, 0.5);
        }

            .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
                background: #F44336;
            }

            .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2);
            }

        .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
            background: rgba(33, 150, 243, 0.5);
        }

            .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
                background: #2196F3;
            }

            .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(33, 150, 243, 0.2);
            }

        .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
            background: rgba(255, 193, 7, 0.5);
        }

            .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
                background: #FFC107;
            }

            .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2);
            }

        .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
            background: rgba(186, 104, 200, 0.5);
        }

            .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
                background: #BA68C8;
            }

            .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(186, 104, 200, 0.2);
            }

        .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
            background: rgba(233, 30, 99, 0.5);
        }

            .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
                background: #E91E63;
            }

            .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2);
            }

        .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
            background: rgba(205, 220, 57, 0.5);
        }

            .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
                background: #CDDC39;
            }

            .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2);
            }

        .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
            background: rgba(0, 188, 212, 0.5);
        }

            .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
                background: #00BCD4;
            }

            .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2);
            }

        .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
            background: rgba(76, 175, 80, 0.5);
        }

            .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
                background: #4CAF50;
            }

            .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2);
            }
    /* Toggle Switch */
    /* Dropdown */

    .dropdown-menu {
        border-radius: 0px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
        border: 0;
        z-index: 2000;
    }

        .dropdown-menu .divider {
            background: #F0F0F0;
        }
    /* Dropdown */
    /* Summernote */

    .note-editor.note-frame {
        border: solid 1px #EEE;
        margin-bottom: 0px !important;
    }

    /* Summernote */
    /* Profile */
    .profile > a {
        display: block;
        width: 100%;
        background: url(../../assets/images/profile-menu.png) no-repeat left top;
        background-size: 100%;
        cursor: pointer;
        position: relative;
    }

        .profile > a .sp-info {
            background: rgb(128, 163, 192);
            padding: 10px 12px;
            color: #fff;
            bottom: 0;
            width: 100%;
            font-size: 10px;
        }

            .profile > a .sp-info span {
                max-width: 100%;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .profile > a .sp-info > i {
                font-size: 16px;
                line-height: 100%;
                position: absolute;
                right: 15px;
                top: 7px;
                -webkit-transition: all;
                -o-transition: all;
                transition: all;
                -webkit-transition-duration: 300ms;
                transition-duration: 300ms;
            }

    .profile .profile-menu {
        display: none;
    }

    .profile.toggled .sp-info > i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sp-user {
        max-width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        font-weight: bold;
    }

    /* Profile */
    /* Checkbox */
    .checkbox {
        padding-left: 20px;
    }

        .checkbox label {
            display: inline-block;
            position: relative;
            padding-left: 10px;
        }

            .checkbox label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -15px;
                border: 1px solid #cccccc;
                border-radius: 3px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            .checkbox label::after {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: -15px;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #555555;
            }

            .checkbox label.dash::after {
                font-size: 9px;
                padding-top: 3px;
                padding-right: 2px;
            }

        .checkbox.x2 label::before {
            width: 22px;
            height: 22px;
        }

        .checkbox.x2 label::after {
            width: 22px;
            height: 22px;
            padding-left: 1px;
            padding-top: 3px;
            font-size: 12px;
        }

        .checkbox input[type="checkbox"] {
            opacity: 0;
        }

            .checkbox input[type="checkbox"]:focus + label::before {
                outline: none;
            }

            .checkbox input[type="checkbox"]:checked + label::after {
                font-family: 'Font Awesome 5 Pro';
                content: "\f00c";
            }

            .checkbox input[type="checkbox"]:checked + label.dash::after {
                font-family: 'Font Awesome 5 Pro';
                content: "\f86c";
            }

            .checkbox input[type="checkbox"]:disabled + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"]:disabled + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

            .checkbox input[type="checkbox"][readonly]:read-only + label {
                opacity: 0.65;
            }

                .checkbox input[type="checkbox"][readonly]:read-only + label::before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

        .checkbox.checkbox-circle label::before {
            border-radius: 50%;
        }

        .checkbox.checkbox-inline {
            margin-top: 0;
        }

    .checkbox-primary input[type="checkbox"]:checked + label::before {
        background-color: #428bca;
        border-color: #428bca;
    }

    .checkbox-primary input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox-danger input[type="checkbox"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .checkbox-danger input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox-info input[type="checkbox"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .checkbox-info input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox-warning input[type="checkbox"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .checkbox-warning input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .checkbox-success input[type="checkbox"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .checkbox-success input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

    .radio {
        padding-left: 20px;
    }

        .radio label {
            display: inline-block;
            position: relative;
            padding-left: 5px;
            word-break: break-word;
        }

            .radio label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -20px;
                border: 1px solid #cccccc;
                border-radius: 50%;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out;
                transition: border 0.15s ease-in-out;
                outline: none !important;
            }

            .radio label::after {
                display: inline-block;
                position: absolute;
                content: " ";
                width: 11px;
                height: 11px;
                left: 3px;
                top: 3px;
                margin-left: -20px;
                border-radius: 50%;
                background-color: #555555;
                -webkit-transform: scale(0, 0);
                -ms-transform: scale(0, 0);
                -o-transform: scale(0, 0);
                transform: scale(0, 0);
                -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            }

        .radio input[type="radio"] {
            opacity: 0;
        }

            .radio input[type="radio"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .radio input[type="radio"]:checked + label::after {
                -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

    .radio-whatsapp {
        width: 100%;
    }

        .radio-whatsapp label {
            position: relative;
            width: 100%;
            padding: 0px !important;
            height: 31px;
            border: 1px solid #ddd;
            border-radius: 8%;
            margin: 0;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            touch-action: manipulation;
        }

            .radio-whatsapp label::before {
                content: "\f232";
                font-family: 'Font Awesome 5 Brands';
                display: inline-block;
                position: relative;
                font-size: 15pt;
                width: 100%;
                text-align: center;
                font-weight: 100;
                color: #777;
                -webkit-transition: border 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out;
                transition: border 0.15s ease-in-out;
                outline: none !important;
            }

        .radio-whatsapp input[type="radio"]:checked + label::before {
            color: rgb(37 211 102);
        }

        .radio-whatsapp label:hover {
            background-color: #e6e6e6e6;
            border-color: #adadad;
        }

        .radio-whatsapp input[type="radio"] {
            opacity: 0;
            position: absolute;
        }

            .radio-whatsapp input[type="radio"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .radio-whatsapp input[type="radio"]:checked + label::after {
                -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

            .radio-whatsapp input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio-whatsapp input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

        .radio-whatsapp.radio-inline {
            margin-top: 0;
        }

    .radio-primary input[type="radio"] + label::after {
        background-color: #428bca;
    }

    .radio-primary input[type="radio"]:checked + label::before {
        border-color: #428bca;
    }

    .radio-primary input[type="radio"]:checked + label::after {
        background-color: #428bca;
    }

    .radio-danger input[type="radio"] + label::after {
        background-color: #d9534f;
    }

    .radio-danger input[type="radio"]:checked + label::before {
        border-color: #d9534f;
    }

    .radio-danger input[type="radio"]:checked + label::after {
        background-color: #d9534f;
    }

    .radio-info input[type="radio"] + label::after {
        background-color: #5bc0de;
    }

    .radio-info input[type="radio"]:checked + label::before {
        border-color: #5bc0de;
    }

    .radio-info input[type="radio"]:checked + label::after {
        background-color: #5bc0de;
    }

    .radio-warning input[type="radio"] + label::after {
        background-color: #f0ad4e;
    }

    .radio-warning input[type="radio"]:checked + label::before {
        border-color: #f0ad4e;
    }

    .radio-warning input[type="radio"]:checked + label::after {
        background-color: #f0ad4e;
    }

    .radio-success input[type="radio"] + label::after {
        background-color: #5cb85c;
    }

    .radio-success input[type="radio"]:checked + label::before {
        border-color: #5cb85c;
    }

    .radio-success input[type="radio"]:checked + label::after {
        background-color: #5cb85c;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -15px !important;
    }

    .form-horizontal .checkbox, .form-horizontal .radio {
        min-height: initial !important;
    }

    th .checkbox label::before, th .radio label::before, th .checkbox label::after, th .radio label::after,
    td .checkbox label::before, td .radio label::before, td .checkbox label::after, td .radio label::after {
        margin-left: -16px !important;
    }

    .radio-item-horizontal {
        display: inline-block;
        padding-left: 25px !important;
        padding: 10px;
    }

    @media (min-width:300px) and (max-width:500px) {
        .radio-item-horizontal {
            width: 100%;
        }
    }

    /* Scroll */
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    @media (max-width:767px) {
        ::-webkit-scrollbar {
            width: 0px;
        }
    }

    ::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
    }

    .fc-other-month {
        background: #F3F3F3;
    }

    .fc td, .fc th {
        border-color: #DDD;
    }

    .progress {
        position: relative;
    }

        .progress span {
            position: absolute;
            display: block;
            width: 100%;
        }

    .m-b-0 {
        margin-bottom: 0px !important;
    }

    .m-b-10 {
        margin-bottom: 10px !important;
    }

    .p-t-0 {
        padding-top: 0 !important;
    }

    .p-l-0 {
        padding-left: 0 !important;
    }

    .p-l-15 {
        padding-left: 15px !important;
    }

    .p-l-30 {
        padding-left: 30px !important;
    }

    .v-a-t {
        vertical-align: top !important;
    }

    .v-a-m {
        vertical-align: middle !important;
    }

    .v-a-b {
        vertical-align: bottom !important;
    }

    @media (min-width: 768px) {
        .dl-horizontal dt {
            float: left;
            width: 160px;
            clear: left;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .dl-horizontal dd {
            margin-left: 180px;
        }
    }

    .dl-horizontal dt {
        text-align: left;
    }

    .table-condensed > tbody > tr > td.highlight {
        background-color: #a3efbf;
        color: #000000;
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
    }

    .btn-almah {
        color: #fff !important;
        background-color: #191248 !important;
    }

        .btn-almah:hover {
            color: #fff !important;
            background-color: #191248 !important;
        }

    .btn-comentario {
        background-color: transparent;
        color: green;
    }

        .btn-comentario:hover {
            box-shadow: none;
            background-color: transparent;
            color: green;
        }

        .btn-comentario:focus {
            box-shadow: none;
            outline: none;
            background-color: transparent;
            color: green;
        }

    .btn-anexo {
        background-color: transparent;
        color: #383871;
    }

        .btn-anexo:hover {
            box-shadow: none;
            background-color: transparent;
            color: #383871;
        }

        .btn-anexo:focus {
            box-shadow: none;
            outline: none;
            background-color: transparent;
            color: #383871;
        }

    .btn-nps {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

        .btn-nps input {
            display: none;
        }

        .btn-nps span {
            padding: 8px 8px;
            line-height: 2.3333333;
            border-radius: 8px;
            transition: all .2s ease;
            width: 60px;
            height: 60px;
            margin: 3px !important;
            color: #fff;
            font-weight: bold;
            font-size: 13pt;
        }

        .btn-nps input:checked + span {
            color: #fff;
            box-shadow: 0 0 0 0.3rem rgb(0,0,0,50%);
            font-size: 18pt;
            line-height: 1.777777;
            text-shadow: 0 2px 5px black;
        }


        .btn-nps span:hover {
            color: #fff;
            box-shadow: 0 0 0 0.4rem var(--box-shadow-color)
        }

    /*.btn-next-bank {
    color: #fff;
    background-color: #ff4934;
    border-color: #FF4945;
}

.btn-prev-bank {
    color: #fff;
    background-color: #ff4934;
    border-color: #FF4945;
}*/
    /*.btn-enviar-bank {
    color: #fff;
    background-color: #ff4934;
    border-color: #FF4945;
}*/
    /*.btn-next-bank:focus {
    color: #fff;
}*/
    /*.btn-next-bank:hover {
    color: #fff;
    background-color: #e62f1a;
    border-color: #ff4934;
}*/
    /*.btn-prev-bank:focus {
    color: #fff;
}

.btn-prev-bank:hover {
    color: #fff;
    background-color: #e62f1a;
    border-color: #ff4934;
}

.btn-enviar-bank:focus {
    color: #fff;
}

.btn-enviar-bank:hover {
    color: #fff;
    background-color: #e62f1a;
    border-color: #ff4934;
}*/
    @media (min-width: 1025px) {
        .row-horizon {
            white-space: nowrap;
            padding-left: 5px !important;
        }

            .row-horizon > [class*="col-lg"], .row-horizon > [class*="col-md"], .row-horizon > [class*="col-sm"], .row-horizon > [class*="col-xs"] {
                float: none;
                display: inline-block;
                white-space: normal;
                vertical-align: top;
                margin-right: 0px !important;
                margin-left: -5px !important;
            }
    }

    .text-mobile {
        display: flex !important;
    }

    .text-mobile-span {
        flex: 2;
        word-break: break-all;
    }

    .text-mobile > i {
        width: 30px;
        text-align: center;
        padding-bottom: 5px;
    }

    .text-mobile-span > span > i {
        margin-right: 5px;
        margin-left: 10px;
        text-align: center;
    }

    .dados-cond-perfiluso {
        display: flex;
        align-items: center;
    }

    @media (min-width: 767px) {
        .dados-cond-perfiluso {
            display: none
        }
    }

    .legenda-calendario {
        display: flex;
        margin: 10px 0px;
        flex-direction: column;
    }

        .legenda-calendario > div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
            width: 25%;
        }

    @media (min-width: 1024px) and (max-width:1440px) {
        .legenda-calendario > div {
            width: 40%;
        }
    }

    @media (min-width:700px) and (max-width: 1023px) {
        .legenda-calendario > div {
            width: 60%;
        }
    }

    @media (min-width:500px) and (max-width:699px) {
        .legenda-calendario > div {
            width: 85%;
        }
    }

    @media (max-width:499px) {
        .legenda-calendario > div {
            flex-direction: column;
            width: 100%;
            margin-bottom: 20px;
        }

            .legenda-calendario > div:last-child {
                margin-bottom: 0px;
            }

            .legenda-calendario > div > div {
                width: 100%
            }

                .legenda-calendario > div > div > div:last-child {
                    flex-basis: 40% !important;
                }
    }

    .legenda-calendario > div > div {
        flex: 1;
    }

        .legenda-calendario > div > div:last-child {
            flex: 2;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .legenda-calendario > div > div > div {
            flex: 1;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: baseline;
        }

            .legenda-calendario > div > div > div:last-child {
                flex-basis: 16%;
            }

    .dot-legenda {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: inline-block;
        margin: 2px;
        padding: 5px;
    }

    .dot-legenda-row {
        height: 10px;
        width: 100%;
        margin-bottom: 2px;
    }

    .fa-incluir::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-visualizar::after {
        content: "\f35d";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-editar::after {
        content: "\f303";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-imprimir::after {
        content: "\f02f";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-filtrar::after {
        content: "\f0b0";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-voltar::after {
        content: "\f060";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-salvar::after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-excluir::after {
        content: "\f2ed";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-duplicar::after {
        content: "\f0c5";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-baixar::after {
        content: "\f019";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-senha::after {
        content: "\f30d";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-cancelar::after {
        content: "\f05e";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-calendario::after {
        content: "\f073";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-valor::after {
        content: "\f155";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-dadosgerais::after {
        content: "\f2c2";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-endereco::after {
        content: "\f3c5";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-dadosbancarios::after {
        content: "\f19c";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-adicional::after {
        content: "\f4a3";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-fiscal::after {
        content: "\f571";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-anexos::after {
        content: "\f0c6";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-pessoajuridica::after {
        content: "\f24e";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-notificacao::after {
        content: "\f0f3";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-card-foto::after {
        content: "\f083";
        font-family: 'Font Awesome 5 Pro';
    }

    .fa-atalho-boleto::before {
        color: #A9A9A9;
    }

    .fa-atalho-reserva::before {
        color: #3BA9BC;
    }

    .fa-atalho-documento::before {
        color: #3BA9BC;
    }

    .fa-atalho-mensagem::before {
        color: #338AB3;
    }

    .row-custom:after {
        content: "";
        display: table;
        clear: both;
    }

    .tipo_ambiente {
        font-size: 20px;
        position: fixed;
        margin-left: 650px;
        color: #DF0101;
    }

    .poweredby {
        overflow: hidden;
        font-size: 70%;
    }

        .poweredby .control-label {
            color: #000;
        }

    .speech-bubble-left {
        position: relative;
        background: #000000;
        border-radius: .4em;
    }

        .speech-bubble-left:after {
            content: '';
            position: absolute;
            left: -20px;
            top: 30%;
            width: 0;
            height: 0;
            border: 20px solid transparent;
            border-right-color: #ddd;
            border-left: 0;
        }

    .speech-bubble-rigth {
        position: relative;
        background: #000000;
        border-radius: .4em;
    }

        .speech-bubble-rigth:after {
            content: '';
            position: absolute;
            right: -20px;
            top: 30%;
            width: 0;
            height: 0;
            border: 20px solid transparent;
            border-left-color: #ccc;
            border-right: 0;
        }


    .card-scrolling {
        height: 200px;
        overflow: scroll;
    }


    .top-content .text h1 {
        color: #fff;
    }


    .f1 {
        padding: 25px;
        background: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .progress-line, .progress-line:before {
        height: 3px;
        width: 100%;
        margin: 0;
    }

    .progress-line {
        background-color: #b3d4fc;
        display: -webkit-flex;
        display: flex;
    }

        .progress-line:before {
            background-color: #3f51b5;
            content: '';
            -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        }

    @-webkit-keyframes running-progress {
        0% {
            margin-left: 0px;
            margin-right: 100%;
        }

        50% {
            margin-left: 25%;
            margin-right: 0%;
        }

        100% {
            margin-left: 100%;
            margin-right: 0;
        }
    }

    @keyframes running-progress {
        0% {
            margin-left: 0px;
            margin-right: 100%;
        }

        50% {
            margin-left: 25%;
            margin-right: 0%;
        }

        100% {
            margin-left: 100%;
            margin-right: 0;
        }
    }


    .carousel-inner > .item > img {
        margin: 0 auto;
        display: inline-block;
        max-width: 70%;
        max-height: 100%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #FFF;
    }

    div.fotos-group {
        margin: 5px;
        border: 1px solid #ccc;
        float: left;
        width: 150px;
        height: 200px;
    }

        div.fotos-group:hover {
            border: 1px solid #777;
        }

        div.fotos-group img {
            width: 100%;
            height: 100px;
        }

        div.fotos-group p {
            padding: 5px;
            text-align: center;
            word-break: break-all;
        }

        div.fotos-group button {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
            opacity: 0;
        }

        div.fotos-group:hover button {
            opacity: 1;
        }

        div.fotos-group.anexoDeletado p {
            text-decoration: line-through;
        }

    div .fotos-group-mobile.anexoDeletado img {
        filter: blur(10px);
    }

    @keyframes icone-piscar {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 0;
        }
    }

    .icone-piscar {
        -webkit-animation: icone-piscar .75s linear infinite;
        -moz-animation: icone-piscar .75s linear infinite;
        -ms-animation: icone-piscar .75s linear infinite;
        -o-animation: icone-piscar .75s linear infinite;
        animation: icone-piscar .75s linear infinite;
    }

    .ellipsis-anim span {
        opacity: 0;
        -webkit-animation: ellipsis-dot 1s infinite;
        animation: ellipsis-dot 1s infinite;
    }

        .ellipsis-anim span:nth-child(1) {
            -webkit-animation-delay: 0.0s;
            animation-delay: 0.0s;
        }

        .ellipsis-anim span:nth-child(2) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .ellipsis-anim span:nth-child(3) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        @-webkit-keyframes ellipsis-dot {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

        @keyframes ellipsis-dot {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 1;
            }

            100% {
                opacity: 0;
            }
        }

    /* Validação de Senha */
    .btn-invalido {
        color: #FFF;
        background-color: #fb5a5a;
        border-radius: 50%;
        padding: 0px;
        width: 15px;
        height: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: default;
        margin-left: 5px;
    }

        .btn-invalido:hover,
        .btn-invalido:focus {
            color: #FFF;
        }

        .btn-invalido:active,
        .btn-invalido.active {
            color: #FFF;
        }

    .btn-valido {
        color: #FFF;
        background-color: #5cb85c;
        border-radius: 50%;
        padding: 0px;
        width: 15px;
        height: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: default;
        margin-left: 5px;
    }

        .btn-valido:hover,
        .btn-valido:focus {
            color: #FFF;
        }

        .btn-valido:active,
        .btn-valido.active {
            color: #FFF;
        }

    .span-invalido {
        padding: 2px;
        color: #fb5a5a;
        font-weight: bold;
        font-size: 8pt;
    }

    .span-valido {
        padding: 2px;
        color: #5cb85c;
        font-weight: bold;
        font-size: 8pt;
    }

    @media (min-width:768px) and (max-width: 991px) {
        .row-validar-senha .control-label {
            padding: 0px !important;
        }
    }

    /* Icone de Load iframe */

    .iframe-placeholder {
        background: url(../../gifs/loading_iframe.gif) center center no-repeat;
        background-size: 50px;
    }

    /* Icone de Load IAlmah */

    .loading-ialmah {
        background: url(../../gifs/ialmah-loading.gif) center center no-repeat;
        background-size: 250px;
        width: 250px;
        height: 250px;
    }

    /* Div Table Style */

    .div-table {
        display: table;
    }

    .div-table-head {
        display: table-header-group;
        font-weight: bold;
        background-color: rgb(191, 191, 191);
    }

    .div-table-body {
        display: table-row-group;
    }

    .div-table-tr {
        display: table-row;
    }

    .div-table-th,
    .div-table-td {
        display: table-cell;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: -1px;
        background-color: #fff;
    }

    .div-table > .div-table-head > .div-table-tr > .div-table-th,
    .div-table > .div-table-body > .div-table-tr > .div-table-th,
    .div-table > .div-table-foot > .div-table-tr > .div-table-th,
    .div-table > .div-table-head > .div-table-tr > .div-table-td,
    .div-table > .div-table-body > .div-table-tr > .div-table-td,
    .div-table > .div-table-foot > .div-table-tr > .div-table-td {
        border-top: 0px;
    }

        .div-table > .div-table-head > .div-table-tr > .div-table-th + .div-table-th,
        .div-table > .div-table-body > .div-table-tr > .div-table-th + .div-table-th,
        .div-table > .div-table-foot > .div-table-tr > .div-table-th + .div-table-th,
        .div-table > .div-table-head > .div-table-tr > .div-table-td + .div-table-td,
        .div-table > .div-table-body > .div-table-tr > .div-table-td + .div-table-td,
        .div-table > .div-table-foot > .div-table-tr > .div-table-td + .div-table-td {
            border-left: 1px solid #EEE;
        }

    .div-table > .div-table-head > .div-table-tr > .div-table-th {
        border-bottom: 1px solid #EEE !important;
    }

    .div-table > .div-table-head > .div-table-tr + .div-table-tr .div-table-th {
        border-top: 0 !important;
    }

    .div-table > .div-table-head > .div-table-tr > .div-table-th:last-child,
    .div-table > .div-table-body > .div-table-tr > .div-table-td:last-child,
    .div-table > .div-table-foot > .div-table-tr > .div-table-th:last-child {
        border-right: 1px solid #EEE !important;
    }

    .div-table > .div-table-body > .div-table-tr:last-child > .div-table-td,
    .div-table > .div-table-body > .div-table-tr:last-child > .div-table-th {
        border-bottom: 1px solid #EEE !important;
    }

    .div-table > .div-table-foot > .div-table-tr:last-child > .div-table-th {
        border-bottom: 1px solid #EEE !important;
    }

    .div-table > .div-table-body > .div-table-tr:hover div {
        background: #E5F3FF !important;
        cursor: pointer;
        transition: all .05s ease;
    }

    .div-table > .div-table-body > .div-table-tr.selected div {
        background: #CCE8FF !important;
    }

    /* Div Table Style */

    /* Drag and Drop File */

    .drag-area {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 70%;
        border-right: 1px solid #8e8e8e;
        padding: 30px;
        color: #8e8e8e;
        height: 384px;
    }

    .drag-icon i {
        font-size: 40pt;
    }

    .drag-file {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .drag-button {
        border-radius: 5px;
        border: none;
        transition: all 0.5s;
        padding: 10px 25px;
        font-size: 18px;
    }

    .drag-list {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

    .guid-area {
        display: flex;
        width: 70%;
        border-right: 1px solid #8e8e8e;
        height: 384px;
    }

    .file-list {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

        .file-list:has(div.div-selection:not(.hide)) {
            justify-content: center;
            align-items: center;
        }
    /* Drag and Drop File */

#menu-novo-app {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #FFF;
    z-index: 11;
    padding-bottom: 70px;
}

    #menu-novo-app .menu-novo-app-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 10px;
    }

    #menu-novo-app .menu-novo-app-close:focus {
        outline: none;
        box-shadow: none;
    }

        #menu-novo-app .menu-novo-app-close i {
            font-size: 125%;
        }

    #menu-novo-app .btn.menu-novo-app {
        height: 88px;
        width: 100%;
        text-align: center;
        white-space: normal;
        display: flex;
        flex-direction: column;
        font-size: 10px;
        color: #212121;
        font-weight: bold;
    }

        #menu-novo-app .btn.menu-novo-app i, #menu-novo-app .btn.menu-novo-app span {
            margin: 5px;
            padding: 15px;
            background: #EEF1FE;
            border-radius: 8px;
        }

        #menu-novo-app .btn.menu-novo-app:hover, #menu-novo-app .btn.menu-novo-app:focus {
            text-decoration: none;
        }

#btn-novo-app {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}

#btn-novo-app:focus {
    outline: none;
    box-shadow: none;
}

#menu-novo-app .btn.menu-novo-app .him-counts {
    position: absolute;
    font-style: normal;
    background: #ec857d;
    padding: 2px 5px;
    border-radius: 4px;
    right: 12px;
    top: 0px;
    font-size: 10px;
    line-height: 15px;
    color: white;
}

#btn-novo-app .him-counts {
    position: absolute;
    font-style: normal;
    background: #ec857d;
    padding: 2px 5px;
    border-radius: 4px;
    right: -2px;
    top: -4px;
    font-size: 10px;
    line-height: 15px;
    color: white;
}

body.body-novo-app .jq-toast-wrap.bottom-right {
    bottom: 90px !important;
}
}
        
    /* Drag and Drop File */

    .hiddenElement {
        display: none !important;
    }


    /* Estilo card Assembleia Minha Carteira */
    .card-assembleia {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 20px;
        position: relative;
    }

    .content {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

        .icon i {
            font-size: 48px;
            color: #333;
        }

    .header-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 45px;
        margin-left: 60px;
    }

    .number {
        font-size: 24px;
        font-weight: bold;
        color: #007bff;
    }

    .bars {
        display: flex;
        gap: 5px;
        margin-bottom: 35px;
        position: relative;
    }

    .bar {
        height: 6px;
        border-radius: 3px;
        position: relative;
    }

        .bar.red {
            background: #ff4444;
            width: calc(4 / 10 * 100%);
        }

        .bar.yellow {
            background: #ffbb33;
            width: calc(3 / 10 * 100%);
        }

        .bar.green {
            background: #00C851;
            width: calc(3 / 10 * 100%);
        }

        .bar.blue {
            background: #1e90ff;
        }



    .data-label {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #666;
        margin-top: 5px;
    }

    .divider {
        border-top: 1px solid #ddd;
        margin: 15px 0;
    }

    .details {
        text-align: left;
    }

        .details a {
            color: #007bff;
            text-decoration: none;
            font-size: 14px;
        }

            .details a:hover {
                text-decoration: underline;
            }

.card-assembleia .bar.disabled {
    opacity: 0.3;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.card-assembleia .bar:hover {
    opacity: 1;
    filter: none;
}

.custom-tooltip {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10000;
    display: none;
    pointer-events: none;
}

.card-table-mic {
    overflow: auto;
    box-sizing: border-box;
    border: solid 1px #EEE;
}

/* Estilo card A pagar e Receber Minha Carteira */
.card-pagar-receber {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    padding-top: 10px;
    position: relative;
}

.custom-apagar {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10000;
    display: none;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

/* Estilo card manutenção */

.card-manutencao {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}

/* Estilo card manutenção */

.card-manutencao {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}

.card-manutencao .bar.disabled {
    opacity: 0.3;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.card-manutencao .bar:hover {
    opacity: 1;
    filter: none;
}

/* Estilo card Enquete Minha Carteira */
.card-enquete {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
}

    .card-enquete .bar.disabled {
        opacity: 0.3;
        filter: grayscale(100%);
        transition: opacity 0.3s ease, filter 0.3s ease;
    }

    .card-enquete .bar:hover {
        opacity: 1;
        filter: none;
    }

.container-principal.card-carteira {
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}