/*
Theme Name: Country specific colors ML
Version: 1.0
Author: P. Huizinga @ Freenom
*/

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.mainHeader .mainNav a.active {
	border-color:  rgba(19,133,73,1.0);	
	color:  rgba(19,133,73,1.0);	
}

.table th a,
.mainHeader a:hover,
.preHeader a:hover{
	color:  rgba(19,133,73,1.0);	
}
.signuptype.active,
.domainContent .results .label.active,
input[type="submit"].primaryColor {
	background: rgba(19,133,73,1.0);	
	color:  #FFF;
}

section.errorMessages {
	background: rgba(19,133,73,0.65);	
	color:  #FFF !important;}
	
	
.cautionColor {
	background: #ff9900;	
	color:  #FFF !important;
	border-color:  #f09000;
}

.domainContent .results .label.expired  {
	background: #ff9900;	
	color:  #FFF !important;
}
.primaryColor {
	background: rgba(19,133,73,1.0);		
	color:  #FFF !important;
	border-color:   rgba(19,133,73,1.0);	
}
.primaryFontColor {
	color:  rgba(19,133,73,1.0);	
}
.textred {
	color: #CC0000;
}
.colInformation h2,
.textgreen {
	color: rgba(19,133,73,1.0);	
}