@media (min-width: 992px){
.col-md-2 {
    width: 14%;
}
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #CCC;
    border-color: #CCC;
}

.control-sidebar-bg,.control-sidebar{
  width: 260px;
  right: -260px;
}
/* VENTANA MODAL GRAFICOS  */

.modalmask {
  position: fixed;
  font-family: Arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  padding-left:5%;
  padding-right:5%;
}
.modalmask:target {
  opacity:1;
  pointer-events: auto;
}
.modalbox{
  width: 100%;
  min-height: 650px;
  max-height: 100%;
  position: relative;
  padding: 25px 20px 13px 20px;
  background: #fff;
  border-radius:3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  
}

.modalbox_pcp{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px 20px 13px 20px;
  background: #fff;
  border-radius:3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.movedown {
  margin: 0 auto;
}

.modalmask:target .movedown{    
  margin:2% auto;
}
.modalmask:target .rotate{    
  transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
  width:60%;
  height:200px;
}


.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius:3px;
  font-size:16px;
}

.close:hover { 
  background: #FAAC58; 
  color:#222;
}

/*  FIN VENTANA MODAL GRAFICOS */



/*  ACTIVAR FILAS  */



tr{
  background-color: #ECECEC;
}

.table-hover>tbody>tr:hover{
  background-color:#f5f5f5
}

table col[class*=col-]{
  position:static;
  display:table-column;
  float:none
}

table td[class*=col-],table th[class*=col-]
{
  position:static;
  display:table-row;
  float:none;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active
{
  background-color:#f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover
{
  background-color:#e8e8e8
}

/* FIN ACTIVAR FILAS */

/* DIV CUADRO PRONOSTICO PICKUP   */
.panel-heading {
    padding: 10px 10px;
  }
/* cuando el ancho del navegador sea más de 1000px. */
@media (max-width:1400px) {
  .panel-heading {
    padding: 10px 2px;
  }
}

/* DETALLE PRONOSTICO CP  */
details{
  color: #000;
  border: solid 1px #F4F4F4;
  background: #fff;
}
  summary{
    background-color:#ccc;
    padding: 10px;
    color:#31708F;
    cursor: pointer;
  }
  #divContenedor{
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 600px;
  box-shadow: 0 0 20px #000;
  background: #000;
  border-radius: 4px;
}
  #divInfo{
    padding: 20px 0;
    text-align: center;
    color: #fff;
  }
    #divInfo p{
      text-align: center;
    }
  #divEjemplo{
    padding: 10px;
  }
.clsPadding{
  padding: 10px;
}




.icon_evento_revenue{
  margin-right:3px; 
  cursor:default;
  margin-top:2px;
  float:right;
  width:20px;
  height:25px;
}

/* Icono de Eventos del cuador de PCP */

/*.icon_evento_revenue{
  background-image:url("../../view/img/evento.png");
  width:24px;
  height:27px;*/
}

/* Posicion del Icono de Eventos del cuadro de PCP limitada por la resolucion mínima */
/*.icon_evento_rmc{
  margin-right:5px; 
  cursor:default;
  margin-top:4px;
  float:right;
  width:24px;
  height:27px;*/
}





/* Icono de Eventos del cuador de PCP */

.icon_evento_rmc{
  background-image:url("../../view/img/evento_rmc.png");
  width:24px;
  height:27px;
}