﻿:root {
  --mdc-theme-primary: #252226;
  --mdc-theme-secondary: #fff;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-secondary: #fff;
  --mdc-theme-error: #DF3B3b; }

html,
body {
  height: 100vh; }

body,
.body-content {
  background: #e9e9e9; }

.body-content {
  padding: 30px 30px 30px 30px;
  width: 100%;
  overflow: auto; }

hr {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.5em; }

h4 {
  color: #252226; }

#Login .logo img {
  margin: 1em 0;
  height: 5em; }

#Login button {
  color: white; }

.btn-primary:hover {
  background-color: #8B9E65;
  border-color: #8B9E65; }

.btn-primary {
  border-color: #495869;
  background-color: #495869; }

.btn-primary.active {
  border-color: #495869;
  background-color: #495869; }

#twoFactorAuth .btn {
  width: 32%;
  display: block;
  margin: 1%; }

#forgot-password {
  color: black !important; }

.mdc-button {
  color: #fff !important; }

.mdc-button-a {
  padding: 0px; }

.mdc-checkbox__checkmark {
  color: black; }

.validation-summary-errors ul {
  list-style-type: none;
  padding: 0; }
  .validation-summary-errors ul li:before {
    font-size: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    font-family: Material Icons;
    content: '\e001'; }

.field-validation-error {
  color: #DF3B3b; }

.mdc-text-field__input .validation-summary-errors ul {
  list-style-type: none;
  padding: 0; }
  .mdc-text-field__input .validation-summary-errors ul li:before {
    font-size: 1.5em;
    margin-right: 1em;
    vertical-align: middle; }

#Login,
#ForgotPassword,
#ForgotPasswordConfirmation,
#ResetPassword,
#ResetPasswordConfirmation {
  width: 100%;
  max-width: 500px;
  margin: 10vh auto;
  text-align: center; }
  #Login .confirmation-icon,
  #ForgotPassword .confirmation-icon,
  #ForgotPasswordConfirmation .confirmation-icon,
  #ResetPassword .confirmation-icon,
  #ResetPasswordConfirmation .confirmation-icon {
    color: #252226;
    margin: 0.5em;
    font-size: 5em; }
  #Login .mdc-button--raised, #Login .mdc-form-field,
  #ForgotPassword .mdc-button--raised,
  #ForgotPassword .mdc-form-field,
  #ForgotPasswordConfirmation .mdc-button--raised,
  #ForgotPasswordConfirmation .mdc-form-field,
  #ResetPassword .mdc-button--raised,
  #ResetPassword .mdc-form-field,
  #ResetPasswordConfirmation .mdc-button--raised,
  #ResetPasswordConfirmation .mdc-form-field {
    width: 100%; }

.mdc-card {
  padding: 1em 2em;
  box-shadow: 0px 0px 95px -32px rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px; }

form .row {
  padding: 0 1em; }

div .form_padding {
  padding: 0 1em; }

#IntervalButtons button {
  margin: 0px 8px 0px 8px; }

