/***************************************************************************************/
/*                                                                                     */
/* This document was created using a SASS processor, please, don't make edits directly */
/*                                                                                     */
/***************************************************************************************/
/* LOADING */
#LoadingModal h4, #languageSwitchModal h4, #waitModal h4 {
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #7AC; }
#LoadingModal .modal-dialog .modal-content, #languageSwitchModal .modal-dialog .modal-content, #waitModal .modal-dialog .modal-content {
  min-height: 90px !important;
  height: 90px;
  display: inline-grid; }
  #LoadingModal .modal-dialog .modal-content .modal-body, #languageSwitchModal .modal-dialog .modal-content .modal-body, #waitModal .modal-dialog .modal-content .modal-body {
    min-height: 90px !important; }

.loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #018DA9;
  border-left-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 5px;
  position: relative;
  animation: spin 1s infinite linear, alternate_colors 5s infinite linear; }

@keyframes alternate_colors {
  0% {
    border-color: #018DA9;
    border-left-color: rgba(0, 0, 0, 0.1); }
  25% {
    border-color: #f48120;
    border-left-color: rgba(0, 0, 0, 0.1); }
  50% {
    border-color: #c5d12d;
    border-left-color: rgba(0, 0, 0, 0.1); }
  75% {
    border-color: #77787c;
    border-left-color: rgba(0, 0, 0, 0.1); }
  100% {
    border-color: #018DA9;
    border-left-color: rgba(0, 0, 0, 0.1); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* GENERAL STYLES */
body, html {
  display: block;
  height: 100%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input#quote-start-date {
  height: 1.5rem;
  padding: 0 0.5rem; }
input#quote-end-date {
  height: 1.5rem;
  padding: 0 0.5rem; }
input#quote-delivery-address {
  height: 1.5rem;
  padding: 0 0.5rem; }

.btn.disabled {
  background-color: #ccc; }

div#side-modal {
  position: fixed;
  opacity: 0;
  top: 13%;
  right: -320px;
  background-color: gold;
  z-index: 9999;
  border: 2px solid rgba(162, 118, 31, 0.4);
  border-radius: 8px 0 0 8px;
  padding: 15px 30px;
  color: #a2761f;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out; }
  div#side-modal.show-side-modal {
    right: -2px;
    opacity: 1; }
  div#side-modal .side-modal-icon {
    display: inline-block;
    background-color: #a2761f;
    color: gold;
    padding: 6px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0;
    box-sizing: border-box;
    margin-right: 5px;
    font-size: 20px; }
  div#side-modal .side-modal-text {
    display: inline-block; }

#content {
  padding-bottom: 50px; }
  #content.quote {
    padding-top: 60px !important; }

.search-form {
  width: 80% !important;
  display: block;
  margin: 0 10px 0 auto;
  position: relative; }
  @media (max-width: 500px) {
    .search-form {
      width: 100%; } }
  .search-form .row {
    margin: 0;
    text-align: right; }
    @media (max-width: 500px) {
      .search-form .row {
        width: 90%;
        margin: 0 auto; } }

.sub-header {
  min-height: 60px;
  transition: height 0.15s ease-in-out; }
  @media (max-width: 500px) {
    .sub-header.search-opened {
      height: 100px; } }

.page-header .result-count {
  font-size: 0.7rem;
  color: #999;
  font-weight: 900;
  text-align: center; }
.page-header .page-title {
  font-size: 0.9rem;
  color: #018ca8;
  font-weight: 700;
  text-align: center; }

#content.browse .js-quote {
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5); }
  #content.browse .js-quote .qty {
    font-weight: 400;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f4f4f4;
    font-size: 13px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px; }

span.close-search {
  font-size: 30px;
  position: relative;
  top: 0;
  right: 0;
  font-weight: 100;
  display: none; }

.search-toggle-btn {
  cursor: pointer; }

a.search-toggle-btn.pull-right {
  position: absolute;
  right: 10px;
  top: -46px;
  color: white; }
  @media screen and (max-width: 500px) {
    a.search-toggle-btn.pull-right {
      top: -70px; } }

.search-input {
  display: inline-block;
  width: 75%; }
  .search-input input#searchBoxInput {
    width: 100%;
    background-color: white;
    border: 1px solid #ccc; }

