@charset "UTF-8";

/** 
* This file is for general overwrite of Bootstrap 4 styles
* Contains styles common components on every page: 
* headers, menu navigation, footer, fonts, text styling, colours
*/
.text-black {
  color: black;
}

.text-gray {
  color: #58595b;
}

.text-blue {
  color: #0078c0;
}

.fill-gray {
  fill: #58595b;
}

.fill-blue {
  fill: #0078c0;
}

.bg-gray {
  background-color: #edf1f2;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_100.otf");
  font-weight: 100;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_100_Italic.otf");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_300.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_300_Italic.otf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_500.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans_500_Italic.otf");
  font-weight: 500;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h1 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 3.875rem;
  font-weight: 100;
}

h2 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.875rem;
  font-weight: 100;
}

h3 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
}

h4 {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}

h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.125rem;
}

/******************* BASE STYLES  ******************/
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  padding-bottom: 54px;
  /* footer height */
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f8f9fa;
  color: #58595b;
}

p {
  font-weight: normal;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

main {
  margin: 0px auto 32px auto;
  min-width: 282px;
  max-width: 1396px;
}

a {
  color: inherit;
}

a:hover,
a:active {
  text-decoration: underline;
}

svg.icon {
  width: 24px;
  fill: #58595b;
}

/******************* GENERAL BOOTSTRAP OVERWRITES  ******************/
.carousel-item {
  display: block;
  align-items: baseline;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.nav-link {
  color: inherit;
  padding: 0px;
}

.dropdown-toggle::after {
  border: none;
  width: 1rem;
  height: 1rem;
  background: url("../images/icons/chevron_8.svg") no-repeat;
  vertical-align: baseline;
  margin-left: 0px;
}

.show>.dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-menu,
#navbarCollapse.show,
#navbarCollapse.collapsing {
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 300px;
  border: 1px solid #cdd4db;
  border-radius: 0px;
  box-shadow: 0px 0px 4px 2px #edf1f2;
  padding: 0px;
  z-index: 999;
}

.dropdown-menu .dropdown-item,
.dropdown-menu #printButton,
#navbarCollapse.show .dropdown-item,
#navbarCollapse.show #printButton,
#navbarCollapse.collapsing .dropdown-item,
#navbarCollapse.collapsing #printButton {
  line-height: 40px;
  padding: 0px 24px;
  color: #58595b;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu #printButton:hover,
.dropdown-menu #printButton:focus,
.dropdown-menu #printButton:active,
#navbarCollapse.show .dropdown-item:hover,
#navbarCollapse.show .dropdown-item:focus,
#navbarCollapse.show .dropdown-item:active,
#navbarCollapse.show #printButton:hover,
#navbarCollapse.show #printButton:focus,
#navbarCollapse.show #printButton:active,
#navbarCollapse.collapsing .dropdown-item:hover,
#navbarCollapse.collapsing .dropdown-item:focus,
#navbarCollapse.collapsing .dropdown-item:active,
#navbarCollapse.collapsing #printButton:hover,
#navbarCollapse.collapsing #printButton:focus,
#navbarCollapse.collapsing #printButton:active {
  background-color: #edf1f2;
}

.btn,
.form-control,
.navbar-toggler {
  border-radius: 0px;
  border: none;
}

.btn-primary {
  background-color: #0078c0 !important;
}

.btn-secondary {
  background-color: #808285 !important;
}

.btn-primary,
.btn-secondary {
  color: white;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  padding: 0px 24px;
}

.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.8;
}

.btn-primary:disabled,
.btn-secondary:disabled {
  opacity: 0.5;
}

.media img {
  height: 100px;
  width: 140px;
}

/******************** SEARCH BAR ***********************/
#searchBar .modal-dialog {
  margin: auto;
  min-width: 282px;
  max-width: 1396px;
  position: relative;
  background-color: #edf1f2;
  margin-top: 115px;
  padding: 24px;
  border: 1px solid #bcbec0;
}

