.navbar {
  background: linear-gradient(to right, #9259fd, #ef5f31);
  padding-bottom: 3px;
  color:white;
}

.navbar-inner {
  background-color: #344164;
  border-bottom: 0px solid #ed5830;
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar .btn-navbar {
  background-color: #344164;
}

.navbar-search {
	margin-top: 0px !important;
}
.navbar-search .input-prepend, .navbar-search .input-append {
	margin-bottom: 0px !important;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.navbar-search >.input-prepend > span.add-on {
	background-color: #5c72ae;
	border-color: #3c3262;
	text-shadow: 0px 0px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-search .search-query {
	background-color: #5c72ae;
	margin-left: -3px;
	border-color: #3c3262;
}

.navbar-search a.add-on {
	margin-left: -3px !important;
	margin-bottom: 5px;
	margin-top: 6px;
	margin-right: 5px;
	text-decoration: none;
	text-shadow: 0 0px 0 #ffffff;
	background-color: #5c72ae;
	border: 0;
	color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
	padding: 5px 10px;
	line-height: 18px;
  border-left: 1px solid #9259fd;
}

.navbar-search .search-query:focus, .navbar-search .search-query.focused {
	/*padding: 5px 10px;*/
	color: #fefefe;
	text-shadow: 0 0px 0 #ffffff;
	background-color: #5c72ae;
}

#menu-left {
  /*background: #25325C none repeat scroll 0% 0%;*/
  background: rgb(37, 50, 92) none repeat scroll 0% 0%;
  border-color: rgb(52, 65, 100);
  color: #abb4d3;
  margin:51px 0px 0px;
}

#menu-left .nav-list a:hover {
  color: white;
  /*background:#EB4F26;*/
  background: linear-gradient(to right, #9259fd, #ef5f31);
}
li.master {
  background: #5c72ae;
  color: #fff;
  border-top: 1px solid #7989bd;
  border-bottom: 1px solid #7989bd;
}

body {
  color: #141d3c;
}

.btn-primary {
  background-color: #344164;
  background-image: -webkit-linear-gradient(top, #344164, #141d3c);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #344164;
  *background-color: #344164;
}
.dropdown-menu a {
  color: #344164;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #344164;
}

.page-header {
  margin: 0px 0px 4px 0px;
  padding-bottom: 4px;
  border-bottom: 0px;
}

.well {
  background-color: #eff3f4;
}
.well fieldset {
  margin-top: -21px;
}
.well fieldset > legend {
  font-size: 12px;
  text-transform: uppercase;
  margin: 8px 0px;
  line-height: 24px;
  border: 0px !important;
}

.table thead {
  background-color: #5c72ae;
  color: #f5f5f5;
}

a {
  color: #344164;
  text-decoration: none;
}


.lab-sample_taken{
  background-color: #3d3d3d;
 }
.lab-partial_sample_taken{
  background-color: darkgray;
}
.lab-sample_processed{
  background-color: #9F6000;
}
.lab-sample_partially_processed{
  background-color:darkgoldenrod;
}
.lab-verified{
  background-color: #00529B;
}
.lab-partially_verified{
  background-color: #5c72ae;
}
.lab-reported{
  background-color:darkolivegreen;
}
.lab-report_issued{
  background-color: darkgreen;
}
.lab-rerun{
  background-color: crimson;
}
.lab-request_resample{
  background-color: darkred;
}
.lab-sample_rejected{
  background-color: darkred;
}


small > span {
  font-size: 70% !important;
  width: 60px !important;
}