.search-button {
  display: inline-block; }
  .search-button button {
    border-radius: 0;
    margin: 0;
    position: relative;
    left: -4px;
    top: 0;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 4px;
    text-transform: uppercase;
    background-color: #f48120; }

h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #f48120; }

.renter-content {
  width: 100%;
  height: 100%; }

/* BACK TO NAV BAR */
body.no-scroll {
  overflow: hidden; }

header .user-session {
  display: inline-block;
  position: absolute;
  right: 790px;
  text-transform: uppercase;
  border: 1px solid #c5d12e;
  color: #c5d12e;
  font-size: 11px;
  top: 20px;
  padding: 0 5px; }
  header .user-session.in-french {
    right: 880px; }
  @media (max-width: 1280px) {
    header .user-session {
      right: unset;
      left: 150px;
      font-size: 10px;
      width: 150px;
      top: 15px;
      line-height: 1.3; }
      header .user-session.in-french {
        /* right: unset; */ } }
  @media (max-width: 1023px) {
    header .user-session {
      right: 60px; }
      header .user-session.in-french {
        right: 60px; } }
  @media (max-width: 800px) {
    header .user-session {
      font-size: 0.5rem;
      width: 100px;
      left: unset;
      top: 19px;
      text-align: right; } }
header .navbar .navbar-nav {
  overflow: visible; }
  header .navbar .navbar-nav .switch-lang .language-dropdown {
    display: inline-block;
    margin: 16px 30px; }
    header .navbar .navbar-nav .switch-lang .language-dropdown .lang-enu .flag {
      background-image: url("../img/flag_enu.png"); }
    header .navbar .navbar-nav .switch-lang .language-dropdown .lang-frc .flag {
      background-image: url("../img/flag_frc.png"); }
    header .navbar .navbar-nav .switch-lang .language-dropdown .lang-esm .flag {
      background-image: url("../img/flag_esm.png"); }
    header .navbar .navbar-nav .switch-lang .language-dropdown label, header .navbar .navbar-nav .switch-lang .language-dropdown ul li {
      display: block;
      width: 120px;
      height: 30px;
      background: transparent;
      padding: 0px 6px;
      cursor: pointer; }
    header .navbar .navbar-nav .switch-lang .language-dropdown ul.lang-list {
      position: relative;
      display: none;
      z-index: 1;
      padding: 0; }
      header .navbar .navbar-nav .switch-lang .language-dropdown ul.lang-list li {
        background: #2e2e2e; }
        header .navbar .navbar-nav .switch-lang .language-dropdown ul.lang-list li.selected {
          display: none; }
    header .navbar .navbar-nav .switch-lang .language-dropdown label {
      position: relative;
      z-index: 2;
      margin-bottom: 0; }
    header .navbar .navbar-nav .switch-lang .language-dropdown .lang-flag .flag, header .navbar .navbar-nav .switch-lang .language-dropdown .lang-list .lang .flag {
      display: inline-block;
      width: 30px;
      height: 32px;
      position: relative;
      top: -3px;
      cursor: pointer;
      background-size: 22px 15px;
      background-repeat: no-repeat;
      background-position: left; }
    header .navbar .navbar-nav .switch-lang .language-dropdown .lang-flag .lang-name, header .navbar .navbar-nav .switch-lang .language-dropdown .lang-list .lang .lang-name {
      display: inline-block;
      font-size: 12px;
      color: #999;
      text-transform: uppercase;
      position: relative;
      top: -13px; }
    header .navbar .navbar-nav .switch-lang .language-dropdown.open ul.lang-list {
      display: inline-block; }
    header .navbar .navbar-nav .switch-lang .language-dropdown.open label {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
  header .navbar .navbar-nav .switch-lang .animate {
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
header ul.nav {
  height: 60px; }
  @media (max-width: 1023px) {
    header ul.nav {
      display: none; } }
  header ul.nav li.active {
    background-color: transparent; }
    header ul.nav li.active a.topLink {
      color: #018ca8; }
  header ul.nav li.menu-inline-item {
    display: none; }
    @media (min-width: 1281px) {
      header ul.nav li.menu-inline-item {
        display: inline-block;
        width: 175px;
        margin-left: 2rem; }
        header ul.nav li.menu-inline-item .checkbox {
          display: inline-block;
          line-height: 28px;
          width: 100%;
          position: relative;
          top: 12px; }
          header ul.nav li.menu-inline-item .checkbox label .label {
            font-size: 11px;
            font-weight: 400; }
          header ul.nav li.menu-inline-item .checkbox label input:checked + span:after {
            margin-left: 20px; }
          header ul.nav li.menu-inline-item .checkbox label span {
            display: inline-block;
            height: 20px;
            padding-left: 27px; }
            header ul.nav li.menu-inline-item .checkbox label span::after {
              width: 20px;
              margin-top: 0;
              margin-left: 0; } }
  header ul.nav li.nav-item {
    float: none;
    display: inline-block;
    position: relative;
    top: 12px;
    vertical-align: top; }
    header ul.nav li.nav-item.contact-link {
      display: inline-block; }
      @media (max-width: 1280px) {
        header ul.nav li.nav-item.contact-link {
          display: none; } }
    header ul.nav li.nav-item.logon-link {
      display: inline-block; }
      @media (max-width: 1280px) {
        header ul.nav li.nav-item.logon-link {
          display: none; } }
    header ul.nav li.nav-item.more-link {
      display: none;
      margin-left: 1rem; }
      @media (max-width: 1280px) {
        header ul.nav li.nav-item.more-link {
          display: inline-block; } }
    header ul.nav li.nav-item a.topLink {
      text-transform: uppercase;
      font-weight: normal !important;
      height: 30px;
      line-height: 30px;
      font-size: 11px !important; }
      header ul.nav li.nav-item a.topLink span.qty {
        font-weight: 700;
        border: 1px solid white;
        display: inline-block;
        width: 23px;
        height: 23px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%; }
      header ul.nav li.nav-item a.topLink .icons {
        display: inline-block;
        width: 30px; }
        header ul.nav li.nav-item a.topLink .icons > img {
          width: 16px; }
        header ul.nav li.nav-item a.topLink .icons i {
          font-size: 1rem;
          margin: 0; }
header .desktop-more-information {
  display: none;
  position: fixed;
  background: linear-gradient(to bottom, #2e2e2e 0%, #3e3e3e 100%);
  right: 0;
  width: 45vw;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); }
  header .desktop-more-information.opened {
    display: block; }
  @media (max-width: 1280px) {
    header .desktop-more-information {
      display: none; } }
  header .desktop-more-information ul {
    margin: 0 auto;
    display: table; }
  header .desktop-more-information .nav-item {
    display: inline-block; }
    header .desktop-more-information .nav-item.topLinkLi.contact-link {
      display: none; }
      @media (max-width: 1280px) {
        header .desktop-more-information .nav-item.topLinkLi.contact-link {
          display: inline-block; } }
    header .desktop-more-information .nav-item.topLinkLi.logon-link {
      display: none; }
      @media (max-width: 1280px) {
        header .desktop-more-information .nav-item.topLinkLi.logon-link {
          display: inline-block; } }
  header .desktop-more-information .switch-lang {
    display: block;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center; }
    header .desktop-more-information .switch-lang .language-dropdown .lang-flag .flag, header .desktop-more-information .switch-lang .language-dropdown .lang-list .lang .flag {
      top: -3px; }
    header .desktop-more-information .switch-lang .language-dropdown .lang-flag .lang-name, header .desktop-more-information .switch-lang .language-dropdown .lang-list .lang .lang-name {
      top: -13px; }

.navbar-fixed-bottom {
  display: none; }
  @media (max-width: 1023px) {
    .navbar-fixed-bottom {
      display: block; } }
  .navbar-fixed-bottom ul.nav li.bottomLinkLi {
    box-sizing: border-box;
    width: calc(99% / 5); }
    .navbar-fixed-bottom ul.nav li.bottomLinkLi a {
      font-size: 0.6rem; }
      @media (min-width: 600px) {
        .navbar-fixed-bottom ul.nav li.bottomLinkLi a {
          font-size: 0.8rem; } }
      .navbar-fixed-bottom ul.nav li.bottomLinkLi a i {
        display: block; }
  .navbar-fixed-bottom ul.nav li::after {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none; }
  .navbar-fixed-bottom ul.nav li:first-child::after {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none; }

/* GRID */
.inventory-list-parent .inventory-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  padding: 0 20px; }
  @media screen and (max-width: 500px) {
    .inventory-list-parent .inventory-list {
      padding: 10px 4px; } }
  .inventory-list-parent .inventory-list .inventory-item {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: 230px;
    min-width: 180px;
    border-bottom: none; }
    @media screen and (max-width: 500px) and (min-width: 361px) {
      .inventory-list-parent .inventory-list .inventory-item {
        padding: 5px;
        border-bottom: none;
        width: 50%; } }
    @media screen and (max-width: 360px) {
      .inventory-list-parent .inventory-list .inventory-item {
        border-bottom: none;
        width: 100%; } }
    .inventory-list-parent .inventory-list .inventory-item .qty {
      width: 50%;
      transform: translateX(-50%);
      margin-left: 50%; }
      .inventory-list-parent .inventory-list .inventory-item .qty input[type="number"] {
        border-bottom: 1px solid #ddd !important;
        border: 1px solid #ddd;
        width: 100%;
        text-align: center;
        -moz-appearance: textfield; }
        .inventory-list-parent .inventory-list .inventory-item .qty input[type="number"]::-webkit-inner-spin-button, .inventory-list-parent .inventory-list .inventory-item .qty input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .inventory-list-parent .inventory-list .inventory-item .qty .custom-select {
        position: relative;
        border: 1px solid #dcdcdc;
        width: 90%;
        box-sizing: border-box;
        padding: 1px 10px 0;
        margin-top: 10px; }
        .inventory-list-parent .inventory-list .inventory-item .qty .custom-select::after {
          content: "\e803";
          font-family: wynne;
          position: absolute;
          right: 5px;
          top: 3px;
          z-index: 2;
          color: #018DA9;
          font-size: .7rem;
          font-weight: 100;
          cursor: pointer;
          pointer-events: none; }
    .inventory-list-parent .inventory-list .inventory-item .add-link {
      line-height: 1;
      float: none; }
    .inventory-list-parent .inventory-list .inventory-item .media-contents {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
      text-align: center;
      width: 100%;
      padding: 10px;
      cursor: pointer; }
      .inventory-list-parent .inventory-list .inventory-item .media-contents .media-image {
        width: 100%;
        background-color: transparent;
        float: unset;
        text-align: center;
        display: block;
        height: auto;
        padding-bottom: 0; }
        @media screen and (max-width: 500px) {
          .inventory-list-parent .inventory-list .inventory-item .media-contents .media-image {
            padding-bottom: 25%;
            padding-top: 15%; } }
        .inventory-list-parent .inventory-list .inventory-item .media-contents .media-image img {
          position: relative;
          width: 75%;
          height: auto; }
      .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description {
        width: 100%;
        height: auto;
        min-height: unset; }
        .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description * {
          height: auto !important; }
        .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description h6 {
          color: #858585;
          height: auto;
          margin-bottom: 10px; }
        .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description p {
          color: #AAA;
          height: auto; }
        .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table {
          width: 100%;
          display: contents;
          color: #888; }
          .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table tbody tr {
            display: contents; }
            .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table tbody tr td {
              border-bottom: 1px solid #f1f1f1;
              height: auto;
              padding: 2px 5px;
              width: 30%;
              text-align: right;
              font-weight: 800;
              font-size: 0.65rem;
              display: inline-block;
              border-right: 1px solid #f1f1f1;
              border-top: none; }
              .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table tbody tr td:nth-child(2) {
                border-top: 1px solid #f1f1f1; }
              .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table tbody tr td.gray-square {
                background-color: #f1f1f1;
                text-transform: uppercase;
                width: 70%;
                text-align: left; }
          .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table.alternative {
            display: table; }
            .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table.alternative tbody tr td {
              border-bottom: 1px solid #f1f1f1;
              height: auto;
              padding: 2px 5px;
              width: calc(100% / 3);
              text-align: center;
              font-weight: 800;
              font-size: 0.65rem;
              display: table-cell;
              border-right: 1px solid #f1f1f1;
              border-top: none; }
              .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table.alternative tbody tr td:first-child {
                border-left: 1px solid #f1f1f1; }
            .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table.alternative thead tr th {
              border-top: 1px solid #f1f1f1;
              width: calc(100% / 3);
              text-align: center;
              border-right: 1px solid #f1f1f1;
              background-color: #f1f1f1;
              text-transform: uppercase;
              font-size: 0.6rem;
              font-weight: 800; }
              .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .item-description table.alternative thead tr th:first-child {
                border-left: 1px solid #f1f1f1; }
    @media screen and (max-width: 500px) {
      .inventory-list-parent .inventory-list .inventory-item .button-container .add-link {
        width: 90%;
        margin: 10px auto 0 auto; } }

/* BURGER MENU - CLOSE ICON */
.close-icon {
  position: fixed;
  display: block;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 20px;
  z-index: 10000;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .close-icon {
      display: none; } }
  .close-icon .burger-menu {
    position: absolute;
    top: 0;
    width: 26px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .close-icon .burger-menu.top-line {
      top: 0; }
    .close-icon .burger-menu.middle-line {
      top: 8px; }
    .close-icon .burger-menu.bottom-line {
      top: 16px; }
  .close-icon.menu-opened .burger-menu {
    background-color: white; }
    .close-icon.menu-opened .burger-menu.top-line {
      top: 5px;
      transform: rotate(135deg); }
    .close-icon.menu-opened .burger-menu.middle-line {
      opacity: 0; }
    .close-icon.menu-opened .burger-menu.bottom-line {
      top: 5px;
      transform: rotate(-135deg); }

/* SIDEBAR */
.side-bar {
  position: fixed;
  top: 0;
  right: -300px;
  display: block;
  z-index: 9999;
  width: 300px;
  height: 100%;
  background-color: #018DA9;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  overflow: auto; }
  .side-bar.mn-open {
    right: 0;
    opacity: 1; }
  .side-bar .user-circle {
    display: block;
    width: 165px;
    height: 165px;
    margin: 70px auto 30px;
    border: 4px solid #99D1DC;
    border-radius: 50%;
    background-color: #333;
    overflow: hidden;
    text-align: center;
    line-height: 160px; }
    .side-bar .user-circle .user-photo img {
      width: 80%; }
  .side-bar ul.nav {
    width: 70%;
    margin: 0 auto 50px; }
    .side-bar ul.nav li {
      padding: 13px 0;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.6); }
      .side-bar ul.nav li:last-child {
        border-bottom: none; }
      .side-bar ul.nav li .customer-name {
        font-size: 0.8em;
        font-weight: bold;
        color: #c5d12d;
        width: 100%;
        text-align: center; }
      .side-bar ul.nav li a {
        color: white;
        text-transform: uppercase; }
        .side-bar ul.nav li a .icons {
          display: inline-block;
          margin-right: 6px;
          width: 20px;
          max-height: 20px;
          text-align: center; }
          .side-bar ul.nav li a .icons span.qty {
            font-weight: 700;
            border: 1px solid white;
            display: inline-block;
            width: 23px;
            height: 23px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            font-size: 13px; }
          .side-bar ul.nav li a .icons img {
            height: 20px; }
          .side-bar ul.nav li a .icons.icon-contact img {
            height: 16px; }
  .side-bar .switch-lang {
    position: absolute;
    top: calc(100% - 45px);
    height: 45px;
    background-color: #2e2e2e;
    width: 300px;
    color: white;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 6px 0 0 0; }
    .side-bar .switch-lang .language-dropdown {
      position: relative;
      display: inline-block;
      margin: 2px 30px; }
      .side-bar .switch-lang .language-dropdown .lang-enu .flag {
        background-image: url("../img/flag_enu.png"); }
      .side-bar .switch-lang .language-dropdown .lang-frc .flag {
        background-image: url("../img/flag_frc.png"); }
      .side-bar .switch-lang .language-dropdown .lang-esm .flag {
        background-image: url("../img/flag_esm.png"); }
      .side-bar .switch-lang .language-dropdown label, .side-bar .switch-lang .language-dropdown ul li {
        display: block;
        width: 120px;
        height: 30px;
        background: transparent;
        padding: 0px 6px;
        cursor: pointer; }
      .side-bar .switch-lang .language-dropdown ul.lang-list {
        position: absolute;
        top: -60px;
        left: 0;
        display: none;
        z-index: 1;
        padding: 0; }
        .side-bar .switch-lang .language-dropdown ul.lang-list li {
          background: #2e2e2e; }
          .side-bar .switch-lang .language-dropdown ul.lang-list li.selected {
            display: none; }
      .side-bar .switch-lang .language-dropdown label {
        position: relative;
        z-index: 2;
        margin-bottom: 0; }
      .side-bar .switch-lang .language-dropdown .lang-flag .flag, .side-bar .switch-lang .language-dropdown .lang-list .lang .flag {
        display: inline-block;
        width: 30px;
        height: 32px;
        position: relative;
        top: -3px;
        cursor: pointer;
        background-size: 22px 15px;
        background-repeat: no-repeat;
        background-position: left; }
      .side-bar .switch-lang .language-dropdown .lang-flag .lang-name, .side-bar .switch-lang .language-dropdown .lang-list .lang .lang-name {
        display: inline-block;
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
        position: relative;
        top: -13px; }
      .side-bar .switch-lang .language-dropdown.open ul.lang-list {
        display: inline-block; }
      .side-bar .switch-lang .language-dropdown.open label {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
    .side-bar .switch-lang .animate {
      cursor: pointer;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      transition: all .5s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden; }

/* BREADCRUMB BAR */
.breadcrumb {
  display: block;
  border-radius: 0;
  background-color: #018DA9;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  margin-bottom: 0;
  color: #C8E6EC;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 21px;
  position: relative; }
  .breadcrumb .icons {
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    max-height: 15px;
    text-align: center; }
    .breadcrumb .icons > i {
      font-size: 0.85rem; }
    .breadcrumb .icons img {
      height: 15px; }
    .breadcrumb .icons.icon-contact img {
      height: 16px; }
  .breadcrumb .search-icon {
    top: 3px;
    right: 10px;
    position: absolute;
    font-size: 1rem; }
    .breadcrumb .search-icon a {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0; }

/* LOGIN */
.login-form {
  width: 90%;
  margin: 10px auto; }
  .login-form .login-circle {
    display: block;
    width: 180px;
    height: 180px;
    margin: 40px auto 50px;
    border: 6px solid #018DA9;
    border-radius: 50%;
    background-color: #D6FFFA;
    overflow: hidden;
    text-align: center;
    line-height: 180px; }
    .login-form .login-circle .login-photo img {
      width: 100%; }
  .login-form .form-group {
    margin-top: 30px; }
    .login-form .form-group label {
      font-size: 1rem;
      font-weight: 400; }
    .login-form .form-group .login-email {
      height: 1.5rem; }
    .login-form .form-group .login-password {
      height: 1.5rem; }
  .login-form .forgot-password {
    margin-bottom: 50px; }

/* CONTACT */
.contact .map {
  border-bottom: none; }
  .contact .map .img-contact {
    display: block;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px; }
    @media screen and (max-width: 500px) {
      .contact .map .img-contact {
        height: 250px; } }

.contact-row {
  border-bottom: none; }
  .contact-row > div {
    font-size: 10px;
    font-weight: 400; }
    .contact-row > div strong {
      text-transform: uppercase;
      font-size: 12px; }
  .contact-row i {
    padding-right: 4px;
    font-size: 16px; }

/* QUOTE */
.quote h3 {
  margin: 20px 0 30px 0; }
  @media (max-width: 500px) {
    .quote h3 {
      margin: 20px 0 20px 0; } }
.quote h2 {
  text-transform: uppercase;
  font-size: 1.2rem; }
.quote .catalog-tabs {
  padding-top: 20px; }
.quote .dropdown-arrow-container {
  right: 25px;
  left: unset; }
@media (max-width: 500px) {
  .quote #salesDueDate .dropdown-arrow-container {
    top: 25px; } }
.quote #quote-delivery-address2 {
  padding: 0 0.5rem; }
@media (max-width: 500px) {
  .quote .quote-form-group {
    margin-top: 2rem !important; } }

.quote-space {
  display: none; }
  @media (max-width: 1200px) {
    .quote-space {
      display: inline-block;
      width: 32%;
      margin-bottom: 10px; } }
  @media (max-width: 500px) {
    .quote-space {
      width: 100%; } }
  .quote-space .quote-link {
    padding: 0; }

#anonymous-not-allowed .text-center {
  text-align: center; }

.input-group.date.duration-days {
  border: 1px solid #e1e1e1;
  padding: 6px 1px;
  box-sizing: border-box; }
  .input-group.date.duration-days label {
    width: 100%;
    text-align: center;
    color: #888;
    font-size: 10px;
    top: 0;
    margin-bottom: 14px; }
  .input-group.date.duration-days #quote-duration, .input-group.date.duration-days #quote-duration-2 {
    border: none !important;
    text-align: center;
    color: #888;
    font-weight: 700;
    font-size: 2rem;
    -moz-appearance: textfield; }
    .input-group.date.duration-days #quote-duration::-webkit-inner-spin-button, .input-group.date.duration-days #quote-duration::-webkit-outer-spin-button, .input-group.date.duration-days #quote-duration-2::-webkit-inner-spin-button, .input-group.date.duration-days #quote-duration-2::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.sales-title {
  text-align: center;
  color: #889;
  margin: 30px 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccd;
  padding-bottom: 8px; }

.quote-section {
  background-color: #ddd;
  border-radius: 6px;
  margin-bottom: 30px; }
  .quote-section .inventory-list-parent .inventory-list .inventory-item {
    width: 50%; }
    @media screen and (max-width: 500px) {
      .quote-section .inventory-list-parent .inventory-list .inventory-item {
        width: 100%;
        margin: 0 20px; } }
    .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents {
      background-color: white;
      text-align: left;
      box-shadow: none;
      border-radius: 6px; }
      .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info {
        margin: 0; }
        .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-text {
          display: block;
          margin: 0;
          vertical-align: top; }
          .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-text .media-heading {
            margin: 0;
            padding: 5px 0; }
        .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-actions {
          display: inline-block;
          width: 48%;
          margin: 0;
          margin-right: 2%;
          vertical-align: top; }
          .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-actions input[type="number"] {
            width: 100%;
            display: block;
            text-align: center;
            border: 1px solid #ccc;
            -moz-appearance: textfield;
            border-radius: 4px;
            height: 35px; }
            .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-actions input[type="number"]::-webkit-inner-spin-button, .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .info-actions input[type="number"]::-webkit-outer-spin-button {
              -webkit-appearance: none;
              margin: 0; }
        .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container {
          display: inline-block;
          margin: 0;
          width: 48%;
          height: 35px;
          vertical-align: top;
          position: relative; }
          .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button {
            position: absolute;
            color: white !important;
            margin: 0 !important;
            height: 35px;
            width: 100%;
            padding: 5px !important;
            border-radius: 4px !important;
            line-height: 21px !important;
            font-weight: 400 !important;
            transition: all 0.3s ease-in-out;
            text-transform: uppercase !important;
            outline: none; }
            .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button.remove-item {
              left: 0;
              background-color: #c00 !important; }
            .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button.update-qty {
              right: 0;
              background-color: #018DA9 !important; }
            .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button:hover {
              opacity: 0.7; }
            .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button.disabled {
              cursor: not-allowed;
              background-color: #ccc !important;
              opacity: 0.75; }
              .quote-section .inventory-list-parent .inventory-list .inventory-item .media-contents .item-info .button-container button.disabled:hover {
                opacity: 0.3; }

.rental-tab-container, .sales-tab-container {
  display: none;
  margin: 0 8px 30px 8px; }

.panelSalesInvEquipmentQuoteItems {
  display: none; }

.reservation-only-sales {
  display: none; }

.select-job-site {
  position: relative;
  display: inline-block;
  width: 94%; }
  @media screen and (max-width: 576px) {
    .select-job-site {
      margin: 10px 0; } }
  .select-job-site #select-job-site, .select-job-site #select-job-site-2 {
    border-bottom: 2px solid #018DA9;
    font-size: .8rem !important;
    color: #999;
    width: 100%;
    background-color: transparent; }
  .select-job-site::after {
    content: '\e803';
    position: absolute;
    color: #018DA9;
    right: 7px;
    top: 0;
    font-family: wynne;
    z-index: -1; }

.form-group input[type=text], .form-group input[type=tel] {
  border-color: #008eaa;
  margin-bottom: 10px; }
@media screen and (max-width: 780px) {
  .form-group #flag-required-optional {
    padding: 0 0.5rem; } }

#sales-due-date, #sales-due-date-2 {
  height: 1.8rem;
  padding: 0 0.5rem; }
  @media (max-width: 500px) {
    #sales-due-date, #sales-due-date-2 {
      margin-top: 20px; } }

#po-field-group, #po-field-group-2 {
  display: none; }
  @media screen and (max-width: 780px) {
    #po-field-group, #po-field-group-2 {
      margin: 20px 0 0; } }
  #po-field-group #po-field, #po-field-group #po-field-2, #po-field-group-2 #po-field, #po-field-group-2 #po-field-2 {
    margin: 0 1rem;
    width: 30%;
    height: 1.5rem; }
    @media screen and (max-width: 780px) {
      #po-field-group #po-field, #po-field-group #po-field-2, #po-field-group-2 #po-field, #po-field-group-2 #po-field-2 {
        width: 60%;
        padding: 0 0.5rem;
        margin: 0; } }

