/**
* Custom styles for BDT - Bootstrap Data Tables
**/

.bdt thead th {
    cursor: pointer;
}

.bdt .sort-icon {
    width: 10px;
    display: inline-block;
    padding-left: 5px;
    height: 10px;
    background: url("../../../imagens/elementos/down_order2.png") center no-repeat;
    margin-left: 8px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bdt .sort-icon.fa-angle-down {
    background: url("../../../imagens/elementos/down_order.png") center no-repeat;
}

.search-form {
    margin-right: 25px;
}

#table-footer {
    margin-bottom: 15px;
}

#table-footer a, #table-footer button {
    outline: none;
    transition-duration: 500ms;
}

#table-footer a:hover, #table-footer button:hover{
    background: #283a51;
    color: #FFF;
}

#table-footer .form-horizontal .control-label {
    text-align: left;
    margin: 0 15px;
}

#table-footer .pagination {
    margin: 0 15px;
}

#table-footer .pagination li:not(.active) {
    cursor: pointer;
}

.disable-sorting {
    cursor: auto !important;
}