.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;
    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;
    }

.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;*/
}

    .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: #006633 !important;
    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: 25px;
}

.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;
    /* width: 100%;*/
    padding: 0;
    margin: 0;
    /* left: 50px;*/
    box-shadow: none !important;
    background-color: #F9F9F9;
}

    .menu_pesq .panel-white {
        background-color: #F9F9F9;
        box-shadow: none;
        margin: 0 auto;
        width: 800px;
        height: 50px;
    }


        .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 {
    font-size: 25px;
}

.excluir_campo {
    font-size: 25px;
    color: #ae1414;
}

.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: #ffffff;
    background-color: #a94442;
    border-bottom-color: #437CEF;
    border-bottom-width: 2px;
    cursor:pointer;
}

.nav-tabs > li > a{
    color:#9acd32!important;
}



.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);
    }

        .nav-tabs > li > a:hover {
            background-color: #f9f9f9 !important;
        }




.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;
}

.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: 12px;
    padding: 5px;
}

.tabela_nova td, subdividas td {
    font-size: 12px;
    padding: 4px;
}

.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;
    border-collapse: separate;
}

.tabela_sem_datatable th {
    padding: 10px 18px;
    border-bottom: 1px solid #111 !important;
    border-color: lightgray !important;
}



.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;
}

.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;
    }

.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;
    color: white;
}

    .tabela_linha_vermelha:hover {
        background-color: #FE6666 !important;
    }

.tabela_linha_verde {
    background-color: #C7EBD5 !important;
}

    .tabela_linha_verde:hover {
        background-color: #DBEBDF !important;
    }

.tabela_linha_azul {
    background-color: #C7D5EB !important;
}

    .tabela_linha_azul:hover {
        background-color: #DBDFEB !important;
    }

.tabela_linha_amarela {
    background-color: #F8F896 !important;
}

    .tabela_linha_amarela:hover {
        background-color: #F8F8B4 !important;
    }

.tabela_linha_roxo {
    background-color: #D5C7EB !important;
}

    .tabela_linha_roxo:hover {
        background-color: #E9DBEB !important;
    }

.tabela_linha_laranja {
    background-color: #FEBC00 !important;
}

    .tabela_linha_laranja:hover {
        background-color: #FFDD7B !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 */

.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;
}

.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;
}

.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: 40%;
    background: #e6e6e6;
    width: 400px;
    right: 0px;
    margin-right: -400px;
    bottom: 200px;
    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: 290px;
    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;
    color: white;
}
