/*  dropdawn selectores */
.graficaStyleCss .scroller *, .graficaStyleCss .wrapper *, .graficaStyleCss .actions-btn,
.graficaStyleCss .bs-container {
  font-size: 11px;
}

/*.graficaStyleCss .highcharts-label text {
   font-size: 12px!important;  
}*/

/*estilo de los numeros internos de las barras*/
div.graficaStyleCss svg > g > g > text > tspan {
  stroke-width: 0.1px;
}

.graficaStyleCss .card * {
    font-size: 11px;
    
}

.graficaStyleCss .accordionGraph {
    padding-bottom: 10px;
}

.graficaStyleCss .card h5 {
    font-size: 14px;
}

.graficaStyleCss .card .fa-minus-circle, .graficaStyleCss .card .fa-plus-circle  {
  font-size: 16px;
}

.graficaStyleCss .card .close {
      font-size: 25px;
}

.graficaStyleCss .card .dropdown-toggle {
  font-size: 16px;
}

.graficaStyleCss .cardIn {
    border-left: none;
    border-right: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: -1px;
}

.graficaStyleCss .cardIn .card-header {
    border-bottom: none;
}

.card-header{
  
  height: 30px !important;
  align-content: center !important;
  align-items: center !important;
}

.graficaStyleCss .card-link {
  color:#666666;
  margin-top: -5px
}

.graficaStyleCss .inlineGraph {
  display: inline;
}

.graficaStyleCss .card-header button.btn:focus {
  box-shadow: none!important;
}

.graficaStyleCss .widthLinks {
  padding: 0px;
  line-height: 1.5;
  width: 48%;
  float: left!important;
  margin-top: -5px
}

.graficaStyleCss .card-link:hover {
  color:black;
}
/**/
/*div grafica*/
.graficaStyleCss .grafica {
  min-height: 400px;
	margin: 0 auto;
	border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.graficaStyleCss .chartPanelMain {
  margin: 0 auto;
  border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.graficaStyleCss .chartPanel {
  min-width: 280px;
  height: 400px;
}

.graficaStyleCss .dropdown.bootstrap-select.show-tick button{  
  /* height: 25px !important; */
  font-size: 11px !important;
}

.principal_modal .modal-body button{
  height: 25px !important;
}
.principal_modal .modal-body input{
  height: 25px !important;
}
.principal_modal .modal-body select{
  height: 25px !important;
  padding: 0rem !important;
}
.principal_modal .modal-dialog .row a,.modal-dialog .row{
  align-items: center !important;
  align-content: center !important;
  display: flex !important;
}
/*selectores*/
.graficaStyleCss .graficaSelectorPadding {
	padding-right: 10px !important;
	padding-bottom:  10px !important;
}

/*Ancho de los selectores*/
.graficaStyleCss .graficaSelectorPadding .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 55%;/*144*/
  height: 25px !important;
}
/**/

/*Spinner*/
.graficaStyleCss .grafica .graphCenter {
	text-align: center;
	padding-top: 180px;
}

.graficaStyleCss .chartPanel .graphCenter {
  text-align: center;
  padding-top: 180px;
}

.graficaStyleCss .spinner-border {
	width: 3rem;
  height: 3rem;
}
/**/

/*ERROR*/
.errorGraph {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 180px;
  color: rgb(242, 116, 116);
}

.errorGraph p {
  max-width: 300px;
  margin: auto;
}

.errorGraph i {
  font-size: 30px;
}

@media (max-device-width: 1024px) {
  .errorGraph p {
    max-width: 200px;
  }
}
/**/

/*Scroll horizontal grafica*/
.graficaStyleCss .wrapper {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-top: 1px solid rgb(216, 216, 216);
    border-left: 1px solid rgb(216, 216, 216);
    border-right: 1px solid rgb(216, 216, 216);
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:33px;
}

.graficaStyleCss .wrapper .nav-tabs .nav-link, .graficaStyleCss .wrapper .nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom: none;
    color: #666;
    padding-right: 30px;
}

.graficaStyleCss .wrapper .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom: none;
    color: black;
    background-color: rgb(252,252,252);
}

