@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap");
.op_fadein {
  opacity: 0; }

@-webkit-keyframes opFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes opFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes opFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes opFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes opFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-moz-keyframes scaleUp {
  from {
    -moz-transform: scale(1);
         transform: scale(1); }
  to {
    -moz-transform: scale(1.1);
         transform: scale(1.1); } }

@keyframes scaleUp {
  from {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes heightExpand {
  from {
    height: 0px; }
  to {
    height: 100%; } }

@-moz-keyframes heightExpand {
  from {
    height: 0px; }
  to {
    height: 100%; } }

@keyframes heightExpand {
  from {
    height: 0px; }
  to {
    height: 100%; } }

.heightExpand {
  -webkit-animation-name: heightExpand;
     -moz-animation-name: heightExpand;
          animation-name: heightExpand;
  -webkit-animation-duration: 500s;
     -moz-animation-duration: 500s;
          animation-duration: 500s; }

.scale:hover {
  -webkit-animation-name: scaleUp;
     -moz-animation-name: scaleUp;
          animation-name: scaleUp;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 400ms;
     -moz-animation-duration: 400ms;
          animation-duration: 400ms; }

.slideLeft {
  margin-right: 100% !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }

.slideRight {
  margin-left: 100% !important;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }

.portal.home .header {
  background: #F86700;
  border-bottom: 1px solid #f46500;
  position: absolute; }
  .portal.home .header .center {
    z-index: 4; }
    .portal.home .header .center li a {
      color: #fff !important; }
    .portal.home .header .center li a:not(.no-underline):after {
      content: "";
      width: 0px;
      height: 1px;
      display: block;
      background: #fff;
      bottom: 0;
      -webkit-transition: 400ms;
      -moz-transition: 400ms;
      transition: 400ms; }
    .portal.home .header .center li a:hover::after {
      width: 100%; }
  .portal.home .header .right {
    z-index: 4; }

.portal .header .center li a {
  color: #000 !important; }

.header .left {
  width: 15%;
  z-index: 5; }

.header .center {
  width: 70%; }
  .header .center li a {
    text-decoration: none; }
  .header .center li a:not(.no-underline):after {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    bottom: 0;
    background: #F86700;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms; }
  .header .center li a:hover::after {
    width: 100%; }

.header .right {
  z-index: 3;
  width: 15%;
  cursor: pointer;
  background: url("../images/menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }

.header .right:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000; }
  .header .right:hover .bg-icon {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5); }

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.bg-icon {
  background: url("../images/icons/bg-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer; }

.bg-icon-orange {
  background: url("../images/icons/bg-icon-orange.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer; }

.bg-icon-blue {
  background: url("../images/icons/bg-icon-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer; }

.x-icon-orange {
  background: url("../images/icons/orange-x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer; }

.search-icon {
  background: url("../images/icons/search-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 5px; }

.search-icon-white {
  background: url("../images/icons/search-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 5px; }

.usr-icon {
  background: url("../images/icons/usr.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 5px; }

.usr-icon-white {
  background: url("../images/icons/user-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 5px; }

.trolley-icon {
  background: url("../images/icons/trolley-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.trolley-white {
  background: url("../images/icons/trolley-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.trolley-icon::after {
  content: attr(value);
  font-size: 0.4rem;
  background: #F86700;
  color: #fff;
  padding: 1px 3px;
  position: relative;
  border-radius: 100px;
  right: -10px;
  top: -10px;
  font-weight: 700; }

.trolley-plain {
  background: url("../images/icons/trolley-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 5px; }

.levels-icon {
  background: url("../images/icons/levels.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.info-circle {
  height: 20px;
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
  background: #0099FF; }

.portal .bg-icon {
  -webkit-filter: brightness(1);
          filter: brightness(1); }

.canvas-bg {
  background: url("../images/canvas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-menu {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  scroll-behavior: smooth;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 19;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none; }

@media (max-width: 1000px) {
  .header .left {
    width: 25%; }
    .header .left img {
      width: 85%; }
  .header .center {
    width: 50%; }
    .header .center .nav-item {
      display: none; }
    .header .center #search,
    .header .center #usr,
    .header .center #orders {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .header .center #trolley-icon {
      margin-left: 0; }
  .header .right {
    width: 25%; }
    .header .right .bg-icon {
      background-position: center; }
    .header .right #menu {
      font-size: 0.8rem; } }

@media (max-width: 800px) {
  .header .center #orders {
    display: none; } }

@media (max-width: 767px) {
  .bg-menu {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .bg-menu .bg-left {
      overflow: unset; }
    .bg-menu .board:nth-of-type(2) {
      border: 2px solid pink !important; } }

@media (max-width: 600px) {
  .bg-menu .bg-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bg-menu .bg-nav .nav-item {
      font-size: 1.5rem; }
  .header .right #menu {
    font-size: 0.6rem !important; } }

@media (max-width: 374px) {
  .header .right #menu {
    font-size: 0.5rem !important; } }

.footer .footer-top h1 {
  color: #4d4a4a;
  opacity: 0.7; }

.footer .nav-item a {
  color: #fff !important; }

.my-fleet .footer .footer-top h1 {
  color: #2c2c2c; }

.footer {
  background: #000;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }
  .footer .footer-top h1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 20px;
    font-weight: 800;
    font-size: 10rem !important;
    line-height: 8rem;
    overflow: hidden; }
  .footer .footer-bottom {
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 90%;
    margin: auto;
    background: #fff; }
    .footer .footer-bottom .links .nav-item a {
      color: #000 !important; }

.fb-icon {
  background: url("../images/icons/Facebook.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.fb-icon-black {
  background: url("../images/icons/fb-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.linkedin-icon {
  background: url("../images/icons/LinkedIn.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.twitter-icon {
  background: url("../images/icons/Twitter.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.twitter-icon-black {
  background: url("../images/icons/Twitter-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.clip-icon {
  background: url("../images/icons/clip-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: auto 10px; }

.sandvik-cover {
  background: url("../images/Sandvik-cover.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom left; }

@media (max-width: 400px) {
  .footer .footer-bottom .icons * {
    margin: auto 3px; } }

@media (max-width: 767px) {
  .footer .footer-top .nav-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .footer .footer-top img {
    margin: auto; } }

@media (max-width: 992px) {
  .footer .footer-top img {
    width: 50%;
    display: block; }
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .footer-bottom .links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .footer .footer-bottom .icons {
      margin-top: 10px;
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
         -moz-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }

.board {
  height: auto;
  min-height: 300px !important;
  border: 3px solid #ffffff;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  cursor: pointer; }
  .board .board-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0; }
    .board .board-cont h4 {
      font-weight: 400; }

.board.board-bg {
  min-height: 33.33% !important; }

.board-no-border {
  border: none; }

.board.lg {
  height: 400px; }

.board-no-h {
  border: 1px solid #ffffff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  cursor: pointer; }
  .board-no-h .board-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0; }

.board::after {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(7deg, #000, transparent);
  background: linear-gradient(83deg, #000, transparent); }

.board:hover:after {
  background: #F86700; }

.prod-card .feature {
  position: absolute;
  top: 0;
  left: 0;
  background: #0099FF;
  color: #fff;
  padding: 5px 10px;
  max-width: 100%; }

.prod-card .prod-img {
  height: 150px; }

.prod-card .prod-opts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .prod-card .prod-opts a {
    width: 33.33%;
    text-align: center;
    color: #0099FF !important;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px; }
  .prod-card .prod-opts a.left {
    text-align: left;
    display: block; }
  .prod-card .prod-opts a:hover {
    color: #F86700 !important;
    text-decoration: none; }
  .prod-card .prod-opts #delete-prod {
    color: #FD6060 !important; }
  .prod-card .prod-opts #delete-prod:hover {
    color: #ff0600 !important; }
  .prod-card .prod-opts a:not(:last-child) {
    border-right: 2px solid #efefef; }

.card .card-caret {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../images/icons/LeftArrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  /* top: 0; */
  top: 40px;
  right: 10px; }

.card .card-caret.collapsed {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.card-row.lg {
  height: 250px; }

.card-row.sm {
  height: 170px; }

.task-box:nth-child(even) {
  background: #F0F0F1;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.info-box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.info-box:hover {
  background: #F0F0F1; }

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0; }

@media (max-width: 767px) {
  .board.board-bg {
    min-height: 200px !important; }
    .board.board-bg .board-cont h4 {
      font-size: 1.5rem !important; }
  .prod-card a.btn {
    width: 100%; }
  .prod-card .prod-img {
    height: 250px; }
  .prod-card p {
    text-align: center !important; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato'; }

h1 {
  font-size: 4rem !important; }

h2 {
  font-size: 3rem !important; }

h3 {
  font-size: 2.5rem !important; }

h4 {
  font-size: 1.75rem !important; }

h5 {
  font-size: 1.5rem !important; }

h6 {
  font-size: 1.25rem !important; }

.sm {
  font-size: 0.9rem; }

.xs {
  font-size: 0.75rem; }

.text-lg {
  font-size: 3.2rem; }

li {
  font-size: 0.9rem;
  color: #000;
  list-style-type: none; }

a {
  color: #000 !important; }

.break-all {
  word-break: break-all; }

@media (max-width: 767px) {
  .text-center-sm {
    text-align: center; } }

.append-order {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  height: 50%;
  width: 40%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }
  .append-order input {
    padding: 10px;
    background: #efefef;
    border: none;
    outline: none; }
  .append-order a {
    font-size: 0.9rem; }
  .append-order a:first-child {
    width: 48%;
    background: #0099FF;
    border: 1px solid #0099FF;
    color: #fff !important; }
  .append-order a:first-child:hover {
    background: transparent;
    border: 1px solid #0099FF;
    color: #0099FF !important; }
  .append-order a:last-child {
    width: 48%;
    background: #FD6060;
    border: 1px solid #FD6060;
    color: #fff !important; }
  .append-order a:last-child:hover {
    background: transparent;
    border: 1px solid #FD6060;
    color: #FD6060 !important; }
  .append-order select {
    outline: none;
    border: none;
    padding: 10px;
    background: #efefef;
    color: rgba(59, 59, 59, 0.5); }
  .append-order button {
    padding: 10px;
    font-size: 0.8rem; }

.modal-cont {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lightbox {
  top: 25% !important;
  position: fixed !important; }
  .lightbox .lb-outerContainer {
    width: 60% !important; }
    .lightbox .lb-outerContainer .lb-image {
      width: 100% !important; }

@media (max-width: 767px) {
  .append-order {
    width: 85%; }
    .append-order a {
      width: 100% !important; } }

.breadcrumb {
  background-color: #fff !important;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .breadcrumb .breadcrumb-nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .breadcrumb .breadcrumb-nav a {
      white-space: nowrap; }
  .breadcrumb .breadcrumb-nav:not(:last-child)::after {
    content: " ";
    margin: auto 10px;
    font-weight: 600;
    background: url("../images/icons/arrow-right-bold.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px; }
  .breadcrumb .breadcrumb-nav:last-child {
    font-weight: 500; }

.breadcrumb.lg .breadcrumb-nav:not(:last-child)::after {
  width: 25px;
  height: 25px;
  margin: auto 20px; }

.breadcrumb.lg .breadcrumb-nav:not(:last-child)::after {
  content: " ";
  margin: auto 20px;
  font-weight: 600;
  background: url("../images/icons/bc-caret.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px; }

.nav-tabs {
  overflow: auto; }

.breadcrumb.no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.sidenav {
  overflow-y: hidden;
  -webkit-animation-name: heightExpand;
     -moz-animation-name: heightExpand;
          animation-name: heightExpand;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  margin-top: 10px;
  padding-left: 3rem; }
  .sidenav .bg-icon-orange {
    display: none; }
  .sidenav li {
    font-weight: 500; }
  .sidenav li:hover a {
    color: #F86700 !important;
    text-decoration: none; }
  .sidenav .sub {
    padding-left: 1rem;
    border-left: 2px solid #F86700; }
    .sidenav .sub li {
      font-weight: 300; }
  .sidenav .nav-item {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .sidenav .nav-item a {
      padding-top: 8px;
      padding-bottom: 8px;
      width: 80%; }
  .sidenav .nav-item.active a {
    color: #F86700 !important;
    font-weight: 500; }
  .sidenav .all {
    display: none; }

.bg-nav {
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .bg-nav .nav-item {
    font-size: 1.5rem; }
  .bg-nav .nav-item:hover a {
    color: #F86700 !important;
    text-decoration: none; }

#close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  #close span {
    font-size: 1.4rem;
    margin-left: 5px; }

#close,
#sandvik-bg {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 20;
  cursor: pointer; }

.tab-pane:not(.active) {
  display: none !important; }

.tab-toggle.active a {
  color: #0099FF !important; }

.tab-toggle.active {
  color: #0099FF !important;
  border-bottom: 2px solid #0099FF; }

.tab-toggle {
  padding: 0 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #cccccc;
  white-space: nowrap; }
  .tab-toggle a {
    color: #cccccc !important; }

.tab-toggle:hover {
  border-bottom: 2px solid #0099FF; }
  .tab-toggle:hover a {
    text-decoration: none;
    color: #0099FF !important; }

.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .pagination .active {
    color: #0099FF !important;
    margin-top: 10px; }
  .pagination .left,
  .pagination .right {
    color: #cccccc !important; }
  .pagination a:hover {
    color: #0099FF !important;
    text-decoration: none; }
  .pagination .left {
    position: absolute;
    left: -12px; }
  .pagination .right {
    position: absolute;
    right: -12px; }

.slide-nav {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-shadow: 0px 0 5px -2px #888;
          box-shadow: 0px 0 5px -2px #888;
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 5;
  left: 0; }

@media (max-width: 767px) {
  .pagination {
    margin: auto; }
  .tab-toggle:not(.active) {
    border-bottom: none; }
  .tabbable .nav:not(.normal) {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .tabbable .nav:not(.normal) li.tab-toggle {
      white-space: nowrap; }
    .tabbable .nav:not(.normal) li.tab-toggle:not(.active) {
      border-bottom: none; }
  .sidenav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: unset;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0; }
    .sidenav .bg-icon-orange {
      display: block; }
    .sidenav .nav-item:not(.active):not(.all) {
      display: none;
      opacity: 0;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      padding-left: 15px;
      width: 100%; }
    .sidenav .sub {
      padding-left: 1rem; }
    .sidenav .nav-item#product-toggle,
    .sidenav .nav-item.all {
      border: 1px solid #efefef; }
    .sidenav .nav-item.all.show {
      position: absolute;
      right: 0;
      height: 100%; }
    .sidenav .nav-item {
      padding: auto;
      width: 70%; }
      .sidenav .nav-item a {
        text-align: left; }
    .sidenav .nav-item.full {
      width: 100%; }
    .sidenav .nav-item:hover {
      background: #efefef; }
      .sidenav .nav-item:hover a {
        text-decoration: none; }
    .sidenav .all {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 30%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sidenav .all a {
        width: 100%;
        text-align: center; }
  .sidenav > .nav-item:not(.active):not(.all)::after {
    content: " \003E";
    position: absolute;
    right: 30px;
    font-size: 1rem; }
  .sidenav.open .nav-item:not(.active):not(.all) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; } }

html {
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth; }

body {
  height: 100%;
  -webkit-animation-name: opFade;
     -moz-animation-name: opFade;
          animation-name: opFade;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s; }

li,
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

button {
  cursor: pointer; }

label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

:-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(59, 59, 59, 0.5);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(59, 59, 59, 0.5); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(59, 59, 59, 0.5); }

.cont {
  max-width: 1400px;
  margin: auto; }

.title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.product:hover .title {
  color: #F86700; }

.opacity {
  opacity: 1;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all; }

.cookies {
  display: none;
  background: #F86700;
  position: fixed;
  bottom: 0;
  z-index: 10; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.f-width {
  width: 100% !important; }

.h-width {
  width: 50%; }

.q-width {
  width: 25%; }

.f-height {
  height: 100%; }

.w-20 {
  width: 20%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.h-height {
  height: 50%; }

.h-40 {
  height: 40%; }

.h-unset {
  height: unset; }

.hover-trans {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1.07);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0, 1.07);
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1.07); }

.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.none {
  display: none; }

.justify-content-even {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .justify-content-even:before, .justify-content-even:after {
    content: "";
    display: block; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.block {
  display: block; }

.img-center {
  margin: 0 auto; }

.center-x {
  margin: auto;
  display: block; }

.overflow {
  overflow: auto; }

.noverflow {
  overflow: hidden; }

.text-sm {
  font-size: 0.75rem; }

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

.disc-list li {
  list-style-type: disc; }

.arrow-after::after {
  content: "";
  position: absolute;
  background: url("../images/icons/arrow-right-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  top: 0;
  margin: auto;
  bottom: 0;
  right: -8px; }

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

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

.big-p {
  padding-left: 7rem;
  padding-right: 7rem; }

@media (max-width: 1200px) {
  .big-p {
    padding-left: 1rem;
    padding-right: 1rem; } }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.abs-btm {
  position: absolute;
  bottom: 0; }

.fixed {
  position: fixed; }

.pointer {
  cursor: pointer; }

.t-0 {
  top: 0; }

.btn {
  padding: 10px 30px;
  font-size: 0.85rem !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  transition: all 0.5s !important; }

.btn-select {
  background: #cccccc;
  color: #fff !important; }

.btn-select.active {
  background: #0099FF; }

.ov-auto {
  overflow: auto; }

.btn-select:hover {
  background: #0099FF; }

.btn-orange {
  border: 2px solid #F86700 !important;
  background: #fff;
  color: #F86700 !important; }

.btn-orange:hover {
  background: #F86700;
  color: #fff !important; }

.btn-blue {
  background: #fff;
  border: 2px solid #0099FF !important;
  color: #0099FF !important; }

.btn-blue.active {
  background: #0099FF;
  color: #fff !important; }

.btn-blue:hover {
  background: #0099FF;
  color: #fff !important; }

.btn-red {
  border: 2px solid #FD6060 !important;
  color: #FD6060 !important;
  background: #fff; }

.btn-clear {
  border: 1px solid #fff !important;
  color: #fff !important; }

.btn-clear:hover {
  background: #fff;
  color: #F86700 !important; }

.btn-red:hover {
  background: #FD6060;
  color: #fff !important; }

.no-rad {
  border-radius: 0 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.black {
  background: #000; }

.text-black {
  color: black !important; }

.white {
  background: #fff !important; }

.text-white {
  color: #fff; }

.text-orange {
  color: #F86700 !important; }

.orange {
  background: #F86700; }

.text-blue {
  color: #0099FF !important; }

.blue {
  background: #0099FF; }

.lightgrey {
  background: #F0F0F1 !important; }

.left {
  float: left; }

.red {
  background: #FD6060; }

.text-red {
  color: #FD6060 !important; }

.top-left {
  position: absolute;
  left: 15px;
  top: 10px; }

.top-right {
  position: absolute;
  right: 30px;
  top: 10px; }

.scrollover {
  overflow: scroll; }

.hover:hover {
  color: #F86700 !important; }

.no-underline:hover {
  text-decoration: none; }

li:hover a {
  text-decoration: underline; }

.show-sm {
  display: none; }

#file-upload-button {
  display: none; }

.h-sm-unset {
  height: auto; }

.gmnoprint a,
.gmnoprint span {
  display: none; }

.gmnoprint div {
  background: none !important; }

.bt {
  border-top: 1px solid #dee2e6; }

.br {
  border-right: 1px solid #dee2e6; }

@media (max-width: 767px) {
  .m-auto-sm {
    margin: auto; }
  .column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-center-sm {
    text-align: center !important;
    -moz-text-align-last: center;
         text-align-last: center; }
  .show-sm {
    display: block; }
  .hide-sm {
    display: none !important; }
  .f-width-sm {
    width: 100%; }
  .h-width-sm {
    width: 50% !important; }
  .h-third {
    min-height: 33.33% !important; }
  .block-sm {
    display: block; }
  .justify-content-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-content-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .border-none-sm {
    border: 0px solid !important; }
  .jumbo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .jumbo * {
      width: 100%; } }

@media (max-width: 576px) {
  .m-auto-xs {
    margin: auto; } }

table {
  overflow: auto; }
  table td {
    padding: 10px 0;
    text-align: left;
    width: 10%;
    vertical-align: middle !important; }
  table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500; }
    table thead tr td {
      border-top: none !important; }
  table tbody tr {
    border-top: 1px solid #eceae6;
    border-bottom: 0.7px solid #eceae6; }
    table tbody tr td {
      text-align: center; }
  table tbody.left {
    float: unset; }
    table tbody.left tr td {
      text-align: left; }

table.no-left tr td:first-child {
  padding-left: 0 !important; }

table.striped tbody tr:nth-of-type(even) {
  background: #fbfbfb; }

table.select {
  border-left: 1px solid #cccccc; }
  table.select tr {
    background: none;
    height: 20px;
    border: none; }
    table.select tr td {
      height: 100%;
      margin-left: 10px;
      background: none; }
      table.select tr td button {
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px; }
  table.select tbody tr {
    background: #fff; }

table.side tr {
  padding: 0;
  border: none; }

@media (max-width: 975px) {
  table.select thead tr:last-of-type td {
    word-break: break-all; } }

@media (max-width: 767px) {
  table thead tr td {
    padding-left: 10px;
    padding-right: 10px; }
  table tr td {
    text-align: center; }
  table.select tbody tr td {
    padding: 9px 0; } }

.hide-default-file-btn {
  position: relative; }
  .hide-default-file-btn .file {
    opacity: 0;
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%; }

#map-slider-close {
  position: absolute;
  right: 5px;
  z-index: 5;
  top: 5px;
  cursor: pointer; }

#bg-top {
  z-index: -1; }

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10; }

@media (max-width: 600px) {
  #links a {
    margin: auto 5px; } }

#carousel-bg {
  background: url("../images/sandvik_commando.png");
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 95%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }

@media (max-width: 850px) {
  #carousel-bg {
    width: 100%;
    height: 400px; } }

.carousel.home .carousel-control-next,
.carousel.home .carousel-control-prev {
  display: none; }

.carousel.home .carousel-inner {
  background: #F86700;
  background-image: url("../images/sandvik_commando.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.carousel.home .carousel-item-inner {
  height: 600px; }

.carousel.home .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 15px; }

.carousel.about .carousel-control-next-icon {
  background-image: url("../images/icons/arrow-right.png");
  height: 30px;
  position: absolute;
  right: 25px; }

.carousel.about .carousel-control-prev-icon {
  background-image: url("../images/icons/arrow-right.png");
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 30px;
  position: absolute;
  left: 25px; }

.carousel.about .carousel-indicators {
  bottom: 20px;
  left: 0;
  width: 20%; }
  .carousel.about .carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 15px;
    background: #c3c3c3; }
  .carousel.about .carousel-indicators li.active {
    background: #000; }

.carousel.my-fleet {
  width: 50%; }
  .carousel.my-fleet .carousel-indicators {
    bottom: 0; }
    .carousel.my-fleet .carousel-indicators li {
      background: #efefef; }
    .carousel.my-fleet .carousel-indicators li.active {
      background: #000; }
  .carousel.my-fleet .carousel-control-prev-icon,
  .carousel.my-fleet .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none; }
  .carousel.my-fleet .carousel-control-next-icon:after {
    content: "";
    font-size: 30px;
    background: url("../images/icons/arrow-right-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 30px;
    color: #000;
    margin: auto; }
  .carousel.my-fleet .carousel-control-prev-icon:after {
    content: "";
    font-size: 30px;
    background: url("../images/icons/arrow-right-black.png");
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 30px;
    color: #000;
    margin: auto; }
  .carousel.my-fleet .carousel-inner {
    background: #fff;
    border: 2px solid #e1e1e1;
    height: 100%;
    border-radius: 15px; }
    .carousel.my-fleet .carousel-inner .carousel-item {
      padding: 1rem;
      padding-bottom: 2rem; }
  .carousel.my-fleet .carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 15px; }

@media (max-width: 767px) {
  .carousel .carousel-item-inner {
    height: 400px; }
  .carousel.my-fleet {
    width: 100%; }
  .carousel.about .carousel-indicators {
    width: 100%;
    margin: auto !important; }
  .carousel.about .carousel-control-next,
  .carousel.about .carousel-control-prev {
    display: none; }
  .about-left {
    height: 250px; } }

#map {
  height: 350px;
  position: relative; }

.menu-toggle {
  position: absolute;
  -webkit-box-shadow: 0px 0px 5px -1px black;
          box-shadow: 0px 0px 5px -1px black;
  top: 20px;
  left: 3rem;
  border-radius: 3px;
  z-index: 4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff; }

.menu-toggle:hover {
  background: #F0F0F1; }

@media (max-width: 767px) {
  .menu-toggle {
    top: 10px;
    left: 10px; } }

.lightbox .lb-image {
  height: 400px !important; }

.dropdown .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0; }
  .dropdown .dropdown-menu .dropdown-item {
    border-top: 2px solid #0099FF;
    border-left: 2px solid #0099FF;
    border-right: 2px solid #0099FF;
    color: #0099FF !important;
    text-align: center; }
  .dropdown .dropdown-menu .dropdown-item:active {
    color: #fff !important; }
  .dropdown .dropdown-menu .dropdown-item:hover {
    background: #0099FF;
    color: #fff !important; }
  .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 2px solid #0099FF; }

@media (max-width: 767px) {
  .lightbox .lb-image {
    height: unset !important;
    width: 100% !important; }
  .lightbox .lb-close {
    display: none; }
  .lightbox .lb-outerContainer {
    width: 90% !important; } }

body {
  background: #F86700; }
