.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 {
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-1 {
    width: 8.33333333%;
}

@media (max-width:992px) {
    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

/*FIM CORREÇÕES BOOTSTRAP*/


body {
    font-family: 'Segoe Ui',sans-serif;
    /*font-size: 15px;*/
    font-size: 11px;
    /*background: #e6e6e6 none repeat scroll 0% 0%;*/
}

.botao-menu {
    width: 100%;
    text-align: left;
    font-size: 27px;
    padding-top: 5px;
    margin-left: 12px;
}

.btn-success:focus {
    background-color: #27546F;
}

.page-header-fixed .page-sidebar {
    padding-top: 50px;
}

.page-sidebar {
    width: 260px;
}

.menu.accordion-menu {
    width: 100%;
}

    .menu.accordion-menu a span.menu-icon {
        float: left;
    }

    .menu.accordion-menu > li > a > .arrow:before {
        margin-top: -20px;
    }

.md-btn.md-raised:not([disabled]), .md-btn.md-fab {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
}

.md-btn.md-fab {
    z-index: 9999;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: .2s linear;
    transition-property: -webkit-transform,box-shadow;
    transition-property: transform,box-shadow;
}

.m-b {
    margin-bottom: 16px;
}

.red-800, .red-900, .pink-700, .pink-800, .pink-900, .purple, .purple-500, .purple-600, .purple-700, .purple-800, .purple-900, .deep-purple, .deep-purple-500, .deep-purple-600, .deep-purple-700, .deep-purple-800, .deep-purple-900, .deep-purple-A400, .deep-purple-A700, .indigo, .indigo-500, .indigo-600, .indigo-700, .indigo-800, .indigo-900, .indigo-A700, .blue-800, .blue-900, .light-blue-900, .cyan-900, .teal-800, .teal-900, .green-800, .green-900, .brown, .brown-500, .brown-600, .brown-700, .brown-800, .brown-900, .blue-grey-600, .blue-grey-700, .blue-grey-800, .blue-grey-900, .grey-600, .grey-700, .grey-800, .grey-900 {
    color: rgba(255,255,255,0.87);
}

.indigo {
    background-color: #3f51b5;
}

.md-fab {
    line-height: 44px;
}

.md-btn {
    position: relative;
    display: inline-block;
    padding: 6px;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 3px;
    outline: 0;
    transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1),-webkit-transform .4s cubic-bezier(0.25,0.8,0.25,1);
    transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1),transform .4s cubic-bezier(0.25,0.8,0.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-variant: inherit;
}

[md-ink-ripple] {
    position: relative;
}

.md-ripple-container {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cor-fixo {
    /*background: #27546F !important;*/
    position: fixed !important;
    display: block !important;
    color: white !important;
    bottom: 0;
    /*left: 50%;*/
    margin-left: -28px;
    right: 10px;
    background: #27546F !important;
}

.confirmar_botao {
    /*background: #27546F !important;*/
    position: fixed !important;
    display: block !important;
    color: white !important;
    bottom: 0;
    /*left: 50%;*/
    margin-left: -28px;
    right: 10px;
    background: #27ae60 !important;
    transition: background .1s ease-in !important;
    z-index: 99 !important;
}

    .confirmar_botao:hover {
        background: #138041 none repeat scroll 0% 0% !important;
    }

.botao_auxiliar {
    /*background: #27546F !important;*/
    position: fixed !important;
    display: block !important;
    color: white !important;
    bottom: 10px;
    /*left: 50%;*/
    margin-left: -28px;
    right: 100px;
    background: #336FCB !important;
    transition: background .1s ease-in !important;
    z-index: 99 !important;
    cursor: pointer !important;
    width: 50px !important;
    height: 50px !important;
}

    .botao_auxiliar:hover {
        background: #224375 none repeat scroll 0% 0% !important;
    }

.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner {
    /*padding: 0px 0 50px;*/
}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
    /*padding: 0px 0 50px;*/
}


.panel .panel-heading-home {
    height: 75px;
    padding: 0px;
    bottom: 0;
    position: absolute;
    right: 0;
    padding-right: 20px;
    margin-right: 20px;
    color: white;
}

    .panel .panel-heading-home .panel-title {
        font-size: 40px;
        float: right;
        font-weight: 600;
        letter-spacing: -3px;
        /* text-transform:uppercase; */
    }

.fundo-imagem {
    background-size: cover;
}

.mascara {
    height: 100%;
    background: linear-gradient(rgba(255, 0, 0, 0), #2D2D2D);
}

.logo-login {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.right {
    text-align: right;
}

.footer {
    width: 100%;
    background-color: white;
    display: block;
    position: fixed;
    bottom: 0;
    height: 50px;
    box-shadow: 1px 1px 7px #676767;
    text-transform: uppercase;
    z-index: 9999;
}

.footer-divisao {
    height: 100%;
    display: table;
}

.footer-divisao-content {
    font-size: 17px;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
    color: #517F9A;
    font-weight: 600;
    letter-spacing: -1px;
}


.bold {
    font-weight: 800 !important;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
    /*padding: 0px 0 50px 65px;*/
    padding: 0px 0 50px -1px;
    height: 100%;
}

.menu-rotacao {
    height: 170px;
    display: block;
    overflow: hidden;
    position: fixed;
    /* margin: 0 auto; */
    /* left: 41.8%; */
    /* top: 73%; */
    /* width: 100%; */
    margin-left: -110px;
    left: 50%;
    bottom: 0;
    width: 290px;
    left: 50%;
    margin-left: -145px;
    bottom: 40px;
}


svg.gnaircommand {
    position: relative !important;
    z-index: 9999 !important;
    left: auto !important;
    top: auto !important;
    /*display: inline !important;*/
    height: 240px !important;
    display: block !important;
    margin: 0 auto;
}

#menuname {
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 100;
}

.panel-white {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
}

    .panel-white:hover {
        /*  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.45); */
        /*  border: 3px solid white!important; */
        box-shadow: inset 0 0 0 2px rgb(197, 197, 197), inset 0 0 0 5px white !important;
    }

.mascara:hover {
    box-shadow: inset 0 0 0 2px rgb(197, 197, 197), inset 0 0 0 5px white;
}

.page-inner {
    background: #E6E6E6;
}

.form-control {
    height: 34px;
    border: 1px solid #BBBBBB;
}


.tamanho-total {
    width: 100%;
}

    .tamanho-total label {
        width: 100%;
    }

.btn-success {
    background-color: #27546F;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
    /*height: 45px;*/
    margin-top: 2px;
}

    .btn-success:hover {
        background-color: #112E3F;
    }


.sumir-botao {
    visibility: hidden;
}

h5 {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

#conteudo_radioPARC_DUPLI_TIPO label {
    width: 40px;
}

.espaco1 {
    height: 5px;
}

.espaco2 {
    height: 10px;
}

.espaco3 {
    height: 15px;
}

.espaco4 {
    height: 20px;
}

.espaco5 {
    height: 25px;
}

.espaco6 {
    height: 30px;
}

.espaco7 {
    height: 35px;
}

.espaco8 {
    height: 40px;
}

.espaco9 {
    height: 45px;
}

.espaco10 {
    height: 50px;
}

.label-menor label {
    width: 7px;
}

.divisor-logout {
    border: 1px solid rgba(28, 59, 78, 0.25);
    margin-top: 30px;
}


.tabela_cobmaster thead {
    background-color: #27546F;
    color: white;
    /*text-transform: uppercase;*/
    font-size: 15px;
}


button.dt-button, div.dt-button, a.dt-button {
    background-color: #FFFFFF;
    background-image: none;
}

.dataTables_filter label {
    width: 275px;
}


/* CORRIGINDO TAMANHO DO MENU */
.small-sidebar .page-sidebar {
    width: 49px;
}

.small-sidebar .navbar .logo-box {
    width: 49px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    padding: 15px 15px;
}

.navbar .logo-box {
    background: #346C8F none repeat scroll 0% 0%;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > ul {
    left: 49px;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
    width: 249px;
}

.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu {
    width: 49px;
}
/* FIM CORRIGINDO TAMANHO DO MENU */

.menu.accordion-menu > li.active > a, .menu.accordion-menu > li.active.open > a {
    background: #1C3B4E;
}

.menu.accordion-menu > li > a:hover {
    background: #1C3B4E;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover > a, .horizontal-bar .accordion-menu > li.droplink:hover > a, .menu.accordion-menu ul, .menu.accordion-menu li.open > a, .hover-menu .accordion-menu > li.droplink:hover > a {
    background: #1C3B4E;
    color: #fff;
}

.page-horizontal-bar .sidebar.visible, .small-sidebar .sidebar.visible {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.navbar .logo-box {
    width: 260px;
    height: 50px;
}

.navbar {
    height: 48px;
}

.topmenu-outer {
    height: 48px;
}

.top-menu .navbar-nav > li > a {
    padding: 15px 18px;
}

.navbar .open .dropdown-menu {
    margin-top: 10px !important;
}

.botao_confirmar {
    font-size: 40px;
    color: #43B743;
}

    .botao_confirmar:hover {
        text-decoration: none;
        color: #4ACC4A;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    cursor: default;
    background-color: #27546F;
    border-bottom-color: #fff;
}

.tamanho_botoes_topo {
    height: 40px;
}

.logo_cobmaster {
    display: block;
    position: relative;
    height: 50px;
    margin: 0 auto;
}

.botao_voltar {
    width: 38px;
}

.col-menu-3 {
    width: 25%;
    float: left;
}

.col-menu-4 {
    width: 33.33333333%;
    float: left;
}

.col-menu-5 {
    width: 41.66666667%;
    float: left;
}

#main-wrapper {
    margin: 17px;
}

.borda_vermelha {
    border: 2px solid red !important;
}

.menu_pesq {
    position: fixed;
    top: 50px;
    z-index: 99;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    background-color: #F9F9F9;
}

    .menu_pesq .panel-white {
        background-color: #F9F9F9;
        box-shadow: none;
        margin: 0 auto;
        width: 800px;
        height: 50px;
    }

        .menu_pesq .panel-white:hover {
            box-shadow: none !important;
        }


        .menu_pesq .panel-white .panel-body {
            padding: 0;
            padding-top: 8px;
        }

.navbar-left {
    /*   width: 5%;*/
}

.navbar-center {
    left: 50%;
    margin-left: -100px; /* A metade de sua largura. */
    position: absolute;
    width: 200px; /* O valor que você desejar. */
}

.navbar-right {
    /*width: 36%;*/
}

.editar_campo, .editar_parametro {
    font-size: 25px;
}

.cor_botao_azul, .cor_botao_verde, .cor_botao_vermelho {
    font-size: 25px;
}

.cor_botao_azul {
    color: #337ab7;
}

.cor_botao_verde {
    color: #08a84e;
}

.cor_botao_vermelho {
    color: #d12822;
}

.excluir_campo {
    font-size: 25px;
    color: #E93D3D;
}

.positivo_campo {
    font-size: 25px;
}

.nasc-sig {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nasc-sig h2 {
        font-size: 20px;
        margin: 0px;
    }

.navbar-left {
    float: left !important;
}

.navbar-nav {
    margin: 0;
}

.navbar-right {
    /*     width: 36%;
    float: right!important;*/
}

.menu.accordion-menu ul li ul {
    padding: 2px 0px;
    background-color: #162E3E;
}

.menu.accordion-menu ul li a:hover, .menu.accordion-menu ul li.active a {
    background: #122532 none repeat scroll 0% 0%;
    color: #FFF;
}

.logo_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
}

    .logo_bottom img {
        margin: 0 auto;
        display: block;
        width: 300px;
    }

.page-content {
    box-shadow: none;
}

.sorting_1 {
    background-color: transparent !important;
}

.slimScrollDiv {
    /*position:fixed!important;*/
    /*width: 260px!important;*/
    background-size: 310px auto;
    background-repeat: no-repeat;
    background-position: 60% 97%;
}

.page-inner {
}

.sidebar {
    background-color: #2b2b2b;
}

.menu {
    background: #2b2b2b;
}

.page-content {
    background: #E6E6E6;
}



.div_logo_emp {
    float: right;
    height: 35px;
    min-width: 90px;
}

.logo_emp {
    /*width: 180px;
    margin-top: -13px;*/
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.dashboard-direita-fixa {
    background-color: #E0E0E0;
    position: fixed;
    right: 0px;
    text-align: center;
    box-shadow: -5px 0 5px -5px rgba(51, 51, 51, 0.59);
    padding: 0;
    margin: 0;
}

.sombra-dash {
    /*box-shadow: 5px 0px 5px -5px rgba(51, 51, 51, 0.34);
z-index: 3;*/
}

.hora-dash {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
}

.altura-total {
    height: 100% !important;
}

.divisor_dash {
    border: 1px solid #C6C6C6;
}

.bemvindo_dash {
    background-image: url('../Images/header-bg.png');
    background-color: #039BE5;
    background-size: cover;
    height: 160px;
}

    .bemvindo_dash h1 {
        color: white;
        font-size: 45px;
        letter-spacing: -2px;
    }

.nome-empresa_dash {
    bottom: 0px;
    position: absolute;
    display: block;
    padding: 8px;
    color: white;
    background: rgba(0, 0, 0, 0.12) none repeat scroll 0% 0%;
    font-size: 21px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}

.fundo-transparente {
    background-color: transparent !important;
}

.abas_dash {
    background-color: white;
}

.nome_aba-dash {
    padding: 15px 25px !important;
}

.nav-tabs > li.active > .nome_aba-dash, .nav-tabs > li.active > .nome_aba-dash:focus, .nav-tabs > li.active > .nome_aba-dash:hover {
    color: black;
    cursor: default;
    background-color: transparent;
    border-bottom-color: #437CEF;
    border-bottom-width: 2px;
}

.visitors-chart {
    border-right: none !important;
}

.info-box .info-box-stats {
    width: 100%;
}

    /*.info-box .info-box-stats span.info-box-title {
    font-size: 21px;
    color: #484848;
    font-weight: 300;
}*/

    .info-box .info-box-stats .numero {
        font-size: 48px;
        margin-bottom: 0px;
        font-weight: 600;
        text-align: center;
    }

    .info-box .info-box-stats .texto-box {
        font-size: 21px;
        margin-bottom: 0px;
        font-weight: 300;
        text-align: center;
    }

.green {
    color: #2ecc71 !important;
}

.blue {
    color: #3498db !important;
}

.yellow {
    color: #f39c12 !important;
}

.purple {
    color: #9b59b6 !important;
}

.red {
    color: #e74c3c !important;
}

.gray {
    color: #9E9E9E;
}

.receita_periodos {
    height: 130px;
}

#grafico_area_receita1 svg {
    height: 120px;
}

#grafico_area_receita2 svg {
    height: 120px;
}

#grafico_area_receita3 svg {
    height: 120px;
}