.graficaStyleCss .wrapper .nav-tabs {
  background-color: #f7f7f7;
}

.graficaStyleCss .list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3500px;
    margin-top:-1px;
    margin-left: -1px;
}

.graficaStyleCss .list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.graficaStyleCss .scroller {
  border: 1px solid #dee2e6;
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:0px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.graficaStyleCss .scroller-right{
  border-top-right-radius: .25rem;
  float:right;
}

.graficaStyleCss .scroller-left {
  border-top-left-radius: .25rem;
  float:left;
}
/**/
/* Context menu  */
/* Cambiar para que funcione la grafica radial */
/* .graficaStyleCss .highcharts-container {
  position: inherit !important;
} */
.graficaStyleCss .highcharts-contextmenu {
  z-index:9999!important;
  bottom: -400px!important;
}
/**/

/*Scroll-horizontal-Selectores*/
.graficaStyleCss .slider {
  width: 100%;
  display: flex;
  align-items: stretch; 
  overflow-x: scroll;
  -ms-overflow-x: scroll;
  -webkid-overflow-x: scroll;
  overflow-y: hidden;
  padding: 0px!important;
  scroll-snap-type: x mandatory; /* Chrome Canary */  
  scroll-snap-type: mandatory; /* Firefox */  
  -ms-scroll-snap-type: mandatory; /* IE/Edge */  
  -webkit-scroll-snap-type: mandatory; /* Safari */  
  -webkit-scroll-snap-destination: 0% 0%;  
  -webkit-overflow-scrolling: touch; /* important for iOS */ 
}

.graficaStyleCss .slider::-webkit-scrollbar-track, .graficaStyleCss .inner::-webkit-scrollbar-track
{
 background-color: transparent;
}

.graficaStyleCss .slider::-webkit-scrollbar, .graficaStyleCss .inner::-webkit-scrollbar, .tableBoxPlot ::-webkit-scrollbar
{
 height: 6px;
 width: 8px;
}

.graficaStyleCss .slider::-webkit-scrollbar-thumb, .graficaStyleCss .inner::-webkit-scrollbar-thumb, .tableBoxPlot ::-webkit-scrollbar-thumb
{
 border-radius: 30px;
 background-color: #999;
}

.graficaStyleCss .section {
    padding-top: .5rem;
    padding-left: 3rem;
    width: 25%;
    flex-shrink: 0;  
    scroll-snap-align: start; /* latest (Chrome 69+) */  
    scroll-snap-coordinate: 0% 0%; /* older (Firefox/IE) */  
    -webkit-scroll-snap-coordinate: 0% 0%; /* older (Safari) */ 
    position: relative;
}

.graficaStyleCss .highcharts-axis-labels text{
  color: #000 !important;
  fill: #000 !important;
  font-weight: 600;
}

.graficaStyleCss .highcharts-axis text{
  color: #000 !important;
  fill: #000 !important;
  font-weight: 400;
}
/**/

/*BTN detalle*/
.graficaStyleCss .btnDetalleGP {
    position: relative;
    font-size: 13px;
    color: #3D8BCD;
    width: 0px;
    top: 10px;
    left: -24px;
}

.graficaStyleCss .btnDetalleGP:hover {
  color: #1262A7;
}

/*BOX PLOT*/
/*tabla de la gr�fica BoxPlot*/
.tableBoxPlot thead tr th:first-child {
  background: white;
  position: sticky;
  left: -1px;
  color: white;
  border: 2px solid white ;
}
 .tableBoxPlot thead tr th{
  min-width: 70px;
}

.tableBoxPlot ::-webkit-scrollbar-track {
 background-color: transparent;
 margin-left: 75px;
}
.tableInformacion{
  width: 100%;
  text-align:center;
  font-size: 12px;
  line-height: 70%;
}
.estatico {
  position: sticky;
  left: 0;
  font-weight: bold;
}
.tableBoxPlot tr:nth-of-type(even) td.estatico { 
  background: white;
}
.tableBoxPlot tr:nth-of-type(odd) td.estatico { 
  background: #f2f2f2;
}
.tableInformacion .table-color{
  background: rgb(165, 189, 241);
}
.tableInformacion .table-color th{
  border-color: white;
}


.graficaStyleCss {
  
  & .graficaPrincipalSicpack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 4px 0 4px;
    height: calc(100% - 8px);
    overflow: auto;

    &::-webkit-scrollbar-track{
      background-color: transparent;
    }
  
    &::-webkit-scrollbar{
      height: 6px;
      width: 8px;
    }
  
    &::-webkit-scrollbar-thumb{
      border-radius: 30px;
      background-color: #999;
    }

    & .graficaSixpack {
      position: relative;
      min-width: 219px;
      min-height: 200px;
      margin: 0 auto;
      border: 1px solid #dee2e6;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: .25rem;
    
      width: calc(33.33% - 10px);
      margin-bottom: 10px;
      background-color: #f0f0f0;
      text-align: center;
  
      height: calc(50% - 10px);
    }

    & .graphCenter {
      width: 100%;
    }

    & .TargetasIcSixpack{
      background: white;
      padding-left: 5px;
      padding-right: 5px;
      overflow-y: auto;

      &::-webkit-scrollbar-track{
        background-color: transparent;
      }
    
      &::-webkit-scrollbar{
        height: 6px;
        width: 8px;
      }
    
      &::-webkit-scrollbar-thumb{
        border-radius: 30px;
        background-color: #999;
      }
      
    }

    & .contenedorTableResumenSixpack{

      background-color: white;

      & table {
        font-size: 12px;
        align-items: center;
      }
  
      & .cb-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
  
        & .cb-headerTable {
          border: 1px solid #7e7e7e;
  
          & th {
            text-align: center;
            background-color: #a7bbda;
            color: black;
            max-height: 36px;
            font-size: 11px;
            position: sticky;
            top: 0;
          }
        }
  
        & tbody tr:nth-child(odd) {
          background-color: rgba(225, 225, 225, 0.659);
        }
  
        & td {
          border: 1px solid #7e7e7e;
          font-weight: 700;
          font-size: 10px;
          font-style: italic;
          text-align: center;
          padding: 0;
          margin-bottom: 0px !important;
        }
  
      }
  
      & .txtlengS {
        white-space: wrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
  
    }

    & .contenedorGindicadoresCLP{
      /* width: calc(186px-3px); */
      width: calc(33% - 3px);
      height: 50px;
      min-width: 133px;
    }
    
    & .highcharts-contextmenu {
      bottom: 0px!important;
    }

    & .etiquetasPNsixpack{
      background-color: #dee2e6;
      border-radius: 11px;
      border: 0px solid black;
      font-size: 10px;
      padding: 0px 4px;
      white-space: normal;
      margin-left: 1px;
    }
    
    & .Label_GFull{
      cursor: pointer;
    }

    & .graph_expand i:first-child {
      display: inline-block;
    }

    & .graph_expand i {
      transition: transform 0.2s ease-out;
    }

    & .graph_expand i:last-child {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.01);
    }
    & .graph_expand:hover i:first-child {
      transform: scale(0.01)
    }
    
    & .graph_expand:hover i:last-child {
      transform: none;
    }
  }
}

@media only screen and (max-width: 1409px) {
	.graficaPrincipalSicpack 
  {
    & .graficaSixpack {
      width: calc(50.33% - 10px) !important;
    }  
	}
}

@media only screen and (max-width: 989px) {
	.graficaPrincipalSicpack 
  {
    & .displayNone {
      display: none;
    }
    & .TargetasIcSixpack {
      height: calc(60% - 10px) !important;
    } 
	}
}

@media only screen and (max-width: 982px) {
	.graficaPrincipalSicpack 
  {
    & .graficaSixpack {
      width: calc(100% - 3px) !important;
    }  
	}
}

@media only screen and (max-width: 500px) {
	.graficaPrincipalSicpack 
  {
    & .contenedorGindicadoresCLP {
      width: 100% !important;
    }  
    & .TargetasIcSixpack{
      height: 100% !important;
      overflow-y: auto;
    }
	}
}