﻿.btn-primary {
	color: #191f3b !important;
	background-color: #eeeff7 !important;
}
.btn-accent {
	color: #ffffff !important;
	background-color: #007f00 !important;
}
.btn-primary.disabled {
	background-color: grey !important;
}
.btn-secondary {
	color: #191f3b !important;
	color: #007f00 !important;
}
body, h1, h2, h3, h4 {
	font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
input[type=button], input[type=submit], input[type=reset], a.form-btn {
	color: #eeeff7E6;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, a.form-btn:hover {
	color: #eeeff7;
}
h2 {
	color: #007f00;
}
#formFooter {
	background-color: #eeeff7;
}
.theme-primary {
	color: #191f3b;
	background: #eeeff7;
}
.theme-primary-bg, .theme-primary-bg-hover:hover {
	background: #191f3b;
}
.theme-primary-hover:hover {
	color: #191f3b;
	background: #eeeff7;
}
.theme-primary-text {
	color: #191f3b;
}
.theme-primary-text-hover:hover {
	color: #191f3b;
}
.theme-primary-border {
	border-color: #191f3b !important;
}
.theme-primary-border-hover:hover {
	border-color: #191f3b !important;
}
.theme-secondary {
	color: #191f3b;
	background: #007f00;
}
.theme-secondary-hover:hover {
	color: #191f3b;
	background: #007f00;
}
.theme-secondary-bg, .theme-secondary-bg-hover:hover {
	background: #191f3b;
}
.theme-secondary-text {
	color: #191f3b;
}
.theme-secondary-text-hover:hover {
	color: #191f3b;
}
.theme-secondary-border {
	border-color: #191f3b !important;
}
.theme-secondary-border-hover:hover {
	border-color: #191f3b !important;
}
.theme-accent {
	color: #ffffff;
	background: #007f00;
}
.theme-accent-hover:hover {
	color: #ffffff;
	background: #007f00;
}
.theme-accent-bg, .theme-accent-bg-hover:hover {
	background: #ffffff;
}
.theme-accent-text-hover:hover {
	color: #ffffff;
}
.theme-accent-text, .theme-accent-text:hover {
	color: #ffffff;
}
.theme-accent-border {
	border-color: #ffffff !important;
}
.theme-accent-border-hover:hover {
	border-color: #ffffff !important;
}
.theme-background {
	background: #eeeff7 !important;
}
.theme-background-text, .theme-background-text-hover:hover {
	background: #eeeff7 !important;
}
.theme-background-hover:hover {
	background: #eeeff7 !important;
}
.theme-background-text {
	color: #eeeff7 !important;
}
.theme-background-text-hover:hover {
	color: #eeeff7 !important;
}
.theme-background-border {
	border-color: #eeeff7 !important;
}
.theme-background-border-hover:hover {
	border-color: #eeeff7 !important;
}
.theme-success {
	background: #359477 !important;
}
.theme-warning {
	background: #a58845 !important;
}
.theme-error {
	background: #c73a3a !important;
}
input {
	border: 1px solid #949494;
}
a, a:hover {
	color: #121000;
}
h1 {
	color: #121000;
	text-transform: uppercase;
}
h2 {
	color: #121000;
}
h3 {
	color: #121000;
}
