.left-css {
    float: left;
}
.left-css label input.form-control-sm {
    width: 100% !important;
}
.left-css label{
    display:block !important;
}

div.left-css button.btn-table {
    padding: .25rem .5rem;
}

div.right-css {
    float: right !important;
    margin-left: 10px;
}

div.right-css button.btn-table {
    padding: .25rem .5rem;
}
button.dt-button{
    
}
div.dt-button-collection {
    width: auto !important;
}

div.dt-button-collection {
    padding: 1px 1px 1px 1px;
}
div.dt-button-collection button.dt-button {
    padding: .25rem .5rem !important;
    margin-bottom: 0 !important;
}

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

.dt-buttons{
    position: relative!important;
    float: left!important;
}

