body {
    font: 400 13px 'Open Sans', Arial, sans-serif !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d2d2;
}

.select2-container {
    width: 100% !important;
}

.table-suspects td,
.table-files td {
    padding: 2px;
}

.hide {
    display: none !important;
}

.sidebar-menu li a {
    font: 400 13px 'Open Sans', Arial, sans-serif;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    border: 0px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: none;
    background-color: white;
    background: transparent;
    padding: auto;
    margin-left: -13px;
    margin-right: -13px;
}

.top-menu .label-default {
    border-radius: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 10px;
    vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 17px 15px;
    border: 0px;
}

.fa-btn {
    padding: 2px 3px;
    color: #5f5f5f;
    /* border: 1px solid #ffffff; */
    /* margin-right: -1px; */
    /* color: #FFF; */
    width: 25px;
    text-align: center;
    font-size: 14px;
    /* line-height: 12px; */
    /* height: 15px; */
    /* background: #1b60b9; */
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label {
    border-radius: 100px;
}

.label-default {
    background-color: #333;
}

.label-warning {
    background-color: #e88800;
}

.label-danger {
    background-color: #e82c26;
}

.label-success {
    background-color: #00a200;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #f5f2f2;
}

.top-menu {
    display: table;
    width: 100%;
}

.top-menu ul {
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 12px;
}

.top-menu ul li {
    padding: 8px 0px;
    float: left;
}

.top-menu .label-default {
    background: #333;
    color: #FFF;
    margin-left: 5px;
    padding: 1px 5px 2px;
    line-height: 0px;
    border-radius: 15px;
}

.top-menu .btn-active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 10%);
    border-color: #adadad;
    background: #d0d0d0;
    padding: 3px;
    font-size: 12px;
}

select.bulk-delete,
select.bulk-status {
    padding: 3px;
    border: 1px solid #CCC;
    float: left;
    background: #FFF;
}

select.bulk-status {
    background: #ececec;
    box-shadow: 1px 1px 1px #fff inset;
    font-size: 11px;
}

#dlength {
    font-weight: normal;
    margin-left: 2px;
}

.pull-right {
    float: right !important;
}

table.table-suspects td{
    width: 33%;
}

table.table-suspects td:nth-child(4) {
    width: auto;
}

@media (max-width: 767px) {
    table.table-suspects tr {
        display: grid;
        position: relative;
        margin-bottom: 45px;
        margin-top: 10px;
    }

    table.table-suspects td:nth-child(4) {
        position: absolute;
        top: -40px;
        right: -10px;
        width: auto;
    }

    table.table-suspects td{
        margin-bottom: 5px;
        width: auto;
    }

}
