/*Busqueda y ordenamiento*/
.sort thead th:last-child{
    text-align: center;
}
.sort tr td:last-child{
    text-align: right;
}
.sort thead th[data-col] {
    color: #008cba;
    text-decoration: none;
    cursor: pointer;
}

.sort thead th[data-col]:hover,
.sort thead th[data-col]:focus {
    color: #008cba;
    text-decoration: underline;
}
.sort thead th[data-col]:focus {
    outline-offset: -2px;
}
.busqueda{
    border: 1px solid #c8c8c8  !important;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: inset 0px 0px 1px #cfcfcf ;
    height: 30px;
}
.btn-buscar{
    padding: 5px;
    cursor: pointer;
    border: none;
    background: none;
    color: #286090 ;
}
.btn-buscar:hover{
    color: #337AB7 ;
}
/*Busqueda y ordenamiento 2 (CXC)*/
.rowTotales th:first-child{
    text-align: center;
}
.sortCC thead th:last-child{
    text-align: center;
}
.sortCC tr td:last-child{
    text-align: right;
}
.sortCC td:not(.noSort){
    padding-left: 15px !important;
}
.sortitos{
    color: rgb(171, 171, 171);
    cursor: pointer;
}
.iga-sort:hover .sortitos{
    color: #337AB7 ;
}
.sortitos.active{
    color: #337AB7 ;
}
.clicSearch{
    cursor: pointer;
}
.tablaCC{
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-face-color: rgba(0, 25, 148, 0.81);
}
.sortCC thead th .input-mini{
    border-radius: 4px 0 0 4px;
    padding-left: 4px;
    border: 1px solid #ccc;
    height: 28px;
}
.sortCC thead th .input-group-addon{
    padding: 3px;
}
.sortCC thead th .iga-times{
    background:transparent !important;
    border-left:none !important;
    padding-left: 0px !important;

}
.sortCC thead th .input-mini{
    -webkit-appearance: none !important;
    box-shadow:none !important;
    border-right:none !important;
    width: 100%;
}
.sortCC thead th .input-group-addon .fa-times{
    cursor:pointer;
    color:#fff;

}
.sortCC tr td,.sortCC tr th{
    font-size: 12px;
}
.sortCC thead th .input-mini:focus,
.sortCC thead th .input-mini:focus + .input-group-addon{
    border-color: #66afe9;
    outline: 0;
}
.sortCC thead th .input-group-addon:hover .fa-times,
.sortCC thead th .input-mini:hover + .input-group-addon .fa-times{
    color: #ccc;
    display: inline-block;
}
.sortCC tbody tr td .btn-default{
    padding: 1px 3px !important;
}
/*Dinero*/
.dinero{
    text-align:right;
    padding-right:30px !important;
}
/*.dinero:not(.noSort){
    padding-right:30px !important;
}
.dineroLabel{
    float: left;
}*/
.rowTotales th, .rowTotales td{
    background: #CDCCCC !important;

}

/*CXC*/
tr.linea-roja {
    background-color: rgb(255, 224, 224) !important
}
tr.letras-rojas td {
    color: red !important
}
/*FILTERINPUT*/
.filterUl{
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: absolute;
    /*position: fixed;*/
    /*width: 90%;*/
    z-index: 20;
    /*add*/
    max-height:40vh; border:1px solid #ccc; overflow:auto;
}
.filterUl li{
    list-style: none;
    cursor: pointer;
    padding: 6px 12px;
}
.filterUl li:hover, .selected{
    list-style: none;
    background: #f8f8f8;
}

/***** desplegar y contraer panel ******/
 .notificacion .badge-notify {
     position: absolute;
     top: 7px;
     right: 3px;
     background: #d9534f;
     font-size: 10px !important;
 }
.desplegar {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}
.desplegar:hover { color: #333333; }
/**************************************************** Para tablas *****************************************************/
.tabla-text-center{
    text-align:center !important;
}
.tabla-text-justify{
    text-align:justify !important;
}
.tabla-text-left{
    text-align:left !important;
}
.tabla-text-right{
    text-align:right !important;
}
.tabla-borde{
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 1px solid #ccc;
}
/*********************************************** 3 puntitos al final **************************************************/
/*solo utilizar una de las clases*/
.tresPuntos{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
.cortarTexto{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

/***** recortar y mostrar descripcion o comentarios en tablas ******/
.campo-descripcion:hover:before {
    content: attr(data-title);
    position: absolute;
    display: block;
    z-index: 56;
    border: 1px solid #7c7c7c;
    width: 300px;
    text-overflow: ellipsis;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 4px gray;
    word-wrap: break-word;
    margin-left: -30px;
}
td{position: relative;}
/*************************************************** Otros ************************************************************/
.negrita{
    font-weight: bold;
}