#sale-items {
  display: none; }

#same-address label {
  top: auto; }
  #same-address label.btn {
    background-color: #f5f5f5;
    font-size: 0.7rem;
    width: 120px;
    height: 25px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    color: #888; }
    #same-address label.btn:nth-of-type(1) {
      border-right: none; }
      #same-address label.btn:nth-of-type(1).active {
        background-color: #70B617;
        color: white;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #same-address label.btn:nth-of-type(2).active {
      background-color: #888;
      color: white;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

#receive-jobsite label {
  top: auto; }
  #receive-jobsite label.btn {
    background-color: #f5f5f5;
    font-size: 0.7rem;
    width: 120px;
    height: 25px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    color: #888; }
    #receive-jobsite label.btn:nth-of-type(1) {
      border-right: none; }
      #receive-jobsite label.btn:nth-of-type(1).active {
        background-color: #70B617;
        color: white;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #receive-jobsite label.btn:nth-of-type(2).active {
      background-color: #888;
      color: white;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.delivery-address {
  margin: 0 1rem; }
  .delivery-address .delivery-address-container {
    position: relative; }
    .delivery-address .delivery-address-container .overlay-address {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 100%; }
    .delivery-address .delivery-address-container p {
      color: #999;
      font-size: 1.2rem;
      margin: 3px 20px;
      font-weight: 400; }

