* {font-size: 14px;}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .offset-md-3 {
        margin-left: 25%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }

    
}


.App .navbar {
  margin-bottom: .5em;
  margin: 1em;
  background-color: #5388a0;
  padding-top: 0;
  padding-bottom: 0;
}

.App .navbar-brand {
  color: rgb(32, 32, 32);
}

.App .navbar-nav.logout {
  float: right;
}

.App .navbar-nav .logout .dropdown-item {
  background-color: #929292;
}

.App .navbar-nav .extras-dropdown .dropdown-item {
  background-color: #929292;
}

.App .refreshProductCacheButton {
  background-color: #929292 !important;
  color: white;
}

.App .refreshProductCacheButton:hover {
  background-color: #92929200 !important;
}

.App .navbar-nav .logout .dropdown-item:hover {
  background-color: #92929200;
}

.App .navbar-nav .extras-dropdown .dropdown-item:hover {
  background-color: #92929200;
}

.App .navbar-nav .nav-item a.active,
/* .App .navbar-nav li.active a, */
.App .navbar-nav .show
/* .App .navbar-nav li.open,
.App .navbar-nav li.open a { */ {
  background-color: #92929280 !important;
}

.App .navbar-nav .nav-item a {
  padding: 15px;
}

.App .navbar a {
  color: #fff !important;
}

.App .statusBar {
  position: fixed;
  height: auto;
  padding: 0 1em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}

.App .statusBar .statusMessage {
  margin-bottom: 10px;
  margin-top: 10px;
  pointer-events: auto;
}

.App .statusBar .statusMessage .title {
  font-weight: bolder;
}

.App .statusBar .trafficIndicator {
  /* position: absolute; */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.App .statusBar .trafficIndicator .progress-bar {
  background-color: #a06253;
}

.App .page {
  margin: 0 1em;
}

.popover-content {
  height: 600px;
}

.popover {
  max-width: 600px
}


.App .notification {
  color: red;
}

.App .notification svg {
  height: 8px;
}

#popover-positioned-left {
  transform: none !important;
}

.popover-close-button {
  margin: 8px;
}


@media (max-width: 767px /* @screen-sm-min */) {
  .App .navbar-header {
    display: flex;
    justify-content: flex-end;
  }

  .App .navbar-brand {
    font-size: 14px;
    font-weight: bold;
    height: auto;
  }
}


.jumbotron {
    padding: 1em;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

input.form-control, button.clear-search.btn.btn-secondary {
    height: 38px !important;
    font-size: 14px !important;
}

.form-control {
    display: block;
    width: 95%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


  body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  
  /* buttons */
  
  .inline-button {
    padding: 0;
    border: 0;
    vertical-align: initial;
  }
  
  .btn-group .inline-button {
    padding: 0 .3em;
  }
  
  .btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-primary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: rgb(99, 99, 99);
    background-color: #fff;
    border-color: #ccc;
  }
  
  .btn-link:disabled {
    color: lightgrey;
  }
  
  .btn-group-vertical .btn-link {
    text-align: left;
  }
  
  .glyphLinkButton {
    color: lightgray;
    padding: 0;
  }
  
  .page-link {
    color: #337ab7;
  }
  
  .glyphLinkButton:focus {
    color: lightgray;
  }
  
