/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
  /*background: transparent;*/
}
.container-fluid .row {
  margin-top: .5em;
  margin-bottom: .5em;
}
.k-treeview .k-item {
  padding: 0;
}
#filter-product-groups-container .panel-body {
  max-height: 587px;
  overflow: auto;
}
#range-controller-container {
  padding-left: 0;
}
.na-marker {
  position: absolute;
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-top: -20px;
  margin-left: -10px;
}
#map {
  border: 1px solid #CCC;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
    /*        .active {
            right: 91.3%;  6 columns 
        }*/
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -91.3%;
    /* 6 columns */
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -91.3%;
    /* 6 columns */
  }
  .row-offcanvas-left .active {
    left: 91.3%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 91.3%;
    /* 6 columns */
  }
}
@media (max-width: 768px) {
  .btn-sm.btn-responsive {
    padding: 2px 4px;
    font-size: 80%;
    line-height: 1;
    border-radius: 3px;
  }
  .btn-lg.btn-responsive {
    padding: 10px;
    font-size: 90%;
    line-height: 1;
    border-radius: 6px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-sm.btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}
.k-checkbox {
  float: left;
  width: 6%;
  margin-top: 0 !important;
}
.k-in {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
  padding: 0 !important;
}
.k-in label {
  font-weight: normal;
}
.productGroupSelected {
  display: block;
}
.btn-list-action {
  margin-bottom: 10px;
}
.list-title {
  margin-top: 0;
}
.btn.active {
  background: #3CA330;
  color: #FFF;
}
a,
a:hover,
.k-widget.k-treeview,
.k-widget.k-treeview .k-state-hover {
  color: #3CA330;
}
.na-marker-ex .badge {
  background: #3CA330;
  margin-top: -10px;
}
.na-marker-product .badge {
  background: red;
  margin-top: -10px;
  margin-left: 5px;
  box-shadow: 1px 1px #000;
}
.na-marker-favorite .badge {
  background: blue;
  margin-top: -10px;
  margin-left: 10px;
}
.zoom-1 .na-marker .badge {
  font-size: 30%;
}
.zoom-2 .na-marker .badge {
  font-size: 40%;
}
.zoom-3 .na-marker .badge {
  font-size: 50%;
}
.zoom-4 .na-marker .badge {
  font-size: 60%;
}
.zoom-5 .na-marker .badge {
  font-size: 70%;
}
.na-marker.processed {
  text-shadow: 2px 2px #000000;
}
@media print {
  body.modalprinter * {
    height: auto !important;
    background: #FFF;
    overflow: hidden;
    padding-top: 0;
    visibility: hidden;
  }
  body.modalprinter * div {
    display: none;
  }
  body.modalprinter * #bootstrap-print-mapview-modal,
  body.modalprinter * #bootstrap-print-mapview-modal div,
  body.modalprinter * #bootstrap-print-listview-modal,
  body.modalprinter * #bootstrap-print-listview-modal div,
  body.modalprinter * #page-wrapper,
  body.modalprinter * #page,
  body.modalprinter * #main-wrapper,
  body.modalprinter * #main-wrapper div {
    display: block;
  }
  body.modalprinter * #bootstrap-print-mapview-modal,
  body.modalprinter * #bootstrap-print-listview-modal {
    position: relative;
  }
  body.modalprinter * #bootstrap-print-mapview-modal .modal-header,
  body.modalprinter * #bootstrap-print-listview-modal .modal-header {
    display: none;
  }
  body.modalprinter * #main-wrapper div.container-fluid {
    display: none;
  }
  body.modalprinter * .container-fluid {
    display: none;
  }
  body.modalprinter * .modal-dialog.focused {
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  body.modalprinter * .modal-dialog.focused .print-hall-container {
    page-break-after: always;
  }
  body.modalprinter * .modal-dialog.focused .print-hall-container-inner {
    page-break-before: avoid;
  }
  body.modalprinter * .modal-dialog.focused .modal-content {
    border-width: 0;
  }
  body.modalprinter * .modal-dialog.focused .modal-content .modal-header {
    display: none;
    padding: 0;
  }
  body.modalprinter * .modal-dialog.focused .modal-content .modal-header .modal-title {
    visibility: visible;
    margin-bottom: 20px;
  }
  body.modalprinter * .modal-dialog.focused .modal-content .modal-body,
  body.modalprinter * .modal-dialog.focused .modal-content .modal-body * {
    visibility: visible;
    padding: 0;
  }
  body.modalprinter * .modal-dialog.focused .modal-header {
    display: none;
  }
  body.modalprinter * .modal.printable {
    position: static;
  }
  body.modalprinter * #main-list-view {
    display: none;
  }
  body .print-hidden {
    display: none;
  }
  body .badge {
    background-color: #999999 !important;
  }
  body #main-wrapper {
    position: static;
  }
}
.ex-badge {
  background-color: yellow !important;
  color: #000 !important;
}
.product-badge {
  background-color: red !important;
}
.fav-badge {
  background-color: blue !important;
}
.tooltip-inner {
  text-align: left;
}
.tooltip-inner ul,
.tooltip-inner .tooltip-inner li {
  padding: 0;
  margin: 0 0 0 5px;
}
.markerLayerInFront {
  z-index: 1100 !important;
}
.flat-list div {
  float: left;
}
.clear {
  clear: both;
}
.square {
  width: 10px;
  height: 10px;
  margin: 5px;
}
.square.e-type {
  background: yellow;
  margin-left: -5px;
}
.square.p-type {
  background: red;
}
#exh-tabs.nav-tabs > li > a {
  padding: 5px;
}
