.board {
    margin: 0 auto;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0 auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.modal-body.center {
    text-align: center !important;
}

.verde {
    background-color: #6efc86;
    animation: blinker 1s  infinite;
}

.marcdev {
    background-color: #d2ffd0;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

ul.linhasa li span {
    display: block;
}

ul.linhasa li {
    display: block;
    background-color: #e4e4e4;
    margin: 3px;
    width: 12%;
    float: left;
    padding: 6px;
}

i.dropicon.fa.pull-right::before {
    font-size: 20px !important;
    float: right;
    margin-top: -5px;
}

.pt-5 {
    padding-top: 10px;
}

ul.linhasa {
    list-style: none;
    margin-left: 0;
    padding-left: 7px;
    padding-right: 7px;
}

img.companhiasfoto {
    float: right;
    margin: -2px;
    margin-top: -44px;
}

.cartao {
    background-color: #f3f3f3;
    padding: 12px;
    margin-bottom: 11px;
    min-height: 153px;
}

.skin-blu2 {
    background-color: #3f70b7;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*
.nav-sm .main_container .top_nav,
.nav-md .main_container .top_nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 4;
}*/


h3.menos {
    text-align: center;
    margin-top: 2px;
}

.menupainel {
    margin-bottom: 0px;
}

.x_content.menupainelx {
    margin-bottom: -9px;
}

a.btn.btn-app.red {
    background-color: rgba(0, 112, 187, 0.28);
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 350px auto;
}

.centrado {
    margin: 0 auto;
    text-align: center;
}

section.panel {
    background-color: aliceblue !important;
    padding: 7px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

a[disabled] {
    pointer-events: none;
}

.btn-activo {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.margem_esq {
    margin-left: 8px;
}


.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EDEDED;
    z-index: 999999;
}


.nav-sm .nav.side-menu li a {
    padding: 5px 5px !important;
}

.textarea_gims {
    width: 100%;
}

.mtop2 {
    margin-top: 35px;
}

.modal-dialog.modal-lg {
    width: 70%;
    margin-right: 8%;
}

.fixbtn_modal {
    margin-top: 5px !important;
}

ul.stats-overview li {
    width: 24% !important;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 38%;
    margin: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.top_nav li a i {
    font-size: 20px !important;
}

li.fecho {
    width: 10% !important;
}

li.perdeu {
    width: 10% !important;
}

.board .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.mtop {
    margin-top: 24px;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ff5252;
    color: #999;
}

.nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.board .nav-tabs>li {
    width: 25%;
}

.board li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.board li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #00a65a;

}

.board .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.board .nav-tabs>li a:hover {
    background: transparent;
}

.board .tab-pane {
    position: relative;
    padding-top: 0;
}

.board .tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.mce-panel {
    border: 0 !important;
    background-color: #ffffff !important;
}

.margintop {
    margin-top: 4px;
    margin-left: 17px;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
    background: white !important;
}

.nav-sm .nav.side-menu li a {
    font-size: 14px;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu ul.list-group {
    margin-bottom: 0;
    list-style: none;
}

div.bhoechie-tab-menu ul.list-group>a {
    margin-bottom: 0;
    text-align: left;
}

div.bhoechie-tab-menu ul.list-group>a .glyphicon,
div.bhoechie-tab-menu ul.list-group>a .fa {
    color: #0170b8;
}

div.bhoechie-tab-menu ul.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu ul.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu ul.list-group>a.active,
div.bhoechie-tab-menu ul.list-group>a.active .glyphicon,
div.bhoechie-tab-menu ul.list-group>a.active .fa {
    background-image: #5A55A3;
    color: #000000;
}

div.bhoechie-tab-menu ul.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #494949
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.fasqu:before {
    margin-right: 6px;
    text-align: center;
}

.list-group-item {
    background-color: #f5f5f5 !important;
}

.box-body.box-profile {
    background-color: whitesmoke;
}


.companhiasfoto {
    margin: 0 auto;
    width: 61px;
    padding: 0px;
    border: 2px solid #d2d6de;
}

.navbar-logo {
    width: 47px;
}

.btn-importa {
    background-color: #FFF;
    border-color: #ccc;
    width: 133px;
    height: 141px;
}

.avatar-view {
    width: 68%;
}

.users-list>li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.profile-user-img {
    margin: 0 auto;
    width: 60px;
    height: 60px !important;
    padding: 3px;
    border: 3px solid #d2d6de;
    object-fit: cover;
}

.users-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.users-list>li {
    float: left;
    padding: 10px;
    text-align: center;
}

a.users-list-name {
    font-size: 10px;
}

.contactosgims {
    width: 100%;
}

.margemprocura {
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 0px !important;
}

body {
    background: #000000 !important;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }

    .grande-print {
        margin-left: 0px !important;
    }
}

.normalizar_paineis {
    max-height: 84%;
}

.overflow_y {
    overflow-y: scroll;
}

.todolist {
    background-color: #FFF;
    padding: 20px 20px 10px 20px;
    margin-top: 30px;
}

.todolist h1 {
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.form-control {
    border-radius: 0;
}

li.ui-state-default {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
}

li.ui-state-default:last-child {
    border-bottom: none;
}

.todo-footer {
    background-color: #F4FCE8;
    margin: 0 -20px -10px -20px;
    padding: 10px 20px;
}

#done-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: line-through;
}

#done-items li:last-child {
    border-bottom: none;
}

#checkAll {
    margin-top: 10px;
}

.icon-img_432305:before {
    font-size: 29px;
}

i.fa.fa-briefcase.fa-2x.toptop {
    margin-top: 20px;
}

td.iconpesq {
    width: 46px;
}

.datatarefa {
    text-align: right;
    margin-bottom: 4px;
}

a.btn.btn-default.btn-app {
    margin-top: 10px;
}


.well2 {
    padding: 0px !important;
    min-height: 210px;
    min-width: 100%;
}

ul.msg_list li:last-child {
    padding: 5px !important;
}

button.dt-button,
div.dt-button,
a.dt-button {
    border: 1px solid #c3d8ff;
    font-size: 1.10em;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fafdff 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(top, #fff 0%, #e9e9e9 100%);
}

.visivel_colunas {
    text-align: center;
    font-size: 1.3em;
}

.rec_but_act {
    min-width: 200px;
}

.well2.profile_view {
    display: inline-block;
}


.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #FFF !important;
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 5px solid #0094f3;
}

.nav-sm .nav.side-menu li a i {
    margin-bottom: 4px;
    margin-top: 4px;
}

.menu_section>ul {
    margin-top: 15px;
}

.nav.side-menu>li>a:hover {
    color: #72a0d6 !important;
}

.nav-sm .nav.side-menu li a i {
    font-size: 30px !important;
}

.avatar {
    margin-right: 3px;
}

.panel {
    background-color: #f4f4f4;
    border: 8px solid #f4f4f4;
    border-radius: 4px;
}


.accordion .panel-heading {
    padding: 4px;
}

.panel-title {
    background-color: #f4f4f4;
    text-align: center;
}

.fc-center {
    margin-top: 10px;
}

.nav>li>a {
    padding: 10px 12px 0px;
}

/*Pivot tables*/

select.pvtRenderer {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.pvtAggregator {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.pvtAttrDropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pvtAxisContainer,
.pvtVals {
    border: 7px solid white !important;
    background: #EEE !important;
}


ul.oportunidadesmenu li a {
    font-size: 25px;
    color: #054e7d;
    border: 1px dotted #cecece;
}

.caixa {
    background-color: #f1f1f1;
    padding: 8px;
}

.modal-content.blak {
    background-color: #fbfbfb;
}

.esquerda {
    text-align: left;
}

.cemporcento {
    width: 100%;
}


img.tvcorpcss {
    width: 150px;
    margin-top: -10px;
}

.ordem {
    margin-left: 5px;
    max-width: 40px;
    border: 0;
    background-color: #ededed;
}

.fa-custom {
    cursor: pointer;
    font-size: 21px;
}

div#output {
    margin: 0px !important;
}

.pvtFilteredAttribute {
    background: #8ac5ff;
}

.selectize-input.items.not-full.has-options {
    width: 353px;
}


input#companhia-selectized {
    width: 342px !important;
}

.selectize-control.form-control.clientes.single {
    margin-top: 5px;
    margin-right: 7px;
}

.nav-sm .container.body .col-md-3.left_col {
    width: 70px;
    padding: 0;
    z-index: 1000;
    position: absolute;
}

.nav-sm .left_col .x_panel{
    display:none;
}

.nav-sm .navbar.nav_title {
    width: 70px;
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2;
}

.nav-sm .logo-sm {
    display:block;
}

.nav-sm .logo-md {
    display:none;
}

.nav-md .logo-sm {
    display:none;
}

.nav-md .logo-md {
    display:block;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2;
}

li.coa i {
    margin: 0 auto;
    display: block;
    float: left;
    width: 16px;
}

li.observ {
    font-size: 23px;
}

li.obvai {
    font-size: 18px;
    background: #f7f7f7;
    padding: 8px;
    /* width: 107%; */
}

.subagente {
    background: #ff5454;
    padding: 8px;
    color: #fff;
    border-radius: 180px;
}

.btn-margin {
    margin-top: 5px;
}

h3.datash {
    width: 33%;
    float: left;
}

h3.datash {
    width: 14%;
    float: left;
    font-size: 16px;
    background-color: #0070bb;
    padding: 12px;
    margin-top: -26px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    position: fixed;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
}

h3.datash2 {
    width: 21%;
    float: left;
    font-size: 16px;
    background-color: #0070bb;
    padding: 12px;
    margin-top: -26px;
    color: #fff;
    text-align: center;
    position: fixed;
    right: 7%;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
}

.cfrcf {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.datas {
    padding: 17px;
    width: 115px;
}

td.datatd {
    padding: 5px;
}

.grande {
    color: #fff !important;
    height: 46px;
    font-size: 23px !important;
}


.col-sm-4.invoice-col.devolvidolia {
    background-color: #ffe6e6;
    padding: 12px;
}

img.img-responsive.compchoose {
    margin: 0 auto;
}

.tile-stats .icon2 {
    width: 41px;
    height: 39px;
    color: #BAB8B8;
    position: absolute;
    right: 5px;
    bottom: 9px;
    z-index: 7;
    font-size: 28px;
    color: #7ba5ca;
    text-align: center;
    background-color: #e5f3ff;
    border-radius: 7px;
}

.puxavid.animated.flipInY.col-lg-3.col-md-3.col-sm-3 {
    POSITION: ABSOLUTE;
    RIGHT: 0;
    TOP: 66px;
}

tr.bluerow {
    background-color: #e7f4ff !important;
}

span.badge.badgecaixa {
    background-color: #f9f9f9;
    border-radius: 25px;
    max-width: 34%;
}

span.badge.badgecaixa input {
    max-width: 100%;
    border-radius: 10px;
    padding: 5px;
    border: 0px;
}

li.list-group-item {
    min-height: 50px;
}

.caixabtn {
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.folhinput {
    border: 0;
    padding: 5px;
    border-radius: 10px;
    color: #000;
}

.edit {
    /* background-color: aliceblue; */
    border: 1px solid #c5c5c5;
}



.corrisco2 {
    background-color: yellow;
    padding: 4%;
    padding-right: 4%;
    padding-left: 4%;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding-right: 12px;
    padding-left: 11px;
}

span.badge.bg-green.imaqg {
    margin-left: 30px;
    margin-bottom: -11px;
}

.corrisco1 {
    background-color: #45ffd3;
    padding: 4%;
    padding-right: 4%;
    padding-left: 4%;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding-right: 12px;
    padding-left: 11px;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 32px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.tile-stats .icon {
    width: 11px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 34px;
    top: 3px;
    z-index: 1;
}

.user-profile img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 0;
    box-shadow: 1px 1px 14px 0px white;
}

.nav li.current-page {
    background: rgb(105 105 105);
}

.procuradrop {
    background-color: #000;
    border: 1px solid black;
    top: -7px;
    left: 70px;
    padding: 6px;
    border-radius: 0 15px 15px 0;
    padding-right: 0px;
}

ul.dropdown-menu.dashpesqu {
    min-width: 260px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

ul.dropdown-menu.dashpesqu li {
    border: 1px solid;
    padding: 2px;
    margin: 3px;
}

.xptodash {
    margin: 7px;
    background-color: aliceblue;
}

a#save {
    background-color: #04b076;
    color: #fff;
    border: 0px;
}

input#nomearray::placeholder {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: #adadad;
}

li.saveli {
    background-color: green;
}

li.gerepesq {
    background-color: yellow;
}

li.taskname {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

input#nomearray {
    padding: 1px;
    max-width: 239px;
    margin: 0;
    margin-top: 13px;
}

li.taskname {
    /* background-color: #f1f1f1; */
}

ul.dropdown-menu.dashpesqu {
    background-color: #cacaca;
    padding: 6px;
}

li.itemsaved {
    background-color: #fff;
}

body .container.body .right_col {
    background: #f1f5ff;
}

.normalizar_paineis {
    overflow: scroll;
    max-height: 45.4vw;
}

.x_panel {
    border: none;
    /*border-radius: 16px;*/
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .top_nav .navbar-right {
        margin: 0;
        width: 80vw;
        float: right;
        background-color: aliceblue;
        position: fixed;
        bottom: 0;
        z-index: 9999999;
    }

    .grande-print.right_col {
        padding-bottom: 112px !important;
    }

    div#tasksacerta {
        height: 66vh !important;
    }

    a.user-profile.dropdown-toggle {
        font-size: 0;
    }

    div#anivacerta {
        height: 66vh !important;
    }

    div.dataTables_filter input {
        margin-left: -8.5em !important;
        display: inline-block !important;
        width: auto !important;
    }


    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background: #fff;
        margin-top: -249px;
        border: 1px solid #D9DEE4;
        -webkit-box-shadow: none;
        right: 0;
        left: auto;
        width: 220px;
    }



    ul.bar_tabs>li a>i {
        font-size: 20px;
    }

    ul.bar_tabs>li a {
        font-size: 0;
    }

    ul.bar_tabs>li {
        border: 1px solid #E6E9ED;
        color: #333 !important;
        margin-top: -9px;
        margin-left: 8px;
        background: #fff;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
    }
}


.color-white, .color-white a {
color: #FFF !important;
}

.nav-md .nav.side-menu li a i {
    font-size: 18px !important;
}

.modal-dialog {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .top_nav .navbar-nav {
        display: none;
    }

    .top_nav .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
