.bg-login-image {
	background: #fbfbfb;
}
.bg-login-image img {
	max-width: 100%;
}

.flag {
	width: 24px;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
	margin-top: .2rem;
	margin-right: .2rem;
}

.table-form .edit {
	margin-top: -3px;
	margin-bottom: -4px;
}

.table-form .td {
	position: relative;
}

.table-form .edit-data {
	display: none;
}
.table-form .edit-data input[type="text"],
.table-form .edit-data input[type="date"],
.table-form .edit-data select,
.table-form .edit-data .d-inline-block {
	width: calc( 100% - 110px );
}
.table-form .edit-data .save,
.table-form .edit-data .cancel {
	min-width: 42px;
	text-align: center;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
	border: 1px solid #d1d3e2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #6e707e;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #d1d3e2;
	border-radius: .35rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container:focus,
.select2-container--default .select2-selection--single:focus {
	border-color: #bac8f3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(78,115,223,.25);
}
.select2-container--default .select2-selection--single {
	border-radius: .35rem;
}
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

