.modal-title {
    text-transform: uppercase;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dt-buttons {
    display: block !important;
}

.dataTables_length {
    padding-left: 1rem;
}

.form-control .fileinput-filename {
    white-space: nowrap;
    overflow: hidden;
    width: 300px;
    max-width: 35vw;
    text-overflow: ellipsis;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #2f3139;
    border-color: #2f3139;
}