#grafico_area_receita4 svg {
    height: 120px;
}

.unidade-monetaria, .valor-periodo {
    font-size: 32px;
}

.unidade-monetaria {
    color: #A8A8A8;
    font-weight: 100;
}

.valor-periodo {
    font-weight: 500;
}

.tipo-periodo {
    margin: 0 !important;
    padding: 0 !important;
}

.nav-tabs {
    border-bottom: 0px solid #DDD;
}

    .nav-tabs > li > a {
        border-bottom: 0px solid rgb(221, 221, 221);
    }

.small-sidebar:not(.page-sidebar-fixed) .sidebar, .small-sidebar:not(.page-sidebar-fixed) .sidebar > *, .horizontal-bar, .horizontal-bar > * {
    overflow: hidden !important;
}

.sub-menu {
    display: none;
}


/*.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
    padding: 50px 0px 50px 47px;
}*/

.page-sidebar-fixed.page-header-fixed .page-inner {
    padding: 50px 0px 50px 47px !important;
}

.navbar-right {
    float: right !important;
}

.navbar-nav > li {
    float: left;
}

.label.label-gray {
    background: #C3C3C3 none repeat scroll 0% 0%;
}

.icon_plus_aba {
    width: 17px;
}

.icon_check_aba {
    width: 20px;
}

.icon_close_aba {
    width: 18px;
}

.icon_down_aba {
    width: 21px;
}

.expandir {
    display: none;
}

.abrir {
    display: block !important;
}

.fechar {
    display: none !important;
}

.botao-expandir-tudo {
    height: 60px;
    padding-left: 25px;
}

    .botao-expandir-tudo a {
        bottom: 0px;
        display: block;
        position: absolute;
    }

.loading {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.37) none repeat scroll 0% 0%;
    padding-top: 20%;
}

.semmargem {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width:992px) {
    .semmargem_mobile {
        padding: 0 !important;
        margin: 0 !important;
    }
}

.cash, .refin, .cash_refin {
    display: inline-block;
}


.tabela_nova th {
    background-color: #27546F;
    color: white;
    /*text-transform: uppercase;*/
    font-size: 11px;
    padding: 5px;
}

.tabela_nova td, subdividas td {
    font-size: 11px;
    padding: 4px;
}

.exp_disc th {
    background-color: #27546F !important;
    color: white;
    font-size: 11px;
    padding: 5px;
}

.subdividas th {
    display: none;
}

.subdividas td {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    /*border-bottom: 1px solid #DDD;*/
}

.subdividas tr {
    background-color: #EAEAEA;
}

.img-plus {
    width: 22px;
}

.botao_pesquisar {
    width: 22px;
    margin-top: 5px;
    float: left;
    margin-right: 19px;
    margin-left: 10px;
}

.botao_pesquisar_central_pesq {
    width: 34px;
    margin-top: -3px;
    float: left;
    margin-right: 19px;
    margin-left: 2px;
}

div.dt-buttons {
    margin-left: 10px;
}

.calc_icon img {
    width: 15px;
    margin-top: -5px;
}

.edit_icon img {
    width: 20px;
    margin-top: -5px;
    margin-left: 5px;
}

.previsao_do_tempo {
    text-align: left !important;
    margin-bottom: 14px;
}

.temp_atual {
    font-size: 45px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 0px !important;
}

.graus {
    font-size: 17px;
    vertical-align: super;
}

.gota {
    width: 9px;
    margin-top: -2px;
    margin-right: 3px;
}

.cidade_estado {
    font-size: 19px;
}

.icone_principal_previsao {
    font-size: 26px;
    text-align: center;
    margin-top: 0px !important;
}

.codigo_icone_principal {
    width: 75px;
}

.umidade {
    font-size: 15px;
}

.box_previsao {
    background-color: #EDEDED;
    height: 150px;
    border: 2px solid #E0E0E0;
    padding: 8px !important;
    text-align: center;
    width: 20%;
}

    .box_previsao img {
        width: 30px;
    }

.previsao_dia {
    font-size: 14px;
    text-align: center !important;
    text-transform: lowercase;
}

