.py-1 {
  padding: 1% 0;
}
.py-2 {
  padding: 2% 0;
}
.py-3 {
  padding: 1.5% 0;
}
.mh-200 {
  min-height: 200px;
}

.py-header {
    padding: 9px 0;
}

.max-container-height {
  height: 100%;
}
#resumenGerencial .subheader{
  background: #fff;
  /*height: 165px;*/

  padding-left: 30px;
 /* margin-top: 3px;*/
  color: #666;
  font-style: italic;
  border-bottom: 1px solid #c6c6c6;
}
#resumenGerencial .h1mod{
  display: block;
  font-size: 1.7em;

  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.green{
  color:#5cbf46;
  /*font-weight: bold;*/
}
.red{
  color:#ff5438;/*#f2968f;*/
  /*font-weight: bold;*/
}
.orange{
  color:#b58604;
  /*font-weight: bold;*/
}

#resumenGerencial .h2mod{
  display: block;
  font-size: 1.5em;
  color:#666;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
#resumenGerencial .h2modLigth{
  display: block;
  font-size: 1.5em;
  color:#666;

  margin-top: 0px;
  margin-bottom: 5px;
}
#resumenGerencial #help{
    /*min-height: 50px;*/
    /*width: 150px;*/
    padding: 5px;
    /*background: rgba(255, 255, 255, 1);*/
    background: #FAFAFA;
    border: 1px solid #666;
    position: absolute;
    z-index: 2000;
    font-size: 12px;
    border-radius: 4px;
}
#resumenGerencial .max-container-height .ind:last-child{
  border:0;
}

#resumenGerencial #table-ind tbody tr:hover {
    background-color: #efeff0 !important;
}

/*#resumenGerencial #table-ind tr.indSelected {*/
/*    background-color: #e9eef4 !important;*/
/*}*/

#resumenGerencial #table-ind tr.indSelected th{
    font-weight: bold !important;
}

#resumenGerencial td:first-child,
th:first-child {
    border-radius: 10px 0 0 10px;
}

#resumenGerencial td:last-child,
th:last-child {
   border-radius: 0 10px 10px 0;
}

#resumenGerencial .ind{
  cursor:pointer;
  outline: none;
  transition: background 0.5s;
}
#resumenGerencial .ind:hover{
  cursor:pointer;
  background-color: #eee;
}

#resumenGerencial .infoIcon{
    float: right;
    margin-bottom: -24px;
    cursor: default;
    position: relative;
    right: -5px;
    color: #999;
    font-size: 18px !important;
}
#resumenGerencial .div-outer-div {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#resumenGerencial .div-percent-bar {
  display: inline-block;
  height: 16px;

  position: absolute;
}
#resumenGerencial .div-percent-line {
  display: inline-block;
  height: 26px;
  margin-top:-5px;
  position: absolute;
}
#resumenGerencial .div-percent-value {
  position: absolute;
  padding-left: 4px;
  font-weight: bold;
  font-size: 13px;
}
#resumenGerencial .iconInfo{
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
  border: 1px solid #666;
  border-radius: 1px;
}
#resumenGerencial .iconInfo2{
  float: left;
  width: 8px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
  clear:both;
}


#resumenGerencial .div-outer-div-detail {
  display: inline-block;
  height: 100%;
  width: 100%;

}
#resumenGerencial .div-percent-bar-detail {
  display: inline-block;
  height: 20px;

}
#resumenGerencial .div-percent-value-detail {
  padding-left: 4px;
  font-weight: bold;
  font-size: 13px;

}
#resumenGerencial .icon-rigth-button{
  min-width: 40px;
  float: right;
  padding: 0;
  margin:0;
}

#resumenGerencial .ag-material .ag-cell-not-inline-editing nvd3 {
    position: relative;
    top: -10px;
}

#resumenGerencial .downIcon {
  margin-left: 5px;
  top: 7px;
  position: relative;
}
#resumenGerencial h5{
  margin-top: 10px !important;
}


#resumenGerencial .arrowBtn.disabled {
  outline: none;
  color: #E2E2E4;
  cursor: not-allowed;
}

#resumenGerencial .arrowBtn.enabled {
  outline: none;
  color: #000000;
  cursor: pointer;
}

#resumenGerencial .vertical-centered{
  align-items: center;
}

#resumenGerencial .justify-start-content{
  display: flex;
  justify-content: flex-start;
}

#resumenGerencial .justify-end-content{
  display: flex;
  justify-content: flex-end;
}

#resumenGerencial .justify-around-content{
  display: flex;
  justify-content: space-around;
}

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

#resumenGerencial .items-center {
    align-items: center;
}

#resumenGerencial .md-analyticboard-theme .md-calendar-month-label md-icon, .md-analyticboard-theme .md-datepicker-input {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: start;
}

#resumenGerencial #table-ind {
    width: 100%;
    table-layout: auto;
}

#resumenGerencial #table-ind tr {
    background-color: #fff;
}