#searchBar .modal-content {
  background-color: #edf1f2;
  border: 0px;
  border-radius: 0px;
}

#searchBar .form-control {
  border: 1px solid #bcbec0;
  margin-right: 24px;
  height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: medium;
  font-size: 1rem;
  line-height: 40px;
}

#searchBar input::placeholder,
#searchBar input::-webkit-input-placeholder,
#searchBar input::-ms-input-placeholder {
  color: #bcbec0;
}

.search-backdrop {
  top: 115px;
}

/******************* PROFILE NAVIGATION  ******************/
nav#profileBar {
  background-color: #cdd4db;
  display: none !important;
  height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
  nav#profileBar {
    display: flex !important;
    justify-content: space-between;
  }
}

nav#profileBar .navbar-collapse {
  flex-grow: inherit;
}

nav#profileBar ul li:not(:last-child) .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}

nav#profileBar ul li:last-child .nav-link {
  padding-right: 0px;
}

nav#profileBar .location {
  padding-right: 24px;
}

/******************** MAIN HEADER ********************/
header {
  margin-bottom: 48px;
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  background-color: #cdd4db;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 2px 2px 0px #cdd4db;
}

header .wrapper {
  padding: 0px 32px;
  min-width: 375px;
}

header #mainNavigation {
  height: 75px;
}

header #mainNavigation .nav-item {
  position: relative;
}

header #mainNavigation .active .nav-link,
header #mainNavigation .nav-item.dropdown.show>.nav-link {
  background-color: #edf1f2;
  border-bottom: 4px solid #eb0a1e;
}

header #mainNavigation .nav-link {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0px 24px;
  color: #58595b;
}

header #mainNavigation .nav-link:before {
  position: absolute;
  top: 21px;
  height: 32px;
  content: "";
  right: 0;
  width: 1px;
}

header #mainNavigation .nav-link:before {
  background-color: #bcbec0;
}

header #mainNavigation .nav-link:hover {
  background-color: #edf1f2;
  border-bottom: 4px solid #eb0a1e;
}

header #mainNavigation .nav-item:last-child .nav-link:before,
header #mainNavigation #navbarCollapse.show .nav-link:before,
header #mainNavigation #navbarCollapse.collapsing .nav-link:before {
  width: 0px;
}

header #mainNavigation #navbarCollapse.show,
header #mainNavigation #navbarCollapse.collapsing {
  min-width: 300px;
  position: absolute;
  background-color: white;
  top: 75px;
  right: 0;
}

header #mainNavigation #navbarCollapse.show .active .nav-link,
header #mainNavigation #navbarCollapse.show #printButton,
header #mainNavigation #navbarCollapse.show .nav-item.dropdown.show>.nav-link,
header #mainNavigation #navbarCollapse.collapsing .active .nav-link,
header #mainNavigation #navbarCollapse.collapsing #printButton,
header #mainNavigation #navbarCollapse.collapsing .nav-item.dropdown.show>.nav-link {
  background-color: white;
  border-bottom: none;
}

header #mainNavigation #navbarCollapse.show .nav-item.dropdown>.nav-link:hover,
header #mainNavigation #navbarCollapse.collapsing .nav-item.dropdown>.nav-link:hover {
  border-bottom: none;
}

header #mainNavigation #navbarCollapse.show .nav-item.divider,
header #mainNavigation #navbarCollapse.collapsing .nav-item.divider {
  border-top: 1px solid #cdd4db;
}

header #mainNavigation #navbarCollapse.show .nav-link,
header #mainNavigation #navbarCollapse.show #printButton,
header #mainNavigation #navbarCollapse.collapsing .nav-link,
header #mainNavigation #navbarCollapse.collapsing #printButton {
  width: 300px;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
}

header #mainNavigation #navbarCollapse.show .dropdown-menu.show,
header #mainNavigation #navbarCollapse.collapsing .dropdown-menu.show {
  border: none;
  box-shadow: none;
  background-color: #edf1f2;
}