.icone_previsao {
    font-size: 20px;
    text-align: center !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.temperatura_maxima {
    font-size: 20px;
    text-align: center !important;
    font-weight: 100;
    color: #363636;
}

.temperatura_minima {
    font-size: 20px;
    text-align: center !important;
    color: rgb(153, 153, 153);
    font-weight: 100;
}

.calendar .button {
    background-color: white !important;
}

.calendar thead .headrow {
    background-color: white !important;
    color: #090909 !important;
}

.calendar .nav {
    background: #ffffff url("menuarrow.gif") no-repeat scroll 100% 100% !important;
}

.calendar thead .daynames {
    background: #ffffff none repeat scroll 0% 0% !important;
}

.calendar, .calendar table {
    font-family: "Segoe Ui",sans-serif !important;
    background-color: white !important;
    border: 1px solid rgba(222, 222, 222, 0.46) !important;
}

    .calendar thead .name {
        padding: 2px !important;
        border-bottom: 0px solid white !important;
    }

    .calendar table .wn {
        padding: 2px 3px 2px 2px !important;
        background: white none repeat scroll 0% 0% !important;
        border-right: 0px solid #000 !important;
    }

    .calendar tfoot .ttip {
        border-top: 0px solid #556 !important;
    }

    .calendar thead .title {
        padding: 12px !important;
    }

    .calendar .button {
        padding: 10px !important;
    }

    .calendar thead .name {
        padding: 6px !important;
    }

    .calendar tfoot .ttip {
        padding: 11px !important;
    }

    .calendar td {
        font-size: 14px !important;
    }

    .calendar tbody td.today {
        color: #577BE4 !important;
    }

    .calendar tbody td.selected {
        border: 0px solid #000 !important;
    }

    .calendar table .wn {
        /*display: none!important;*/
    }

    .calendar tbody td.selected {
        color: #2D98D2 !important;
    }

    .calendar table thead tr:first-child td:first-child {
        display: none !important;
    }

.col-auto {
    width: auto;
    height: auto;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.codigo_erro {
    font-size: 140px;
}

.msg_erro {
    font-size: 28px;
    font-weight: 100;
}

.erro_voltar {
    font-size: 19px;
    margin-top: 100px;
    display: block;
}

.sumir-seta {
    display: none;
}


.logo-rodape {
    position: fixed !important;
    display: block !important;
    color: #FFF !important;
    bottom: 0px;
    margin-left: 0px;
    left: 50%;
    margin-left: -145px;
    border-radius: 40px 40px 0px 0px;
    width: 290px;
    height: 80px;
    z-index: 100;
}


    .logo-rodape:after {
        content: " ";
        position: absolute;
        height: 100%;
        /*background-image: url("../Images/logo_oficial.png");*/
        background-image: url("../Images/box_logo_padrao.png");
        background-size: 100% auto;
        left: 0px;
        top: 5px;
        width: 100%;
    }

/*.logo-rodape:hover {
    display:none!important;
    }*/

.div-barra-rodape {
    background-color: #cccccc;
    width: 100%;
    height: 8px;
    display: block;
    position: fixed;
    bottom: 0;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.34);
}

@media only screen and (max-width: 500px) {
    .logo-rodape {
        bottom: 0px;
        left: 25%;
        margin-left: 0px;
        width: 200px;
    }
}

@media (min-width: 501px) and (max-width: 800px) {
    .logo-rodape {
        bottom: 0px;
        left: 25%;
        margin-left: 0px;
        width: 300px;
    }
}

.divfloat {
    cursor: move;
    z-index: 998;
    background-color: none !important;
    position: fixed;
    /*width: 67px;
right: auto;
height: 94px;
bottom: auto;
left: 679px;
top: 5.067px;*/
    width: 67px;
    right: auto;
    height: 94px;
    bottom: auto;
    left: 0px;
    top: 434.067px;
}

    .divfloat img {
        /*width: 80px;*/
        width: 70px;
    }

    .divfloat a {
        font-weight: 700;
    }

.pull-center {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
}

.chat .chat-item-right .chat-message {
    background: #38a2d6 none repeat scroll 0% 0%;
}


/*.status_chat {
    top: 18px;
}*/

.status_online {
    background-color: #00C853;
}

.status_offline {
    background-color: #D50000;
}

.status_ocupado {
    background-color: #FF6D00;
}

.status_chat {
    position: relative;
    top: -40px;
    left: 28px;
    width: 18px;
    height: 18px;
    border: 3px solid #FFF;
    border-radius: 50%;
    z-index: 10;
}

.avatar_menu_chat {
    float: left;
    display: inline-block;
}

.cbp-spmenu a img {
    float: none;
}

.cbp-spmenu h3 {
    height: 70px;
}

.status_conversa_chat {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.cbp-spmenu h3 span {
    font-weight: 500;
}

.tabela_sem_datatable thead {
    background-color: #27546F;
    color: white;
    /*text-transform: uppercase;*/
    font-size: 15px;
}

.tabela_sem_datatable th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

.tabela_sem_datatable td {
    padding: 5px 10px;
}


.numero_pagina {
    display: inline;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #808080;
    border-radius: 2px;
}

.pagina_ativo {
    background: #F1F1F1 none repeat scroll 0% 0%;
    border: 1px solid #979797;
    color: #333 !important;
}

.botao_exportar_tabela {
    background-color: #FFF;
    background-image: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    text-decoration: none;
    outline: medium none;
}

    .botao_exportar_tabela:hover {
        border: 1px solid #666;
        background-color: #E0E0E0;
        background-image: -moz-linear-gradient(center top, #F9F9F9 0%, #E0E0E0 100%);
        text-decoration: none;
    }

.numero_pagina_box {
    display: block;
    max-width: 600px;
    float: left;
}

.box_exportar_tabela {
    /*width: 110px;*/
    float: left;
    margin-top: -4px;
    margin-left: 20px;
}

.confirma_box {
    text-align: right;
}

.confirma_box_top {
    text-align: right;
    margin-bottom: 15px;
}

#cbp-spmenu-s1 .slimScrollDiv .slimscroll {
    height: 100% !important;
}

.cobgen_menu_1 {
    background-color: #F2F2F2;
}

    /*.cobgen_menu_1 input[type=button] {
    margin: 0 auto;
    display:block;
}*/

    .cobgen_menu_1 img {
        width: 50px;
    }


    .cobgen_menu_1 a {
        cursor: pointer;
        width: 50px;
        display: block;
        margin: 0 auto;
    }

.disabled {
    opacity: 0.3 !important;
    cursor: auto !important;
}

.frame_simulador iframe {
    border: none;
}

.cobgen_menu_oy img {
    width: 30px;
}


.cobgen_menu_oy a {
    cursor: pointer;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.cobgen_menu_oy .panel-heading .panel-title {
    text-align: center;
    float: initial;
    font-size: 20px;
}

.disca_agenda {
    background-color: #FBFBFB;
    height: 40px;
    width: 95px;
    position: absolute;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    /*-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;*/
}

.numero_tel {
    padding-left: 10px !important;
    font-size: 13px;
}

.fechar_tel {
    text-align: right;
    color: rgb(231, 101, 101);
    padding-right: 3px !important;
}

    .fechar_tel .fa {
        line-height: 0;
        display: block;
        margin-top: 10px;
        cursor: pointer;
    }

.tel_agendar .fa {
    cursor: pointer;
}

.tel_discar {
    text-align: center;
}

    .tel_discar .fa {
        cursor: pointer;
    }

.hover_fone:hover {
    border: 2px solid rgba(125, 125, 125, 0.4);
    color: rgb(57, 57, 57);
}


.down_icon {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.down_aguarde {
    margin-top: 85px;
    text-align: center;
}

    .down_aguarde h3 {
        font-weight: 300;
        font-size: 16px;
    }

        .down_aguarde h3 a {
            font-weight: 500;
        }

    .down_aguarde #time {
        display: inline-block;
        line-height: 14px;
    }

.data_hora_cotacao {
    font-size: 10px;
    text-align: right;
}

.tabela_cotacoes {
    width: 100%;
    background-color: #F2F2F2;
}

.titulo_cotacao {
    width: 100%;
    background-color: #F6F6F6;
    border: 1px solid #CFCFCF;
    border-bottom: 0px;
    text-align: center;
    font-weight: 600;
    padding: 2px;
}

.tabela_cotacoes td {
    border: 1px solid rgb(207, 207, 207);
    padding: 4px;
}

.pais_bolsa {
    width: 100%;
    display: block;
    font-weight: 700;
}

.nome_bolsa {
    width: 100%;
    display: block;
    font-size: 9px;
}

.variacao_positiva {
    font-weight: 800;
    margin-right: 6px;
}

.variacao_negativa {
    ;
    font-weight: 800;
    margin-right: 6px;
}

.variacao_positiva_tabela {
    color: #0ACE0A;
}

.variacao_negativa_tabela {
    color: #CE0A0A;
}

.acoes_cotacoes .acoes {
    font-size: 15px;
}

.acoes_cotacoes .valor {
    font-size: 10px;
}

.acoes_cotacoes .variacao {
    font-size: 12px;
}

.symbol_acoes {
    width: 100%;
    display: block;
    font-weight: 700;
}

.nome_acoes {
    width: 100%;
    display: block;
    font-size: 7px;
}

#progress_cotacao {
    animation: 0s linear 0s normal none infinite running progress-bar-stripes !important;
    transition: width 0s ease 0s !important;
}

.calendar {
    z-index: 2000 !important;
}

.finalizar_simulador {
    width: 40px;
    float: right;
}


.botao_finalizar_ligacao {
    position: fixed !important;
    display: block !important;
    color: #FFF !important;
    bottom: 0px;
    margin-left: -28px;
    right: 10px;
    background: #FF4949 none repeat scroll 0% 0% !important;
    transition: background 0.1s ease-in 0s !important;
    z-index: 99 !important;
}

    .botao_finalizar_ligacao:hover {
        background: #DA1F1F none repeat scroll 0% 0% !important;
    }

    .botao_finalizar_ligacao i:hover {
        -ms-transform: rotate(55deg); /* IE 9 */
        -webkit-transform: rotate(55deg); /* Chrome, Safari, Opera */
        transform: rotate(55deg);
    }


.cobgen_titulo {
    float: left;
    text-align: left;
}

    .cobgen_titulo h4 {
        text-align: left !important;
    }

.cobgen_fechar {
    float: right;
}

    .cobgen_fechar a {
        text-align: right;
        width: 20px;
        float: right;
    }

        .cobgen_fechar a img {
            text-align: right;
            width: 100%;
        }

.cobgen_botoes {
    background-color: rgb(242, 242, 242);
}

.cobgen_padrao {
    height: 100% !important;
}

    .cobgen_padrao .panel-heading {
        height: 10% !important;
    }

    .cobgen_padrao .panel-body {
        height: 90% !important;
    }

        .cobgen_padrao .panel-body .frame_simulador {
            height: 100% !important;
        }

            .cobgen_padrao .panel-body .frame_simulador iframe {
                /*border: 2px solid;*/
                height: 100% !important;
                width: 100% !important;
            }

.topo_painel_campanha {
    background-color: #27546F;
    color: white;
    padding-top: 18px !important;
    height: 80px;
}

.titulo_box {
    background-color: #27546F;
    width: 100%;
    color: white;
    display: block;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.titulo_azul {
    background-color: #27546F;
}

.lupa_devedores {
    top: -23px;
    left: 10px;
    transform: rotate(82deg);
    font-size: 10px !important;
}

.tooltip-menu-aberto .lupa_devedores {
    top: 0px !important;
    left: -3px !important;
}

.popover[class*="tour-"] {
    z-index: 91100 !important;
}

#confirmar_exclusao .panel-white {
    text-align: center;
    /*background: #f1d9d9;*/
    color: #a94442;
}

#confirmar_exclusao .panel-body .tem_certeza {
    margin-bottom: 30px;
}

    #confirmar_exclusao .panel-body .tem_certeza h2 {
        text-align: center;
        float: initial;
        color: #a94442;
        font-size: 20px;
        font-weight: 100;
    }

#confirmar_exclusao .panel-body a {
    font-size: 17px;
}

#confirmar_exclusao .panel-body h5 {
    text-align: center;
    float: initial;
    color: #a94442;
    margin-top: 18px;
}

    #confirmar_exclusao .panel-body h5 strong {
        text-transform: uppercase;
    }

#confirmar_acao .panel-white {
    text-align: center;
    /*background: #f1d9d9;*/
    color: #60921a;
}

#confirmar_acao .panel-body .tem_certeza {
    margin-bottom: 30px;
}

    #confirmar_acao .panel-body .tem_certeza h2 {
        text-align: center;
        float: initial;
        color: #60921a;
        font-size: 20px;
        font-weight: 100;
    }

#confirmar_acao .panel-body a {
    font-size: 17px;
}

#confirmar_acao #sim_excluir2 {
    background-color: #60921a;
    cursor: no-drop;
    opacity: 0.6;
}

#confirmar_acao .panel-body h5 {
    text-align: center;
    float: initial;
    color: #60921a;
    margin-top: 18px;
}

    #confirmar_acao .panel-body h5 strong {
        text-transform: uppercase;
    }

.salvar_informacoes {
    z-index: 1110 !important;
}

    .salvar_informacoes .panel-white {
        text-align: center;
        /*background: #f1d9d9;*/
        color: #a94442;
    }

    .salvar_informacoes .panel-body .tem_certeza {
        margin-bottom: 30px;
    }

        .salvar_informacoes .panel-body .tem_certeza h2 {
            text-align: center;
            float: initial;
            color: #a94442;
            font-size: 20px;
            font-weight: 100;
        }

    .salvar_informacoes .panel-body a {
        font-size: 17px;
    }

    .salvar_informacoes .panel-body h5 {
        text-align: center;
        float: initial;
        color: #a94442;
        margin-top: 18px;
    }

        .salvar_informacoes .panel-body h5 strong {
            text-transform: uppercase;
        }

.fade_salvar_informacoes {
    display: none;
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}

#menu_botao_direito {
    display: none;
    position: absolute;
    /*height: 350px;*/
    top: 220px;
    z-index: 999999999;
    min-width: 160px;
    /*background-color: #333;*/
    background-color: #f2f2f2;
    /*border-radius: 8px;*/
    background-clip: padding-box;
    box-sizing: border-box;
    padding: 8px 0px;
    left: 630px;
    box-shadow: 11px 6px 17px -15px #000;
    border: 1px solid rgb(204, 204, 204);
}

    #menu_botao_direito ul {
        list-style-type: none;
        color: #CCC;
        font-size: 12px;
        text-transform: capitalize;
        left: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
    }

        #menu_botao_direito ul li {
            /*padding-top: 10px;
            padding-bottom: 10px; transition: background 0.3s ease-in 0s !important;
           padding-left: 10px;
            padding-right: 10px;*/
        }

            #menu_botao_direito ul li a {
                color: #000;
                padding: 10px;
                width: 100%;
                display: block;
            }

                #menu_botao_direito ul li a:hover {
                    color: #CCC;
                    text-decoration: none;
                }

            #menu_botao_direito ul li:hover {
                background-color: #346C8F;
            }

            #menu_botao_direito ul li i {
                font-size: 22px;
                margin-right: 8px;
            }

            #menu_botao_direito ul li span {
                vertical-align: top;
            }

.tooltip-ficha-dev {
    font-size: 20px;
    margin: 0 auto;
    display: block;
    width: 22px;
}

    .tooltip-ficha-dev:hover {
        text-decoration: initial;
    }


#timer_alerta .panel-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.fade_aguarde {
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0% 0% !important;
}

.iframe_ficha_dev_preload {
    border-style: solid;
    border: 1px;
    border-color: red;
    margin-top: 0px;
    vertical-align: top;
    height: 85px;
}

.nome_mae {
    font-size: 16px;
    display: block;
    margin-top: 7px;
}

/*#ficha_topo {
    margin-top:120px;
}*/

.ui-datepicker-trigger {
    width: 20px;
    margin-top: -5px;
    margin-left: 8px;
    cursor: pointer;
}

.ui-widget-header {
    border: 1px solid #1A3E54;
    background: none;
    color: #FFF;
    font-weight: bold;
    background-color: #27546f;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #27546f;
    }

/*.page-inner {
    position: absolute;
    width: 100%;
}*/

.gera_calendario {
    display: inline-block;
    /*width: 80%;*/
    width: calc(100% - 40px);
}

#conteudo_divSCORING_CONSTROI .scoring_results {
    display: none;
}

#conteudo_divSCORING_CONSTROI .grupo_scoring {
    border: 1px solid #B9B9B9;
    margin-bottom: 10px;
}

    #conteudo_divSCORING_CONSTROI .grupo_scoring .grupo_scoring_2 {
        padding: 20px;
    }

#resultado_final {
    /*text-align: center;
    font-size: 40px;*/
    display: inline-block;
}

.pont-total {
    display: inline-block;
}

.pontuacao_total {
    font-size: 30px;
    text-align: center;
    /*position: fixed;*/
    margin-bottom: 10px !important;
    padding: 10px !important;
}

.scoring_pontuacao {
}


.audio_scoring {
    position: absolute;
    top: 0px;
}

    .audio_scoring audio {
        display: block !important;
        float: right;
        margin-top: 10px;
    }

.tabela_linha_vermelha {
    /*background-color: #FE5252 !important;*/
    background-color: #E41414 !important;
    color: white;
}

    .tabela_linha_vermelha:hover {
        background-color: #FE6666 !important;
    }

    .tabela_linha_vermelha .excluir_campo {
        color: #ffce60;
    }

.tabela_linha_verde {
    /*background-color: #C7EBD5 !important;*/
    background-color: #4EAD73 !important;
}

    .tabela_linha_verde:hover {
        background-color: #7BD79F !important;
    }

.tabela_linha_azul {
    background-color: #326BC6 !important;
}

    .tabela_linha_azul td, .tabela_linha_verde td {
        color: white;
    }

        .tabela_linha_azul td a, .tabela_linha_verde td a, .tabela_linha_vermelha td a {
            color: white;
        }

.tabela_linha_verde:hover td {
    color: #3e3e3e;
}


