body {
	background-color: #757F9A;
	color: white;
}
.pipeline_nav{
	color: white;
}
.btn-secondary{
	background-color: #8c959d;
	border-color: #8c959d;
}
.pipeline_nav_button{
	background: #315180;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.popup_header {
	background-color: #091e3d;
}
#page_container {
	background-color: #0d3568;
}
.main_menu {
	background-color: #0d3568;
}
.main_link {
	background-color: #0d3568;
	color: white;
}
.custom_box {
	background-color: #0d3568;
}
.custom_box_title {
	background-color: #315180;
	color: white;
}
.pipeline_data{
	background-color: #0d3568;
	color: white;
	border: 1px solid white;
}
.pipeline_footer{
	background-color: #091e3d;
	color: white;
}

.double_size{ 
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin: 5px;
}
