.cryolab-bg {
	background: linear-gradient(to left,#5987c5 ,#5987c5);
}

.btn-primary, 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
	background-color: #5987c5;
  border-color: #5987c5;
}

/** Override select 2 styling */
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 14px;
}
.select2-results__option {
  padding: 6px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}