#resumenGerencial #table-ind thead th {
    font-size: 14px;
    color: #85868c;
    padding: 0 16px 12px 16px;
    font-weight: normal;
    text-align: center;
}

#resumenGerencial #table-ind tbody th {
    font-size: 12px;
    padding: 0 16px;
    font-weight: normal;
    height: 40px;
    text-align: center;
}

#resumenGerencial .flex-row {
 display: flex;
 flex-flow: row nowrap;
}

#resumenGerencial .flex-col {
 display: flex;
 flex-flow: column nowrap;
}

#resumenGerencial .align-centered {
align-self: center;
}

#resumenGerencial .bolded {
  font-size: x-large;
  font-weight: bolder;
  /*text-transform: capitalize;*/
}

#resumenGerencial .legend-text {
  color: #85868C;
}

#resumenGerencial .camelcase-text {
  text-transform: capitalize;
}

#resumenGerencial .remove-border {
  border: none;
}

#resumenGerencial md-card.md-analyticboard-theme, md-card.rounded {
    border-radius: 5px !important;
    min-height: -webkit-fill-available;
}

#resumenGerencial md-card {
  box-shadow: none;
}

#resumenGerencial .light-gray-bg {
  background: #EFEFF0;
}

#resumenGerencial .dark-color-text {
  color: #242732;
}

#resumenGerencial .ag-material .ag-header {
  border: none;
  text-align: start;
}
#resumenGerencial .ag-material .ag-header-cell-label {
  text-align: center;
  justify-content: center;
}
#resumenGerencial .ag-material .ag-header-cell-label .ag-header-cell-text {
  font-weight: normal;
  color: #85868C;
}

/* Track */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 6px;
}
#resumenGerencial .yellow-sample-square{
    background: #FFE198;
    height: 12px;
    width: 8px;
    margin: 0 2px 0 3px;
    padding: 0;
    display: inline-block;
}

#resumenGerencial .blue-sample-square{
    background: #242732;
    height: 12px;
    width: 3px;
    margin: 0 2px 0 3px;
    padding: 0;
    display: inline-block;
}
#resumenGerencial .blue-sample-square-thin{
    background: #242732;
    height: 12px;
    width: 1px;
    margin: 0 2px 0 3px;
    padding: 0;
    display: inline-block;
}
#resumenGerencial .text-align-right {
    text-align: end;
}
#resumenGerencial .little-text {
    font-size: 12px;
}
#resumenGerencial .medium-text{
  font-size: 16px;
}
#resumenGerencial {
  font-size: 16px;
}
#resumenGerencial .graficaLinea{
  margin-top:-16px;
}
#resumenGerencial #imgLoading {
    position: absolute;
    top: 250px;
    left: 47%;
    height: 100%
}
#resumenGerencial .cont1 {
    opacity: 0.1;
    filter: alpha(opacity=5);
}

md-option.rolList p{
  font-size: 18px;
  font-size: x-large;
  text-transform: capitalize;
}

#resumenGerencial .disabled {
    outline: none;
    color: #ccc;
}

#resumenGerencial .logoCompany{
  height: 60px;
}

#resumenGerencial .greenDot{
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #b1e0a6;
  margin: -13px 0px 5px 10px;
}
#resumenGerencial .greenBar{
  height: 15px;
  background-color: #b1e0a6;
  float:left;

}
#resumenGerencial .grayBar{
  height: 15px;
  background-color: #555;
  float:left;

}

#resumenGerencial .text-align-center{
    text-align: center !important;
}

#resumenGerencial .ag-paging-panel {
    float: right;
}

#resumenGerencial .ag-paging-button {
    border: none;
    background: #fff;
}

#resumenGerencial .ag-paging-page-summary-panel {
    float: right;
}

#resumenGerencial .ag-material .ag-paging-button {
    vertical-align: middle;
}

#resumenGerencial .ag-material .ag-paging-panel {
    padding: 2px !important;
}

#resumenGerencial .md-analyticboard-theme .md-datepicker-input-container {
    border-bottom-color: rgba(0,0,0,0.12);
}

#resumenGerencial .md-analyticboard-theme .md-calendar-month-label md-icon, .md-analyticboard-theme .md-datepicker-input {
    font-size: 20px;
    font-family: bold;
    text-transform: capitalize;
    text-align: center;
}

#resumenGerencial .ag-layout-normal.ag-body-viewport {
    max-width: 100%;
    overflow-x: hidden;
}


#resumenGerencial .indSelected {
    background-color: #EAF4FD !important;
    transition: background-color 0.3s !important;
}

#resumenGerencial .indSelected th:first-child {
    border-left: 4px solid #2196F3;
    padding-left: 4px;
}

.tooltip-table-custom {
    position: absolute;
    padding: 10px;
    background-color: #44444490;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 9999999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: tooltip-fade-in 0.3s ease-in forwards;
    max-width: 400px;
}

.show-filter-header .ag-header-icon.ag-header-cell-menu-button {
  opacity: 1 !important;
}

@keyframes tooltip-fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}





