#defaultTitles {
    padding-top: 10px;
    display: table-cell;
}

#defaultTitles .title-item {
    float: left;
    min-width: 200px;
}

th .media img {
    max-width: 48px;
    margin-right: 10px;
}

.table td, .table th {
    word-wrap: break-word;
    white-space: normal;
}

.table td.min-300, .table th.min-300 {
    min-width: 300px;
}

.table td.min-250, .table th.min-250 {
    min-width: 250px;
}

.table td.min-200, .table th.min-200 {
    min-width: 200px;
}

.table td.min-150, .table th.min-150 {
    min-width: 150px;
}

.custom-center {
    text-align: center !important;
}

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

.danger-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(194, 35, 35);
    border-radius: 50%;
    display: inline-block;
}

.primary-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(32, 116, 43);
    border-radius: 50%;
    display: inline-block;
}