.tblComponent .listFooter {
    /*text-align: center;*/
    padding: 5px 5px 7px;
}
.tblComponent .listFooter .widget-caption {
    line-height: 28px;
    float: none;
    text-align: center;
}
.tblComponent .listFooter .row {
    margin-left: 0;
    margin-right: 0;
}
.tblComponent .listFooter .row div:first-child {
    padding-left: 5px !important;
}
.tblComponent .listFooter .row div.caption {
    text-align: center;
}
.tblComponent .listFooter .row div:last-child {
    padding-right: 5px !important;
}
.tblComponent .listFooter .itemsperpage {
    width: auto;
}
.tblComponent .listFooter .pagination {
    float: none;
    margin: 0;
}
.tblComponent a.itemAction,
.tblComponent a.itemAction:hover {
    text-decoration: none !important;
}
.tblComponent .dropdown-menu {
    padding: 10px 10px 0;
}
.tblComponent label.control-label {
    text-transform: lowercase;
    white-space: normal;
}
.tblComponent [for^='FILTER_'].control-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-align: right;
}
.tblComponent label.control-label::first-letter {
    text-transform: capitalize;
}
.tblComponent .ticket-item .row,
.tblComponent .ticket-item .row div:not(.divider),
.tblComponent .ticket-item .row div .ellipsis {
    background: inherit;
}
.tblComponent .ticket-item .row div {
    text-align: center;
}
.tblComponent .ticket-list-header span,
.tblComponent span.item-header {
    color: #999 !important;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.tblComponent span.item-header {
    text-align: left;
}
.tblComponent .ticket-type,
.tblComponent .ticket-time {
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee;
    color: #999;
}
.tblComponent .ticket-time .time:not(.item-header) {
	padding: 0;
}
.tblComponent .order_span {
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}
.tblComponent .order_span:hover {
    font-style: italic;
}
.tblComponent .order_icon {
    font-weight: bold;
}
.tblComponent .order_icon {
    font-weight: bold;
    margin-left: 3px;
    text-decoration: none !important;
}
.tblComponent .filtersSpan {
    color: #999;
    font-size: 11px;
    /* padding-left: 10px; */
}
.tblComponent .filterSelectsSpan {
    margin-left: 10px;
}
.tblComponent .filtersSpan .filterSelectsSpan .filterName {
    font-weight: bold;
}
.tblComponent .bg-info-bootstrap div:not(.ticket-state) {
    background-color: #d9edf7 !important;
}
.tblComponent li.listItem div.row {
    cursor: pointer;
}
.tblComponent li.listItem .ticket-type {
    white-space: nowrap;
}
.tblComponent div.input-group-sm span.input-group-addon {
    padding: 5px 9px;
}
.tblComponent .ticket-state {
    z-index: 1;
}
.tblComponent .descripcion {
    overflow: hidden;
    text-align: center;
}
.tblComponent .ellipsis {
    width: 100%;
    white-space: nowrap !important;
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    z-index: 100;
}
.tblComponent .ellipsis:hover {
	background-color: inherit;
    white-space: normal;
    overflow: visible;
    width: 200%;
    line-height: 1.8;
    min-height: calc(100% + 20px) !important;
    padding: 5px;
    max-width: 200% !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    text-align: left;
    margin-top: -10px;
}
.tblComponent .bg-success {
    background-color: #dff0d8 !important;
}
.tblComponent .bg-warning {
    background-color: #fcf8e3 !important;
}
.tblComponent .bg-danger {
    background-color: #f2dede !important;
}
.tblComponent>.widget-header div[class^='col-'] {
    padding-bottom: 4px;
}
@media (max-width: 880px) {
    .tblComponent .widget-header:last-child {
        text-align: center !important;
    }
    .tblComponent .widget-header:last-child .widget-caption {
        float: none !important;
    }
    .tblComponent .widget-header:last-child .widget-buttons {
        padding: 0 !important;
    }
}