.tabela_linha_azul:hover {
    background-color: #357CED !important;
}

.tabela_linha_amarela {
    /*background-color: #F8F896 !important;*/
    background-color: #E0BE06 !important;
}

    .tabela_linha_amarela:hover {
        background-color: #F8F8B4 !important;
    }

.tabela_linha_roxo {
    /*background-color: #D5C7EB !important;*/
    background-color: #6B25DA !important;
    color: white !important;
}

    .tabela_linha_roxo:hover {
        background-color: #e680f5 !important;
        color: #6B25DA !important;
    }

.tabela_linha_laranja {
    /*background-color: #FEBC00 !important;*/
    background-color: #FE8F00 !important;
}

    .tabela_linha_laranja:hover {
        background-color: #FFDD7B !important;
    }



    .tabela_linha_amarela td, .tabela_linha_azul td, .tabela_linha_laranja td, .tabela_linha_roxo td, .tabela_linha_verde td, .tabela_linha_vermelha td {
        font-weight: bold;
    }


.tabela_sublinha_amarela td, .tabela_sublinha_azul td, .tabela_sublinha_laranja td, .tabela_sublinha_roxo td, .tabela_sublinha_verde td, .tabela_sublinha_vermelha td {
    font-weight: 400;
}


.tabela_sublinha_vermelha {
    background-color: RGBA(254, 82, 82, 0.7) !important;
    color: white;
}

.tabela_sublinha_verde {
    /*background-color: RGBA(198, 234, 212, 0.5) !important;*/
    background-color: #91D4AB !important;
}

.tabela_sublinha_azul {
    /*background-color: RGBA(198, 212, 234, 0.6) !important;*/
    background-color: #A1B2CE !important;
}

.tabela_sublinha_amarela {
    /*background-color: RGBA(248, 248, 149, 0.7) !important;*/
    background-color: #DBDB73 !important;
}

.tabela_sublinha_roxo {
    /*background-color: RGBA(212, 198, 234, 0.8) !important;*/
    background-color: #B18CEA !important;
}

.tabela_sublinha_laranja {
    /*background-color: RGBA(255, 187, 0, 0.4) !important;*/
    background-color: #FFBA60 !important;
}

.font_icon_tabelas {
    font-size: 20px;
}

.opcao_tema {
    background-color: #F5F5F5;
    padding: 10px;
    /*height: 200px;*/
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

.total_blocos {
    height: 55px;
    /*background-color: #08F;*/
    display: block;
    margin-bottom: 10px;
}

.opcao_tema_footer {
    display: block;
    padding: 13px;
    font-size: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

    .opcao_tema_footer a i {
        margin-right: 7px;
    }

.bloco_tema {
    /*background-color: #F00;*/
    height: 100%;
    width: 23%;
    display: inline-block;
    border: 1px solid #B9B9B9;
}




.titulo_central_pesq {
    color: black;
}

.filtros_primarios .panel-transparent, .filtros_secundarios .panel-transparent {
    border: 1px solid #DEDEDE !important;
}

.check_tema_ativo {
    float: right;
    position: absolute;
    right: 30px;
    font-size: 19px;
    top: 6px;
    color: #008000;
}






.tema_titulo {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

.tema_ativo {
    background-color: #BAFFB3 !important;
}

.tema_subtitulo {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.texto-tema-ativo {
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
}

.central_bol_radio_list {
    border: 1px solid #BBBBBB;
}

.tooltipster-default {
    border-radius: 0px;
    border: 0px;
    background: #498EB7 !important;
}

.icones_filtrar_tabela {
    display: inline;
    cursor: pointer;
}

    .icones_filtrar_tabela i {
        font-size: 20px;
    }

    .icones_filtrar_tabela span {
        margin-left: -4px;
        font-size: 12px;
    }

/*#grafico0
{
    max-width: none;
    height: 400px;
}*/

.box_grafico_home_master {
    border: 1px solid rgb(236, 236, 236);
    padding: 11px;
}


#gera_grafico_HD {
    margin-bottom: 470px;
}

    #gera_grafico_HD .progress-xs {
        height: 15px;
    }

.grafico_home_master_livre {
    background-color: #ECECEC;
}

.grafico_home_master_usado {
    background-color: #27546F;
}


.nome_backup_recente {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .nome_backup_recente i, .data_backup_recente i, .duracao_backup_recente i {
        margin-right: 10px;
    }

.data_backup_recente {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.duracao_backup_recente {
    display: block;
    font-size: 18px;
}

.disco_cheio_alerta .panel-heading .panel-title {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color: #FF3E3E;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.panel-yellow {
    background-color: #ebebc7;
}

.contorno-yellow {
    box-shadow: 0px 0px 0px 2px #FFCF00 inset, 0px 0px 0px 5px #FFCF00 inset !important;
}

.panel-green {
    background: #c7ebd5;
}

.contorno-green {
    box-shadow: 0px 0px 0px 2px #5A9F31 inset, 0px 0px 0px 5px #5A9F31 inset !important;
}

.panel-red {
    background: #ebc7c7;
}

.contorno-red {
    box-shadow: 0px 0px 0px 2px rgb(255, 83, 83) inset, 0px 0px 0px 5px rgb(255, 83, 83) inset !important;
}

.mostra_porc {
    display: block;
    color: white;
    position: absolute;
    width: 90%;
    text-align: center;
    font-weight: 600;
    mix-blend-mode: difference;
}

    .mostra_porc span {
    }

.master_graficos .panel-heading, .master_graficos .counter-server {
    color: #27546F !important;
}

.master_graficos .valor-total {
    color: #6E96AE !important;
}

.master_graficos .info-box-stats {
    margin-top: 0;
}

    .master_graficos .info-box-stats p {
        margin-bottom: 0px;
    }

.processamentos_status {
    margin-bottom: 50px;
}

    .processamentos_status .progress-xs {
        height: 25px;
    }

    .processamentos_status .progress-bar {
        background-color: #27546F;
    }

    .processamentos_status .nome_backup_recente {
        font-size: 15px;
    }

.master_graficos tspan {
    font-weight: bold;
    fill: black;
}

.master_graficos .panel-heading .panel-title {
    font-size: 15px;
}


.master_graficos .progress-bar-atras {
    display: block;
    width: 100%;
    float: left;
    height: 100%;
    background: #2ad63e; /* Old browsers */
    background: -moz-linear-gradient(left, #2ad63e 0%, #f3f727 50%, #f21818 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2ad63e 0%,#f3f727 50%,#f21818 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2ad63e 0%,#f3f727 50%,#f21818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ad63e', endColorstr='#f21818',GradientType=1 ); /* IE6-9 */
}

.master_graficos .progress-bar-server {
    /*  background-color: rgb(78, 94, 106); */
    float: right;
    background-color: #ECECEC;
}

.master_graficos .progress-server {
    background-color: rgb(236, 236, 236);
}

.master_graficos .valor-total {
    color: rgba(255, 255, 255, 0.63);
}

.master_graficos .progress-xs {
    height: 20px;
}

.master_graficos .panel-heading .panel-title i {
    margin-right: 7px;
}

#data_hora_atual {
    font-size: 12px;
    text-align: center;
}

.slimScrollDiv .chat {
    height: 83% !important;
}

.tabela_rapida {
    width: 100%;
}

    .tabela_rapida tbody tr:first-child th {
        background-color: #27546F;
        color: white;
        font-size: 15px;
        color: white;
        padding: 10px;
    }

        .tabela_rapida tbody tr:first-child th a {
            color: white;
        }

    .tabela_rapida tbody tr td {
        padding: 7px;
        border: 1px solid #DDD;
    }

    .tabela_rapida tbody tr:nth-child(even) {
        background: #fff;
    }

    .tabela_rapida tbody tr:nth-child(odd) {
        background: #F9F9F9;
    }

    .tabela_rapida tbody tr td table tbody tr td {
        padding: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #333 !important;
        border: 1px solid #979797;
    }

        .tabela_rapida tbody tr td table tbody tr td span {
            font-weight: bold;
        }

        .tabela_rapida tbody tr td table tbody tr td a {
            color: #333 !important;
        }



.cobrador_parabens {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}




/*  LISTA CHAT */
.div_chat {
}

.chat_lista_topo {
    display: block;
    width: 100%;
    height: 34px;
    position: relative;
}

.chat_lista_pesquisar {
    width: 80%;
    float: left;
    margin-top: 15px;
}

.chat_lista_fechar {
}

.div_chat .slimScrollDiv {
    float: left;
    width: 100% !important;
}

    .div_chat .slimScrollDiv #CHAT_LISTA a {
        padding-left: 10px;
    }

        .div_chat .slimScrollDiv #CHAT_LISTA a .avatar_menu_chat {
            font-size: 10px;
        }

        .div_chat .slimScrollDiv #CHAT_LISTA a span {
            font-size: 11px;
        }

/* FIM LISTA CHAT */













/*  CHAT GERAL */

.div_chat2 .chat_lista_topo {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.div_chat2 .chat_lista_titulo {
    width: 80%;
    float: left;
    margin-top: 22px;
    font-size: 12px;
}

.chat_lista_fechar {
}

.div_chat2 .slimScrollDiv {
    float: left;
    width: 100% !important;
}

    .div_chat2 .slimScrollDiv #CHAT_LISTA a {
        padding-left: 10px;
    }

        .div_chat2 .slimScrollDiv #CHAT_LISTA a .avatar_menu_chat {
            font-size: 10px;
        }

        .div_chat2 .slimScrollDiv #CHAT_LISTA a span {
            font-size: 11px;
        }

    .div_chat2 .slimScrollDiv .slimscroll .chat-item-left i {
        font-size: 18px;
    }

    .div_chat2 .slimScrollDiv .slimscroll .chat-item-left .chat-message {
        font-size: 14px;
    }
/* FIM CHAT GERAL */










/* CHAT USUARIO PESQUISADO */

.div_chat .div_chat_pesq .chat_lista_topo {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.div_chat .div_chat_pesq .chat_lista_titulo {
    width: 80%;
    float: left;
    margin-top: 22px;
    font-size: 12px;
}

.div_chat .div_chat_pesq .slimScrollDiv {
    float: left;
    width: 100% !important;
}

    .div_chat .div_chat_pesq .slimScrollDiv #CHAT_LISTA a {
        padding-left: 10px;
    }

        .div_chat .div_chat_pesq .slimScrollDiv #CHAT_LISTA a .avatar_menu_chat {
            font-size: 10px;
        }

        .div_chat .div_chat_pesq .slimScrollDiv #CHAT_LISTA a span {
            font-size: 11px;
        }

    .div_chat .div_chat_pesq .slimScrollDiv .slimscroll .chat-item-left i {
        font-size: 18px;
    }

    .div_chat .div_chat_pesq .slimScrollDiv .slimscroll .chat-item-left .chat-message {
        font-size: 14px;
    }

/* FIM CHAT USUARIO PESQUISADO */

/* COMENTADO APOS MENU NOVO
.botao_play_pause {
    position: fixed !important;
    display: block !important;
    color: #FFF !important;
    margin-left: -28px;
    right: 10px;
    transition: background 0.1s ease-in 0s !important;
    z-index: 99 !important;
    bottom: 90px !important;
    width: 45px !important;
    height: 45px !important;
    margin-right: 75px !important;
}

    .botao_play_pause i {
        font-size: 25px;
        margin-left: 4px;
    }

    */


.botao_play {
    background: #149E00 none repeat scroll 0% 0% !important;
}

    .botao_play:hover {
        background: #0D6500 none repeat scroll 0% 0% !important;
    }

.botao_pause {
    background: #1E5DBD none repeat scroll 0% 0% !important;
}

    .botao_pause i {
        margin-left: 0px !important;
    }

    .botao_pause:hover {
        background: #133D7E none repeat scroll 0% 0% !important;
    }


/* MENU NO RODAPE */

/*.page-header-fixed .navbar {
    bottom:0;
}

.logo-box {
    width: 49px;
}

.logo-box {
    background: #346C8F none repeat scroll 0% 0%;
}

.logo-box {
    width: 260px;
    height: 50px;
}

.page-header-fixed .page-sidebar {
    padding-top: 0px;
}

.logo-box {
    width: 100%;
}

.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
    padding: 0px 0px 50px 47px;
}
.small-sidebar .topmenu-outer {
    margin-left: 0px;
}

.navbar {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
}
.navbar .open .dropdown-menu {
    margin-top: -430px !important;
}*/
/* FIM MENU NO RODAPE */

