/******************************************************************/

/*LESS Mixins*/

/******************************************************************/

.navbar-static-top {
  margin-bottom: 0;
  border-top: 5px solid #6293b4;
  border-bottom: none;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.19);
}
.btn-login {
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
  color: white;
}
.container {
  background-color: #384a56;
  padding-bottom: 15px;
}
footer {
  padding: 15px;
  background-color: #2d3d46;
  border-top: 1px solid #445b62;
  color: #647075;
  font-size: 12px;
}
body {
  background-color: #2d3d46;
  color: #616161;
  font-family: 'Open Sans', sans-serif;
}
#mainNav li a {
  color: #6293b4;
  display: block;
  padding: 10px 15px;
  background-color: #384a56;
  border-bottom: 1px solid #283b43;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: medium none;
  transition: all 0.3s ease 0s;
}
#mainNav li a:hover {
  color: white;
  background-color: #6293b4;
  text-decoration: none;
}
#mainNav li a.active {
  background-color: #6293b4;
  color: white;
}
.panel-default > .panel-heading {
  background: #6293b4;
  background: -moz-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6293b4), color-stop(100%, #6293b4));
  background: -webkit-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -o-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -ms-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: linear-gradient(to bottom, #6293b4 0%, #6293b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@tableHeaderGradTopColor', endColorstr='@tableHeaderGradBottomColor', GradientType=0);
  color: white;
  padding: 5px 15px;
  position: relative;
}
.table > thead > tr > th {
  background: #6293b4;
  background: -moz-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6293b4), color-stop(100%, #6293b4));
  background: -webkit-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -o-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -ms-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: linear-gradient(to bottom, #6293b4 0%, #6293b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@tableHeaderGradTopColor', endColorstr='@tableHeaderGradBottomColor', GradientType=0);
}
.btnColor {
  background-color: #5bc0de;
  color: white;
}
.btnColor:hover,
.btnColor:focus,
.btnColor:active,
.btnColor.active,
.open .dropdown-toggle.btnColor {
  background-color: #50b0cd;
  border-color: #3f99b4;
}
.ui-datepicker .ui-datepicker-header {
  background: #6293b4;
  background: -moz-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6293b4), color-stop(100%, #6293b4));
  background: -webkit-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -o-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: -ms-linear-gradient(top, #6293b4 0%, #6293b4 100%);
  background: linear-gradient(to bottom, #6293b4 0%, #6293b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@tableHeaderGradTopColor', endColorstr='@tableHeaderGradBottomColor', GradientType=0);
  color: white;
}
.chosen-container .chosen-results li.highlighted {
  background: #6293b4;
  color: white;
}
