/* dark_green theme is tuned for fulfilling WCAG color contrast accessibility */
.control-bg {
	/*background: #41B3A3;*/
	background: #2f8378;
}

.row-highlight {
	background-color: #baded9 !important;
}

#change_map_language_div {
	background-color: rgb( 118, 118, 118 ) !important;
}

.switch_button {
	background-color: rgb(170, 103, 0) !important;
}

.form-control:focus, .pagination_container *:focus {
  border-color: #3496fe !important;
  box-shadow: 0 0 0 .2rem #3496fe !important;
}

.custom-control-input:focus~.custom-control-label::before {
  border-color: #3496fe !important;
  box-shadow: 0 0 0 .2rem #3496fe !important;
}