/* MENU NOVO */

/*.topmenu-outer {
    background: transparent;
}

.navbar {
    background: transparent url("../Images/h83_background.jpg") no-repeat scroll center bottom;
    background-size: 100%;
    background-position: 0% 64%;
}

.logo_empresa_top {
    background: transparent url("../Images/back_logo_23.png") no-repeat scroll center bottom;
display: block;
background-size:70%;
height: 100%;
float: left;
width: 40%;
}

.logo_emp {
    margin: 0 auto;
    display: block;
    filter: brightness(276%);
}

.top-menu .navbar-nav > li > a, #data_hora_atual  {
    color: white;
}

.botao_voltar {
    filter: contrast(0%) brightness(500%);
}*/

/* FIM MENU NOVO */


#menu_botao_direito {
    right: 15px;
    float: right;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    top: 400px;
    position: fixed;
}

    #menu_botao_direito ul li button {
        width: 100%;
        color: #353535;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        background-color: transparent;
        border: 0;
    }

        #menu_botao_direito ul li button:hover {
            color: white;
        }

.abas_ficha_dev {
    margin-bottom: 20px;
}

.box_imagem_boleto {
    display: none;
    position: absolute;
    left: -390px;
    top: 0px;
    border: 1px solid black;
    bottom: 0px;
    width: 380px;
}

    .box_imagem_boleto img {
        width: 100%;
    }

    .box_imagem_boleto .texto_aviso {
        display: block;
        top: 35px;
        position: absolute;
        left: 5px;
        width: 363px;
        height: 31px;
        padding-left: 5px;
        font-size: 9px;
        overflow: hidden;
    }

    .box_imagem_boleto .texto_demonstrativo {
        display: block;
        top: 164px;
        position: absolute;
        left: 4px;
        width: 365px;
        height: 62px;
        padding-left: 5px;
        font-size: 9px;
        overflow: hidden;
    }

    .box_imagem_boleto .texto_instrucoes {
        display: block;
        top: 356px;
        position: absolute;
        left: 4px;
        width: 235px;
        height: 76px;
        padding-left: 5px;
        font-size: 9px;
        overflow: hidden;
    }


/*.box_bradesco_calc {
        position:absolute;
    }

    .icone_bradesco_calc {

    }

    .icone_bradesco_calc .icone_bradesco {

    }

    .icone_bradesco_calc .icone_calculadora_brad {
        position: absolute;
left: 0;
width: 14px;
    }*/

.lista_homes {
    display: none;
    position: fixed;
    bottom: 170px;
    height: 280px;
    background-color: #ccc;
    width: 220px;
    left: 63%;
    margin-left: -70px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.21);
}

    .lista_homes input[type=text] {
        height: 15%;
    }


    .lista_homes ul {
        overflow: auto;
        list-style-type: none;
        padding: 0px 10px 0px 10px;
        font-size: 12px;
        height: 85%;
    }

        .lista_homes ul li {
            padding: 3px 0px 3px 0px;
            border-bottom: 1px solid #ADADAD;
        }


    .lista_homes #loading {
        display: none;
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px;
        top: 10px;
    }

        .lista_homes #loading .loader {
            font-size: 10px;
            margin: 0px auto;
            text-indent: -9999em;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #ccc;
            background: -moz-linear-gradient(left, #ccc 10%, rgba(255, 255, 255, 0) 42%);
            background: -webkit-linear-gradient(left, #ccc 10%, rgba(255, 255, 255, 0) 42%);
            background: -o-linear-gradient(left, #ccc 10%, rgba(255, 255, 255, 0) 42%);
            background: -ms-linear-gradient(left, #ccc 10%, rgba(255, 255, 255, 0) 42%);
            background: linear-gradient(to right, #ccc 10%, rgba(255, 255, 255, 0) 42%);
            position: relative;
            -webkit-animation: load3 1.4s infinite linear;
            animation: load3 1.4s infinite linear;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
        }

            .lista_homes #loading .loader:before {
                width: 50%;
                height: 50%;
                background: #ccc;
                border-radius: 100% 0 0 0;
                position: absolute;
                top: 0;
                left: 0;
                content: '';
            }

            .lista_homes #loading .loader:after {
                background: #fff;
                width: 75%;
                height: 75%;
                border-radius: 50%;
                content: '';
                margin: auto;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
            }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu-rotacao svg #menu #menuname {
    font-size: 13px;
}

.menu-rotacao svg #menu .icong text {
    font-family: FontAwesome;
    font-size: 40px;
}

/* COMENTADO APOS MENU NOVO
.botao_play_pause {
    position: relative !important;
    color: #FFF !important;
    margin-left: 0 !important;
    right: 0 !important;
    transition: background 0.1s ease-in 0s !important;
    z-index: 99 !important;
    bottom: 0 !important;
    width: 45px !important;
    height: 45px !important;
    margin-right: 0 !important;
    float: left !important;
}
    */
#menu_botao_direito {
    right: 305px;
    float: right;
    width: 200px;
    margin-left: 0px;
    margin-right: 0px;
    left: auto;
    top: 60px;
    position: fixed;
}
/* COMENTADO APOS MENU NOVO
.botao_play_pause {
    background: transparent none repeat scroll 0% 0% !important;
    box-shadow: none !important;
    color: rgb(95, 95, 95) !important;
    width: auto !important;
    margin-top: 3px !important;
}

    .botao_play_pause i {
        font-size: 15px !important;
    }

    .botao_play_pause:hover {
        background-color: transparent !important;
    }
    */

.menu-rotacao {
    bottom: 0;
}

.flutua_right {
    position: fixed;
    height: 15%;
    background: #e6e6e6;
    width: 400px;
    right: 0px;
    margin-right: -400px;
    bottom: 50px;
    border: 2px solid #b7b7b7;
    padding: 10px;
}

    .flutua_right textarea {
        white-space: pre;
    }

.flutua_right_botao {
    background-image: url('../Images/aba_lateral.png');
    position: fixed;
    width: 25px;
    height: 100px;
    right: 0px;
    bottom: 80px;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 20px;
    background-size: 100% 110%;
}

    .flutua_right_botao i {
        margin-top: 44px;
        margin-left: 3px;
    }







.flutua2_left {
    position: fixed;
    background: #e6e6e6;
    left: 100px;
    margin-left: -1100px;
    bottom: 0;
    border: 2px solid #b7b7b7;
    padding: 10px;
    padding-right: 20px;
}

    .flutua2_left a {
        margin-right: 8px;
        font-size: 15px;
    }

.flutua2_left_botao {
    position: fixed;
    width: 45px;
    height: 45px;
    left: 49px;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 20px;
    background-color: #383838;
    border-radius: 50px;
}

    .flutua2_left_botao i {
        margin-top: 12px;
        margin-left: 0px;
    }


.disableli {
    background-color: lightgray;
    text-decoration: none;
    height: 1px;
}

.tabela_linha_topo {
    background-color: #27546F !important;
    color: white;
}

.cssload-box {
    position: absolute;
    width: 292px;
    height: 78px;
    left: 50%;
    margin-left: -146px;
}

.cssload-loading:after {
    content: '';
    position: absolute;
    left: -39px;
    display: block;
    width: 39px;
    height: 49px;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61,195,255,0.2);
    transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    animation: cssload-loadingAnim 2.3s linear infinite;
    -o-animation: cssload-loadingAnim 2.3s linear infinite;
    -ms-animation: cssload-loadingAnim 2.3s linear infinite;
    -webkit-animation: cssload-loadingAnim 2.3s linear infinite;
    -moz-animation: cssload-loadingAnim 2.3s linear infinite;
}