header #mainNavigation #navbarCollapse.show .dropdown-menu.show .dropdown-item,
header #mainNavigation #navbarCollapse.collapsing .dropdown-menu.show .dropdown-item {
  padding-left: 32px;
}

header #mainNavigation #printButton,
header #mainNavigation #navSearch {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 0px;
}

header #mainNavigation #printButton:active,
header #mainNavigation #printButton:hover,
header #mainNavigation #printButton:focus,
header #mainNavigation #navSearch:active,
header #mainNavigation #navSearch:hover,
header #mainNavigation #navSearch:focus {
  background-color: #edf1f2;
  border-bottom: 4px solid #eb0a1e;
}

header #mainNavigation #printButton svg,
header #mainNavigation #navSearch svg {
  height: 24px;
  fill: #58595b;
}

header #mainNavigation #navSearch {
  margin-left: auto;
  background-color: #edf1f2;
}

header #mainNavigation .navbar-toggler {
  height: 75px;
  padding-right: 0;
  padding-left: 24px;
}

#navLocation {
  display: none;
}

nav.navbar {
  margin-left: 30px;
  min-width: 282px;
  max-width: 1396px;
  position: relative;
  padding: 0px;
}

#logoToyota {
  background: url("../images/logo/toyota_logo_colour.png") no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  height: 60px;
  width: 200px;
  margin-right: 1rem;
}

#logoLexus {
  background: url("../images/logo/lexus_logo_en.png") no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  height: 80px;
  width: 258px;
  margin-right: 16px;
}

#logoLexusFr {
  background: url("../images/logo/lexus_logo_fr.png") no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  height: 80px;
  width: 258px;
  margin-right: 16px;
}

#logoInfostream {
  height: 32px;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  padding-left: 16px;
  border-left: 1px solid black;
  padding-right: 16px;
  border-right: 1px solid black;
}

#logoInfostream svg {
  margin-top: 4px;
  height: 24px;
}

/******************* FOOTER ******************/
footer {
  min-width: 375px;
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #cdd4db;
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  height: 54px;
  line-height: 54px;
  padding: 0px 32px;
}

footer .copy,
footer #footerLinks {
  margin: auto;
  min-width: 282px;
  max-width: 1396px;
  position: relative;
}

footer .copy {
  z-index: 0;
}

footer #footerLinks {
  z-index: 1;
}

footer #footerLinks .nav {
  position: absolute;
  bottom: auto;
  right: 0px;
  margin-right: 72px;
}

footer #footerLinks .nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #808285;
  margin: 15px 0px;
  line-height: 24px;
}

footer #footerLinks ul li:last-child .nav-link {
  border-right: none;
}

footer select.language {
  width: auto;
  /* for unsupported browsers */
  width: fit-content;
  margin-top: 8px;
}

/******************* CONTENT BOX *******************/
.content-box {
  border-radius: 2px;
  background-color: white;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 0px 4px 2px #edf1f2;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.p-16 {
  padding: 16px;
}

.p-flex {
  padding: 32px;
}

/******************* prevent main nav menu from breaking layout  ******************/
@media screen and (max-width: 1264px) {
  header #mainNavigation .nav-item .nav-link {
    padding: 0px 16px;
  }
}

