span.GREEN {
  color: #64B464;
}

span.RED {
  color: #FF0000;
}

span.GREY {
  color: #333333;
}

/*! owerwrite bootstrap... */

.navbar-default .navbar-text {
  color: #333333;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #64B464;
  background-color: #e7e7e7;
  font-weight: bold;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #64B464;
  background-color: #e7e7e7;
  font-weight: bold;
  text-decoration: underline;
}


.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px; margin-right:15px; background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		 { left: -33%; }
  .active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }	
	.active > div:first-child + div + div { display:block; }	
}



#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