@keyframes cssload-loadingAnim {
    0% {
        box-shadow: 47px 0 0px rgb(61,195,255), 94px 0 2px rgba(61,195,255,0.8), 140px 0 4px rgba(61,195,255,0.6), 187px 0 6px rgba(61,195,255,0.4), 234px 0 8px rgba(61,195,255,0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }

    10% {
        box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    20% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 0px #3dc3ff, 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    30% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 2px rgba(61, 195, 255, 0.8), 187px 0 0px #3dc3ff, 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    40% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 0px #3dc3ff, 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    50% {
        box-shadow: 47px 0 10px rgba(61, 195, 255, 0), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 4px rgba(61, 195, 255, 0.6), 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 0px #3dc3ff;
    }

    60% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 10px rgba(61, 195, 255, 0), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    70% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 10px rgba(61, 195, 255, 0), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 6px rgba(61, 195, 255, 0.4), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    80% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 10px rgba(61, 195, 255, 0), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    90% {
        box-shadow: 47px 0 2px rgba(61, 195, 255, 0.8), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 10px rgba(61, 195, 255, 0), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    100% {
        box-shadow: 47px 0 0px #3dc3ff, 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }
}

@-o-keyframes cssload-loadingAnim {
    0% {
        box-shadow: 47px 0 0px rgb(61,195,255), 94px 0 2px rgba(61,195,255,0.8), 140px 0 4px rgba(61,195,255,0.6), 187px 0 6px rgba(61,195,255,0.4), 234px 0 8px rgba(61,195,255,0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }

    10% {
        box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    20% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 0px #3dc3ff, 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    30% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 2px rgba(61, 195, 255, 0.8), 187px 0 0px #3dc3ff, 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    40% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 0px #3dc3ff, 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    50% {
        box-shadow: 47px 0 10px rgba(61, 195, 255, 0), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 4px rgba(61, 195, 255, 0.6), 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 0px #3dc3ff;
    }

    60% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 10px rgba(61, 195, 255, 0), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    70% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 10px rgba(61, 195, 255, 0), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 6px rgba(61, 195, 255, 0.4), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    80% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 10px rgba(61, 195, 255, 0), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    90% {
        box-shadow: 47px 0 2px rgba(61, 195, 255, 0.8), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 10px rgba(61, 195, 255, 0), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    100% {
        box-shadow: 47px 0 0px #3dc3ff, 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }
}

@-ms-keyframes cssload-loadingAnim {
    0% {
        box-shadow: 47px 0 0px rgb(61,195,255), 94px 0 2px rgba(61,195,255,0.8), 140px 0 4px rgba(61,195,255,0.6), 187px 0 6px rgba(61,195,255,0.4), 234px 0 8px rgba(61,195,255,0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }

    10% {
        box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    20% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 0px #3dc3ff, 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    30% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 2px rgba(61, 195, 255, 0.8), 187px 0 0px #3dc3ff, 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    40% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 0px #3dc3ff, 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    50% {
        box-shadow: 47px 0 10px rgba(61, 195, 255, 0), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 4px rgba(61, 195, 255, 0.6), 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 0px #3dc3ff;
    }

    60% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 10px rgba(61, 195, 255, 0), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    70% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 10px rgba(61, 195, 255, 0), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 6px rgba(61, 195, 255, 0.4), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    80% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 10px rgba(61, 195, 255, 0), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    90% {
        box-shadow: 47px 0 2px rgba(61, 195, 255, 0.8), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 10px rgba(61, 195, 255, 0), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    100% {
        box-shadow: 47px 0 0px #3dc3ff, 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }
}

@-webkit-keyframes cssload-loadingAnim {
    0% {
        box-shadow: 47px 0 0px rgb(61,195,255), 94px 0 2px rgba(61,195,255,0.8), 140px 0 4px rgba(61,195,255,0.6), 187px 0 6px rgba(61,195,255,0.4), 234px 0 8px rgba(61,195,255,0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }

    10% {
        box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    20% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 0px #3dc3ff, 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    30% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 2px rgba(61, 195, 255, 0.8), 187px 0 0px #3dc3ff, 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    40% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 0px #3dc3ff, 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    50% {
        box-shadow: 47px 0 10px rgba(61, 195, 255, 0), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 4px rgba(61, 195, 255, 0.6), 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 0px #3dc3ff;
    }

    60% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 10px rgba(61, 195, 255, 0), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    70% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 10px rgba(61, 195, 255, 0), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 6px rgba(61, 195, 255, 0.4), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    80% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 10px rgba(61, 195, 255, 0), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    90% {
        box-shadow: 47px 0 2px rgba(61, 195, 255, 0.8), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 10px rgba(61, 195, 255, 0), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    100% {
        box-shadow: 47px 0 0px #3dc3ff, 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }
}

@-moz-keyframes cssload-loadingAnim {
    0% {
        box-shadow: 47px 0 0px rgb(61,195,255), 94px 0 2px rgba(61,195,255,0.8), 140px 0 4px rgba(61,195,255,0.6), 187px 0 6px rgba(61,195,255,0.4), 234px 0 8px rgba(61,195,255,0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }

    10% {
        box-shadow: 47px 0 2px rgba(61,195,255,0.8), 94px 0 0px rgb(61,195,255), 140px 0 2px rgba(61,195,255,0.8), 187px 0 4px rgba(61,195,255,0.6), 234px 0 6px rgba(61,195,255,0.4), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    20% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 0px #3dc3ff, 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    30% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 2px rgba(61, 195, 255, 0.8), 187px 0 0px #3dc3ff, 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    40% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 2px rgba(61, 195, 255, 0.8), 234px 0 0px #3dc3ff, 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    50% {
        box-shadow: 47px 0 10px rgba(61, 195, 255, 0), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 4px rgba(61, 195, 255, 0.6), 234px 0 2px rgba(61, 195, 255, 0.8), 281px 0 0px #3dc3ff;
    }

    60% {
        box-shadow: 47px 0 8px rgba(61, 195, 255, 0.2), 94px 0 10px rgba(61, 195, 255, 0), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 4px rgba(61, 195, 255, 0.6), 281px 0 2px rgba(61, 195, 255, 0.8);
    }

    70% {
        box-shadow: 47px 0 6px rgba(61, 195, 255, 0.4), 94px 0 8px rgba(61, 195, 255, 0.2), 140px 0 10px rgba(61, 195, 255, 0), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 6px rgba(61, 195, 255, 0.4), 281px 0 4px rgba(61, 195, 255, 0.6);
    }

    80% {
        box-shadow: 47px 0 4px rgba(61, 195, 255, 0.6), 94px 0 6px rgba(61, 195, 255, 0.4), 140px 0 8px rgba(61, 195, 255, 0.2), 187px 0 10px rgba(61, 195, 255, 0), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 6px rgba(61, 195, 255, 0.4);
    }

    90% {
        box-shadow: 47px 0 2px rgba(61, 195, 255, 0.8), 94px 0 4px rgba(61, 195, 255, 0.6), 140px 0 6px rgba(61, 195, 255, 0.4), 187px 0 8px rgba(61, 195, 255, 0.2), 234px 0 10px rgba(61, 195, 255, 0), 281px 0 8px rgba(61, 195, 255, 0.2);
    }

    100% {
        box-shadow: 47px 0 0px #3dc3ff, 94px 0 2px rgba(61, 195, 255, 0.8), 140px 0 4px rgba(61, 195, 255, 0.6), 187px 0 6px rgba(61, 195, 255, 0.4), 234px 0 8px rgba(61, 195, 255, 0.2), 281px 0 10px rgba(61, 195, 255, 0);
    }
}

#divAGUARDE {
    height: 150px !important;
    /*background-color: #0000004d;*/
    text-align: center;
}

    #divAGUARDE h1 {
        color: white;
        font-weight: 600;
        font-size: 25px;
        display: block !important;
    }


#sim_excluir {
    cursor: no-drop;
    opacity: 0.6;
}

/*.discador_logon {
    float: left;
    height: 45px;
    padding-top: 8px;
    margin-right: 10px;
}

    .discador_logon p {
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 11px;
        background-color: #f9f9f9;
        font-size: 11px;
    } */

.nova_div_topo_esq {
    font-size: 11px !important;
    color: #838383;
    position: relative;
    bottom: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 11px;
    background-color: #f9f9f9;
    margin-right: 6px;
    padding: 3px 0px !important;
    float: none !important;
    margin-top: 2px !important;
    width: 150px;
    text-align: center !important;
    margin-left: 0px !important;
    line-height: 0;
}

    .nova_div_topo_esq .icon_botao_play_pause button {
        margin: 0;
        padding: 0;
    }

    .nova_div_topo_esq button, .nova_div_topo_esq span {
        font-size: 14px !important;
    }

.div_logo_cli {
    height: 100%;
    float: none;
    margin: 0 auto;
    max-height: 100%;
    max-width: 200px;
    display: flex;
}

    .div_logo_cli::after {
        content: "";
        background-image: url(../Images/logo-completo.png);
        min-width: 140px;
        background-repeat: repeat-x;
        background-size: 140px auto;
        bottom: 0;
        background-position-y: bottom;
        margin-bottom: 2px;
        margin-left: 5px;
    }

/*.testebotoes span {
    visibility: visible !important;
    display: block !important;
}*/

.nova_div_topo_esq p {
    margin: 0;
    font-size: 11px;
    line-height: 0;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    text-align: left;
    padding-left: 1px;
}

.topo_painel_campanha {
    height: 50px !important;
}

#gvpFONE_wrapper {
    overflow: auto;
}

.confirmar_verde {
    background-color: #00EC36;
    border-radius: 250px;
    padding: 6px;
    height: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

    .confirmar_verde:hover {
        background-color: #045616;
    }


    .confirmar_verde img {
        -webkit-filter: contrast(0%) brightness(198%);
        filter: contrast(0%) brightness(198%);
        margin-bottom: 4px;
        width: 16px;
    }

.confirmar_vermelho {
    background-color: #FF0800;
    border-radius: 250px;
    padding: 6px;
    height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .confirmar_vermelho:hover {
        background-color: #89100C;
    }

    .confirmar_vermelho img {
        -webkit-filter: contrast(0%) brightness(198%);
        filter: contrast(0%) brightness(198%);
        margin-bottom: 5px;
        width: 12px;
    }


.confirmar_verde, .confirmar_vermelho {
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    /* ...and now for the proper property */
    transition: .1s;
}


.espacamento_botoes_confirmacao {
    width: 75px;
}

.div_cobradores_campanha {
    z-index: 99999;
    float: right;
    width: auto;
    position: absolute;
    right: 0;
}

    .div_cobradores_campanha table.dataTable.no-footer {
        border-bottom: 0px;
    }

    .div_cobradores_campanha .table-bordered {
        border: 0px;
    }

    .div_cobradores_campanha #conteudo_gvCOBRADORESVIEW {
        width: auto !important;
        float: right;
    }

.fundo_COBRADORESCAMPANHA {
    height: 100%;
    width: 100%;
    background-color: #0009;
    position: fixed;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}


.confirmar_campo {
    cursor: pointer;
}

.ficha_col_sumir {
    display: none;
}

.mostrar_subdivida {
    font-size: 30px;
    cursor: pointer;
    display: block;
    position: relative;
    margin-top: -10px;
    text-align: center;
}

    .mostrar_subdivida:hover {
        text-decoration: none;
    }

.tabela_devedores td {
    padding-bottom: 0px;
    padding-top: 0px;
}

.AtivaDesativaDivida .fa-toggle-off {
    color: black !important;
}

.display_none {
    display: none !important;
}

.listaPesqPadrao {
    background-color: transparent;
    border-color: transparent;
}

    .listaPesqPadrao option {
        color: black;
        font-size: medium;
    }

.btnEditPadrao {
    background-color: transparent;
    border-color: transparent;
    color: white;
    padding-left: 5px;
}

    .btnEditPadrao:link, .btnEditPadrao:visited, .btnEditPadrao:hover, .btnEditPadrao:active {
        text-decoration: none;
        color: white;
    }

.deletePadrao {
    background-color: transparent;
    border-color: transparent;
    color: white;
    padding-left: 5px;
}

    .deletePadrao:link, .deletePadrao:visited, .deletePadrao:hover, .deletePadrao:active {
        text-decoration: none;
        color: white;
    }

#notification {
    display: none;
    z-index: 9999999999;
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 20px;
}

    #notification p {
        background-color: #808080;
        position: relative;
        width: auto;
        display: initial;
        padding: 5px 10px 5px 10px;
        border-radius: 50px;
        box-shadow: 0px 3px 2px #666;
        font-size: 16px;
        color: #fff;
    }


#lblCPF_CNPJ {
    cursor: pointer;
}

.displaynone {
    display: none !important;
}

.pag_central_pesq, .pag_central_pesq body {
    overflow: hidden !important;
}

#versoes_cobmaster .panel-heading {
    margin-bottom: 10px;
}

#versoes_cobmaster h1 {
    margin: 0;
}

.navbar {
    z-index: 998;
}

.page-sidebar {
    z-index: 997;
}

/* MENU TOPO NOVO */
.small-sidebar .bloco-botao-menu {
    width: 49px;
}

.bloco-botao-menu {
    width: 260px;
    height: 50px;
    background-color: #346C8F;
    position: fixed;
    float: left;
    display: table;
    z-index: 999;
}

.botao-menu {
    /*position: relative;*/
}

.menu_topo {
    width: calc(100% - 49px) !important;
    float: right !important;
    right: 0 !important;
    left: auto !important;
}

    .menu_topo .ajustaaltura {
        height: 100%;
    }

    .menu_topo .logo_cobmaster {
        display: block;
        position: relative;
        height: 100%;
        margin: 0 auto;
        width: 127px;
    }

        .menu_topo .logo_cobmaster img {
            width: auto;
            display: block;
            height: 100%;
        }

    .menu_topo .bloco_botao_voltar {
        height: 100%;
        display: table;
        float: left;
        margin-right: 10px;
    }

        .menu_topo .bloco_botao_voltar a {
            vertical-align: middle;
            display: table-cell;
        }

    .menu_topo .div_logo_emp {
        height: 100%;
        min-width: initial;
        float: left;
    }

    /*.menu_topo .div_logo_emp img {
            width: auto;
            display: block;
            height: 100%;
        }*/

    .menu_topo .logout_versao {
        display: table;
        float: left;
        text-align: center;
        /*height: 100%;*/
        height: auto;
        padding: 10px 0px 10px 0px;
        margin-left: 10px;
    }

        .menu_topo .logout_versao i {
            margin-right: 3px;
        }
/*
.menu_topo {
    background-color: #F9F9F9;
}
    */

#data_hora_atual {
    font-size: 11px !important;
    color: #838383;
    margin-right: 6px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.menu_topo .logout_versao {
    /*font-size: 25px;
    padding: 0;*/
    font-size: 19px;
    padding: 0;
    padding-top: 0px;
    margin-left: 0px;
}

    .menu_topo .logout_versao a {
        padding: 0;
        vertical-align: middle;
        color: #e78282;
    }

        .menu_topo .logout_versao a span {
            line-height: 0;
            margin: 0;
            padding: 0;
            float: left;
            margin-right: 0px;
        }

.menu_topo .nuvem_conexao_servidor {
    margin-top: 5px;
    margin-bottom: 5px;
}


.menu_topo .usuario {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 20px 0px 10px 0px;
    margin-left: 0px;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 11px;
    background-color: #f9f9f9;
    font-size: 11px;
    vertical-align: middle;
    margin-top: 7px;
}

    .menu_topo .usuario i {
        margin-left: 7px;
    }

.menu_topo .info_cliente_topo {
    float: right;
    height: 100%;
    background-color: #f9f9f9;
    /*padding: 0 20px;*/
    padding: 0 10px;
    /*border-left: 1px solid #e6e6e6;*/
}

.conexao_servidor {
    width: 16px;
    height: 16px;
    display: inline;
}

.menu_topo .icon_botao_play_pause, .menu_topo .icon_discador, .menu_topo .icon_agenda, .menu_topo .icon_chat {
    height: 100%;
    display: table;
    float: left;
    margin-right: 10px;
}

    .menu_topo .icon_botao_play_pause button, .menu_topo .icon_discador span, .menu_topo .icon_agenda span {
        font-size: 18px;
        vertical-align: middle;
        display: table-cell;
        /*visibility: visible !important;*/
    }

    .menu_topo .icon_chat span {
        font-size: 18px;
        vertical-align: middle;
        display: table-cell;
        color: red !important;
        /*visibility: visible !important;*/
    }


    .menu_topo .icon_botao_play_pause button {
        background-color: transparent;
        border: 0;
        /*margin-top: 13px !important;*/
    }

        .menu_topo .icon_botao_play_pause button i {
        }

.menu_topo .discador_logon {
}

    .menu_topo .discador_logon i {
        font-size: 15px;
        margin-right: 8px;
    }

    .menu_topo .discador_logon span {
        font-size: 12px;
    }

.menu_topo .logo_cli {
    height: 100%;
    float: none;
    margin: 0 auto;
    max-height: 100%;
    max-width: 200px;
}

.menu_topo .logo_e {
    float: none;
    height: 23px;
    margin-top: 26px;
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 5px;
    position: absolute;
    right: 0;
}

.menu_topo .logo_cob {
    float: none;
    height: 27px;
    width: auto;
    margin-top: 24px;
    position: absolute;
    right: 0;
}

/*.menu_topo .menu_esq {
    margin-left: 10px;
    float: left;
    width: auto;
}

.menu_topo .menu_dir {
    padding-right: 0;
    float: right;
    width: auto;
}*/

.menu_topo #data_hora_atual {
    font-size: 11px !important;
    color: #838383;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 11px;
    background-color: #f9f9f9;
    font-size: 11px;
    margin-top: 10px;
}

.versao_infocli {
    padding: 2px 0px !important;
    float: none !important;
    margin-top: 2px !important;
    /*width: 210px;*/
    width: 180px;
    text-align: center !important;
    margin-left: 0px !important;
}

.menu_topo .div_logo_emp {
    float: none;
    margin: 0 auto;
    width: 410px;
}

/*.menu_centro {
    background: linear-gradient(to right, rgba(40, 214, 61, 0) 0%,rgba(51, 107, 142, 0.3) 50%,rgba(241, 23, 23, 0) 100%);
}*/

.menu_centro {
    margin: 0;
    padding: 0;
}

    .menu_centro .div_logo_emp {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }



/*.menu_topo .logo_e {
    height: 40px;
    margin-top: 5px;
}*/

/*.menu_topo .logo_e {
    height: 47px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
}*/

/* MENU TOPO NOVO */


.flutua2_left_botao {
    left: 0;
    z-index: 999;
}

.flutua2_left {
    left: 0;
}

.page-sidebar .page-sidebar-inner {
    height: calc(100% - 60px) !important;
}

.menu-rotacao {
    top: 0;
    z-index: 999999;
}

.menu_pause {
    float: left !important;
    right: auto !important;
    left: 100px !important;
}

.envio_email {
}

    .envio_email .panel-body {
        height: 350px;
        overflow: auto;
    }

#mostra_emails {
    background-color: #e6e6e6;
}

.envio_email .item_email {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
    background-color: white;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 5px 15px;
    border-radius: 20px;
}

    .envio_email .item_email .item_assunto {
        font-size: 20px;
        text-align: center;
        color: #346c8f;
    }

    .envio_email .item_email .item_msg {
    }

    .envio_email .item_email input[type=radio] {
        float: left;
        margin-top: 8px;
    }


.pag_envio_email, .pag_envio_email body, .pag_envio_sms, .pag_envio_sms body {
    overflow: hidden !important;
}

.div_preta {
    background-color: white !important;
    position: fixed;
    opacity: 0.7;
}

/* .tagLink{
            border: 1px solid gray;
            border-top: 0px;
            background: lightgray;
            border-radius: 10px;
            padding: 2px;
            margin:4px;
            line-height:25px;
        }
        .tagLink:hover{
            border: 1px solid gray;
            border-bottom: 0px;
            text-decoration:none;
        }

        */

.taglink {
    margin: 0;
    padding: 0;
    position: static;
    /*right: 24px;*/
    /*bottom: -12px;*/
    list-style: none;
    width: 100%;
    display: inline-table;
    margin-top: 15px;
}

    .taglink li, .taglink a {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
        margin-bottom: 7px;
    }

    .taglink a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #346C8F;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .taglink a:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
            height: 0;
            border-color: transparent #346C8F transparent transparent;
            border-style: solid;
            border-width: 12px 12px 12px 0;
        }

        .taglink a:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            float: left;
            width: 4px;
            height: 4px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            -moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;
        }

        .taglink a:hover {
            background: #4C83A5;
        }

            .taglink a:hover:before {
                border-color: transparent #4C83A5 transparent transparent;
            }

/* Início - Style criado para tela central_relatorios.aspx Claudio Jr 28/09/2022 */

.tip-tags {
    margin: 0;
    padding: 0;
    position: static;
    list-style: none;
    width: 100%;
    display: inline-table;
    margin-top: 15px;
    transition: all 0.2s ease-out;
}

    .tip-tags li, .tip-tags a {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
        margin-bottom: 7px;
    }

    .tip-tags a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #346C8F;
        color: #fff;
        text-decoration: none;
        transition: all 0.2s ease-in;
        border-radius: 5px;
    }

