body{ color:#004857; background: #004857}
.left_col { background: #004857; }
.nav_title{ background: #326c78; }
.perfil-1{ background: #0066cc;color:#fff; }
.perfil-2{ background: #009999;color:#fff; }
.cor1{
			color: #26B99A;
			color: #34495E;
			color: #BDC3C7;
			color: #3498DB;
			color: #9B59B6;
			color: #8abb6f;
			color: #759c6a;
			color: #bfd3b7;
		}

.ttlspacer{margin: 10px 0;}
.ui-ribbon-container .ui-ribbon{    
	background-color: #004857;
	box-shadow: 0 0 3px #004857;
	padding: 4px 0px;
	line-height: 10px;
	font-size: 12px;
}

.box-flex{
	display:flex;
	flex-wrap: wrap;
	margin: 0;
}
.box-flex .x_panel.ui-ribbon-container{
	height: 100%;
}
/*
@media only screen and (max-width: 40.063em) {
    .box-flex > .col-xs-12{margin-bottom: 10px;}
}
*/



@media only screen and (-webkit-min-device-pixel-ratio:0) { 
    .box-flex:before, .box-flex:after{
        width: 0;
    }
}

.selected-painel-0 td{background: #f4b084}
.selected-painel-1 td{background: #a9d08e}
.selected-painel-2 td{background: #8ea9db}
.selected-indicador td{background: #ffe690}

.center-chart > div{margin: auto}
/*
.x_content{max-width: 100%;overflow-x: auto}
.x_content > .row{max-width: 100%;}
*/

.x_title h2 {max-width: 100%;width:auto;text-overflow: ellipsis;}

.top80{ margin-top: 80px; }

.label-default { background-color: #ccc; }

.stickybar > .x_panel.special{
    margin-bottom:0;background:#004857; color:#fff;padding-top: 20px;
}

.compareflag > span:first-of-type{
    color:#fff;font-size: 14px;display:inline-block;margin-top: -20px;vertical-align: middle;text-transform: uppercase;
}

.compareflag > span+span{
    color:#fff;font-size: 50px;margin-top: 3px;display: inline-block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #004857;
    opacity: 1; /* Firefox */
}

@media only screen and (min-width: 992px) {
    .stickybar{
        position: sticky;top: -10px;z-index: 999;
    }
}
@media only screen and (max-width: 40.063em) {
	.container.body{position: relative;}
    footer{position: absolute !important;}
    .text-xs-center{text-align: center}
    .top_nav .navbar-right {width:auto;}
    .x_panel{ padding: 5px 8px; }
}

.page-title {height: auto;}

.mp-monthpicker {
    
    position: relative;
}
#periodo:before {
    content: "\f073";
    font-family: FontAwesome;
    top: -10px;
    left: 47%;
    position: absolute;
}

.mp-dialog {
    position: absolute;
    z-index: 1000;
    width: 282px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
    right:0;
}
@media only screen and (max-width: 40em) { 
    .mp-dialog {width:100%;right:auto;}
    .mp-content li {float:none !important;display: inline-block;}
    .navbar-nav {margin:0}
    ul.navbar-nav.navbar-left.nav > li {display: inline-block}
    .x_panel.special .fa.fa-filter.form-control-feedback.right{display: none;}
}

.mp-title {
    text-align: center;
    line-height: 40px;
    background: #337ab7;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.mp-title i {
    cursor: pointer;
}
.mp-content ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}
.mp-content li {
    text-align: center;
    line-height: 48px;
    float: left;
    margin: 6px;
    padding: 0;
    width: 48px;
    height: 48px;
    border: 2px dashed #ccc;
    cursor: pointer;
    border-radius: 2px;
    color: #004857;
}
.mp-content li:hover, .mp-content li.active {
    background: #f5f9fc;
    border: 2px dotted #337ab7;
}
.mp-content li.disabled, .mp-content li.disabled:hover {
    color: #e7e7e7;
    background: #fff;
    border: 2px dotted #e7e7e7;
    cursor: default;
}

.rubrica-total{ 
    background:#004857;
    color:#fff;
    font-weight: bold;
}

.rubrica-total:hover{
    background:#fff;
    color:#004857;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background:#004857;
    color:#fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
     color:#004857;
     font-weight: bold;
}

.linha{ border-left: 1px solid #ccc;}

.btn-disabled{
    cursor: not-allowed;
    opacity: 0.30;
}

.blink, blink {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    }

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    }

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    }


    @keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 5px solid #004857;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 45px;
  left: 45px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 90px !important;
  height: 90px !important;
  -webkit-transform: translate(-45px, -45px) scale(1) translate(45px, 45px);
  transform: translate(-45px, -45px) scale(1) translate(45px, 45px);
}

.graph,.tile{zoom:100% !important;height:inherit}


@media (min-width: 767px) {
    .show-xs-landscape, .show-xs-portrait{display: none !important;}
}
@media (max-width: 767px) and (orientation:portrait) {
    .show-xs-landscape {
        display: none !important;
    }
    .full-width-portrait{width:100% !important}
}

@media (max-width: 767px) and (orientation:landscape) {
    .show-xs-portrait {
        display: none !important;
    }
}


/********************************************************** TESTE **********************************************************************/
  
@media (max-width: 767px) 
 {

    .divMGTOP{ margin-top: -9px;}

    .divWIDTH125{ width: 124.7px !important;}

    table.tblfixed {
        width: 100%;
    }

    table.tblfixed thead, table.tblfixed tbody, table.tblfixed tr, table.tblfixed td, table.tblfixed th { display: block; }

    table.tblfixed tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    table.tblfixed thead th {
        height: 57px;
    }

    table.tblfixed tbody {
        height: 410px;
        overflow-y: auto;
    }


    table.tblfixed tbody td, table.tblfixed thead th {
        width: 20%;
        float: left;
    }
}
  


/********************************************************* TESTE ***********************************************************************/


.nav-sm .container.body .col-md-3.left_col{
    position: fixed;
}