body {
	cursor: default;
}

input:focus{
	border: 1px solid #d9d9d9 !important;
	box-shadow: 0 0 0 1px #d9d9d9 !important;
	outline: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-selection:focus,
.select2-selection:active,
.select2-search__field:focus,
.swal2-input:focus
{
	border: 1px solid #d9d9d9 !important;
	box-shadow: 0 0 0 1px #d9d9d9 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
	background-color: #7c7f83 !important;
	color: #fff !important;
}

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
	margin: .5em 1.5em 3px !important;
}

.swal2-input, .swal2-file, .swal2-textarea {
	font-size: 1em;
}

.swal2-input {
	width: 60% !important;
	/*text-align: center;*/
}

.card-maroon.card-outline {
	border-top: 3px solid #b5b5b5;
	border-left: 3px solid #b5b5b5;
	border-bottom: 3px solid #b5b5b5;
	border-right: 3px solid #b5b5b5;
}

.login-box-msg {
	color: #505050cc;
	animation: flicker 1.5s infinite alternate;
}

.input-group-text {
	/*background: #ffffff;*/
	color: #3c8dbc;
}

.form-control:focus {

	/*border-color: #28a745;*/
	border-color: #ced4da;
}

#err-inp-com-id,
#err-inp-psd {
	position: absolute;
	right: 50px;
	top: 10px;
	z-index: 101;
	pointer-events: none;
}

#err-inp-com-id,
#err-inp-psd {
	color: #d81b60;
	font-weight: bold;
}

select.form-control {
	color: #939ba2 !important;
}

/*
	Animation
 */
@keyframes flicker {
	0%{opacity:1;}
	90%{opacity:0;}
	100%{
		color:#505050cc;
	}
}