/*        .tip-tags a:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
            height: 0;
            border-color: transparent #346C8F transparent transparent;
            border-style: solid;
            border-width: 12px 12px 12px 0;
        }*/

        .tip-tags a:after {
            content: attr(data-title);
            position: absolute;
            width: 180px;
            top: 25px;
            left: -55px;
            float: left;
            padding: 0 5px 0 20px;
            background: #fff;
            visibility: hidden;
            transition: all 0.2s ease-in;
            white-space: pre-wrap;
            z-index: 99999;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 30px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 30px 0 rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 30px 0 rgba(0, 0, 0, 0.1);
        }

        .tip-tags a:hover {
            transition: all 0.2s ease-in;
            background: #4c8fb9;
        }

            .tip-tags a:hover:before {
                transition: all 0.2s ease-in;
                border-color: transparent #4c8fb9 transparent transparent;
            }

/* Fim - Style criado para tela central_relatorios.aspx Claudio Jr 28/09/2022 */

.icone_olho {
    font-size: 20px;
}

.legenda_contratos {
    float: right;
}

    .legenda_contratos div {
        height: 12px;
        width: 12px;
        float: left;
        margin-left: 1px;
        border: 1px solid RGBA(0, 0, 0, 0.4);
    }

.divdescerbarra {
    display: none;
    position: fixed;
    /*bottom: calc(100% - 620px) !important;*/
    bottom: 10px !important;
    width: 260px;
}

.tooltip-menu-aberto .divdescerbarra {
    display: block !important;
}


.tagficha {
    margin: 0;
    padding: 0;
    position: static;
    /*right: 24px;*/
    /*bottom: -12px;*/
    list-style: none;
    width: 100%;
    display: inline-table;
    margin-top: 15px;
    margin-left: -70px;
    width: auto;
}

    .tagficha li {
        background: #346C8F;
        color: #fff;
        padding: 0px 15px;
        height: auto;
        float: left;
        position: relative;
        width: 140px;
        margin-left: 50px;
        border-radius: 0px 40px 40px 0px;
    }

    .tagficha li, .tagficha a {
        /*float: left;
        
        line-height: 24px;
        position: relative;
        font-size: 11px;
        margin-bottom: 7px;*/
    }

    .tagficha a {
        /*margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #346C8F;*/
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .tagficha li:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #346C8F transparent transparent;
        border-style: solid;
        border-width: 22px 12px 22px 0;
    }

    .tagficha li:after {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }

    .tagficha a:hover {
        background: #4C83A5;
    }

        .tagficha a:hover:before {
            border-color: transparent #4C83A5 transparent transparent;
        }

    .tagficha .numtel {
        text-align: center;
    }

        .tagficha .numtel a:hover {
            font-weight: bold;
            background-color: transparent;
        }

    .tagficha .iconstag {
        text-align: center;
        font-size: 20px;
    }

        .tagficha .iconstag a:hover {
            padding-left: 10px;
            padding-right: 10px;
            cursor: pointer;
        }

        .tagficha .iconstag .icontel, .tagficha .iconstag .iconagenda {
            display: inline;
        }

.tagficha {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9999;
}


.lista_infoadicionais .infoadicionais_esq, .lista_infoadicionais .infoadicionais_dir {
    width: 48% !important;
}

.lista_infoadicionais .infoadicionais_esq {
    /*padding-right: 6px;*/
    margin-right: 6px;
}

.lista_infoadicionais .infoadicionais_dir {
    /*padding-left: 6px;*/
    margin-right: 6px;
}

.lista_infoadicionais .infoadicionais_esq p {
    text-align: right;
    font-weight: bold;
}

#divaux {
    /*border: 4px solid #346C8F;
padding: 0;*/
    padding: 0;
}

    #divaux .panel-heading {
        background-color: #346C8F;
    }

        #divaux .panel-heading .panel-title {
            color: white;
        }

    #divaux .panel-white {
        /*border: 6px solid #346C8F!important;
        border-bottom: 11px solid #346c8F!important;*/
    }

    #divaux .confirmar_vermelho {
        color: white;
        padding: 3px 7px !important;
        border-radius: 320px;
        font-size: 15px;
        padding-top: 1px !important;
    }


    #divaux .panel-body {
        height: 90%;
        background-color: #346C8F;
        padding: 8px;
        overflow: hidden;
        padding-bottom: 15px;
    }

        #divaux .panel-body .criaborda {
            background-color: white;
            float: left;
            width: 100%;
            height: 100%;
            overflow-y: auto;
        }

.mostratabelaficha {
    display: block !important;
}

.boxtelmailend {
    padding-top: 0 !important;
}
    /*
    .boxtelmailend table {
        position:absolute;
    }

.boxtelmailend, .boxtelmailend table {
    height: 600px;
}
        */

    .boxtelmailend .dataTables_wrapper {
        height: 450px;
    }

.TopoBeta {
    float: left;
    height: 100%;
}

    .TopoBeta p {
        vertical-align: bottom;
        bottom: 0;
        position: absolute;
        color: #e3c003;
        font-weight: bold;
        font-size: 13px;
        line-height: 0px;
        margin-bottom: 8px;
    }

.icon_plus {
    font-size: 25px;
}

/*.menu_topo .logo_e {
    float: left;
    height: 47px;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 10px;
}*/



.lista-arquivos {
    list-style-type: none;
    padding: 4px;
    margin: 0;
    /*margin-top: 10px;*/
    font-weight: bold;
    display: flex;
    flex-direction: column;
    border: 1px solid #cfcfcf;
    font-size: 13px;
}

    .lista-arquivos li {
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 4px;
    }

        .lista-arquivos li .arquivo {
            margin-right: 7px;
        }

    .lista-arquivos a {
        color: red;
        cursor: pointer;
    }

    .lista-arquivos .data {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 400;
    }

.labelNEW {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 11px;
    font-weight: 400;
    border-width: 1px !important;
    border-style: solid !important;
}

    .labelNEW.label-default {
        border-color: #e5e5e5;
        color: black;
        background-color: white;
    }

    .labelNEW.label-warning {
        border-color: #dec33f;
        background-color: #dec33f;
    }

    .labelNEW.label-danger {
        background-color: #f25656;
        border-color: #f25656;
    }

    .labelNEW.label-primary {
        background-color: #7a6fbe;
        border-color: #7a6fbe;
    }

    .labelNEW.label-success {
        background-color: #22BAA0;
        border-color: #22BAA0;
    }

    .labelNEW.label-info {
        background-color: #12AFCB;
        border-color: #12AFCB;
    }

.page-sidebar .slimScrollDiv .slimScrollBar {
    opacity: 1 !important;
    background: rgb(52, 108, 143) !important;
    width: 10px !important;
}

.page-sidebar .slimScrollDiv .menu li a i {
    float: left !important;
}

.page-sidebar .slimScrollDiv .menu.accordion-menu a {
    padding: 10px;
    height: 39px;
}

    .page-sidebar .slimScrollDiv .menu.accordion-menu a p {
        line-height: 22px !important;
    }

