/* ********** Helpers class ********** */

/* Alinhamento */
.center-x {
    display: flex !important;
    justify-content: center !important;
}
  
.center-y {
    display: flex !important;
    align-items: center !important;
}
  
.center-xy {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/* Ellipsis */

.ellipsis-flex {
    flex: 1;
    min-width: 0; 
}

.ellipsis-flex h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Responsive helpers */
@media screen and (max-width: 767px) {
    .text-xs-right {
      text-align: right !important;
    }

    .text-xs-center {
      text-align: center !important;
    }

    .text-xs-left {
      text-align: left !important;
    }

    .btn-xs-block {
        display: block;
        width: 100%;
    }
    .mt-10-responsive {
        margin-top: 10px !important;
    }
    .mt-30-responsive {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 768px) {
    .text-sm-right {
        text-align: right !important;
    }
  
    .text-sm-center {
        text-align: center !important;
    }
  
    .text-sm-left {
        text-align: left !important;
    }
}

@media screen and (min-width: 992px) {
    .text-md-right {
        text-align: right !important;
    }
  
    .text-md-center {
        text-align: center !important;
    }
  
    .text-md-left {
        text-align: left !important;
    }
  
    .btn-md-block {
        display: block;
        width: 100%;
    }
}

/* Display */

.d-inline {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

/* Espaçamento */

/* margin-top */
  
.mt-0 {
    margin-top: 0px !important;
}
  
.mt-5 {
    margin-top: 5px !important;
}
  
.mt-10 {
    margin-top: 10px !important;
}
  
.mt-15 {
    margin-top: 15px !important;
}
  
.mt-20 {
    margin-top: 20px !important;
}
  
.mt-25 {
    margin-top: 25px !important;
}
  
.mt-30 {
    margin-top: 30px !important;
}
  
.mt-40 {
    margin-top: 40px !important;
}
  
.mt-50 {
    margin-top: 50px !important;
}
  
/* margin-bottom */
  
.mb-0 {
    margin-bottom: 0px !important;
}
  
.mb-5 {
    margin-bottom: 5px !important;
}
  
.mb-10 {
    margin-bottom: 10px !important;
}
  
.mb-15 {
    margin-bottom: 15px !important;
}
  
.mb-20 {
    margin-bottom: 20px !important;
}
  
.mb-25 {
    margin-bottom: 25px !important;
}
  
.mb-30 {
    margin-bottom: 30px !important;
}
  
.mb-40 {
    margin-bottom: 40px !important;
}
  
.mb-50 {
    margin-bottom: 50px !important;
}
  
/* margin-left */
  
.ml-0 {
    margin-left: 0px !important;
}
  
.ml-5 {
    margin-left: 5px !important;
}
  
.ml-10 {
    margin-left: 10px !important;
}
  
.ml-15 {
    margin-left: 15px !important;
}
  
.ml-20 {
    margin-left: 20px !important;
}
  
.ml-25 {
    margin-left: 25px !important;
}
  
.ml-30 {
    margin-left: 30px !important;
}
  
.ml-40 {
    margin-left: 40px !important;
}
  
.ml-50 {
    margin-left: 50px !important;
}
  
.mr-0 {
    margin-right: 0px !important;
}
  
/* margin-right */
  
.mr-5 {
    margin-right: 5px !important;
}
  
.mr-10 {
    margin-right: 10px !important;
}
  
.mr-15 {
    margin-right: 15px !important;
}
  
.mr-20 {
    margin-right: 20px !important;
}
  
.mr-25 {
    margin-right: 25px !important;
}
  
.mr-30 {
    margin-right: 30px !important;
}
  
.mr-40 {
    margin-right: 40px !important;
}
  
.mr-50 {
    margin-right: 50px !important;
}
  
/* padding-top */
  
.pt-0 {
    padding-top: 0px !important;
}
  
.pt-5 {
    padding-top: 5px !important;
}
  
.pt-10 {
    padding-top: 10px !important;
}
  
.pt-15 {
    padding-top: 15px !important;
}
  
.pt-20 {
    padding-top: 20px !important;
}
  
.pt-25 {
    padding-top: 25px !important;
}
  
.pt-30 {
    padding-top: 30px !important;
}
  
.pt-40 {
    padding-top: 40px !important;
}
  
.pt-50 {
    padding-top: 50px !important;
}
  
/* padding-bottom */
  
.pb-0 {
    padding-bottom: 0px !important;
}
  
.pb-5 {
    padding-bottom: 5px !important;
}
  
.pb-10 {
    padding-bottom: 10px !important;
}
  
.pb-15 {
    padding-bottom: 15px !important;
}
  
.pb-20 {
    padding-bottom: 20px !important;
}
  
.pb-25 {
    padding-bottom: 25px !important;
}
  
.pb-30 {
    padding-bottom: 30px !important;
}
  
.pb-40 {
    padding-bottom: 40px !important;
}
  
.pb-50 {
    padding-bottom: 50px !important;
}
  
/* padding-left */
  
.pl-0 {
    padding-left: 0px !important;
}
  
.pl-5 {
    padding-left: 5px !important;
}
  
.pl-10 {
    padding-left: 10px !important;
}
  
.pl-15 {
    padding-left: 15px !important;
}
  
.pl-20 {
    padding-left: 20px !important;
}
  
.pl-25 {
    padding-left: 25px !important;
}
  
.pl-30 {
    padding-left: 30px !important;
}
  
.pl-40 {
    padding-left: 40px !important;
}
  
.pl-50 {
    padding-left: 50px !important;
}
  
/* padding-right */
  
.pr-0 {
    padding-right: 0px !important;
}
  
.pr-5 {
    padding-right: 5px !important;
}
  
.pr-10 {
    padding-right: 10px !important;
}
  
.pr-15 {
    padding-right: 15px !important;
}
  
.pr-20 {
    padding-right: 20px !important;
}
  
.pr-25 {
    padding-right: 25px !important;
}
  
.pr-30 {
    padding-right: 30px !important;
}
  
.pr-40 {
    padding-right: 40px !important;
}
  
.pr-50 {
    padding-right: 50px !important;
}
  
/* ********** Fim helpers class ********** */

@media screen and (max-width: 768px) {

    /* Modal */
    .modal .modal-xxl,
    .modal .modal-xl,
    .modal .modal-lg,
    .modal .modal-sm {
        width: 100%;
    }

    .modal-dialog {
        margin: 0px;
    }

    /* 
    * Uib-tabset / Nav-tabs 
    * Deixa as abas sempre responsiva.
    * É necessário inserir o ícone para funcionar corretamente.
    */
    .nav-tabs>li {
        text-align: center
    }

    .nav-tabs>li>a {
        white-space: nowrap;
        width: 30px;
        overflow: hidden;
        display: block
    }

    .nav-tabs>li.active>a {
        width: auto
    }

    .bth-timeline {
        flex-direction: column;
    }

    .bth-timeline__nav {
        justify-content: center;
    }

}

/* Recibo: Grupo de botões Padrão/Consolidado */
@media screen and (max-width: 767px) {
    .btn-group.btn-group-justify {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        margin-top: 10px;
    }

    .btn-group.btn-group-justify>button {
        float: none;
        display: table-cell;
        width: 50%;
    }

    .input-age {
        margin-top: 10px;
    }

    .table-responsive {
        width: 120%;
    }
}


@media screen and (max-width: 640px) {

    .table-responsive {
        width: 160%;
    }

    /* Visão geral */
    ul.flex-list li.col-3 {
        width: 100% !important;
    }

    ul.flex-list li .title {
        font-size: 20px;
        line-height: 22px;
    }

    .icone-produto {
        font-size: 4em !important;
    }

    /* Tabela de Ficha Financeira */
    .overflow-x {
        overflow-x: inherit !important;
    }

    /* ui-search */
    .dropdown-pesquisas-avancada .bth-radio.bth-radio-inline {
        display: flex;
        margin: 0px 0px 10px 0px;
        padding-left: 0px;
    }

    .dropdown-pesquisas-avancada .bth-radio.bth-radio-inline:last-child {
        margin-bottom: 0px;
    }

    /* bf-notifications */
    .bf-menu--horizontal__item .megamenu li.bth-notifications .notificacoes-dropdown {
        width: 320px;
        height: 600px;
        right: -39px;
    }

    .megamenu li.bth-notifications .nano {
        bottom: -20px;
    }
}

@media screen and (min-width: 640px) and (max-width: 991px) {

    /* Visão geral */
    ul.flex-list li.col-3 {
        width: 50% !important;
    }
}

/*
* Ui-search: Ajustar o componente
*/
@media screen and (min-width: 320px) and (max-width: 374px) {
    .dropdown-menu.dropdown-pesquisas-avancada {
        min-width: 285px !important;
    }

    .form-inline .input-group>.form-control.search-field {
        width: 165px;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .dropdown-menu.dropdown-pesquisas-avancada {
        min-width: 335px !important;
    }

    .form-inline .input-group>.form-control.search-field {
        width: 220px;
    }
}

@media screen and (min-width: 425px) {
    .dropdown-menu.dropdown-pesquisas-avancada {
        min-width: 385px !important;
    }

    .form-inline .input-group>.form-control.search-field {
        width: 270px;
    }
}


/*
* Popover de eventos
*/

@media screen and (min-width: 320px) and (max-width: 374px) {
    .popover.popover-recurso-situacao {
        left: 5% !important;
        width: 285px;
    }

    .popover.popover-recurso-situacao>.arrow {
        left: 30% !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 475px) {
    .popover.popover-recurso-situacao {
        left: 5% !important;
        width: 330px;
    }

    .popover.popover-recurso-situacao>.arrow {
        left: 28% !important;
    }
}

@media screen and (max-width: 560px) {
    .mflh-btn-emprestimo-accept {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }

    .mflh-btn-emprestimo-decline {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }

    .mflh-modal-emprestimo-btn-group-left {
        padding-left: 0 !important;
    }

    .mflh-modal-emprestimo-btn-group-right {
        padding-right: 0 !important;
    }


}
/* Thumb default utilizado no user-header.directive */
.mflh-thumb--default {
    background-image: url(images/circleuser.svg);
    z-index: 1;
}

/* 
*   Empty state utilizado nas funcionalidades:
*   Recibo de pagamento
*   Comprovante de pagamentos
*   Ficha financeira
*/

.mflh-empty--entidade {
    background-image: url(images/seguranca.svg);
    background-position-y: 50px;
    background-size: 250px;
    padding-top: 255px;
}

.mflh-empty--welcome {
    background-image: url(images/mao-acenando.svg);
    background-size: 230px;
    padding-top: 215px;
}

.mflh-empty--matriculas {
    background-image: url(images/expirou.svg);
    background-position-y: 20px;
    background-size: 70px;
    padding-top: 85px;
}

.mflh-empty--bloqueado {
    background-image: url(images/cadeado.svg);
    background-position-y: 20px;
    background-size: 130px;
    padding-top: 215px;

}

.mflh-empty--bloqueado.bth-empty--sm {
    background-position-y: 0;
    background-size: 85px;
    padding-top: 105px;
}

.mflh-empty--recibo.bth-empty--sm {
    background-position-y: 0;
    background-size: 85px;
    padding-top: 115px;
}

.mflh-modal--consiginado {
    background-image: url(images/consignado.png);
    display: block;
    max-width: 70%;
    height: auto;
}

.empty--sm--def {
    background-size: 140px;
    padding-top: 145px;
}

.table-responsive>table {
    table-layout: auto;
}
.mflh-btn-emprestimo-accept {
    background: #EA863E;
    border: 1px solid;
    color: #f0eaea;
    border-color: #EA863E;
    text-transform: uppercase;
}

.mflh-btn-emprestimo-decline {
    background: transparent;
    border: 1px solid;
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
}

.mflh-btn-emprestimo-decline:hover {
    color: gray; 
}

.mflh-footer-modal {
    position: inherit !important;
    background-color: #2032f4;
    width: 100% !important;
    margin: 0 !important
}

.mflh-modal-emprestimo-btn-group-left{
    text-align: left;
    padding-left: 45px;
}

.mflh-modal-emprestimo-btn-group-right{
    text-align: right;
    padding-right: 16px;
}

.mflh-empty--recibo {
    background-image: url(images/folha-cifrao.svg);
    background-position-y: 20px;
    background-size: 130px;
    padding-top: 215px;
}


/* 
*   Utilizado para gerar as linhas na tabela de férias
*   na aba de dados-contratuais da ficha funcional
*/

.line-wrap-table {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    border-top: 1px solid #eee;
}

/* 
* Barra de contexto - Novo Menu 
* Altera a altura do contexto para ficar alinhado ao tamanho do item do menu 
*/
.bth-context__list>li>.dropdown>button {
    height: 45px;
}



/*ajustes pes-feedback*/

.feedback-menu-floating>pes-feedback .users-feedback {
    display: flex !important;
    position: fixed !important;
    z-index: 1 !important;
    left: auto !important;
    margin-left: 240px !important;
}

.feedback-menu-fixed>pes-feedback .users-feedback {
    display: flex;
    position: fixed;
    z-index: 1 !important;
    left: auto;
    margin-left: 10px !important;
    bottom: 0px;
    background-color: #58585a;
    border-radius: 3px 3px 0 0;
}

pes-feedback .users-feedback>.feedback {
    border-radius: 3px 3px 3px !important;
}

.users-ajuda {
    float: right;
    margin-right: 15px;

}








/*
* Cor default para os sistemas que pertencem ao grupo Genérico - Novo menu
*/
.bth-product-details-solutions__body .bth-product-details-solutions__list>li>.bth-card .bth-product__brand--gen {
    color: #001489;
}

/* Flecha da página de token */

.pes-arrow {
    position: absolute;
    bottom: 55%;
    right: -35px;
    font-size: 3.5em;
}

pes-widget-recibo .bth-powernumber___value--blurred.tx__gray {
    text-shadow: 0 0 12px #C0C0C0;
    color: transparent !important;
}

pes-widget-recibo .bth-powernumber___value--blurred.tx__red {
    text-shadow: 0 0 12px #D64038;
    color: transparent !important;
}

pes-widget-recibo .bth-powernumber___value--blurred.tx__green {
    text-shadow: 0 0 12px #54A668;
    color: transparent !important;
}

.bth-card__footer .bth-card__actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
}

.bth-card__footer .bth-card__actions>a,
.bth-card__footer .bth-card__actions>a:visited,
.bth-card__footer .bth-card__actions>a:active {
    color: #C0C0C0;
    cursor: pointer;
    font-size: 10px;
    height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.bth-card__footer .bth-card__actions>a:hover {
    color: #295D99;
    text-decoration: none;
}

.bth-card-welcome {
    height: 160px;
}



@media screen and (min-width: 768px) and (max-width: 990px) {
    .pes-arrow {
        bottom: 65%;
        right: -15px;
        font-size: 2.5em;
    }

    .megamenu-container>ul {
        position: absolute;
        bottom: -11px;
        right: 38px;
        ;

    }
}

@media screen and (max-width: 767px) {
    .pes-arrow {
        bottom: 0;
        right: 45%;
        font-size: 2.5em;
        transform: rotate(90deg);
    }

    .megamenu-container>ul {
        position: absolute;
        bottom: -48px;
        right: 38px;
        ;

    }
}

/* Página de gerenciador de acessos quebra com o menu lateral */
.bf-container>.container.container-page {
    overflow-y: auto;
    grid-area: content;
    width: 100%;
    padding: 0 16px;
}

/* ----- LEGADO ------ */

.overflow-x {
    overflow-x: auto !important;
}

/* Timeline */
.container-anos-flex {
    position: relative;
    height: 60px;
}

.anos-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 2px;
    background-color: #dfdfdf;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.ponto-grande {
    text-align: center;
    height: 28px;
}

.ponto-grande a {
    font-size: 13px;
    color: #383838;
    text-decoration: none;
    display: block;
}

.ponto-grande a:hover i.fa-circle-o {
    color: #5CB85C;
    transition: all 0.5s;
}

.ponto-grande i.fa-circle {
    color: #5CB85C;
    transition: all 0.5s;
}

.ponto-grande i.fa-circle-o {
    color: #dfdfdf;
    background-color: #fff;
    border-radius: 50%;
}

.ponto-grande.disabled a {
    color: #dfdfdf;
    cursor: no-drop;
}

.ponto-grande.disabled a:hover i.fa-circle-o {
    color: #dfdfdf;
}

a.disabled  {
    pointer-events: none;
    cursor: not-allowed;
}

.novaClasse {
    color: #001489;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
}

.row.navigation .nav-disabled a {
    color: #dfdfdf;
    cursor: no-drop;
}

.row.navigation .nav-disabled a:hover {
    color: #dfdfdf;
}

.navigation .prev a {
    display: inline-block;
    color: #5CB85C;
    margin-top: 17px;
    margin-bottom: 10px;
}

.navigation .prev a:hover {
    color: #3E8C3E;
}

.navigation .next a {
    display: inline-block;
    color: #5CB85C;
    margin-top: 17px;
    margin-bottom: 10px;
}

.navigation .next a:hover {
    color: #3E8C3E;
}

.navigation .ano a {
    text-decoration: none;
    color: #333;
}

.box-scroll {
    position: relative;
    padding-left: 249px;
    padding-right: 100px;
    border-top: 1px solid #ededed;
    margin-bottom: 30px;
}

.box-scroll .table thead {
    border-top: 0;
}

.box-ficha {
    overflow-x: scroll;
}

.box-ficha .celula-fixa-left {
    position: absolute;
    left: 0;
    background-color: inherit;
    border-top: 0;
}

.box-ficha .celula-fixa-right {
    position: absolute;
    right: 0;
    background-color: inherit;
    border-top: 0;
}

/******************
PROFILE: Utilizada na identificacao-pessoa.directive identificacao-pessoa.directive
******************/

.profile {
    width: calc(100%+ 38px);
    margin: -5px -19px 0;
    border-radius: 0px;
    padding: 15px 10px 15px 10px;
    background-color: #F7F7F7;
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.profile .round-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    margin: 5px 15px 0px 15px;
}

.profile h4 {
    max-width: calc(100% - 160px);
    vertical-align: middle;
    margin-top: 5px;
    padding-bottom: 5px;
}

.profile h3 {
    margin-top: 5px;
}

/* ---- Horários ---- */

.marc tr td {
    height: 80px;
}

.marc tr td ul {
    padding-left: 0;
}

.marc tr td ul li {
    list-style-type: none;
}

mflh-espelho-ponto-diario table.table tbody tr td.active,
mflh-espelho-ponto-mensal table.table tbody tr td.active {
    background-color: #F0F1F5;
    border-color: #fff;
}

mflh-espelho-ponto-diario table.table tbody tr td.danger,
mflh-espelho-ponto-mensal table.table tbody tr td.danger {
    background-color: #f2dede;
}

mflh-espelho-ponto-diario table.table tbody tr td,
mflh-espelho-ponto-mensal table.table tbody tr td {
    position: relative;
}

mflh-espelho-ponto-diario table.table tbody tr td .fa-exclamation-triangle,
mflh-espelho-ponto-diario table.table tbody tr td .fa-calendar-times-o,
mflh-espelho-ponto-diario table.table tbody tr td .fa-calendar,
mflh-espelho-ponto-diario table.table tbody tr td .fa-calendar-check-o,
mflh-espelho-ponto-mensal table.table tbody tr td .fa-exclamation-triangle,
mflh-espelho-ponto-mensal table.table tbody tr td .fa-calendar-times-o,
mflh-espelho-ponto-mensal table.table tbody tr td .fa-calendar,
mflh-espelho-ponto-mensal table.table tbody tr td .fa-calendar-check-o {
    position: absolute;
    top: 9px;
    right: 5px;
}

.font-small {
    font-size: 85%;
}

.simulador .dropdown-menu {
    width: 300px;
    padding: 9px 14px;
}

.simulador .dropdown-menu .resultado {
    font-size: 18px;
    display: block;
    color: #686D79;
    padding: 27px 0 3px 0;
}

.round-thumb-validacao img {
    width: 100%;
    min-height: 100%;
}

.panel .panel-heading a i.fa {
    color: #777;
}

.panel .panel-heading a:hover i.fa {
    color: #000;
}

table tbody tr td.td-mais-informacoes {
    padding: 8px 10px 12px 12px;
}

.hr-informacoes {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* -----  Redefinicao de senha entidade -------*/
ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

.redefinir-senha {
    position: relative;
}

.redefinir-senha>a {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #777;
}

.redefinir-senha-msg {
    padding: 5px;
}

/*
* Validação de usuário: Remove os números do pes-step
* Remover se atualizar o pes-steps
*/

.bth-passoapasso ul li a:before,
.bth-passoapasso ol li a:before {
    display: none;
}

.bth-passoapasso ul li a,
.bth-passoapasso ol li a {
    padding-left: 25px;
}




/*
* Videoplayer - Solicitações
*/

.videoplayer {
    border: 1px solid #e1e3e6;
    background-color: #ffffff;
    width: 300px;
}

.videoplayer .videoplayer__image-container {
    height: 20vh;
    width: 100%;
}

.videoplayer img {
    max-width: 100%;
    height: auto;
}

.videoplayer .videoplayer--no-image {
    height: auto;
    width: 100%;
}

/* Versão mini */

.videoplayer.videoplayer__mini {
    width: 300px;
    height: 200px;
}

.videoplayer.videoplayer__mini .videoplayer__image-container {
    height: 150px;
    width: 100%;
}

/*
* Redefinição de senha
* Torna a imagem responsiva e com largura de no máximo 75%
*/

.mflh-img-responsive-75 {
    display: block;
    max-width: 70%;
    height: auto;
}

/*
* Redefinição de senha
* pes-termometro-senha
*/

pes-termometro-senha .termometro {
    background: #1111111a;
    margin-top: 5px
}

pes-termometro-senha .termometro .termometro__bar {
    height: 8px;
}

pes-termometro-senha .termometro__text {
    color: #222222;
    font-weight: 500;
    font-size: 75%;
    text-align: right;
}

/*
* Validação de usuários > Passo 3: Gerar usuários
*/
.mflh-table--scroll {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

.firstLetterUp {
    text-transform: capitalize !important;

}



.bth-loadRecibo {
    opacity: 0.5;

}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.mflh-btn-acao {
    position: absolute;
    bottom: -10px;
    right: 140px;
}

.mflh-btn-acao-recibo {
    position: absolute;
    bottom: -10px;
    right: 185px;
    left: -400px;
    ;
}


/*Inibir que google tradutor quebre layout em algumas versões do chrome*/

#goog-gt-tt,
#goog-gt-,
#google_translate_element,
.goog-te-spinner-pos.goog-te-spinner-pos-show,
.goog-te-spinner-pos,
.goog-te-spinner-pos-show {
    display: none;
}
.bf-header,
.input-group {
    z-index: 1;
}

.img-wrapper {
    z-index: 0 !important;
}

.table-responsive-ficha>table {
    table-layout: fixed !important;
}
.megamenu>li {
    height: 40px;
    width: 42px;
    line-height: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.megamenu>li.mm-delay:hover>a,
.megamenu>li:hover>a {
    height: unset !important;
}

.megamenu-container {
    background-color: transparent !important;
    height: 40px;
    z-index: 2 !important;
}

.megamenu-dropdown {
    z-index: 3;
}

.bf-menu--vertical--floating {
    z-index: 5;
}

.bf-menu--horizontal {
    z-index: 2 !important;
}

.bf-avatar {
    border: 2px solid #00B0FF !important;
}
.bf-banner {
    z-index: 0 !important;
}

.bf-banner .bf-banner__content span~a {
    max-width: 85%;
}

.bf-banner .bf-banner__content a {
    color: #242424;
    text-decoration: underline;
    vertical-align: top;
}

.bf-banner.bf-banner--danger {
    background-color: #e56b67;
}
@media (max-width: 767px) {
    .bth-search .input-group-search~.btn-sm {
        margin-top: 0 !important;
    }

    .bth-search {
        display: flex !important;
    }
}
@media (max-width: 390px) {
    .bth-filter{
        width: 100% !important;   
    }
    
}

.bth-search{
    justify-content: flex-end !important;
    z-index: 6!important;

    @media (max-width: 767px) {
        display: flex !important;

        .input-group-search ~ .btn-sm {
            margin-top: 0 !important;
        }
    }
}
.bth-filter{
    width: 350px;
    z-index: 6!important;
}
#mflh-input-search{
    z-index: 1;
}
.bth-filter__footer {
    display: inline-flex!important;
    justify-content: space-between;
   
}
.bth-search .input-group-search~.btn-sm {
    padding-bottom: 4px;
    padding-top: 4px;
}


.pes-comment__counter {
  background-color: #fff;
  width: calc(100% - 20px);
  border-radius: 2px;
  bottom: 1px;
  color: #767676;
  float: right;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 15px;
  text-align: right;
}

.pes-comment__counter--danger {
  color: #d64038;
}

.pes-comment.disabled .pes-comment__counter {
  background-color: #ebedf0;
  cursor: not-allowed;
}
