﻿/* new clearfix */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900&display=swap");
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

.center {
  text-align: center; }

.margin-zero {
  margin: 0 auto !important; }

* {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px; } }

.hero-image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .hero-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%; }
  .hero-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 991px) {
    .hero-image {
      position: relative; }
      .hero-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      .hero-image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .hero-image .hero-text {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center !important;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    align-items: center; }

.img-fluid {
  transition: ease all 0.2s; }

.homepage-productList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.homepage-productList li {
  flex-basis: 50%; }
  @media screen and (max-width: 991px) {
    .homepage-productList li {
      flex-basis: 100%;
      list-style-type: none;
      text-align: center;
      margin-left: -1rem !important; } }

.product-categories .col-md-6 {
  text-align: center;
  padding: 7rem 0rem;
  color: #fff;
  background-size: cover;
  background-position: center center; }
  .product-categories .col-md-6 h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin: 0; }
  .product-categories .col-md-6 h4 {
    line-height: 1;
    margin: 1rem 0;
    padding: 0; }
  .product-categories .col-md-6 .btn {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border-radius: 0px;
    font-size: 24px !important;
    margin-top: 1rem; }

.bg-light {
  text-align: center; }
  .bg-light h2 {
    text-align: center;
    line-height: 1;
    padding: 1rem 0rem; }
  .bg-light ul {
    text-align: left;
    margin: 1rem 0rem; }
  .bg-light li {
    margin: 0.25rem 0;
    font-size: 24px; }
  .bg-light .products-list {
    max-width: 1024px;
    margin: auto !important; }

.product-categories .col-md-6 {
  transition: ease all 0.5s;
  background-size: 100%; }

.product-categories .col-md-6:hover {
  background-size: 250%;
  transition: ease all 0.2s; }

footer {
  background-color: #074497;
  padding: 5rem 4% 2rem 4%;
  position: relative;
  z-index: 998 !important; }
  footer .col-lg-3 {
    padding: 0rem 1rem !important;
    border: 1px red; }
  footer .navbar-brand {
    max-width: 140px; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fec52e; }
  footer .row {
    margin: 0px; }
    footer .row .social .fa-brands {
      font-size: 28px;
      color: #ffffff;
      margin-right: 1em; }
    footer .row .copyright {
      text-align: right; }
  footer h4 {
    color: #fec52e;
    margin-bottom: 1rem; }