.menu_topo .dropdown-menu #menuPausa .PausaItens a {
    padding: 7px 30px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#Pausa_Infos {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    /*opacity: 0.8;*/
    text-align: center;
}

    #Pausa_Infos .panel-white {
        background-color: rgba(255, 255, 255, 0.75);
    }

        #Pausa_Infos .panel-white:hover {
            box-shadow: none !important;
        }

    #Pausa_Infos h1 {
        font-size: 12vh;
        font-weight: bold;
        /*mix-blend-mode: difference;*/
    }

    #Pausa_Infos h2 {
        font-size: 8vh;
        font-weight: bold;
    }

    #Pausa_Infos .divPrimaria {
        width: 100%;
        height: 100%;
    }

    #Pausa_Infos .divPrimaria {
        /*background-image: url(../Images/robo_lado.png);
    background-repeat: no-repeat;*/
        width: auto;
        height: 100%;
        float: left;
        /*background-size: auto 100%;*/
        position: relative;
    }

        #Pausa_Infos .divPrimaria img {
            width: auto;
            height: 100%;
        }

    #Pausa_Infos .divSecundaria {
        width: auto;
        height: 100%;
        float: left;
        margin-left: -6.1%;
        background-color: white;
        text-align: center;
    }

        #Pausa_Infos .divSecundaria #txtCronometroPausa {
            font-size: 5vw;
            margin: 0;
            line-height: normal;
        }

        #Pausa_Infos .divSecundaria #txtTempoPausa {
            font-size: 1vw;
            margin: 0;
            line-height: normal;
        }

        #Pausa_Infos .divSecundaria p {
            font-size: 1vw;
            margin: 0;
            line-height: normal;
        }

        #Pausa_Infos .divSecundaria button {
            width: 90%;
            margin-top: 5vh;
            font-size: 1.5vw;
        }

        #Pausa_Infos .divSecundaria div {
            width: 100%;
            display: block;
            float: left;
            margin-bottom: 15vh;
        }

            #Pausa_Infos .divSecundaria div p {
                /*background-color: #27546F;*/
                float: right;
                padding: 8px;
                /*color: white;*/
                margin-left: 2px;
                font-size: 1.2vw;
            }

        #Pausa_Infos .divSecundaria.tempo_estourado h1, #Pausa_Infos .divSecundaria.tempo_estourado h2, #Pausa_Infos .divSecundaria.tempo_estourado p {
            /*color: rgb(231, 76, 60);*/
            color: #00002E !important;
        }

        #Pausa_Infos .divSecundaria.tempo_estourado button {
            background-color: #00002E;
        }



/* RANGE */
.range-output {
    display: none !important;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.rangeslider--horizontal {
    height: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.rangeslider__fill {
    background: #346c8f;
}

.rangeslider__handle {
    width: 20px;
    height: 20px;
    /* width: 60px;
    height: 60px;
    background-image: url(../Images/robo_range.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;*/
}

    .rangeslider__handle:after {
        background-color: #346c8f;
        width: 10px;
        height: 10px;
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
}
/*
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url(../Images/robo_range.png);
}*/
/* RANGE */

.page-sidebar .slimScrollDiv .menu li a span:not(.arrow) {
    width: 29px;
    float: left;
    text-align: center;
}

    .page-sidebar .slimScrollDiv .menu li a span:not(.arrow) i {
        float: none !important;
    }

.page-sidebar .slimScrollDiv .menu li .sub-menu li:not(.droplink) a p {
    width: calc(100% - 29px);
    float: right;
}

.filtro_elemento input {
    width: calc(100% - 32px);
    float: left;
    border-right: 0;
    padding-right: 0 !important;
}

    .filtro_elemento input:focus {
        border-right: 0 !important;
    }

.filtro_elemento:after {
    font-family: FontAwesome;
    content: '';
    width: 32px;
    float: left;
    font-size: 20px;
    background-color: white;
    border: 1px solid #BBBBBB;
    height: 34px;
    border-left: 0;
    text-align: center;
    color: #e0e0e0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.filtro_elemento.filtro_elemento_acende:after {
    color: #868686;
}

.filtro_elemento.icone_search:after {
    content: "\f002";
}

.btn.btn-verde {
    background-color: #5ac716;
    color: white;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}

    .btn.btn-verde:hover {
        background-color: #3a7b11;
    }

.tabela_vertical {
    color: #27546F;
}

    .tabela_vertical tr td:first-child {
        font-weight: bold;
        background-color: #27546F;
        color: white;
    }

.corta_texto {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



/* Lucas 20190618*/

.lbl_confirmar_exclusao {
    font-size: 15px;
}

.cbx_confirmar_exclusao {
    height: 15px;
}

.flutua_right_chat {
    position: fixed;
    height: 64%;
    background: #e6e6e6;
    width: 910px;
    right: 0px;
    margin-right: -910px;
    bottom: 200px;
    border: 2px solid #b7b7b7;
    padding: 10px;
}

.flutua_right_botao_chat {
    background-image: url('../Images/aba_lateral.png');
    position: fixed;
    width: 25px;
    height: 100px;
    right: 0px;
    bottom: 500px;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 20px;
    background-size: 100% 110%;
}

    .flutua_right_botao_chat i {
        margin-top: 43px;
        margin-left: 3px;
    }

.menu-chatCOB {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    padding: 10px;
    height: 100%;
    border-right: 1px solid #27546F;
}

.area-chatCOB {
    margin-left: 0px !important; /*remover -15 do bootstrap*/
    width: 100%;
    height: 100vh;
    background-color: #fefefe;
}

.cabecalho-menu {
    display: block;
    margin: 0;
    width: 100%;
    height: 10%;
}

.container-center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.container-chat-conversa {
    margin-top: 8px;
}

.container-chat-nova-conversa {
    margin-top: 8px;
    display: none;
}

    .container-chat-nova-conversa:hover {
        background-color: #27546F;
        color: white;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        cursor: pointer;
    }

        .container-chat-nova-conversa:hover .criar-conversa-chat {
            background-image: url(../Images/speech-bubble-white.png);
        }

.conversas-menu {
    overflow: auto;
    display: block;
    margin: 0px;
    height: 74%;
    width: 100%;
}

.container-chat-conversa:hover {
    background-color: #27546F;
    color: white;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    cursor: pointer;
}

.nome-conversa:hover {
    cursor: pointer !important;
}

.container-chat-conversa:hover .notificacao-chat {
    background-image: url(../Images/notification-white.png);
}

.nome-conversa {
    display: flex;
    font-size: 12px;
    justify-content: center;
    text-align: center;
    line-height: normal;
}

    .nome-conversa:hover {
        cursor: pointer;
    }

.notificacao-chat {
    background-image: url(../Images/notification.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    float: left;
    height: 100%;
}

.criar-conversa-chat {
    background-image: url(../Images/speech-bubble.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    float: left;
    height: 100%;
}

.Offline {
    color: red;
}

.Online {
    color: #61ae61;
}

.status-disponivel {
    font-size: 9px;
}

.container-center-flex i {
    font-size: 15px;
}

.chat-chatCOB {
    background-color: white;
    height: 100%;
}

.chat-header {
    height: 8%;
    background-color: #27546F;
}

.chat-mensagem {
    height: 83% !important;
    overflow: auto;
    /*background-color:*/
}

.chat-envia-mensagem {
    height: 9% !important;
}

.chat-header h2 {
    float: right;
}

.botao_enviar {
    height: 100%;
}

    .botao_enviar img {
        width: 100%;
    }

#textoMensagem {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #27546F;
}

.usuario-foto-chatCOB {
    height: 40px;
    width: 40px;
}

    .usuario-foto-chatCOB img {
        width: 85%;
    }

        .usuario-foto-chatCOB img:hover {
            cursor: pointer !important;
        }

.mensagem-cobChat {
    height: auto;
    margin: 10px 0 0 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.enviado {
    background-color: #3e6a85;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    align-self: flex-end;
}

.recebido {
    background-color: grey;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    align-self: flex-start;
}

.confirma-leitura {
    float: right;
    width: 10px;
    height: 10px;
    margin: 8px 5px 0 0;
    border-radius: 6px;
    background-color: lightgreen;
}

#botao_acoes:hover {
    cursor: pointer;
}

.notificacoes {
    width: 10px;
    height: 10px;
    background-color: red;
    color: white;
    bottom: 5px;
}

.chat-menu-opcoes {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #3e6a85;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

    .chat-menu-opcoes:hover {
        cursor: pointer;
        transition: all 0.2s ease-in;
        background-color: #3b88c4;
    }

    .chat-menu-opcoes:active {
        background-color: #50b6f5;
        box-shadow: 0 0 5px #666;
        transform: translateY(3px);
    }


.btn_adicionar {
    display: inline-flex;
    width: 30px;
    height: 33px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    background-color: var(--background-color);
    padding: .5em 1em;
    border: none;
    outline: none;
    cursor: pointer;
    margin: -15px -10px 15px 0px;
    float: right;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-out;
    --background-color: #50b6f5;
    background-image: url(../Images/plus.png);
    background-size: 20px 19px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--color-sombra-forte);
}

    .btn_adicionar:hover {
        color: white;
        cursor: pointer;
        transition: all 0.2s ease-in;
        --background-color: #3b88c4;
    }

    .btn_adicionar:active {
        background-color: #50b6f5;
        box-shadow: 0 0 5px #666;
        transform: translateY(4px);
    }

.iniciarConversa-cobChat {
    margin: 30% 0px 0px 0px !important; /*remover -15 do bootstrap*/
}

    .iniciarConversa-cobChat figure {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
    }

        .iniciarConversa-cobChat figure img {
            float: left;
            width: 30%;
        }

    .iniciarConversa-cobChat label {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }

.scroll1::-webkit-scrollbar {
    width: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #666;
}

/*@media (max-width: 1366px) 
{
  .flutua_right_chatCOB
   {
        height: 400px !important;
        width: 800px !important;
        margin-right: -800px;
        bottom: 150px;
   }

    .flutua_right_botao_chatCOB {
        bottom: 340px;
    }

    .conversas-menu {
        height: 290px;
    }

    .iniciarConversa-cobChat {
        margin: 15% 0px 0px 0px !important;
    }

    #nomeCom {
        font-size: 17px;
    }

    .usuario-foto-chatCOB {
        height: 30px;
        width: 30px;
    }

    .flutua_right {
        bottom: 15px;
        height: 130px;
    }

    .flutua_right_botao {
        bottom: 38px;
    }
}*/

#notificacaoContador {
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    margin: 10px 5px 0 0;
    float: left;
    padding: 1px 6px;
}

#cobChatTitulo {
    font-size: 20px;
}

/*@media (max-width: 1600px) 
{
  .flutua_right_chatCOB
   {
        height: 540px !important;
        width: 800px !important;
        margin-right: -800px;
        bottom: 150px;
   }

    .flutua_right_botao_chatCOB {
        bottom: 340px;
    }

    .conversas-menu {
        height: 400px;
    }

    .iniciarConversa-cobChat {
        margin: 25% 0px 0px 0px !important;
    }

    #nomeCom {
        font-size: 17px;
    }

    .usuario-foto-chatCOB {
        height: 30px;
        width: 30px;
    }

    .flutua_right {
        bottom: 15px;
        height: 130px;
    }

    .flutua_right_botao {
        bottom: 38px;
    }
}*/

#notificacaoContador {
    background-color: red;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    margin: 10px 5px 0 0;
    float: left;
    padding: 1px 6px;
}

.nome-conversa:hover {
    cursor: pointer;
}

#divdisc_logar:hover {
    cursor: pointer;
}

#divdisc_deslogar:hover {
    cursor: pointer;
}

#divdisc_desligar:hover {
    cursor: pointer;
}

/*@media (max-width: 1024px) 
{
  .flutua_right_chatCOB
   {
        height: 410px !important;
        width: 770px !important;
        margin-right: -800px;
        bottom: 150px;
   }

    .flutua_right_botao_chatCOB {
        bottom: 340px;
    }

    .conversas-menu {
        height: 100%;
    }

    .iniciarConversa-cobChat {
        margin: 15% 13% 0px 0px !important;
    }

    #nomeCom {
        font-size: 17px;
    }

    .usuario-foto-chatCOB {
        height: 30px;
        width: 30px;
    }

    .flutua_right {
        bottom: 15px;
        height: 130px;
    }

    .flutua_right_botao {
        bottom: 38px;
    }
}*/

@media screen and (max-width: 1366px) {
    .flutua_right_chat {
        position: fixed;
        height: 64% !important;
        width: 719px !important;
        margin-right: -719px;
        right: 0px;
        bottom: 95px;
        padding: 10px;
    }

    .flutua_right_botao_chat {
        top: 185px !important;
    }

    .flutua_right_botao {
        height: 50px !important;
        bottom: 20px !important;
        font-size: 14px !important;
    }

        .flutua_right_botao i {
            margin-top: 20px;
        }

    .flutua_right {
        height: 10% !important;
        bottom: 10px !important;
    }
}

.swal-meuCOB {
    width: 640px !important;
    height: 520px !important;
}

.swal-marcacoesHTML {
    width: 800px !important;
    height: 430px !important;
    left: 40% !important;
    top: 30% !important;
}

@media (max-height: 800px) {
    .swal-marcacoesHTML {
        height: 430px !important; /* Ajuste para telas com altura menor ou igual a 650px */
        top: 50% !important;
    }
}

