.dt-entry__title {
    text-transform: none;
}

.select2-selection {
    height: 40px;
}

.select2 {
    width: 100%!important;
}

#data-table td {
    vertical-align: middle;
}

.dt-login__bg-section {
    background-image: none!important;
    background-color: #cccccc!important;
}

.help-form {
    margin-top: -15px;
}

.profile {
    margin-top: -88px;
}

.alert-success {
    background-color: #fff;
    color: #52c41a;
}

.success-alert-icon {
    font-size: 1.6em;
    color: #52c41a;
}

.alert-danger {
    background-color: #fff;
    color: #f44336;
}

.danger-alert-icon {
    font-size: 1.6em;
    color: #f44336;
}

.alert-primary {
    background-color: #fff;
    color: #1890ff;
}

.info-alert-icon {
    font-size: 1.6em;
    color: #1890ff;
}

#body-fosuser {
    background-color: aliceblue;
}

label.required:after, legend.required:after {
    content: "*";
    color: red;
}

.custom-file-label {
    height: 36px;
}

.custom-file-label::after {
    height: 34px;
    content: 'Parcourir';
    padding-top: 8px;
}

.input-group-append {
    display: none;
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}

.dropzone {
    min-height: 150px;
}

.edit .dropzone .dz-preview .dz-image img {
    width: 120px;
    height: 120px;
}

.edit .dropzone .dz-progress {
    display: none;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

.table td {
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
}

.table th {
    padding: 0rem 0.5rem 1rem 0.5rem;
}

.table thead th:first-child, .table tbody td:first-child, .table tbody th:first-child {
    padding-left: 1rem;
}

.dt-page__header {
    margin-bottom: 0rem!important;
}

.dt-content {
    padding: 2.4rem 3.2rem;
}

.dt-card__body {
    padding: 1rem 1rem;
}