@charset "utf-8";
/* CSS SITE COLOURS */
.site_color, a.site_color { color:rgba(130,181,65, 1) !important; }
.site_color_bg { background-color:rgba(130,181,65, .9) !important; }
.comp_color, a.comp_color { color:rgb(235,133,65) !important; }
.comp_color_bg { background-color:rgba(235,133,65, .9) !important; }

.error {	background-color:rgb(255,56,59) !important; }
.success { 	background-color:rgb(165,205,60) !important; }
.info {		background-color:rgb(64,158,224) !important; }
.warning { 	background-color:rgb(235,133,65) !important; }
.error-text {	color:rgb(255,56,59) !important; }
.success-text { color:rgb(165,205,60) !important; }
.info-text {	color:rgb(64,158,224) !important; }
.warning-text { color:rgb(235,133,65) !important; }

.blue, a.blue {	color:rgb(64,158,224) !important; }
.blue_bg {	background-color:rgb(64,158,224) !important; }
.red, a.red { color:rgb(255,56,59) !important; }
.red_bg { background-color:rgb(255,56,59) !important; }
.green, a.green { color:rgb(130,181,65) !important; }
.green_bg { background-color:rgb(130,181,65) !important; }
.orange, a.orange { color:rgb(235,133,65) !important; }
.orange_bg { background-color:rgb(235,133,65) !important; }
.yellow, a.yellow { color:rgb(230,181,41) !important; }
.yellow_bg { background-color:rgb(230,181,41) !important; }

.dark, a.dark { color: rgb(40,40,40) !important; }
.dark_bg { background-color: rgb(40,40,40) !important; }
.grey, a.grey { color: rgb(100,100,100) !important; }
.grey_bg { background-color: rgb(100,100,100) !important; }
.light, a.light { color: rgb(235,235,235) !important; }
.light_bg { background-color: rgb(235,235,235) !important; }
.white, a.white { color:#FFF !important; }
.white_bg { background-color: #FFF !important; }
.faded, a.faded { color:rgba(230,230,230, 0.85) !important; }
.faded_bg { background-color: rgba(230,230,230, 0.15) !important; }

.see-thru-site { background-color: rgba(130,181,65, 0.7) !important; }
.see-thru-blue { background-color: rgba(64,158,224, 0.7) !important; }
.see-thru-red  { background-color: rgba(255,56,59, 0.7) !important; }
.see-thru-green { background-color: rgba(130,181,65, 0.7) !important; }
.see-thru-reg { background-color: rgba(55,55,55,0.7) !important; color:rgb(250,250,250); }
.see-thru-alt { background-color: rgba(230,230,230, 0.7) !important; color: rgb(40,40,40); }

/* ::overrides to look at in main.css:: */
/* 
#sidebar a.active {
  background-color: rgba(55, 255, 255, 0.9);
  color: white;
}
.form input, .form select, .form textarea {
	border: solid 2px rgba(31,56,99, 0.6);
	background-color: rgba(220, 220, 220, .8);
	color: rgba(31,56,99, 0.95);
}
textarea:focus, input:focus {
	border: double 2px rgba(31,56,99, 0.95);
}
.navbar > a {
	color:rgb(244, 244, 244);
  background-color: rgba(130,130,130,0.85);
	box-shadow: 0px 0px 0px transparent;
	filter: brightness(95%);
}
.navbar > a.active, .navbar > a.active:hover {
  background-color: rgba(130,181,65, 0.85);
	color:rgb(244, 244, 244);
	filter: brightness(95%);
	box-shadow: 0px 0px 0px transparent;
}
 * */
