/*By Jenice ♥*/
/*Busqueda y ordenamiento*/
/*.sort thead th:last-child{
    text-align: center;
}
.sort tr td:last-child{
    text-align: right;
    width: 10px;
}
.sort tr td:last-child a
{
    display: table-cell;
    padding: 0 3px;
}*/
.sort2 thead th[data-col] {
    text-decoration: none;
    cursor: pointer;
}
.sort2 thead th[data-col]:hover,
.sort2 thead th[data-col]:focus {
    color: #008cba;
}
/**/
.sort2 th[data-col]{
    cursor: pointer;
    position: relative;
    padding-right:30px !important;
    padding-left:15px !important;
}
.sort2 th::before, .sort2 th::after{
    position: absolute;
    bottom: 10px;
    display: block;
    opacity: .3;
}
.sort2 th[data-col]::before{
    right: 1.2em;
    content: "↑";
}
.sort2 th[data-col]::after{
    right: 0.5em;
    content: "↓";
}
.sort2 th.desc::before{
    opacity: 1;
}
.sort2 th.asc::after{
    opacity: 1;
}
th{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 14px;
    background: #f1f1f1;
    border: solid 1px white !important;
}
/**/
.busqueda{
    border: 1px solid #c8c8c8  !important;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: inset 0 0 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;
}

.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: 0 5px;
}
.sortCC thead th .iga-times{
    background:#fff !important;
    border-left:none !important;
}
.sortCC thead th .input-mini{
    box-shadow:none !important;
    border-right:none !important;
    width: 100%;
}
.sortCC thead th .input-group-addon .fa-times{
    cursor:pointer;
    color:#fff;
}
.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;
}
/*Dinero*/
.dinero,.cant{
    text-align:right;
}
.dinero:not(.noSort){
    padding-right:30px !important;
}

.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;
    width: 90%;
    z-index: 20;
    overflow: auto;
    max-height: 200px;
    top: 33px;
}
.filterUl li{
    list-style: none;
    cursor: pointer;
    padding: 6px 12px;
}
.filterUl li:hover, .selected{
    list-style: none;
    background: #f8f8f8;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.fa-asterisk{
    color: red !important;
}
iframe{
    border: 1px solid #ccc;
}
.right{
    text-align: right;
    padding-right: 30px !important;
}
.flash .alert{
    margin-bottom: 14px;
}
#statusbar{
    position:fixed;
    bottom:0;
    width:100%;
    height:24px;   /* Height of the footer */
    background:#337ab7;
    z-index: 100;
    color: #ffffff;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    padding: 0 2%;
}
.console{
    max-height: 400px;
    overflow: auto;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}
.modal-footer .flash{
    text-align: left !important;
}
.modal-footer .flash .alert{
    margin-bottom: 0;
    padding: 5px 15px;
    padding-right: 35px;
}
.sortAjax thead th[data-col] {
    color: #008cba;
    text-decoration: none;
    cursor: pointer;
}
.sortAjax thead th[data-col]:focus {
    outline-offset: -2px;
}
#modalLoader .detalles{
    color: #9a9ea3;
    text-align: center;
    font-size: 16px;
}
#modalLoader.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #modalLoader.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

#modalLoader .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#modalLoader .modalTitle{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}
#modalLoader .log{
    overflow: auto;
    max-height: 500px;
    font-family: "Courier New", Courier, monospace;
}
.rotate.down {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}