.hacienda-title-table{
    background-image: linear-gradient(to right, #39b24b, #018e45);
    clear: both;
    color: #FFF;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.htitle-table{
    font-weight: 100;
    font-size: 10px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
}

.table-row{
    line-height: 30px;
    border-bottom: none;
    display: block;
}

.table-row:hover{
    background-color: transparent !important;
}

.bbnone{
    border-bottom: none !important;
}

.table-p-hacienda{
    width: 100%;
    border-bottom: 1px solid #000;
}

.table-p-hacienda tr:hover{
    background-color: #dadada;
}

.tdbbg{
    border-bottom: 1px solid #e2e2e2;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mt40{
    margin-top: 40px;
}

.ifg-header-periodo {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
}

.ifg-header-periodo p {
    padding-bottom: 4px;
}

.hidden, .print-btn {
    display: none;
}



/*CELULARES*/
@media (max-width: 768px) {
    .htitle-table {
        display: none;
    }
}