.inventory.quote-section .inventory-list .inventory-item .qty .custom-select {
  margin-bottom: 0; }
  .inventory.quote-section .inventory-list .inventory-item .qty .custom-select::after {
    display: block; }
.inventory.quote-section .inventory-list .inventory-item .button-container {
  margin-top: 15px; }

.formRadioDiv .input-group {
  margin-top: 20px; }
  .formRadioDiv .input-group label {
    color: #000;
    font-size: 14px; }
  .formRadioDiv .input-group input {
    margin-right: 5px; }
.formRadioDiv .select-group {
  position: relative;
  background-color: #fff;
  border-bottom: 2px solid #008eaa; }
  .formRadioDiv .select-group .dropdown-arrow-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-color: #FFF;
    cursor: pointer;
    pointer-events: none; }
  .formRadioDiv .select-group select {
    width: 100%;
    height: 25px;
    font-size: 12px;
    border: 0px;
    appearance: none;
    color: #888; }

#disclaimer .quote-form-padding {
  font-weight: bold;
  line-height: 1.5; }

#instoreActive {
  display: none; }
  #instoreActive.active {
    display: block;
    padding-top: 40px !important;
    position: relative;
    bottom: -20px; }

.align-address {
  margin-top: 15px; }

.store-address {
  padding-left: 30px; }
  .store-address h3 {
    margin-top: 0px;
    margin-bottom: 10px; }
  .store-address .data p {
    margin: 0px; }

