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

.uploadedImage {
    margin-left: 20px;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    text-align: right;
    margin: 15px;
    border: gray 3px solid;
}

.sortable-image-container {
    overflow: hidden;
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    width: 100%;
    padding-right: 2% !important;
    padding-left: 2% !important;
}

.sortable-image-container li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1.5em;
    font-size: 17px;
    width: 100%;
}

.sortable-image-container .icon {
    margin: 0;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: black;
}

.sortable-image-container .icon-container {
    position: relative;
    margin-right: 20px;
}

.sortable-image-container li .delete {
    margin-right: 30px !important;
    top: 40px;
    height: 30px;
    border: black 4x solid !important;
}