main {
  padding: 40px; }

.navbar-nav li {
  position: relative;
  margin-right: 1em; }
  .navbar-nav li:hover ul {
    display: block;
    z-index: 10; }
  .navbar-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .navbar-nav li ul {
        position: relative;
        display: block;
        padding-left: 20px; } }
    .navbar-nav li ul li {
      padding: 5px;
      min-width: 200px; }

.search-form .form-field {
  margin-bottom: 1em; }
  .search-form .form-field input {
    display: inline-block; }
  .search-form .form-field input[type="text"] {
    min-width: 400px;
    padding: 0.25em; }

table tr.grouped {
  border-left: 2px solid transparent; }
  table tr.grouped.group-a {
    border-left: 2px solid black; }
  table tr.grouped.group-b {
    border-left: 2px solid white; }

table tr td, table tr th {
  padding: 0.35em; }
  table tr td.ks-td-50, table tr th.ks-td-50 {
    width: 60%; }

.form-group .row {
  margin-bottom: 20px; }

.container.home ul.quick-actions {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .container.home ul.quick-actions li {
    width: 45%;
    margin: 2.5%;
    padding: 0;
    text-align: center; }
    .container.home ul.quick-actions li a {
      display: block;
      padding: 20px; }

/*# sourceMappingURL=kslogistics.css.map */