#pickUpTypeChange {
  position: relative;
  bottom: -40px; }

/* MY ORDERS */
.my-orders .filter-control {
  box-sizing: border-box;
  margin: 0 auto; }
  .my-orders .filter-control .text-filter {
    display: inline-block;
    font-size: 12px;
    width: 15%; }
  .my-orders .filter-control .field-filter {
    display: inline-block;
    width: 60%;
    position: relative; }
    .my-orders .filter-control .field-filter .form-select {
      background-color: transparent;
      border-bottom: 2px solid #018DA9;
      color: #018DA9;
      font-size: 12px; }
    .my-orders .filter-control .field-filter::after {
      content: "\e803";
      font-family: wynne;
      position: absolute;
      right: 5px;
      top: 2px;
      z-index: -1;
      font-size: .9rem;
      font-weight: 900;
      color: #018DA9; }
  .my-orders .filter-control .button-filter {
    display: inline-block;
    width: 20%; }
    .my-orders .filter-control .button-filter button.btn {
      border-radius: 10px;
      padding: 3px 15px !important;
      float: none;
      font-size: 12px; }
.my-orders .no-data {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  color: #aaa; }
.my-orders .orders-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  padding: 0; }
  .my-orders .orders-list .order-item {
    display: inline-block;
    padding: 14px;
    box-sizing: border-box;
    width: 320px;
    margin: 10px 6px;
    border-bottom: none;
    border: 1px solid #E0E0E0;
    background-color: #F4F4F4; }
    @media screen and (max-width: 500px) {
      .my-orders .orders-list .order-item {
        width: 100%; } }
    .my-orders .orders-list .order-item .order-info {
      padding: 0 !important; }
      .my-orders .orders-list .order-item .order-info .order-title {
        font-size: 11px;
        width: 50%;
        display: inline-block; }
        .my-orders .orders-list .order-item .order-info .order-title a {
          font-size: 0.7rem;
          font-weight: 400; }
        .my-orders .orders-list .order-item .order-info .order-title .date-orange {
          color: orange;
          font-weight: 400;
          font-size: 0.7rem; }
        .my-orders .orders-list .order-item .order-info .order-title .card-job-location {
          line-height: 18px; }
          .my-orders .orders-list .order-item .order-info .order-title .card-job-location a {
            font-weight: 700;
            font-size: 0.8rem;
            color: #018DA9; }
      .my-orders .orders-list .order-item .order-info .orderAction {
        width: 48%;
        display: inline-block;
        position: relative;
        top: -6px;
        cursor: default;
        text-align: right; }
        .my-orders .orders-list .order-item .order-info .orderAction a {
          display: block;
          background-color: #018DA9;
          color: white;
          padding: 5px 0;
          text-decoration: none;
          cursor: pointer; }
          .my-orders .orders-list .order-item .order-info .orderAction a:hover {
            background-color: #70b617; }
          .my-orders .orders-list .order-item .order-info .orderAction a .actions {
            background-color: transparent; }
            .my-orders .orders-list .order-item .order-info .orderAction a .actions p {
              color: white;
              padding: 0 5px; }
        .my-orders .orders-list .order-item .order-info .orderAction .pickup-scheduled {
          background: transparent;
          font-size: 0.55rem;
          color: #d00;
          text-transform: uppercase;
          margin-bottom: 3px;
          border: 1px solid #d00;
          padding: 0 3px;
          font-weight: 900; }
    .my-orders .orders-list .order-item .images-container {
      white-space: unset; }
      .my-orders .orders-list .order-item .images-container .images {
        overflow: unset;
        white-space: unset;
        background-color: white;
        border: 1px solid #e0e0e0;
        padding: 10px;
        width: 100%;
        display: block; }
        .my-orders .orders-list .order-item .images-container .images .hide-items {
          display: none; }
        .my-orders .orders-list .order-item .images-container .images a.show-more-items {
          text-align: center;
          width: 100%;
          background-color: #eee;
          display: block;
          font-size: 0.65rem;
          text-transform: uppercase;
          box-sizing: border-box;
          padding: 1px 5px;
          color: #018DA9;
          cursor: pointer; }
        .my-orders .orders-list .order-item .images-container .images .inventory-item {
          margin: 0;
          margin-bottom: 2px;
          border: none;
          padding: 0;
          display: block; }
          .my-orders .orders-list .order-item .images-container .images .inventory-item:last-of-type {
            margin-bottom: 0; }
          .my-orders .orders-list .order-item .images-container .images .inventory-item .qty-bullet {
            color: #70b617;
            font-weight: 800; }
            .my-orders .orders-list .order-item .images-container .images .inventory-item .qty-bullet::before {
              content: '';
              width: 4px;
              height: 4px;
              display: inline-block;
              border: 4px solid #70b617;
              margin-left: 5px;
              border-top: 4px solid transparent;
              border-bottom: 4px solid transparent;
              border-right: 4px solid transparent; }
          .my-orders .orders-list .order-item .images-container .images .inventory-item img {
            display: inline-block;
            width: 80px;
            margin: 0;
            margin-right: 10px;
            vertical-align: top; }
          .my-orders .orders-list .order-item .images-container .images .inventory-item > .equipment-description {
            font-size: 0.65rem; }
            .my-orders .orders-list .order-item .images-container .images .inventory-item > .equipment-description::before {
              content: "\00bb";
              font-size: 1rem;
              color: #bbb;
              margin-right: 2px; }
          .my-orders .orders-list .order-item .images-container .images .inventory-item > div {
            display: inline-block;
            width: 170px;
            margin: 0; }
            @media screen and (max-width: 500px) {
              .my-orders .orders-list .order-item .images-container .images .inventory-item > div {
                width: 180px; } }
            .my-orders .orders-list .order-item .images-container .images .inventory-item > div h6 {
              font-size: 14px;
              font-weight: 700;
              color: #858585;
              margin-bottom: 10px; }
            .my-orders .orders-list .order-item .images-container .images .inventory-item > div p {
              color: #858585;
              font-weight: 400;
              font-size: 12px;
              margin-bottom: 5px; }
            .my-orders .orders-list .order-item .images-container .images .inventory-item > div span {
              color: #858585;
              font-weight: 400;
              font-size: 12px; }

.badges {
  background-color: #333;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  text-align: right;
  color: white;
  margin-left: 5px;
  position: relative;
  font-size: 95%;
  box-sizing: border-box;
  border-radius: 0 8px 0px 8px; }
  .badges.upcoming-count {
    background-color: #c5d12d; }
  .badges.active-count {
    background-color: #018ca8; }
  .badges.sales-count {
    background-color: #f48120; }
  .badges.past-count {
    background-color: #787878; }

.tab-content-titles {
  text-transform: uppercase;
  margin: 20px 0; }

.filters-list .tag {
  background-color: #ddd; }
  .filters-list .tag a {
    color: #bbb; }
.filters-list .clear-filter-item {
  cursor: pointer; }
.filters-list .clear-filters-btn {
  position: relative;
  top: 40px;
  float: right; }
  @media screen and (max-width: 500px) {
    .filters-list .clear-filters-btn {
      top: 8px; } }

/* ORDER INFO */
.order-info .detail-job-location {
  font-size: 1rem;
  line-height: 20px; }
.order-info .detail-order {
  color: #018DA9;
  font-size: 0.8rem;
  line-height: 19px; }
.order-info .orange-date {
  color: #f48120;
  font-size: 0.8rem; }
@media (max-width: 500px) {
  .order-info .btn-actions {
    margin-top: 10px; } }
.order-info .btn-actions a {
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #018DA9;
  color: white;
  padding: 10px;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: center; }
  .order-info .btn-actions a:hover {
    background-color: #70b617; }

.actions {
  cursor: default; }
  .actions a {
    cursor: pointer; }

#service-call-modal .modal-dialog #service-call .form-group {
  margin-top: 0; }
  #service-call-modal .modal-dialog #service-call .form-group label {
    font-size: 0.6rem;
    float: none;
    top: 0;
    text-transform: uppercase; }
  #service-call-modal .modal-dialog #service-call .form-group textarea {
    display: block;
    border: 1px solid #ddd;
    width: 100%; }
  #service-call-modal .modal-dialog #service-call .form-group input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    color: #555;
    height: 1.5rem; }
#service-call-modal .modal-dialog .err-messages {
  text-align: center;
  font-size: 0.75rem;
  color: #c00;
  margin-bottom: 10px; }

#extend-rental-modal .modal-dialog #extend-rental .form-group {
  margin-top: 0; }
  #extend-rental-modal .modal-dialog #extend-rental .form-group label {
    font-size: 0.6rem;
    float: none;
    top: 0;
    text-transform: uppercase; }
  #extend-rental-modal .modal-dialog #extend-rental .form-group textarea {
    display: block;
    border: 1px solid #ddd;
    width: 100%; }
  #extend-rental-modal .modal-dialog #extend-rental .form-group input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    color: #555;
    height: 1.5rem; }
    #extend-rental-modal .modal-dialog #extend-rental .form-group input#return-date-control {
      border-top: none !important;
      border-right: none !important;
      border-left: none !important; }
#extend-rental-modal .modal-dialog .err-messages {
  text-align: center;
  font-size: 0.75rem;
  color: #c00;
  margin-bottom: 10px; }