:not(:disabled).mdc-button--raised,
:not(:disabled).mdc-button--unelevated {
  background-color: #252226; }

.mdc-text-field,
.mdc-select {
  background-color: transparent !important;
  width: 100%; }

.mdc-select:hover::before {
  opacity: .0; }

.mdc-select .mdc-floating-label {
  top: 3px; }

.mdc-inputCenter {
  padding: 0.2rem;
  text-align: center;
  font-size: xx-large;
  width: 50%;
  margin-left: 25%;
  display: block; }

.mdc-btnCenter {
  background-color: #0094ff;
  min-width: 50%;
  margin-top: 25px; }

.form-inputs {
  background-color: white; }

.drawer-frame-root {
  display: flex;
  height: 90vh; }
  .drawer-frame-root .mdc-drawer {
    position: relative;
    width: 20em;
    border: none;
    background-color: #353e45; }
    .drawer-frame-root .mdc-drawer .mdc-list,
    .drawer-frame-root .mdc-drawer .logged-in-as {
      padding: 2em;
      padding-top: 0%; }
    .drawer-frame-root .mdc-drawer .logged-in-as {
      width: 100%;
      position: absolute;
      bottom: 0em;
      text-align: center;
      color: white; }
      .drawer-frame-root .mdc-drawer .logged-in-as .row {
        text-align: center; }
        .drawer-frame-root .mdc-drawer .logged-in-as .row:nth-child(1) {
          opacity: 0.5; }
      .drawer-frame-root .mdc-drawer .logged-in-as button {
        color: white; }
        .drawer-frame-root .mdc-drawer .logged-in-as button img {
          margin-right: 1rem; }
      .drawer-frame-root .mdc-drawer .logged-in-as .client-version {
        margin-top: 3em;
        opacity: 0.5; }
    .drawer-frame-root .mdc-drawer .mdc-typography--headline3 {
      padding: 1em 0 0.9em 0;
      font-weight: bold;
      color: white;
      text-align: center;
      font-size: 1.5em; }
    .drawer-frame-root .mdc-drawer .mdc-list .mdc-list-item {
      color: white !important;
      margin: 0px 8px;
      height: 55px;
      border-bottom: 1.5px solid;
      border-radius: 0 !important;
      border-color: rgba(255, 255, 255, 0.2) !important; }
      .drawer-frame-root .mdc-drawer .mdc-list .mdc-list-item:first-child {
        border-top: 1.5px solid; }
    .drawer-frame-root .mdc-drawer .mdc-list .mdc-list-item__text {
      font-size: 18px;
      line-height: normal; }
    .drawer-frame-root .mdc-drawer .mdc-list img {
      width: 2em;
      margin-right: 25px; }

.row {
  margin-top: 1em;
  margin-bottom: 1em; }

.navbar {
  background-color: white;
  height: 10vh;
  min-height: 68px; }
  .navbar .logo img {
    margin-left: 1em;
    height: 4em; }

.header-with-back-button .mdc-icon-button__icon {
  opacity: 0.5; }

.header-with-back-button h2 {
  color: #252226;
  font-weight: bold;
  display: inline-block; }

.mdc-snackbar__surface {
  margin: 0 auto;
  height: 4em;
  background-color: #252226; }
  .mdc-snackbar__surface .mdc-snackbar__label,
  .mdc-snackbar__surface .mdc-snackbar__actions button {
    font-size: 1.2em; }
  .mdc-snackbar__surface button {
    color: #252226 !important; }
    .mdc-snackbar__surface button:before {
      color: #252226 !important; }

.mdc-text-field__input:required ~ .mdc-floating-label::after, .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  margin-left: 1px;
  content: ""; }

.mdc-floating-label {
  content: none; }

input.mdc-text-field__input:focus ~ .mdc-floating-label,
input.mdc-text-field__input:not(:focus):valid ~ .mdc-floating-label {
  top: 8px;
  bottom: 10px;
  left: 7px;
  font-size: 11px;
  opacity: 1; }

.mdc-floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all; }

.counter-row-margin {
  margin-left: -14px; }

.introText p {
  color: white;
  max-width: 50%;
  padding: 0%;
  padding-bottom: 1.5%;
  padding-top: 2.4%;
  font-weight: 600; }

.page-top .page-title h2 {
  padding: 0% 0% 0% 0%;
  color: #252226;
  /*font-weight: bold;*/
  display: inline-block; }

.page-top .page-title img {
  display: inline-block;
  max-width: 25%;
  padding-left: 8%; }

.page-top .page-title-ordermat {
  max-width: 500px; }
  .page-top .page-title-ordermat h2 {
    padding: 5% 0% 1% 3%;
    color: #252226;
    /*font-weight: bold;*/
    display: inline-block; }
  .page-top .page-title-ordermat img {
    display: inline-block;
    max-width: 25%;
    padding-left: 8%; }

.page-top .page-actions {
  margin-top: 9px; }

a:hover {
  text-decoration: none; }

a,
button,
input,
optgroup,
select,
textarea {
  line-height: normal !important; }

.dataTables_wrapper table {
  width: 100% !important;
  border-bottom: none !important; }
  .dataTables_wrapper table thead tr th {
    font-weight: bold !important;
    border: none !important;
    position: relative;
    background-image: none !important;
    color: #252226; }
  .dataTables_wrapper table thead tr:nth-child(1) th {
    padding-top: 2em;
    padding-left: 24px !important;
    padding-right: initial !important;
    vertical-align: baseline; }
    .dataTables_wrapper table thead tr:nth-child(1) th.sorting:after, .dataTables_wrapper table thead tr:nth-child(1) th.sorting_asc:after, .dataTables_wrapper table thead tr:nth-child(1) th.sorting_desc:after {
      position: absolute;
      top: 32px;
      font-family: Material Icons;
      color: #252226;
      left: 8px !important;
      right: auto !important;
      margin-left: -3px; }
    .dataTables_wrapper table thead tr:nth-child(1) th.sorting:after {
      content: "\e5d7";
      color: #8A8B8e;
      font-size: 1em; }
    .dataTables_wrapper table thead tr:nth-child(1) th.sorting_asc:after {
      content: "\e5ce"; }
    .dataTables_wrapper table thead tr:nth-child(1) th.sorting_desc:after {
      content: "\e5cf"; }
  .dataTables_wrapper table thead tr:nth-child(2) {
    box-shadow: 0px 0px 95px -32px rgba(0, 0, 0, 0.15); }
    .dataTables_wrapper table thead tr:nth-child(2) th {
      background: white;
      text-align: center; }
      .dataTables_wrapper table thead tr:nth-child(2) th:first-child {
        border-top-left-radius: 5px; }
      .dataTables_wrapper table thead tr:nth-child(2) th:last-child {
        border-top-right-radius: 5px; }
  .dataTables_wrapper table tbody {
    box-shadow: 0px 0px 95px -32px rgba(0, 0, 0, 0.15); }
    .dataTables_wrapper table tbody tr td {
      padding: 0 1.5em !important;
      border-bottom: 0.1em solid rgba(233, 233, 233, 0.8);
      font-weight: 400;
      color: #8A8B8e; }
      .dataTables_wrapper table tbody tr td.dataTables_empty {
        padding: 10em !important; }
      .dataTables_wrapper table tbody tr td .row-action-button {
        color: #353e45; }

.dataTables_wrapper .wordBreakCol {
  word-break: break-word;
  min-width: 131px;
  text-align: left;
  vertical-align: middle; }

.dataTables_wrapper .dt-buttons {
  margin: 2em;
  position: absolute;
  right: 0;
  bottom: 0; }

.dataTables_wrapper .dataTables_processing {
  height: 200px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #252226 !important;
  color: white !important;
  border: none !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: none !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    box-shadow: unset;
    border: none !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: none !important;
  box-shadow: none !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
    background: #252226 !important; }

div[id$="Table_info"] {
  background-color: white;
  width: 100%;
  text-align: center;
  padding-top: 2em !important;
  font-size: 80%;
  color: rgba(138, 139, 142, 0.5) !important;
  padding: 2em 0 !important;
  box-shadow: 0px 20px 20px -32px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

div[id$="Table_processing"] {
  background: white !important; }

div[id$="Table_paginate"] {
  width: 100% !important;
  background-color: white !important;
  text-align: center !important;
  padding-top: 3em !important; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

.spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid #8B9E65;
  border-top-color: white;
  animation: spinner .6s linear infinite; }

.mdc-label {
  color: #252226;
  font-weight: bold; }

.mdc-value {
  color: #8A8B8e; }

.test-drive-status-value {
  font-weight: 400 !important; }

.mdc-detail-section .signature {
  margin-top: 45px; }
  .mdc-detail-section .signature .mdc-label {
    margin-bottom: 10px; }
  .mdc-detail-section .signature img {
    display: block;
    box-shadow: 0px 0px 95px -32px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 300px; }

/* Dropdown Button */
.dropbtn {
  background-color: #252226;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  align-content: center; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block; }

/* Span in dropdown */
.dropdown-content span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: fit-content;
  align-content: center; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: white; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #353e45; }

#dvCSV {
  overflow: auto;
  border: solid 2px black;
  height: 300px; }

.previewTable {
  border: none;
  border-collapse: collapse;
  border-right: 1px solid black;
  border-left: solid 1px black; }

.previewTable td {
  border-right: 1px solid black; }

.previewTable tr td {
  text-align: center;
  padding: 5px; }

.previewTable tr:first-child td {
  color: white;
  background-color: #8B9E65;
  padding: 4px;
  border-color: white; }

.dataTables_scrollBody thead {
  visibility: hidden; }

.bootbox-close-button {
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  padding-bottom: 4px;
  border-radius: 4px; }

.CustomerBannerIntro {
  background: #999999;
  width: 100%;
  padding: 5%; }

.BannerIntroText {
  background: #495869;
  width: 100%;
  padding: 5%;
  padding-bottom: 1%;
  padding-top: 1%; }

@media screen and (min-width: 1800px) {
  .navbar {
    background-color: white;
    height: 6vh; }
    .navbar .logo img {
      margin-left: 1em;
      height: 3.5em; }
  .drawer-frame-root {
    display: flex;
    height: 94vh; } }
