/* CSS Document */
.li-image {
  width: 16%;
  float: left;
  min-height: 100px;
  list-style: none;
}
.eliminar {
  /*margin-left: 91px;*/
  float: right;
  position: absolute;
  text-decoration: none;
  font-size: 14px;
  color: #CCC;
  font-weight: bold;
}
.body {
	background-color: #00ff00;
	
}

.well_customed > .well {
	margin-bottom: 2px;	
}

.input_fichada{
	
	font-size: 14px;
	height: 25px;
	text-align: right;

}

.hide{
	display: none;
}


#scroller {
    width: auto;
    overflow-x: scroll;
}
#scroller table {
    /* just a quick hack to make the table overflow the containing div
       your method may differ */
    width: 1200px;
}

#scroller .table.fixedCol {
    width: auto;
    position: fixed;
    /* below styles are specific for borderd Bootstrap tables
       to remove rounded corners on cloned table */
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
       -moz-border-radius-topright: 0px;
       -moz-border-radius-bottomright: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
}
.table.fixedCol th,
.table.fixedCol td {
    /* background is set to white to hide underlaying column
       of original table */
    background: white;
}

.tooltip > .tooltip-inner {
      background-color: #F8F8F8; 
      color: #000000; 
      border: 1px solid black; 
      font-size: 10px;
	  font-weight:bold;
  }


.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loader.gif') 
                50% 50% 
                no-repeat;
	
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
    display: block;
}

.feriado {
    background-color: #FFC0CB; 
}

.ref_habiles {
    width: 20px; 
    height: 20px; 
    margin:1px 5px;
    border: 3px solid #555;
    background: #d1ecf1;
    float: left;
}

.ref_findes {
    width: 20px; 
    height: 20px; 
    margin:1px 5px;
    border: 3px solid #555;
    background: #fcf8e3;
    float: left;
}

.ref_feriados {
    width: 20px; 
    height: 20px; 
    margin:1px 5px;
    border: 3px solid #555;
    background: #FFC0CB;
    float: left;
}
