table.dataTable {
    color: #686d7d;
    margin-bottom: 15px !important;
}
table.dataTable td .media-box {
    display: flex;
    align-items: center;
}
table.dataTable td .media-box img.media-avatar {
    height: 60px;
    margin: 0 15px 0 0;
}
table.dataTable td .media-box img.media-avatar-lg {
    height: 90px;
    max-height: 90px;
    margin: 0 15px 0 0;
}
table.dataTable td .media-box .media-box-body {
    flex: 1;
}
table.dataTable td .media-box .media-box-body a {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 5px 0;
}
table.dataTable td .media-box .media-box-body p {
    font-size: 0.85rem;
    color: #969ea5;
    margin: 3px 0;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc {
    font-size: 1rem;
    font-weight: 600;
}
table.dataTable [class^="icon-"],
table.dataTable [class*=" icon-"] {
    font-size: 1.2rem;
    vertical-align: text-top;
}
table.dataTable td img.img-flag {
    width: 30px;
    height: 30px;
}
table.dataTable td .actions {
    display: flex;
    align-items: center;
}
table.dataTable td .actions a {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin: 3px;
    border: 1px solid #373b3e;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
table.dataTable td.highlight {
    background: #eaf2ff;
    color: #17181c;
}
table.dataTable > thead > tr {
    color: #17181c;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 7px;
}
div.dataTables_wrapper div.dataTables_info {
    color: #9499a9;
}
