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

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.mainHeader .mainNav a.active {
	border-color:  rgba(26,46,91,1);	
	color:  rgba(26,46,91,1);	
}

.table th a,
.mainHeader a:hover,
.preHeader a:hover{
	color:  rgba(26,46,91,1);	
}

.signuptype.active,
input[type="submit"].primaryColor {
	background: rgba(26,46,91,1);	
	color:  #FFF;
}
.wrapperForTransparency > section {
	background: rgba(26,46,91,0.85);
}

section.errorMessages {
	background: rgba(26,46,91,0.65);	
	color:  #FFF !important;
}

section.errorMessages.error {
	background: rgba(204,0,0,0.75);	
	color:  #FFF !important;
}
		
.domainCheck input[type="submit"],
.submitBtn {
	background: rgba(26,46,91,1);	
	border: 0;
	color: #FFF;
}
.cautionColor {
	background: #ff9900;	
	color:  #FFF !important;
	border-color:  #f09000;
}

.domainContent .results .label.expired  {
	background: #ff9900;	
	color:  #FFF !important;
}
.primaryColor {
	background: rgba(26,46,91,1);			
	color:  #FFF !important;
	border-color:   rgba(26,46,91,1) !important;	
}
section.downloadContent ul.fileList li a,
section.downloadContent ul.categoryList li a,
.whoisContent h2,
.primaryFontColor {
	color:  rgba(26,46,91,1);
}
.primaryFontColor small {
	color:  rgba(195,32,48,1);	
}
.textred {
	color: #CC0000;
}
.colInformation h2,
.textgreen {
	color: rgba(26,46,91,1);	
}

.active > .freenomBtn.useDNS,
.active >  .freenomBtn.useForward  {
	background: rgba(26,46,91,0.81);		
	border: 1px solid rgba(26,46,91,1);	
		color: #FFF;	
}