/* WhsConnect Fluid Custom CSS */
body {
  color: #black;
  padding-top: 50px;
}

body.no-top-padding {
  padding-top: 0px;
}

.login-page {
  padding-top: 0px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading {
  font-size: 16px;
  font-weight: bold;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-control:focus {
  border-color: green;
  box-shadow: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
  background-color: #027f03;
  border-color: white;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

.main {
  padding: 20px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.navbar {
  background-color: white;
}

.navbar-inverse .navbar-nav li a {
  color: black;
}

.navbar-inverse .navbar-nav li a:hover {
  color: #027f03;
}

.navbar-inverse {
  border-color: black;
}

.navbar-brand {
  height: 60px;
  padding: 10px;
}

.navbar-toggle {
  background-color: #027f03;
}

.navbar-brand {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding-left: 40px;
  }
}

.centered {
  text-align: center;
  display: block;
}

table.whstable {
  border: 1px solid green;
  margin: auto;
}

table.whstable th {
  background: green;
  color: #fff;
  font-weight: bold;
  padding: 2px 11px;
  text-align: left;
}

table.whstable tr {
  text-align: left;
}


table.whstable td {
  vertical-align: top;
}

table.whstable tr.alt td {
  background: lightgray;
}

table.whstable tr.over td {
  background: #77ff18;
}

.warehouse.navbar-left {
  margin-top: 6px;
}

.warehouse.navbar-left li a {
  color: #027F03;
  background-color:white;
  float: left;
  font-weight: bold;
  font-size: 18px;
}

.warehouse.navbar-left li a:hover {
  color: #027f03;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

#fancybox-content {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
