.kt-subheader--fixed .kt-subheader {
	top: 0;
}

.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
	padding-top: 60px;
}

#form_filter select {
	margin: 0 1rem;
}

.kt-aside__brand-logo {
	text-align: center;
}

.kt-aside__brand-logo img {
	width:80%;
}

.kt-login__logo img {
	width:25%;
}

.kt-header-mobile__logo img {
	width:20%;
}

.delete-form-button {
	display: inline;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
	margin-top: -1.2rem;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #f7f8fa;
    color: #495057;
}
.select2-container--default .select2-results__option {
    color: #495057;
}