/* Add here all your CSS customizations */

html .btn-ue {
	background-color: #ffd701;
	border-color: #ffd701 #ffd701 #006699;
	color: #ffffff;
}

html .btn-ue:hover,
html .btn-ue.hover {
	background-color: #00a1f2;
	border-color: #00aaff #00aaff #ffd701;
	color: #ffffff;
}

html .btn-ue:focus,
html .btn-ue.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-ue.disabled,
html .btn-ue:disabled {
	background-color: #ffd701;
	border-color: #ffd701 #ffd701 #006699;
}

html .btn-ue:active,
html .btn-ue.active,
.show > html .btn-ue.dropdown-toggle {
	background-color: #006ea6 !important;
	background-image: none !important;
	border-color: #006699 #006699 #004466 !important;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}

html .btn-ue-scale-2 {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
	color: #ffffff;
}

html .btn-ue-scale-2:hover,
html .btn-ue-scale-2.hover {
	background-color: #007fbf;
	border-color: #ffd701 #ffd701 #006699;
	color: #ffffff;
}

html .btn-ue-scale-2:focus,
html .btn-ue-scale-2.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
	box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

html .btn-ue-scale-2.disabled,
html .btn-ue-scale-2:disabled {
	background-color: #006699;
	border-color: #006699 #006699 #004466;
}

html .btn-ue-scale-2:active,
html .btn-ue-scale-2.active,
.show > html .btn-ue-scale-2.dropdown-toggle {
	background-color: #004c73 !important;
	background-image: none !important;
	border-color: #004466 #004466 #002233 !important;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
}

.text-color-green {
	color: #00711e !important;
}