/******************* < $tablet-m-width TABLET RESOLUTION  ******************/
@media screen and (max-width: 1024px) {
  header nav #logoToyota {
    height: 25px;
    width: 122px;
  }

  header nav #logoInfostream {
    height: 24px;
  }

  header nav #logoInfostream svg {
    margin-top: 3px;
    height: 18px;
  }

  header nav .navbar-collapse {
    flex-grow: inherit;
  }

  header nav #printButton {
    display: none;
  }

  header nav#mainNavigation {
    height: 60px;
  }

  header nav#mainNavigation #navbarCollapse.show,
  header nav#mainNavigation #navbarCollapse.collapsing {
    top: 60px;
  }

  header nav#mainNavigation #navSearch {
    height: 60px;
    line-height: 60px;
  }

  header #searchBar .modal-dialog {
    margin-top: 60px;
    border-right: none;
    border-left: none;
  }

  .search-backdrop {
    top: 60px;
  }

  .media img {
    height: 55px;
    width: 80px;
  }

  /*************************************/
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  header .wrapper {
    padding: 0px 24px;
  }

  header .wrapper #navLocation {
    display: inline;
    padding: 0 24px;
  }

  header .wrapper #mainNavigation #navSearch {
    margin-left: 0px;
  }

  header .wrapper #mainNavigation .navbar-toggler {
    height: 60px;
    padding-right: 0;
    padding-left: 24px;
  }

  header>nav.navbar,
  footer {
    padding: 0px 24px;
  }

  .p-flex {
    padding: 24px;
  }
}

/******************* MOBILE RESOLUTION  ******************/
@media screen and (max-width: 375px) {
  header nav #logoToyota {
    height: 15px;
    width: 73px;
  }

  .carousel-item {
    display: none;
  }

  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }

  header .wrapper {
    padding: 0px 16px;
  }

  header #mainNavigation {
    height: 48px;
  }

  header #mainNavigation nav #navLocation {
    display: none;
  }

  header #mainNavigation .navbar-toggler {
    height: 60px;
    padding-right: 0;
    padding-left: 16px;
  }

  header #searchBar .form-control {
    margin-right: 0px;
  }

  header #searchBar .btn-primary {
    min-width: auto;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  header #searchBar .text {
    display: none;
  }

  header #searchBar .icon {
    display: block !important;
  }

  header #searchBar .icon svg {
    height: 24px;
    margin-top: 8px;
    fill: white;
  }
}

/******************* prevent footer from breaking layout  ******************/
@media screen and (max-width: 880px) {
  footer {
    position: relative !important;
    background-color: #edf1f2;
    padding: 0px;
  }

  footer .copy {
    height: 48px;
    line-height: 48px;
    background-color: #cdd4db;
    padding: 0px 16px;
  }

  footer #footerLinks {
    border-top: 1px solid #cdd4db;
    background-color: #edf1f2;
  }

  footer #footerLinks .nav {
    position: relative;
    justify-content: center;
    margin-right: 0px;
  }

  footer #footerLinks .nav ß .nav-link {
    margin: 12px 0px;
    line-height: 1.75rem;
  }

  footer select.language {
    margin-top: 5px;
  }

  .p-flex {
    padding: 16px;
  }
}

/*********************** UTILITIES ***********************/
.mb-32px {
  margin-bottom: 32px;
}

.action-hover a.crud {
  display: none;
}

.action-hover:hover a.crud {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  height: auto;
  align-self: center;
}

.action-hover:hover a.crud:not(:last-child) {
  padding-right: 0.5rem;
}

/** add = 1, view = 2, edit = 3, approve = 4, reject = 5 */
.icon-1 {
  display: block;
  background-color: #58595b;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/icons/add_24.svg") no-repeat;
  mask: url("../images/icons/add_24.svg") no-repeat;
}

.icon-2 {
  display: block;
  background-color: #58595b;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/icons/view_24.svg") no-repeat;
  mask: url("../images/icons/view_24.svg") no-repeat;
}

.icon-3 {
  display: block;
  background-color: #58595b;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/icons/edit_24.svg") no-repeat;
  mask: url("../images/icons/edit_24.svg") no-repeat;
}

.icon-4 {
  display: block;
  background-color: #58595b;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/icons/approve_24.svg") no-repeat;
  mask: url("../images/icons/approve_24.svg") no-repeat;
}

.icon-5 {
  display: block;
  background-color: #58595b;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/icons/reject_24.svg") no-repeat;
  mask: url("../images/icons/reject_24.svg") no-repeat;
}