.layout-dashed {
    border: 2px #CCC dashed;
    padding: 5px;
    box-sizing: border-box;

}
.content-header >.breadcrumb {
    float: none;
    position: relative;
    top: 0;
    right: 0;
}
.custom-length{
    /*float: left;*/
}
.custom-search{
    float: left;
}
div.dataTables_wrapper div.dataTables_filter{
    text-align: left!important;
    width: 100%;
}

table.dataTable thead{
    background: #eee;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none!important;
}
