html {
  height: 100%;
  font-size: 100%; }

body {
  background-color: #FFF;
  color: #292929;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Yantramanav, Roboto, Arial, sans-serif;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.container > .row {
  margin-bottom: 10px; }

a {
  color: #2B80C9;
  cursor: pointer;
  line-height: 1.5;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  text-decoration: none; }
  a.d-block {
    line-height: inherit; }
  a:hover, a:focus {
    color: #4e99d9; }
  a:active {
    color: #22659f; }

a.action-link {
  color: #C3232A;
  font-size: 1.149em; }
  a.action-link:hover, a.action-link:focus {
    color: #dc3d44; }
  a.action-link:active {
    color: #981b21; }

.alert {
  color: #C3232A; }

.bg-primary {
  background-color: #175381;
  color: #FFF; }

.bg-secondary {
  background-color: #2B80C9;
  color: #FFF; }

.bg-accent {
  background-color: #C3232A;
  color: #FFF; }

.bg-gradient {
  background: #175381;
  background: linear-gradient(180deg, #2B80C9 0%, #175381 100%);
  color: #FFF; }

.bold {
  font-weight: bold; }

.block-children > * {
  display: block; }

.circle-icon .fa-circle {
  color: #C3232A; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.divider {
  box-shadow: 0px -5px 5px -5px #999999; }

:focus {
  outline: none; }

.full-width {
  width: 100%; }

.gray {
  color: #6B6B6B; }

h1, h2, h3 {
  color: #292929;
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  transition: font-size 0.5s; }
  h1.bold, h2.bold, h3.bold {
    font-weight: 500; }

h1 {
  font-size: 1.266em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 1.44em; } }

h2 {
  font-size: 1.125em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.2em; } }

h3 {
  font-size: 1em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.125em; } }

.height100 {
  height: 100%; }

.hidden {
  display: none; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.incentive-green {
  color: #2dca73 !important; }

.incentive-yellow {
  color: #ffc107 !important; }

.incentive-blue {
  color: #2679ff !important; }

.inline-icon {
  padding-right: 0.35em; }

.inline-block-children > * {
  display: inline-block; }

.inline-block-children.vam > * {
  vertical-align: middle; }

.item-desc {
  font-weight: bold;
  font-size: 0.925em; }
  @media (min-width: 768px) {
    .item-desc {
      font-size: 1.125em; } }

.label {
  color: #777777;
  font-size: 0.889em;
  font-weight: bold; }

.list-divider {
  border-bottom: 1px solid #BBB;
  padding-top: 0.35em;
  padding-bottom: 0.35em; }

hr.list-divider {
  border: none;
  background-color: #bbb;
  color: #bbb;
  height: 1px;
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  padding: 0; }

.nowrap {
  white-space: nowrap; }

.page-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center; }

.primary {
  color: #175381; }

.showOnLoad {
  visibility: hidden; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-xxs {
  font-size: 13px; }

.text-xs {
  font-size: 0.925em; }

.text-md {
  font-size: 1.149em; }

.text-lg {
  font-size: 1.32em; }

.text-xl {
  font-size: 1.515em; }

.text-xxl {
  font-size: 1.741em; }

ul {
  list-style-type: none; }

ul.bulleted {
  list-style-type: disc; }

ul.indent li:not(:first-child) {
  margin-left: 1em; }

.btn {
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #777777;
  margin-top: 0.35em;
  margin-right: 0.35em;
  margin-bottom: 0.35em;
  padding: 0.5em; }
  .btn i {
    padding-right: 0.35em; }
  .btn i.right {
    padding-left: 0.35em;
    padding-right: 0; }
  .btn.center {
    margin-right: auto;
    margin-left: auto; }
  .btn:active {
    box-shadow: 0px 0px 1px #999999; }

button:only-of-type {
  margin-right: 0; }

.btn-icon {
  padding: 0.5em 0.82em; }
  .btn-icon i {
    padding-right: 0;
    vertical-align: middle; }

.btn-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #2B80C9;
  cursor: pointer;
  margin: auto;
  padding: 0;
  text-align: left; }
  .btn-link:hover, .btn-link:focus {
    color: #4e99d9; }
  .btn-link:active {
    color: #22659f; }

.btn-primary {
  background-color: #C3232A;
  color: #FFF; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #dc3d44; }
  .btn-primary:active {
    background-color: #981b21; }

.btn-secondary {
  background-color: #175381;
  color: #FFF; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #1f6fac; }
  .btn-secondary:active {
    background-color: #0f3756; }

.btn-basic {
  background-color: #A3ADBA;
  color: #FFF; }
  .btn-basic:hover, .btn-basic:focus {
    background-color: #c0c7d0; }
  .btn-basic:active {
    background-color: #8693a4; }

a.btn {
  text-align: center; }
  a.btn:hover, a.btn:focus, a.btn:active {
    text-decoration: none; }
  a.btn.btn-primary {
    color: #FFF; }
  a.btn.btn-secondary {
    color: #FFF; }

a:only-of-type.btn {
  margin-right: 0; }

.btn-active {
  background-color: #C3232A;
  color: #FFF; }
  .btn-active:hover, .btn-active:focus {
    background-color: #dc3d44; }
  .btn-active:active {
    background-color: #981b21; }

.inxViewStock {
  margin: 0.35em 0;
  white-space: nowrap; }

.inxViewStock.loaded {
  color: #777777; }

.loader {
  display: none; }

input, select, textarea {
  padding: 0.5em 0.35em;
  border: 1px solid #999999;
  border-radius: 3px;
  margin-top: 0.35em;
  margin-right: 0.35em;
  margin-bottom: 0.35em; }
  input:only-of-type, select:only-of-type, textarea:only-of-type {
    margin-right: 0; }
  input:focus, select:focus, textarea:focus {
    outline: 1px solid #2B80C9; }

.wide {
  width: 100%;
  max-width: 400px; }

input[readonly]:not(.hasDatepicker) {
  background-color: #E7E7E7; }

select {
  padding-top: 5px;
  padding-bottom: 6px; }

.form-element {
  position: relative; }

.form-label {
  background-color: #FFF;
  color: #777777;
  display: inline;
  font-size: 0.8em;
  line-height: 0.8em;
  margin-left: 4px;
  padding: 0 2px;
  transition: .25s all;
  position: absolute;
  top: 2px;
  white-space: nowrap; }
  .form-label.on {
    color: #2B80C9; }

.form-inline > div {
  display: inline-block;
  margin-right: 0.25em; }
  .form-inline > div:last-child {
    margin-right: 0; }

.form-inline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 350px) {
    .form-inline-flex.form-nowrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .form-inline-flex .form-element {
    margin-right: 0.25em; }
  .form-inline-flex .flex-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.form-date {
  max-width: 120px; }

.form-number {
  max-width: 98px; }
  @media (min-width: 430px) {
    .form-number {
      max-width: 120px; } }

/*Checkbox & Radio Checkbox*/
.form-check {
  position: relative;
  min-width: 100px; }
  .form-check.wide {
    min-width: 180px; }
  .form-check .label-check {
    background: #FFF;
    border: 1px solid #999999;
    cursor: pointer;
    float: left;
    clear: both;
    width: 15px;
    height: 15px;
    margin: 2px; }
    .form-check .label-check:after {
      color: #175381;
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 20px;
      opacity: 0;
      position: absolute;
      top: -3px;
      left: 2px; }
    .form-check .label-check:hover::after {
      opacity: 0.3; }
    .form-check .label-check span {
      position: absolute;
      left: 25px; }
  .form-check .input-check {
    visibility: hidden; }
    .form-check .input-check:checked + label:after {
      opacity: 1; }

/*Hide buttons and fields initially, to be displayed when user clickes 'Edit'*/
button#inxSAVE, button#inxCANCEL, #inxForm, #inxUpdateCancel, #inxUpdateContact, #inxHistorySearch, #inxTrackingNumbers {
  display: none; }

.inxEditField {
  display: none; }

.form-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.625em;
  margin: 0;
  padding: 0; }
  .form-grid .form-grid-item {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.5em;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr; }
    .form-grid .form-grid-item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #777777;
      font-size: 0.889em;
      font-weight: bold; }
    .form-grid .form-grid-item input, .form-grid .form-grid-item select, .form-grid .form-grid-item textarea {
      margin: 0;
      max-width: 300px; }
    .form-grid .form-grid-item input[type="checkbox"], .form-grid .form-grid-item input[type="radio"] {
      max-width: 20px; }

.jplist-panel > *, .jplist-pagination > * {
  display: inline-block; }

.jplist-panel {
  margin: 0.35em 0; }

.jplist-panel i {
  padding: 0; }

[data-jplist-control="pagination"] .jplist-select, [data-jplist-control="pagination"] .jplist-pagination {
  font-size: 0.925em; }

[data-jplist-control="pagination"] .jplist-select {
  padding-top: 7px;
  padding-bottom: 7px; }

.jplist-pagination button {
  background-color: transparent;
  border: none;
  line-height: 1em;
  margin: 0 0 0 2px;
  padding: 0.5em; }

.jplist-pagination button:not(.jplist-selected):hover, .jplist-pagination button:not(.jplist-selected):focus {
  color: #2B80C9;
  cursor: pointer;
  text-decoration: underline; }

.jplist-pagination .jplist-selected {
  border: 1px solid #175381;
  border-radius: 3px;
  color: #175381;
  font-weight: bold; }
  .jplist-pagination .jplist-selected:focus {
    text-decoration: underline; }

.jplist-disabled {
  display: none; }

.pagination, .text-filter-box {
  display: inline-block; }

.pagination {
  margin-right: 2em; }

.jplist-clear {
  position: absolute;
  padding: 0;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.text-filter-box {
  cursor: default;
  position: relative; }

.text-filter-box input::-ms-clear {
  display: none; }

/*Popup*/
.popup {
  display: none; }

.popup-wrapper {
  background-color: rgba(41, 41, 41, 0.81);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: auto; }

.popup-container {
  background-color: #FFF;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  max-width: 700px; }

table {
  border-collapse: collapse; }

.scroll-x {
  overflow-x: auto; }

.scroll-table {
  margin: 0 auto; }
  .scroll-table td {
    border: 1px solid #e6e6e6;
    padding: 2.5px; }
  .scroll-table thead {
    font-size: 0.889rem;
    font-weight: bold;
    text-align: center; }
  .scroll-table tbody td {
    text-align: right; }
    .scroll-table tbody td:first-child {
      font-size: 0.889rem;
      font-weight: bold;
      text-align: left; }

.table-grid {
  display: -ms-grid;
  display: grid; }
  .table-grid .full-span {
    grid-column: 1 / -1; }
  .table-grid .footer {
    border-top: 1px solid #999999;
    padding-top: 4px; }

.number-grid {
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  max-width: 320px;
  overflow: hidden;
  overflow-wrap: anywhere; }

/*Hide tabs*/
.tab {
  display: none; }

.inxtab-links {
  margin: 10px auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.inxtab-links li {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 5px 5px 0 0;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .inxtab-links li a {
    color: #777777;
    font-size: 0.889em;
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    line-height: 1.25;
    padding: 8px 10px; }
    .inxtab-links li a:hover {
      color: #292929;
      cursor: pointer; }

/*show active tab*/
.active {
  display: block; }

/*active styling*/
.inxtab-links li.active {
  background-color: #175381;
  border-color: #175381;
  box-shadow: 1px 1px 2px #777777; }
  .inxtab-links li.active a {
    font-weight: bold;
    color: #FFF; }

.inxtab-links li.active::after {
  background-color: #C3232A; }

#inxitemAdded {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #C3232A;
  border-radius: 5px;
  color: #FFF;
  display: none;
  font-size: 1.125em;
  position: fixed;
  width: 90%;
  height: 100px;
  text-align: center;
  z-index: 3; }

#inxitemAdded span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

header {
  background-color: #175381;
  background: linear-gradient(180deg, #2B80C9 0%, #175381 100%);
  color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header .dropdown-btn {
    position: relative; }
  header .dropdown-menu {
    display: none;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #777777;
    font-size: 1rem;
    padding: 0.35em;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 2; }
    header .dropdown-menu a {
      color: #175381; }
      header .dropdown-menu a:hover, header .dropdown-menu a:focus {
        color: #2B80C9; }
      header .dropdown-menu a:active {
        background-color: #2B80C9;
        color: #FFF; }
    header .dropdown-menu ul {
      padding: 0.375em; }
    header .dropdown-menu li a {
      display: block;
      padding: 0.375em;
      white-space: nowrap; }
    header .dropdown-menu.right-edge {
      right: 100%; }

.logo {
  text-align: center; }
  .logo #inxsql-dots {
    display: none;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px; }

.logo-container {
  margin: 0 auto;
  width: 60px; }

.inxmotion-title {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 0.889em;
  transition: 0.25s;
  white-space: nowrap; }

.menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.mainmenu-container {
  display: none; }
  @media (min-width: 768px) {
    .mainmenu-container {
      display: block !important;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; } }

#mainmenu-toggle {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  text-align: right;
  width: 100%; }
  @media (min-width: 768px) {
    #mainmenu-toggle {
      display: none; } }
  #mainmenu-toggle:hover {
    color: #FFF;
    cursor: pointer; }

nav {
  padding-top: 3px;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  nav a {
    color: #FFF;
    line-height: inherit; }
    nav a:hover {
      color: #FFF; }
    nav a:focus, nav a:active {
      color: #e6e6e6; }
      nav a:focus .circle-icon, nav a:active .circle-icon {
        opacity: 0.8; }
    nav a.logo {
      padding: 0; }
  nav .circle-icon {
    font-size: 1rem; }

.nav-item {
  margin: 0.35em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/3 - 0.7em);
          flex: 1 0 calc(100%/3 - 0.7em);
  font-size: 0.889em; }
  .nav-item:hover {
    cursor: pointer; }
  @media (min-width: 576px) {
    .nav-item {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

.nav-item-container > span {
  display: block;
  margin: 0 auto;
  text-align: center; }

#logout {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 576px) {
    #logout {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      #logout i {
        display: block;
        padding-right: 0; } }

@media (min-width: 576px) {
  #more-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

#company-line {
  background-color: #2B80C9;
  color: #FFF;
  font-size: 0.925em;
  font-weight: bold;
  padding: 0.25em 0;
  transition: 0.25s; }
  #company-line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #company-line a {
    color: #FFF;
    font-size: 1.125em; }

.content {
  transition: 0.4s ease-in-out; }

.content.loggedin-selected-company {
  padding-top: 105px; }
  .content.loggedin-selected-company.open {
    margin-top: 155px; }
    @media (min-width: 576px) {
      .content.loggedin-selected-company.open {
        margin-top: 55px; } }
    @media (min-width: 768px) {
      .content.loggedin-selected-company.open {
        margin-top: 0px; } }

.content.loggedin {
  padding-top: 80px; }
  .content.loggedin.open {
    margin-top: 95px; }
    @media (min-width: 576px) {
      .content.loggedin.open {
        margin-top: 55px; } }
    @media (min-width: 768px) {
      .content.loggedin.open {
        margin-top: 0px; } }

nav.scrolled .logo-container {
  display: none; }
  @media (min-width: 768px) {
    nav.scrolled .logo-container {
      display: block; } }

nav.scrolled #inxsql-dots {
  display: inline; }
  @media (min-width: 768px) {
    nav.scrolled #inxsql-dots {
      display: none; } }

#company-line.scrolled {
  font-size: 12.5px; }

footer {
  background-color: #175381;
  background: linear-gradient(180deg, #2B80C9 0%, #175381 100%);
  color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.375rem;
  padding-top: 0.375rem;
  text-align: center; }
  footer a {
    color: #FFF; }
    footer a:hover, footer a:focus {
      color: #FFF; }
  footer #inxsql-dots {
    vertical-align: middle;
    width: 20px; }
  footer span:not(:last-child)::after {
    content: '\2022';
    padding: 0.375em 0 0.375em 0.375em; }

#ui-datepicker-div {
  z-index: 20001 !important; }

.item-img-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
  height: 80px;
  width: 80px; }
  @media (min-width: 576px) {
    .item-img-container {
      height: 100px;
      width: 100px; } }
  .item-img-container img {
    display: block;
    font-size: 12px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#inxEnlargeImg .container {
  height: 100%; }

#inxEnlargeImg #enlargeImg-container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: -1; }
  #inxEnlargeImg #enlargeImg-container img {
    max-height: 100%; }

#inxLogin {
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px auto;
  text-align: center;
  width: 300px;
  height: 300px; }
  #inxLogin button {
    border: none;
    box-shadow: 3px 3px 5px #777777;
    display: block;
    position: absolute;
    top: 78%;
    left: 62%;
    border-radius: 50%;
    width: 100px;
    height: 100px; }
    #inxLogin button:active {
      background-color: #981b21;
      box-shadow: 1px 1px 3px #999999;
      color: #e6e6e6;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  #inxLogin #inxPassword, #inxLogin #inxUsername {
    display: block;
    margin-right: 0; }

#inxmotion-title {
  font-size: 2rem;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    #inxmotion-title {
      font-size: 3rem; } }

#inxsql-logo {
  padding-top: 10px;
  width: 100px; }
  @media (min-width: 576px) {
    #inxsql-logo {
      width: 150px; } }

.isrequired {
  border-color: red; }
  .isrequired :before {
    content: "* ";
    color: red; }

#findMe {
  margin-bottom: -8px; }
  #findMe:hover {
    cursor: pointer; }

#map {
  display: none;
  height: 230px;
  margin: 10px 0;
  width: 100%;
  overflow: hidden; }

#myProgress {
  width: 100%; }

.marker {
  color: black;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-right: 0.325em;
  min-width: 25px;
  text-align: center; }
  .marker:hover {
    color: black;
    cursor: pointer; }
  .marker::before {
    content: '\f041';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #EA4335;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.7em;
    opacity: 0.5;
    z-index: -1; }

#myBar {
  width: 1%;
  height: 20px;
  background-color: #C3232A;
  text-align: center; }

.scroll-top-btn {
  display: none;
  color: gray;
  font-size: 2rem;
  opacity: .8;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100; }

.psearch-spec-filters {
  background: #FFF;
  border: 1px solid #999999;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
  padding: 0.35em;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 320px) {
    .psearch-spec-filters {
      width: 49%; } }
  @media (min-width: 768px) {
    .psearch-spec-filters {
      width: 100%;
      max-width: 350px; } }
  .psearch-spec-filters:hover {
    cursor: default; }
  .psearch-spec-filters:focus {
    box-shadow: 0 0 0 2px #777777; }
  .psearch-spec-filters .current-spec-value {
    display: block;
    margin-top: 0.125em; }
  .psearch-spec-filters .dropdown-spec-menu {
    background: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    display: none;
    padding: 0.5em;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 100%;
    max-height: 260px;
    overflow: auto;
    z-index: 200;
    white-space: nowrap; }
    .psearch-spec-filters .dropdown-spec-menu > label {
      display: block;
      margin: 0;
      padding: 0.2em; }
      .psearch-spec-filters .dropdown-spec-menu > label:hover {
        background-color: #e6e6e6; }
    .psearch-spec-filters .dropdown-spec-menu.open {
      display: block; }
  .psearch-spec-filters i {
    margin-right: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (min-width: 768px) {
    .psearch-spec-filters .spec-type {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      width: 90%; } }

.specs-table-hidden {
  display: none; }

#show-item-specs {
  color: #175381;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  #show-item-specs:hover {
    cursor: pointer; }
  @media (min-width: 768px) {
    #show-item-specs {
      margin-top: 0; } }
  #show-item-specs i {
    padding-left: 0.35em; }

.specs-table {
  font-size: 0.925em;
  margin-bottom: 0.5em;
  max-width: 400px; }
  .specs-table td {
    border: none;
    padding: 0 0 0.25em 0;
    text-align: left; }
    .specs-table td:first-child {
      padding-right: 0.5em; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.mrauto {
  margin-right: auto; }

.mlauto {
  margin-left: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mtb0 {
  margin-top: 0;
  margin-bottom: 0; }

.m05 {
  margin: 0.5em; }

.mt05 {
  margin-top: 0.5em; }

.mr05 {
  margin-right: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.ml05 {
  margin-left: 0.5em; }

.mtb05 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.mt1 {
  margin-top: 1rem; }

.mr1 {
  margin-right: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.ml1 {
  margin-left: 1rem; }

.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m0i {
  margin: 0 !important; }

.mt0i {
  margin-top: 0 !important; }

.mb0i {
  margin-bottom: 0 !important; }

.m1i {
  margin: 1rem !important; }

.mt1i {
  margin-top: 1rem !important; }

.mb1i {
  margin-bottom: 1rem !important; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.ptb0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 1rem; }

.pt1 {
  padding-top: 1rem; }

.pr1 {
  padding-right: 1rem; }

.pb1 {
  padding-bottom: 1rem; }

.pl1 {
  padding-left: 1rem; }

.ptb1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
