table {
    width: 100%;
    border-collapse: collapse;
}

table thead tr{
    background-color: #eeeeee;
    height: 48px;
    text-align: left;
    border-top: 1px solid #b7b7b7;
    color: #597DE8;
    text-transform: uppercase;
    font-size:0.9em;
}
table thead tr a{
    color: #597DE8;
}

table thead tr a:hover{
    border: 1px solid rgba(89,125,232,0.40);
    padding:6px;
    margin-left:-7px;
}


table tbody tr{
	padding: 0px;
	border-top: 1px solid #C9C9C9;
}

table tbody tr:hover {
    border-top: 1px solid rgba(89,125,232,0.40);
    border-bottom: 1px solid rgba(89,125,232,0.40);
    background-color: rgba(89,125,232,0.10);
}




.invertir {
    display: block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.paginacion-embolcall {
    float:right;
    margin-left: auto;
    margin-right: auto;
    display:block;
    position:relative;
    width:280px;
}

.paginacion {
    text-align: center;
    position: relative;
    display: block;
    width: 136px;
    top: 0px;
    margin:0px;
    padding:0px;
    left:0px;
    float:left;
}

.paginacion-resultados {
	font-family:"Roboto", Helvetica, Arial,sans-serif;
    line-height:24px;
    margin:0px;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
	color:#aaa;
}

.paginacion li {
    display: block;
}
.paginacion span {
    height: 24px; 
    font-size: 1.2em; 
    line-height: 24px; 
    color: #597DE8;
    float: left;
    border: 0px solid #333;
    padding-top: 0;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0; 
    margin-top: -1px;
    cursor:pointer;
}

.paginacion li:not( :first-child ) span {
    margin-left: -1px;
}

.paginacion li:not( .pagination-current ) span:hover {
    background-color: #597DE8;
    color:#fff;
}

.pagina-activa {
    position:relative;
    font-weight: bold;
    color: #597DE8;
    float:left;
}

.pagina-activa input {
    width: 32px;
    text-align:center;
    height: 22px;
    margin-left:16px;
    margin-right:6px;
}








.mostrando-resultados  {
    width:100%;
    /*position:fixed;*/
    bottom:0px;
    margin-top:0px;
	color:#ccc;
    background-color:#333;
    border-top: 3px solid #597DE8;
    border-bottom: 1px solid #000;
    width: calc(100% - 200px);
    padding-top:12px !important;
    padding-bottom:12px !important;
}








.lista-columnas {
    display: none;
    background-color: #FFF;
    padding:16px;
    border: 1px solid #BBB;
    width: 200px;
    height: auto;
    max-height: 300px;
    overflow-y:scroll;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index:1400;
}

.lista-columnas ul {
    list-style: none;
    margin: 0px;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

/* necesario para que no herede estilos */
.lista-columnas ul li input {
    width: auto;
    height: auto;

}

.lista-columnas ul li span {

}







.datos tr {
    height: 24px;
}

.caja-filtro {
}

.caja-filtro-activa {
    border-color: #EE5757;
}









/* para las líneas que carga el ajax en las tablas */

.blue { background-color:  LightSkyBlue; }

#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#f1f1f1;
    width: 200px;
}

.fondo-linea {
    background-color: #FFF;
}

.fondo-linea-diferente {
    background-color: #337AB7;
}

.imagen-linea img {
    width: 30px;
}

/* quito el vertical align top del bootstrap de los tds y ths con datos */
.fondo-linea td,
.fondo-linea th,
.fondo-linea-diferente td,
.fondo-linea-diferente th {
    vertical-align: middle !important;
}
