#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;
}

.multiselect-filter input {
    border-left: 1px solid #8898aa !important;
    border-right: 1px solid #8898aa !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 10px !important;
}

.multiselect-filter .input-group-btn {
    display: none !important;
}

#json-display {
    height: 200px;
    border: 1px solid #cad1d7;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #tagInput {
        margin-top: 15px;
    }
}

button.multiselect.dropdown-toggle{
    background-color: white !important;
    color: black !important;
} 