#pick-request-modal .modal-dialog #pickup-request .form-group {
  margin-top: 0; }
  #pick-request-modal .modal-dialog #pickup-request .form-group label {
    font-size: 0.6rem;
    float: none;
    top: 0;
    text-transform: uppercase; }
  #pick-request-modal .modal-dialog #pickup-request .form-group textarea {
    display: block;
    border: 1px solid #ddd;
    width: 100%; }
  #pick-request-modal .modal-dialog #pickup-request .form-group input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    color: #555;
    height: 1.5rem; }

.overlay-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999; }

@media (max-width: 500px) {
  .modal-content {
    width: 100%;
    min-width: 300px; } }
.modal-content a span {
  color: #053C5B;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 18px; }
  .modal-content a span.date-order {
    color: orange;
    font-weight: 400 !important;
    font-size: 11px; }
    .modal-content a span.date-order > span {
      color: orange;
      font-weight: 400 !important;
      font-size: 11px; }
.modal-content h4.modal-title {
  font-size: 1rem !important;
  color: #018DA9; }
.modal-content .modal-body {
  min-height: 200px; }
  .modal-content .modal-body center {
    padding-top: 50px;
    font-size: 1.2rem; }
  .modal-content .modal-body .overlay-modalBody {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101; }
    .modal-content .modal-body .overlay-modalBody center {
      padding-top: 50px;
      font-size: 1.2rem; }
.modal-content button.close {
  font-size: 14px !important;
  color: white !important;
  background-color: #333;
  text-shadow: unset; }

.orders .inventory-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: space-between;
  padding: 0; }
  @media screen and (max-width: 500px) {
    .orders .inventory-list {
      padding: 10px 4px; } }
  .orders .inventory-list .inventory-item {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 30%;
    margin: 10px 6px; }
    @media screen and (max-width: 768px) {
      .orders .inventory-list .inventory-item {
        width: 100%; } }
    .orders .inventory-list .inventory-item .media-contents {
      border: none; }
      .orders .inventory-list .inventory-item .media-contents .media-image {
        display: inline-block;
        width: 80px;
        margin: 0;
        margin-right: 10px;
        vertical-align: top; }
        .orders .inventory-list .inventory-item .media-contents .media-image img {
          width: 100%; }
      .orders .inventory-list .inventory-item .media-contents .pickup-scheduled-link {
        font-size: 0.55rem;
        color: #d00;
        text-transform: uppercase;
        position: relative;
        top: -15px;
        border: 1px solid #d00;
        padding: 0 3px;
        font-weight: 900; }
        @media (max-width: 768px) {
          .orders .inventory-list .inventory-item .media-contents .pickup-scheduled-link {
            top: 0; } }
      .orders .inventory-list .inventory-item .media-contents .equipment-description {
        margin-bottom: 12px;
        display: block;
        font-size: 1rem; }
      .orders .inventory-list .inventory-item .media-contents .buttons {
        width: 100%;
        display: none; }
        .orders .inventory-list .inventory-item .media-contents .buttons a {
          font-size: 0.65rem;
          text-transform: uppercase;
          background-color: #018DA9;
          color: white;
          padding: 5px 10px;
          margin: 0;
          width: calc(98% / 3);
          display: inline-block;
          box-sizing: border-box;
          text-align: center;
          text-decoration: none; }
          @media (max-width: 1024px) {
            .orders .inventory-list .inventory-item .media-contents .buttons a {
              width: 100%;
              margin-top: 5px; } }
          .orders .inventory-list .inventory-item .media-contents .buttons a:hover {
            background-color: #70b617; }
      .orders .inventory-list .inventory-item .media-contents .item-info {
        display: inline-block;
        width: 170px;
        margin: 0; }
        @media screen and (max-width: 500px) {
          .orders .inventory-list .inventory-item .media-contents .item-info {
            width: 180px; } }
        .orders .inventory-list .inventory-item .media-contents .item-info h6 {
          font-size: 14px;
          font-weight: 700;
          color: #858585;
          margin: 0;
          margin-bottom: 10px; }
        .orders .inventory-list .inventory-item .media-contents .item-info p {
          color: #858585;
          font-weight: 400;
          font-size: 12px;
          margin-bottom: 5px; }
        .orders .inventory-list .inventory-item .media-contents .item-info span {
          color: #858585;
          font-weight: 400;
          font-size: 12px; }
      .orders .inventory-list .inventory-item .media-contents .thumbnails-section {
        margin-top: 20px; }
        .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-in, .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out {
          margin-bottom: 20px; }
          .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-in .mini-title, .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out .mini-title {
            font-weight: 700;
            text-transform: uppercase;
            color: #018DA9; }
          .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-in .thumbs, .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out .thumbs {
            padding-inline-start: 0; }
            .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-in .thumbs li, .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out .thumbs li {
              display: inline-block;
              margin: 4px;
              border: 3px solid #ddd; }
              .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-in .thumbs li a img, .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out .thumbs li a img {
                max-width: 50px; }
        .orders .inventory-list .inventory-item .media-contents .thumbnails-section .check-out {
          margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .modal.ekko-lightbox .modal-content {
    width: 100% !important; } }

/* MODALS */
.modal {
  z-index: 100000; }
  .modal .modal-content {
    min-width: 250px !important;
    min-height: 150px !important; }
    @media screen and (max-width: 500px) {
      .modal .modal-content {
        width: 96% !important; } }

.request-modal.in.pickup-request .modal-dialog {
  max-width: unset; }
  .request-modal.in.pickup-request .modal-dialog .modal-content {
    width: auto !important;
    height: auto !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed; }
    @media screen and (max-width: 500px) {
      .request-modal.in.pickup-request .modal-dialog .modal-content {
        width: 96% !important; } }

.modal-footer button.btn-secondary {
  background-color: #373a3c;
  color: white;
  text-transform: uppercase;
  margin-right: 6px; }

#content.quote #confirmationModal .modal-dialog {
  max-width: 100%; }

ul.modal-buttons {
  padding-left: 0; }
  ul.modal-buttons li {
    display: inline-block; }

/* CATALOG TABS */
.catalog-tabs {
  display: block;
  width: 100vw;
  position: relative;
  background-color: #f4f4f4;
  margin-left: -15px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box; }
  .catalog-tabs.my-orders {
    margin-left: 0; }
    @media (max-width: 840px) {
      .catalog-tabs.my-orders .tab {
        width: 24%;
        font-size: 0.7rem; } }
    @media (max-width: 498px) {
      .catalog-tabs.my-orders .tab {
        font-size: 0.6rem; } }
    .catalog-tabs.my-orders .tab br {
      display: none; }
      @media (max-width: 840px) {
        .catalog-tabs.my-orders .tab br {
          display: inline-block; } }
  .catalog-tabs.inner-tabs {
    width: 100%;
    background-color: white;
    display: none;
    border-bottom: none;
    margin: 0 8px; }
    .catalog-tabs.inner-tabs .tab-rentals.active {
      border-top-color: #018ca8;
      border-bottom: 0; }
    .catalog-tabs.inner-tabs .tab-sales.active {
      border-top-color: #f48120;
      border-bottom: 0; }
  @media (max-width: 500px) {
    .catalog-tabs {
      padding: 0 5px; } }
  .catalog-tabs .tab {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 200px;
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #bbb; }
    @media (max-width: 500px) {
      .catalog-tabs .tab {
        width: 48%;
        font-size: 0.7rem; } }
    .catalog-tabs .tab.tab-rental {
      border-top: 2px solid rgba(1, 140, 168, 0.8); }
      .catalog-tabs .tab.tab-rental.active {
        border-top: 2px solid #018ca8; }
    .catalog-tabs .tab.tab-sale {
      display: none;
      border-top: 2px solid rgba(244, 129, 32, 0.8); }
      .catalog-tabs .tab.tab-sale.active {
        border-top: 2px solid #f48120; }
    .catalog-tabs .tab.tab-active-rentals {
      border-top: 2px solid rgba(1, 140, 168, 0.8); }
      .catalog-tabs .tab.tab-active-rentals.active {
        border-top: 2px solid #018ca8; }
    .catalog-tabs .tab.tab-upcoming-rentals {
      border-top: 2px solid rgba(197, 209, 45, 0.8); }
      .catalog-tabs .tab.tab-upcoming-rentals.active {
        border-top: 2px solid #c5d12d; }
    .catalog-tabs .tab.tab-sales-orders {
      border-top: 2px solid rgba(244, 129, 32, 0.8); }
      .catalog-tabs .tab.tab-sales-orders.active {
        border-top: 2px solid #f48120; }
    .catalog-tabs .tab.tab-past-orders {
      border-top: 2px solid rgba(120, 120, 120, 0.8); }
      .catalog-tabs .tab.tab-past-orders.active {
        border-top: 2px solid #787878; }
    .catalog-tabs .tab.active {
      background-color: white;
      border-bottom-color: white;
      color: #777; }

.sales-inventory-content, .upcoming-rentals-content, .sales-orders-content, .past-orders-content, .results-sales {
  display: none; }

/* Sign */
#signature-content {
  margin-top: 60px; }
  #signature-content .view-pdf {
    text-align: right;
    margin: 20px 0; }
    #signature-content .view-pdf a {
      text-decoration: none;
      text-transform: uppercase;
      background-color: #018DA9;
      color: white;
      font-size: 12px; }
      #signature-content .view-pdf a small {
        display: block; }
  #signature-content .signature-instructions {
    position: relative; }
    #signature-content .signature-instructions .text-background {
      position: absolute;
      top: -40px;
      left: 0;
      color: #eee;
      font-weight: 700;
      font-size: 50px;
      line-height: 0.9; }
    #signature-content .signature-instructions p {
      position: relative;
      font-size: 16px; }
  #signature-content .signature-form .form-group {
    margin-top: 3rem; }
  #signature-content .signature-form input {
    border: none;
    transition: none !important;
    font-size: 0.8rem !important;
    border-bottom: 2px solid #018DA9;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  #signature-content .signature-form #signature {
    background-color: #efefef; }
  #signature-content .signature-buttons button#sign-save {
    float: left; }

#equipment-detail .modal-content,
#suggested-items .modal-content {
  min-width: auto !important;
  min-height: auto !important;
  width: 100% !important;
  height: 95% !important;
  max-width: 640px;
  max-height: 480px; }
  @media screen and (max-width: 460px) {
    #equipment-detail .modal-content,
    #suggested-items .modal-content {
      max-height: auto; } }
  #equipment-detail .modal-content .modal-body,
  #suggested-items .modal-content .modal-body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0px; }
    @media screen and (max-width: 460px) {
      #equipment-detail .modal-content .modal-body,
      #suggested-items .modal-content .modal-body {
        height: 95%; } }
    #equipment-detail .modal-content .modal-body .data-added,
    #suggested-items .modal-content .modal-body .data-added {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding: 15px; }
      #equipment-detail .modal-content .modal-body .data-added h2,
      #suggested-items .modal-content .modal-body .data-added h2 {
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 10px; }
      #equipment-detail .modal-content .modal-body .data-added .image,
      #suggested-items .modal-content .modal-body .data-added .image {
        border: 1px solid #CDCDCD;
        padding: 5px;
        box-sizing: border-box;
        height: 100px; }
        #equipment-detail .modal-content .modal-body .data-added .image img,
        #suggested-items .modal-content .modal-body .data-added .image img {
          height: 100%; }
      #equipment-detail .modal-content .modal-body .data-added .items,
      #suggested-items .modal-content .modal-body .data-added .items {
        height: calc(100% - 245px);
        overflow: auto;
        box-sizing: border-box;
        padding: 10px; }
        #equipment-detail .modal-content .modal-body .data-added .items ul,
        #suggested-items .modal-content .modal-body .data-added .items ul {
          padding: 0px; }
          #equipment-detail .modal-content .modal-body .data-added .items ul li,
          #suggested-items .modal-content .modal-body .data-added .items ul li {
            font-size: .75rem;
            text-transform: uppercase;
            text-align: center;
            padding: 5px 0; }
            #equipment-detail .modal-content .modal-body .data-added .items ul li:nth-child(even),
            #suggested-items .modal-content .modal-body .data-added .items ul li:nth-child(even) {
              background-color: #f1f1f1; }
        #equipment-detail .modal-content .modal-body .data-added .items .suggested-columns .suggested-row,
        #suggested-items .modal-content .modal-body .data-added .items .suggested-columns .suggested-row {
          padding: 5px; }
          #equipment-detail .modal-content .modal-body .data-added .items .suggested-columns .suggested-row:nth-child(even),
          #suggested-items .modal-content .modal-body .data-added .items .suggested-columns .suggested-row:nth-child(even) {
            background-color: #f1f1f1; }
        #equipment-detail .modal-content .modal-body .data-added .items p,
        #suggested-items .modal-content .modal-body .data-added .items p {
          font-size: .75rem;
          margin-top: 20px; }
      #equipment-detail .modal-content .modal-body .data-added .button-container,
      #suggested-items .modal-content .modal-body .data-added .button-container {
        height: 80px; }
        #equipment-detail .modal-content .modal-body .data-added .button-container .btn:last-child,
        #suggested-items .modal-content .modal-body .data-added .button-container .btn:last-child {
          margin-bottom: 0px; }

