/* Colors */
@import url(../fontawesome-free-5.8.1-web/css/all.min.css);
@import url(../fontawesome-free-5.8.1-web/css/v4-shims.min.css);
html, body, .wrap {
  display: table;
  width: 100%;
  height: 100%; }

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

body .wrap {
  background-color: #fafafa; }
  body .wrap > .container-fluid {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    box-sizing: border-box; }
    body .wrap > .container-fluid > .row {
      height: 100%;
      display: table-row; }
      body .wrap > .container-fluid > .row > .no-float {
        display: table-cell;
        float: none; }
body .navigation {
  background-color: #222;
  padding: 0;
  padding-top: 10px; }
  body .navigation .panel {
    background-color: #222;
    border: 0; }
    body .navigation .panel .panel-heading {
      display: none; }
    body .navigation .panel .panel-body {
      padding: 0; }
  body .navigation .navigation-header,
  body .navigation .navigation-header:hover {
    margin: auto 10px;
    padding: 10px 0 2px 0;
    background: transparent !important;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #4e4e4e; }
    body .navigation .navigation-header a, body .navigation .navigation-header a:hover,
    body .navigation .navigation-header:hover a,
    body .navigation .navigation-header:hover a:hover {
      color: #777;
      letter-spacing: 1px;
      padding: 0;
      background: inherit; }
  body .navigation li:not(.navigation-header) {
    margin-top: -1px; }
    body .navigation li:not(.navigation-header) a {
      padding: 3px 15px;
      line-height: 150%;
      color: #cecece; }
      body .navigation li:not(.navigation-header) a .fa {
        padding-right: 3px;
        color: #999; }
    body .navigation li:not(.navigation-header) a:focus {
      background-color: transparent; }
  body .navigation li:not(.active):not(.navigation-header):hover a {
    background-color: #4e4e4e; }
    body .navigation li:not(.active):not(.navigation-header):hover a .navigation-caret {
      display: none; }
  body .navigation li:not(.active):not(.navigation-header):hover .dropdown-menu {
    position: absolute;
    display: block;
    float: none;
    left: 100%;
    top: 0;
    right: 0; }
  body .navigation li:not(.active):not(.navigation-header):hover .dropdown-menu:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d9';
    color: #333;
    position: absolute;
    left: -10px;
    font-size: 200%;
    top: 0;
    margin-top: 1px; }
  body .navigation li.open .dropdown-menu {
    display: none; }
  body .navigation li.active a {
    background-color: #337ab7;
    color: #fafafa; }
    body .navigation li.active a .navigation-caret {
      display: none; }
  body .navigation li.active .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 0;
    box-shadow: none; }
  body .navigation li.active .dropdown-menu:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    color: #333;
    position: absolute;
    right: 10px;
    margin-top: -30px;
    font-size: 250%;
    top: 0; }
  body .navigation .dropdown-menu {
    background-color: #333;
    margin: -10px 0 -15px -1px;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); }
    body .navigation .dropdown-menu li a {
      background-color: #333 !important;
      color: #aaa; }
    body .navigation .dropdown-menu li.active a {
      color: #337ab7; }
    body .navigation .dropdown-menu li:hover a {
      background-color: #4e4e4e !important; }
body .navbar.navbar-inverse.env-local {
  background: #3c763d;
  color: #ffffff; }
body .navbar.navbar-inverse.env-dev {
  background: #fbc02d;
  color: #ffffff; }
body .navbar.navbar-inverse .navbar-brand img {
  display: inline-block;
  height: 20px; }
body .navbar.navbar-inverse .navbar-brand:hover {
  color: #9d9d9d; }
body .navbar.navbar-inverse .welcome a, body .navbar.navbar-inverse .welcome:hover a {
  color: #aaa !important;
  cursor: default; }
body .navbar.navbar-inverse .navbar-nav > li > a {
  color: #fafafa; }
body .navbar.navbar-inverse .navbar-nav > li > a:hover {
  color: #337ab7; }
body .container-breadcrumbs {
  margin-bottom: 20px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px; }
  body .container-breadcrumbs .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 28px; }
  body .container-breadcrumbs .btn {
    margin: 8px inherit; }
body .grid-view a.asc:before, body .grid-view a.desc:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  /*font-weight: normal;*/
  line-height: 1;
  color: grey;
  float: right;
  margin-left: 3px; }
body .grid-view a.asc:before {
  content: "\f160"; }
body .grid-view a.desc:before {
  content: "\f161"; }
body .grid-view .sort-numerical a.asc:before {
  content: "\f162"; }
body .grid-view .sort-numerical a.desc:before {
  content: "\f163"; }
body .grid-view .sort-ordinal a.asc:before {
  content: "\f160"; }
body .grid-view .sort-ordinal a.desc:before {
  content: "\f161"; }
body .detail-view-slim th {
  font-weight: normal; }
body .content {
  background-color: #fafafa;
  padding: 30px; }
  body .content .content-introduction blockquote {
    margin-bottom: 10px;
    padding: 10px;
    border-left: 2px solid #ddd; }
    body .content .content-introduction blockquote p {
      font-size: 125%; }
    body .content .content-introduction blockquote footer {
      margin-top: 5px; }
  body .content .panel-heading h1 {
    margin-top: 10px; }
  body .content .tab-content {
    background: white;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 15px; }
  body .content .table tbody tr > td:last-child .dropdown-menu {
    left: auto;
    right: 0; }
  body .content .tooltip-inner {
    max-width: none; }
  body .content .btn-critical {
    color: #fff;
    background-color: #a0302d;
    border-color: #791e1c; }
  body .content .btn-critical:hover {
    background-color: #790300;
    border-color: #631614; }
body .alert > div {
  display: inline-block; }
body #edit-order table {
  font-size: 90%; }
  body #edit-order table .price-strikethrough {
    text-decoration: line-through;
    color: #666; }
body #edit-order #order-edit-orderlines .bundled-spacer {
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
body #edit-order #order-edit-orderlines .bundled-child {
  font-size: 80%; }
body .admin-settings blockquote p {
  margin-bottom: 0; }
body .admin-settings blockquote small {
  margin-bottom: 10px; }
body .admin-form .btn-cancel,
body .admin-form .btn-update,
body .admin-form .btn-save {
  margin-left: 5px; }
body .pjax {
  position: relative; }
body .loading-overlay,
body .redirect-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  font-size: 200%;
  opacity: 0.8;
  border-radius: 4px;
  color: mediumseagreen; }
  body .loading-overlay div,
  body .redirect-overlay div {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
body .loading,
body .redirecting {
  position: relative; }
body .loading-info,
body .redirecting-info {
  float: left;
  margin-top: -40px;
  margin-left: 40px; }
body .bootbox .modal-body {
  background-color: #f5f5f5; }
body .rc-handle-container {
  display: none; }
body .buttons-td {
  display: inline-flex; }

body input[type=checkbox].big-checkbox {
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
}

@media print {
  body .navbar {
    display: none; }
  body .content .panel {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  body .content .tab-content {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }
  body .page-break {
    page-break-after: always; } }

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