.menulinks a:before {
  content: '\203A';
  padding-right: 0.5rem;
  color: #fec52e; }

.secondary-nav {
  background-color: #efefef;
  padding: 10px 4.25%;
  font-size: 14px; }
  @media screen and (max-width: 991px) {
    .secondary-nav {
      padding: 10px 1rem; } }

.dropdown-menu, .dropdown-menu-right {
  border-radius: 0px; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  transition: ease all 0.2s; }

.secondary-nav {
  background-color: #0b2d5d;
  transition: max-height 0.5s ease-out;
  max-height: 500px; }

.secondary-nav .fa-brands {
  font-size: 20px;
  color: #ffffff;
  margin-right: 0.5em; }

.secondarynav-scroll {
  max-height: 0px !important;
  transition: max-height 0.5s ease-in !important;
  padding: 0px; }

.secondarynav-scroll span {
  display: none !important; }

.secondary-nav span, .secondary-nav b, .secondary-nav a {
  font-size: 14px !important;
  color: #fff; }

.main-nav img {
  max-width: 120px !important;
  margin-left: 1rem !important; }
  @media screen and (max-width: 991px) {
    .main-nav img {
      max-width: 90px !important; } }

.main-nav a {
  color: #fff !important;
  text-transform: uppercase; }

.main-nav a:hover {
  color: #fec52e !important; }

.main-nav .dropdown-item {
  color: #313f2b !important; }
  .main-nav .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #d1d1d1; }

.main-nav .dropdown-item:hover {
  color: #fff !important;
  background-color: #074497;
  opacity: 1; }

nav {
  justify-content: space-between !important;
  color: #fff;
  background-color: #074497 !important; }

.navbar-nav .btn {
  color: #000 !important;
  font-size: 14px; }

.navbar-nav .btn i {
  font-size: 12px; }

.navbar-scroll {
  transition: ease all 0.2s; }
  .navbar-scroll li, .navbar-scroll a {
    transition: ease all 0.2s;
    font-size: 14px; }
  .navbar-scroll img {
    transition: ease all 0.2s;
    max-height: 60px; }
    @media screen and (max-width: 991px) {
      .navbar-scroll img {
        max-height: 40px;
        transition: ease all 0.2s; } }

.navbar-collapse {
  max-width: 100%; }
  @media screen and (max-width: 991px) {
    .navbar-collapse {
      padding-top: 1rem; } }
  .navbar-collapse .nav-item {
    margin-left: 2rem !important; }
    @media screen and (max-width: 991px) {
      .navbar-collapse .nav-item:not(:last-child) {
        border-bottom: 1px solid #2e5d9c; } }
  .navbar-collapse ul {
    justify-content: flex-end;
    width: 100%; }
  @media screen and (max-width: 991px) {
    .navbar-collapse .dropdown-menu {
      color: #fff !important;
      background-color: transparent;
      border: none; }
      .navbar-collapse .dropdown-menu a {
        border: none !important;
        color: #fff !important; }
        .navbar-collapse .dropdown-menu a:before {
          content: '\203A';
          margin-right: 0.5rem; } }

.nav-link {
  color: #fff; }

.right-nav {
  padding: 20px 25px 0px 0px !important;
  color: #525252;
  box-shadow: 0px 3px 5px 0px rgba(15, 15, 15, 0.1);
  font-size: 14px;
  margin-bottom: 20px; }

.right-nav li a, .right-nav a, .nav-align-right a {
  color: #fec52e !important; }

.right-nav li a:hover {
  color: #fec52e !important;
  text-decoration: none !important; }

.right-nav ul {
  list-style-type: none; }

.right-nav li {
  display: inline;
  margin-right: 24px; }

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

.navbar-toggler-icon {
  color: #fff !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

@media screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px !important; } }

.navbar {
  background-color: #074497;
  transition: ease all 0.2s;
  padding-left: 4.25%;
  padding-right: 4.25%;
  background-image: url("../../../Content/images/nav_bg.png");
  background-repeat: no-repeat;
  background-position: top left; }
  @media screen and (min-width: 1200px) {
    .navbar {
      min-width: 220px; } }
  @media screen and (max-width: 991px) {
    .navbar {
      padding-left: 1rem;
      padding-right: 1rem; } }

.navbar-brand img {
  width: 70%;
  margin: auto;
  max-width: 200px; }

#navbarSupportedContent li:hover {
  color: #fec52e !important; }

.nav-item {
  margin-left: 2rem; }

.nav-item span {
  display: inline;
  float: left;
  margin-top: 8px;
  margin-right: 6px;
  color: #fff; }

.navbar .nav-link {
  float: left;
  padding: 8px; }

body {
  background-color: #fff;
  margin-top: 0px;
  color: #414141;
  padding: 0;
  margin: 0; }

.btn-light {
  background-color: transparent !important;
  border: 0px solid; }

a:hover {
  cursor: pointer !important; }

a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden; }

.dataTables_paginate .disabled {
  display: none !important; }

.test {
  opacity: 0.4; }

.accent-text {
  font-size: 32px;
  line-height: 1.5; }
  @media screen and (max-width: 991px) {
    .accent-text {
      font-size: 24px; } }

.btn {
  border-radius: 0px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px; }

.no-gutters {
  margin: 0px !important; }

.body-content {
  padding-top: 130px !important;
  min-height: 40vh; }
  @media screen and (max-width: 991px) {
    .body-content {
      padding-top: 120px !important; } }

.text-body {
  width: 85%;
  max-width: 1124px;
  margin: auto; }

.bg-light, .bg-white {
  padding: 3rem;
  text-align: center; }
  .bg-light div, .bg-white div {
    margin: auto; }

.section {
  padding: 5rem 5%;
  line-height: 1.7; }
  @media screen and (max-width: 991px) {
    .section {
      padding: 3rem 2rem; } }
  .section img {
    max-width: 100%; }

.accent-img {
  max-width: 72px !important; }

.site-width {
  max-width: 1124px;
  border: 1px solid green; }

.py-5 .btn-primary {
  background-color: #313f2b !important;
  color: #fff !important; }

h1 {
  text-transform: capitalize !important; }

#SheetHeader, #DateHeader {
  font-size: 16px;
  color: #808080 !important;
  line-height: 1.5; }

#CurrentLocation {
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: bold; }

.manhattan {
  background-color: orangered;
  color: white; }

.silvercreek {
  background-color: purple;
  color: white; }

.alllocation {
  background-color: goldenrod;
  color: white; }

a:hover, .btn-link:hover, .btn-link:active {
  text-decoration: none !important; }

thead, th {
  color: #313f2b !important; }

div, span, p, table, td, dt, .table {
  color: #414141; }

.card-text h1 {
  font-size: calc(32px + 2vh); }

.card {
  background-color: #fff !important; }

.card-text {
  padding: 15px 0px; }

.card-img {
  border: 1px solid red; }

.tablet-vtr-font thead th {
  border-top: none !important; }

thead th {
  font-weight: bold; }

table, th {
  font-weight: normal; }

input[type=submit] {
  border: none !important; }

.vin input {
  font-size: 32px !important; }

.dropright .dropdown-menu {
  background-color: #313f2b; }

.dropright .dropdown-menu a {
  color: #fff !important; }

.dash-overview .row {
  border-bottom: 1px dashed #d1d1d1;
  padding: 28px 12px !important; }

.row:last-of-type {
  border: none !important; }

.dash-overview .col-md-4 {
  text-align: center; }

.dash-activity div {
  border-bottom: 1px dashed #d1d1d1;
  font-size: 14px !important;
  padding: 12px; }

.dash-activity label {
  font-size: 14px !important; }

.dash-duall th {
  border-top: 0px; }

.dash-duall tr:nth-child(even) {
  background: #fff !important; }

tr:nth-child(odd) {
  background: #f8f8f8 !important; }

.container {
  max-width: none;
  padding: 0;
  margin: 0; }
  .container .text-center {
    max-width: 1124px;
    margin: 3rem auto; }

.container tr:nth-child(odd) {
  background: #fff !important; }

.table {
  border: 1px solid #dee2e6; }

.even {
  background: #fff; }

#usersDropdown {
  display: inline !important;
  width: 80% !important; }

#navbarSupportedContent .dropright .dropdown-menu .dropdown-item:hover {
  background-color: #232d1f !important; }

.container-fluid {
  padding: 30px !important;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
  margin-top: 60px;
  width: 90%; }

h4 {
  margin-top: 12px; }

.panel h2 {
  text-transform: uppercase !important;
  font-size: 14px;
  margin: 0px;
  line-height: 1;
  color: #313f2b !important; }

.btn-primary {
  background-color: #fff !important;
  color: #313f2b !important;
  border-color: #c8c8c8 !important; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #232d1f !important;
  border-color: #232d1f !important; }

table {
  background-color: #fff; }

.page-item.active .page-link {
  background-color: #313f2b !important;
  border-color: #313f2b !important; }

th {
  background-color: #f8f8f8;
  font-weight: bold !important; }

.tablet-vtr-input {
  text-align: center; }

.tablet-vtr-btn {
  font-size: 18px !important; }
  @media screen and (max-width: 1200px) {
    .tablet-vtr-btn {
      font-size: 3.5vw !important; } }

.vtr-content {
  margin-top: 40px; }

.py-5 {
  margin-top: 0px !important;
  padding-top: 2rem !important; }

#vtr-accordion table {
  margin-bottom: 0px !important; }

#vtr-accordion .card-body, #vtr-accordion .card, #vtr-accordion .table {
  padding: 0px;
  border: none !important; }

.operation-status {
  padding: 0px !important;
  margin-bottom: 35px !important; }

#vtr-accordion h3 {
  font-size: 18px !important;
  color: #2d6091;
  font-weight: bold; }

#vtr-accordion .bg-secondary {
  background-color: #0aa167 !important; }

#vtr-accordion .card-header {
  font-size: 24px !important;
  background-color: #f3f5f8 !important; }

.finalize-complete {
  padding: 50px 0px !important;
  margin: 0px 0px -25px 0px !important;
  background-color: #bbedda;
  color: #0aa167 !important;
  font-size: 32px !important; }

.select2-hidden-accessible, .select2, .select2-container {
  max-width: 100% !important; }

select {
  padding: 6px;
  border-radius: 4px; }

.filters form {
  display: flex; }

.row .filters {
  flex-wrap: nowrap; }

.filters {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 15px; }

.filters select, .filters, .filters input[type=date],
.select2-container--default .select2-selection--multiple {
  border: 1px solid #efefef !important;
  color: #424242;
  font-size: 14px !important; }

.filters .select2, .filters span, .filters {
  border: none !important; }

.filters .col-md-auto {
  margin: 0px;
  padding: 1px; }

.filters btn {
  line-height: 1.5; }

.container-fluid table, dt, td, tr, thead {
  font-size: 14px !important; }

.finalize-incomplete {
  padding: 50px 0px !important;
  margin: 0px 0px -25px 0px !important;
  background-color: #cce5ff;
  color: #0aa167 !important;
  font-size: 32px !important; }

.blue {
  background-color: #b8daff !important; }

.container .card-body {
  padding: 0px; }

#dash-container {
  padding: 40px; }

#dash-container .dash-card {
  background-color: #fff;
  padding: 30px;
  margin: -5px;
  border-radius: 4px;
  overflow-x: auto; }

#dash-status .card {
  border: none !important;
  margin-bottom: 15px; }

#dash-status .card-header {
  height: 200px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  border: none !important;
  background-color: #fff; }

#dash-status .btn {
  font-size: 24px !important;
  text-decoration: none !important; }

#dash-status .card-body {
  overflow-x: auto; }

#dash-status .btn span {
  font-size: 48px !important; }

#dash-status .card-header:hover {
  background-color: #f8f8f8 !important;
  cursor: pointer; }

.sorting {
  font-weight: bold; }

.dash-card p {
  font-size: 24px;
  color: #1a8ff1; }

.dash-location {
  border: none !important;
  background-color: #fff;
  width: auto;
  float: left;
  font-size: 16px !important; }

.w-100 {
  width: auto !important; }

.container-fluid {
  margin: 60px 50px !important;
  min-width: 82vw;
  max-width: 82vw;
  overflow: hidden; }

#DOALTable_filter {
  text-align: left !important; }

#aged_unit form {
  width: 100% !important;
  font-size: 14px !important; }

#aged_unit select {
  font-size: 12px; }

#secondary-status select {
  width: 100% !important; }

@media screen and (max-width: 1280px) {
  .navbar-dark i {
    display: none; } }

#DOALTable_filter, #ActivityLogTable_filter, #user-table_filter, #employee-table_filter {
  padding: 12px 6px 6px 12px;
  background-color: #efefef; }
  #DOALTable_filter label, #ActivityLogTable_filter label, #user-table_filter label, #employee-table_filter label {
    font-size: 14px; }

#DOALTable button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: none;
  color: #007bff;
  font-weight: bold; }

.code-details {
  border: 1px solid #efefef; }

.code-details dt {
  border: none;
  padding: 20px 0px 0px 20px;
  font-size: 16px; }

.code-details dd {
  padding: 0px 0px 20px 20px;
  border-bottom: 1px solid #efefef;
  font-size: 16px; }

.code-details input[type="checkbox"]::after, .checkbox input[type="checkbox"]::after {
  content: 'Yes' !important;
  margin-left: 1.5rem;
  line-height: 1;
  position: relative;
  top: -4px; }

#loginForm input[type="checkbox"]::after {
  content: "" !important; }

.form-horizontal .form-group .checkbox {
  border: 1px solid #efefef;
  padding: 20px;
  border-collapse: collapse;
  margin-bottom: -17px; }
  .form-horizontal .form-group .checkbox label {
    font-weight: bold; }

.form-horizontal label {
  font-weight: bold; }

.modal-body {
  padding: 40px; }
  .modal-body .btn {
    width: 100% !important;
    font-size: 18px !important;
    padding: 8px;
    border-radius: 0px; }
  .modal-body input {
    width: 100% !important;
    font-size: 26px !important;
    padding: 15px;
    text-align: center;
    border: 1px solid #c1c1c1; }

#jb-counts .card {
  border: 1px solid #efefef !important; }

.selected td, .selected td a, .selected button {
  color: #fff !important; }

@media screen and (max-width: 991px) {
  #downloads .row {
    padding: 2rem 0rem; } }

#downloads .col-md-3 {
  text-align: right; }
  @media screen and (max-width: 991px) {
    #downloads .col-md-3 {
      text-align: left;
      margin-top: 1rem; } }

.product-list {
  padding: 0rem 3rem; }
  .product-list .card-deck {
    justify-content: center; }
  .product-list .card-img-top {
    min-height: 220px;
    max-height: 220px;
    width: auto;
    max-width: 95%; }
  .product-list .card {
    margin: 0rem 0.25rem 2rem 0.25rem !important;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
    transition: ease all 0.2s;
    overflow: hidden; }
    .product-list .card img {
      transition: ease all 0.2s; }
    .product-list .card:hover {
      box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.07); }
      .product-list .card:hover img {
        transform: scale(1.25, 1.25); }
  .product-list .card-body {
    padding: 2rem 0rem 1rem 0rem; }
  .product-list .card-title {
    padding: 1rem;
    font-weight: bold;
    line-height: 1.25;
    color: #212d65;
    min-height: 4.5rem; }

.product-detail {
  text-align: left;
  padding: 3rem 4rem !important; }
  @media screen and (max-width: 991px) {
    .product-detail {
      padding: 3rem 2rem !important; } }
  .product-detail p {
    margin-bottom: 1rem;
    width: 97%; }
  .product-detail td {
    padding: 8px 16px; }
  .product-detail table {
    min-width: 100%;
    border-color: #d9d9d9;
    margin: 1rem 0rem; }
  .product-detail h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 1rem; }
  .product-detail h4 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 1rem; }
  .product-detail .sidebar {
    padding-left: 2rem; }
    .product-detail .sidebar li {
      list-style-type: disc;
      list-style-position: inside;
      text-indent: -1em;
      padding-left: 1em; }
    .product-detail .sidebar li i {
      position: relative;
      top: 3px; }
    @media screen and (max-width: 991px) {
      .product-detail .sidebar {
        padding: 1rem 2rem 0rem 2rem; } }
    .product-detail .sidebar h4 {
      font-size: 24px;
      font-weight: normal;
      color: #212d65; }
    .product-detail .sidebar ul {
      margin-bottom: 3rem; }
    .product-detail .sidebar li {
      margin-bottom: 0.5rem;
      margin-left: -1.5rem;
      list-style-type: none; }
      .product-detail .sidebar li i {
        margin-right: 0.25rem; }

.faq {
  text-align: left;
  padding: 4rem 5rem;
  background-image: url("../../../Content/images/faq-bg.png");
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .faq {
      padding: 2rem; } }
  .faq h2 {
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    padding: 0; }
  .faq .icon {
    text-align: left;
    font-size: 72px !important;
    margin: 0; }
    .faq .icon i {
      font-size: 50px;
      line-height: 1; }

.video-gallery .card {
  margin: 0.25rem !important;
  border: none; }

.video-gallery iframe {
  max-width: 100%;
  min-width: 100%; }

.contact-sbi h3 {
  color: #074497; }
  @media screen and (max-width: 991px) {
    .contact-sbi h3 {
      border-top: 1px solid #d1d1d1;
      padding-top: 1.5rem; } }

.catalog-request form input, .contact-sbi form input {
  padding: 24px 8px; }

.catalog-request form select, .contact-sbi form select {
  width: 100%;
  padding: 12px 8px;
  border-color: #ced4da;
  color: #3d3d3d; }

.catalog-request form div, .contact-sbi form div {
  padding: 6px; }

.catalog_filters {
  display: flex; }
  @media screen and (max-width: 991px) {
    .catalog_filters {
      display: block; } }

.catalog h3 {
  font-size: 16px;
  padding-top: 8px;
  font-weight: bold;
  color: #074497; }
  @media screen and (max-width: 991px) {
    .catalog h3 {
      text-align: center; } }

@media screen and (max-width: 991px) {
  .catalog .catalog-select {
    display: block; } }

.catalog .catalog-menu {
  margin-left: 2rem; }
  @media screen and (max-width: 991px) {
    .catalog .catalog-menu {
      text-align: center;
      margin-left: 0rem; } }
  .catalog .catalog-menu .current {
    background-color: #074497;
    color: #ffffff !important;
    border-radius: 18px;
    color: #074497;
    font-weight: bold; }
    @media screen and (max-width: 991px) {
      .catalog .catalog-menu .current {
        border-radius: 0px;
        background-color: transparent;
        color: #074497 !important; } }

.catalog .catalog-nav {
  color: #3d3d3d;
  padding: 0.5rem 1.5rem; }
  @media screen and (max-width: 991px) {
    .catalog .catalog-nav {
      padding: 0rem;
      line-height: 2;
      display: block; } }

.catalog table {
  margin: auto;
  min-width: 100%;
  max-width: 100%; }

.catalog .col-md-12 {
  padding: 0px;
  margin: -15px; }

.catalog .col-md-3 .btn, .catalog .col-md-2 .btn {
  width: 100%; }

.catalog-section {
  padding: 1% 4%;
  max-width: 100%;
  min-height: 20vh;
  margin-bottom: 4%;
  width: 100%; }
  .catalog-section .section {
    padding: 2rem 0rem 0rem 0rem; }
  .catalog-section h1 {
    font-size: 36px; }
    @media screen and (max-width: 991px) {
      .catalog-section h1 {
        font-size: 24px; } }

.catalog-intro {
  text-align: center;
  max-width: 1024px;
  margin: auto; }
  @media screen and (max-width: 991px) {
    .catalog-intro h4 {
      font-size: 18px; } }

.catalog-select {
  width: 100%;
  padding-top: 1.5rem;
  background-color: #f8f8f8;
  padding-bottom: 1rem; }
  @media screen and (max-width: 991px) {
    .catalog-select {
      justify-content: center;
      align-items: center; } }
  .catalog-select select {
    padding: 8px;
    min-width: 25vw;
    margin-left: 1rem; }

.dataTables_wrapper .row {
  padding: 0.5rem 0rem !important; }

.dataTables_paginate a {
  padding: 8px 16px;
  margin: 2px;
  border: 1px solid #d1d1d1; }
  @media screen and (max-width: 991px) {
    .dataTables_paginate a {
      padding: 5px 10px;
      font-size: 14px !important; } }
  .dataTables_paginate a:hover {
    background-color: #efefef;
    border: 1px solid #d1d1d1;
    cursor: pointer; }

.dataTables_paginate .current {
  font-weight: bold;
  background-color: #fec52e;
  color: black; }

.dist_nav {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: left;
  margin-left: -2rem; }
  .dist_nav ul {
    list-style-type: none; }
  .dist_nav li {
    list-style-type: none;
    display: inline-block;
    margin-right: 0.25rem;
    line-height: 1; }
    .dist_nav li a {
      font-size: 24px;
      background-color: #074497;
      color: #fff;
      padding: 0.5rem 2rem;
      border-radius: 8px; }
      .dist_nav li a:hover {
        background-color: #212d65; }

.distribution-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (max-width: 991px) {
    .distribution-row {
      display: block; } }

.state {
  display: flex;
  flex-basis: 48%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1% 2%;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .state {
      display: block; } }
  .state .state-label {
    flex-basis: 100%;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 24px;
    color: #074497; }
  .state .location {
    flex-basis: 48%;
    padding-bottom: 3rem; }

.dist-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.dist-state {
  flex-basis: 100%;
  font-weight: bold;
  font-size: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.dist-item {
  flex-basis: 23%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin: 0% 1% 4% 0%; }
  .dist-item li {
    list-style-type: none;
    margin-left: -2rem;
    margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    .dist-item {
      flex-basis: 48%; } }
  @media screen and (max-width: 479px) {
    .dist-item {
      flex-basis: 97%; } }

.part-img {
  width: 100%; }

#tbl-specifications, #tbl-applications, #tbl-interchanges {
  min-width: 100%; }

.cat-table-header {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: -1rem;
  color: #212d65; }

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

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  position: relative;
  display: inline; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #074497;
  padding: 12px;
  border: 8px solid #074497; }

.dataTables_info {
  font-size: 14px;
  margin-top: -0.5rem; }

.product-tabs {
  border-color: #fff; }
  .product-tabs .mb-2 {
    display: none; }
  .product-tabs .card {
    border-color: #fff; }
  .product-tabs .card-body {
    border-color: #fff;
    padding: 0rem !important;
    margin-top: -0.7rem; }
  @media screen and (max-width: 991px) {
    .product-tabs .nav-tabs:before {
      content: 'View:';
      font-weight: bold;
      text-align: center;
      margin: auto;
      width: 100%;
      margin: 1rem;
      font-size: 24px; } }
  .product-tabs .nav-tabs li {
    display: inline;
    font-size: 18px !important;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .product-tabs .nav-tabs li {
        display: block;
        width: 100%;
        border-bottom: 2px solid #efefef; } }
  .product-tabs .nav-link {
    font-size: 24px;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 991px) {
      .product-tabs .nav-link:before {
        content: '\203A';
        margin-right: 1rem; } }
    .product-tabs .nav-link.active {
      font-weight: bold;
      color: #074497 !important; }

.dataTables_wrapper {
  position: relative !important; }

.dataTables_processing {
  background-color: #fff;
  width: 110vw !important;
  height: 100vh !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 10000;
  overflow: hidden !important; }
  @media screen and (max-width: 1200px) {
    .dataTables_processing {
      display: none !important; } }

.dataTables_filter {
  display: none; }

#tbl-results {
  min-width: 100%; }

#tbl-results a {
  white-space: nowrap !important; }

@media screen and (max-width: 991px) {
  .tbl-results_wrapper .col-sm-12 {
    margin-right: -15px;
    padding-right: 0px; } }

@media screen and (max-width: 991px) {
  table.dataTable {
    min-width: 100%;
    max-width: 100%;
    margin: auto; } }

@media screen and (max-width: 991px) {
  .dataTables_wrapper {
    min-width: 100%; } }

@media screen and (max-width: 991px) {
  .dataTables_wrapper thead, .table thead {
    display: none; } }

@media screen and (max-width: 991px) {
  .dataTables_wrapper tr {
    border: 1px solid #c1c1c1;
    border-collapse: collapse !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
    display: block; } }

@media screen and (max-width: 991px) {
  .dataTables_wrapper td {
    min-width: 90%;
    max-width: 90%;
    display: block;
    overflow: hidden !important;
    border-right: none; } }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.tab-list .active {
  border: 1px solid #074497;
  color: #074497;
  font-weight: bold; }

.nav-tabs .text-danger {
  color: #074497 !important;
  font-weight: bold; }

.slide-tab .text-danger {
  color: #074497 !important;
  font-weight: bold; }

.slide-tab:hover, .slide-tab:active {
  color: #074497 !important; }

.body-add-to-cart {
  text-align: right; }
  @media screen and (max-width: 479px) {
    .body-add-to-cart {
      text-align: left; } }

.product-detail img {
  max-width: 100%; }

.product-detail td {
  border: 1px solid #efefef; }

.fixed {
  position: fixed !important;
  top: 70px;
  z-index: 100; }

.w3-modal {
  z-index: 1000 !important; }

.w3-container {
  padding: 0rem 3rem !important; }

.w3-button {
  font-size: 32px !important; }

a {
  text-decoration: none !important; }

.admin-container > div {
  min-height: 100vh; }
  @media screen and (max-width: 991px) {
    .admin-container > div {
      min-height: auto; } }

.admin-container .navbar {
  min-width: 220px; }
  @media screen and (max-width: 1200px) {
    .admin-container .navbar {
      min-width: auto; } }
  @media screen and (max-width: 991px) {
    .admin-container .navbar {
      width: 100%; } }

.admin-container .hrForm {
  border-top: 2px solid #d3d3d3; }

.dashboard-container .card {
  padding: 1rem; }

.dashboard-container .btn-primary {
  background-color: #074497 !important;
  color: #ffffff !important; }

.dashboard-container .product-detail h3 {
  margin-top: 0rem; }

.dashboard-container .product-detail .col-9, .dashboard-container .product-detail .col-3 {
  border-bottom: 1px solid #c1c1c1 !important;
  padding: 2rem 2rem;
  text-align: left !important; }

.dashboard-container .product-detail input, .dashboard-container .product-detail textarea {
  padding: 6px 12px; }

.dashboard-container .nav-tabs {
  border-bottom: 3px solid #c1c1c1 !important;
  margin-bottom: 1rem; }
  .dashboard-container .nav-tabs .nav-link {
    padding: 0.5rem 2.5rem;
    font-size: 18px;
    margin-bottom: 0.5rem; }
  .dashboard-container .nav-tabs .active {
    color: #074497 !important; }

.dashboard-container.home {
  padding: 3rem 1rem; }
  .dashboard-container.home .bi:before {
    color: #fec52e;
    padding-right: 0.5rem; }
  .dashboard-container.home .card {
    padding: 4rem 0rem;
    border-color: #ced4da; }
    .dashboard-container.home .card:hover {
      border-color: #074497;
      color: #074497;
      background-color: #f8f8f8 !important; }
      .dashboard-container.home .card:hover .card-body {
        background-color: #f8f8f8; }
      .dashboard-container.home .card:hover h2 {
        color: #074497; }
    .dashboard-container.home .card a {
      text-decoration: none; }

.dashboard-container .text-center {
  margin: 0; }

.admin-page-options {
  padding: 1rem;
  margin-bottom: 1rem; }
  .admin-page-options input {
    min-width: 40%; }
  .admin-page-options .col-md-3 {
    text-align: right; }

.slide-tab {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-right: 0.25rem;
  border: 1px solid #3d3d3d;
  border-radius: 8px; }

.preview-slide-image {
  position: relative;
  border: 1px solid red; }
  .preview-slide-image .remove-image {
    position: absolute;
    right: 0px;
    color: white; }

.fullwidth-field input, .fullwidth-field textarea, .fullwidth-field select {
  width: 100% !important;
  max-width: 100%; }

.fullwidth-field textarea {
  height: 210px;
  width: 100% !important; }

/* Language Tabs in FAQ  */
.tab-contents input[type="radio"],
*[class^='tab-eng-'],
*[class^='tab-span-'] {
  display: none; }

.tab-contents {
  clear: both;
  margin: 5px 0 0 0; }

.tab-list label {
  border: 1px solid #c1c1c1;
  background-color: #f8f8f8;
  padding: 8px 12px;
  border-radius: 4px; }

*[id^='tab-eng-']:checked ~ *[class^='tab-eng-'],
*[id^='tab-span-']:checked ~ *[class^='tab-span-'] {
  display: block; }

.navd-link {
  margin-bottom: 12px;
  display: block;
  padding: 0px; }
  .navd-link:hover {
    color: #212d65 !important;
    cursor: pointer; }

#distribution-centers label {
  margin-top: 1rem; }