#equipment-detail .modal-content .modal-body,
#suggested-items .modal-content .modal-body,
#checking-suggested-items .modal-content .modal-body,
#adding-suggested-items .modal-content .modal-body {
  font-size: 12px; }
  #equipment-detail .modal-content .modal-body .wait,
  #suggested-items .modal-content .modal-body .wait,
  #checking-suggested-items .modal-content .modal-body .wait,
  #adding-suggested-items .modal-content .modal-body .wait {
    text-align: center;
    height: 167px;
    display: flex;
    align-items: center; }
    #equipment-detail .modal-content .modal-body .wait .align,
    #suggested-items .modal-content .modal-body .wait .align,
    #checking-suggested-items .modal-content .modal-body .wait .align,
    #adding-suggested-items .modal-content .modal-body .wait .align {
      width: 100%; }
      #equipment-detail .modal-content .modal-body .wait .align h2,
      #suggested-items .modal-content .modal-body .wait .align h2,
      #checking-suggested-items .modal-content .modal-body .wait .align h2,
      #adding-suggested-items .modal-content .modal-body .wait .align h2 {
        font-size: 14px;
        margin-top: 20px;
        font-weight: bold; }
      #equipment-detail .modal-content .modal-body .wait .align img,
      #suggested-items .modal-content .modal-body .wait .align img,
      #checking-suggested-items .modal-content .modal-body .wait .align img,
      #adding-suggested-items .modal-content .modal-body .wait .align img {
        margin: auto; }
  #equipment-detail .modal-content .modal-body .data-added .image,
  #suggested-items .modal-content .modal-body .data-added .image,
  #checking-suggested-items .modal-content .modal-body .data-added .image,
  #adding-suggested-items .modal-content .modal-body .data-added .image {
    text-align: center;
    padding-bottom: 10px; }
    #equipment-detail .modal-content .modal-body .data-added .image img,
    #suggested-items .modal-content .modal-body .data-added .image img,
    #checking-suggested-items .modal-content .modal-body .data-added .image img,
    #adding-suggested-items .modal-content .modal-body .data-added .image img {
      margin: auto; }
  #equipment-detail .modal-content .modal-body .data-added ul,
  #suggested-items .modal-content .modal-body .data-added ul,
  #checking-suggested-items .modal-content .modal-body .data-added ul,
  #adding-suggested-items .modal-content .modal-body .data-added ul {
    margin: 0px; }
    #equipment-detail .modal-content .modal-body .data-added ul li,
    #suggested-items .modal-content .modal-body .data-added ul li,
    #checking-suggested-items .modal-content .modal-body .data-added ul li,
    #adding-suggested-items .modal-content .modal-body .data-added ul li {
      list-style: none; }
  #equipment-detail .modal-content .modal-body .data-added .button-container,
  #suggested-items .modal-content .modal-body .data-added .button-container,
  #checking-suggested-items .modal-content .modal-body .data-added .button-container,
  #adding-suggested-items .modal-content .modal-body .data-added .button-container {
    text-align: center; }
    #equipment-detail .modal-content .modal-body .data-added .button-container .btn,
    #suggested-items .modal-content .modal-body .data-added .button-container .btn,
    #checking-suggested-items .modal-content .modal-body .data-added .button-container .btn,
    #adding-suggested-items .modal-content .modal-body .data-added .button-container .btn {
      float: none !important;
      margin: 5px 0; }
  #equipment-detail .modal-content .modal-body .data-added h2,
  #suggested-items .modal-content .modal-body .data-added h2,
  #checking-suggested-items .modal-content .modal-body .data-added h2,
  #adding-suggested-items .modal-content .modal-body .data-added h2 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center; }
  #equipment-detail .modal-content .modal-body .data-added .suggested-columns.suggested-header,
  #suggested-items .modal-content .modal-body .data-added .suggested-columns.suggested-header,
  #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns.suggested-header,
  #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns.suggested-header {
    font-weight: bold;
    padding-bottom: 5px; }
  #equipment-detail .modal-content .modal-body .data-added .suggested-columns .suggested-row,
  #suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row,
  #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row,
  #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #equipment-detail .modal-content .modal-body .data-added .suggested-columns .suggested-row label,
    #suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label,
    #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label,
    #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label {
      display: flex;
      align-items: center; }
      #equipment-detail .modal-content .modal-body .data-added .suggested-columns .suggested-row label input,
      #suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label input,
      #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label input,
      #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label input {
        margin-right: 10px;
        width: 15px;
        height: 15px; }
      #equipment-detail .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data,
      #suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data,
      #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data,
      #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data {
        width: calc(100% - 25px);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        #equipment-detail .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data .costs,
        #suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data .costs,
        #checking-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data .costs,
        #adding-suggested-items .modal-content .modal-body .data-added .suggested-columns .suggested-row label span.data .costs {
          font-weight: bold; }

.hidden-button {
  display: none !important; }

/*Modal Adjustments*/

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