/* Add here all your CSS customizations */

label .form_label {
	
	color:#ff0000;
	
}


.sidebar_design {
	
	background-color:#F3F3F3;
	padding:10px;
	text-overflow: clip;
	
}

.sidebar_design select{

	max-width: 200px;

}	

.header_font {
	
	color:#fff;
	
}

.single_story_preview {
	
	background-color:#000;
	
}

.downloads_view {
	
	background-color:#000;
	
}

.downloads_view a {
	
	color:#fff;
	
}

.downloads_view .far, .fas{
	
	color:#CC5500;
}

.you_are_here{
	
	color:#CC5500;
}


.single_story_preview p {
	
	color:#fff;
}



table thead{
	
	background-color:#000;
	color:#fff;
	
}

.form-control2 {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.original_header{
	
	background-color:#00397D;
	color:#fff;
	
}


