﻿@charset "UTF-8";
@import url(/Content/bootstrap-datetimepicker.css);
:root {
  --primary-color: #546464;
  --primary-menu-color: #546464;
  --primary-light: #617575;
  --primary-lighter: #6b8080;
  --primary-lightest: #748b8b;
  --primary-darken: #465353;
  --primary-hover: #465353;
  --primary-see-through: #a9b8b8;
  --button-color: #2f3841;
  --button-color-dark: #242b32;
  --button-color-darker: #1a1f23;
  --button-color-light: #333d47;
  --button-color-lighter: #404d59;
  --button-border: #2f3841;
  --button-border-hover: #404d59;
  --button-border-active: #1a1f23;
  --button-active: var(--button-color-darker);
  --text-color-in-button: #fff;
  --text-color-in-button-hover: #fff;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --text-color-in-primary: #fff;
  --text-color-in-primary-hover: #fff;
  --info-blue: #6faae7;
  --success-green: #59c573;
  --danger-red: #e62839;
  --info: #cce5ff;
  --info-border: #b8dbff;
  --info-text: #002852;
  --success: #d4edda;
  --success-border: #c2e5ca;
  --success-text: #0c1d10;
  --warning: #fff3cc;
  --warning-border: #ffe799;
  --warning-text: #1f1700;
  --danger: #f8d8db;
  --danger-border: #f5c7cb;
  --danger-text: #160405;
  --scaler: 62.5%;
  --base-font-size: 1.4rem;
  --background-color: #f5f6fa;
  --background-color-lighter: white;
  --background-color-darker: #ebedf5;
  --sidebar-background: #f5f6fa;
  --border-color: #d9e0e8;
  --border-color-lighter-3: #e2e8ee;
  --border-color-lighter-6: #eceff4;
  --border-color-darker-3: #cfd8e2;
  --border-color-darker-6: #c6d0dd;
  --border-color-darker-24: #8ca2ba;
  --border-radius: .2rem;
  --border-radius-left: var(--border-radius) 0 0 var(--border-radius);
  --border-radius-right: 0 var(--border-radius) var(--border-radius) 0;
  --border-radius-top: var(--border-radius) var(--border-radius) 0 0;
  --border-radius-bottom: 0 0 var(--border-radius) var(--border-radius);
  --border-radius-top-left: var(--border-radius) 0 0 0;
  --border-radius-top-right: 0 var(--border-radius) 0 0;
  --border-radius-bottom-left: 0 0 0 var(--border-radius);
  --border-radius-bottom-right: 0 0 var(--border-radius) 0;
  --border: 0.1rem solid var(--border-color);
  --border-dashed: 0.1rem dashed var(--border-color);
  --border-dotted: 0.1rem dotted var(--border-color);
  --separator-style: 0.1rem dotted rgba(0, 0, 50, 0.12);
  --logo-url: url("/Images/bytelab-car-commerce-logo.png");
  --logo-width: 15.2rem;
  --logo-height: 4.4rem;
  --table-hover-color: #c7d1d1;
  --header-font: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
  --header-weight: 600;
  --header-color: #2e3740;
  --text-font: 'Source Sans Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  --text-weight: 400;
  --text-color: #76869e;
  --text-color-lighter: #b1bbc8;
  --text-color-darker: #485465; }

:root {
  --text-color-in-primary: rgba(255, 255, 255, 0.9);
  --text-color-in-primary-hover: white;
  --button-border: #2f3841;
  --button-border-hover: #404d59;
  --button-border-active: #242b32;
  --button-hover: var(--button-color-lighter);
  --button-active: var(--button-color-dark);
  --text-color-in-button: #fff;
  --text-color-in-button-hover: #fff;
  --info: #459fdd;
  --info-border: #378cd6;
  --success: #32c68a;
  --success-border: #21b362;
  --warning: #ffc800;
  --warning-border: #ffb200;
  --background-color: #ebeeef;
  --background-color-lighter: #f4f5f6;
  --background-color-darker: #e3e7e8;
  --sidebar-background: #f1f2f3;
  --border-color: #d1d2d6;
  --border-color-lighter-3: #d9dadd;
  --border-color-lighter-6: #e1e2e5;
  --border-color-darker-3: #c9cacf;
  --border-color-darker-6: #c1c2c8;
  --border-color-darker-24: #90939d;
  --border-radius: 3px;
  --separator-style: 1px solid rgba(0, 0, 0, 0.08);
  --logo-url: url("/Images/bytelab-car-commerce-logo.png");
  --logo-width: 152px;
  --logo-height: 44px;
  --header-font: Arial, Helvetica, sans-serif;
  --header-color: #2a2a2a;
  --text-font: Arial, Helvetica, sans-serif;
  --text-color: #3d3e43;
  --text-color-lighter: #6d6f78;
  --text-color-darker: #0c0c0d;
  --secondary-color: #556565;
  --secondary-hover: #637373; }

:root {
  --primary-color: #546464;
  --primary-menu-color: #546464;
  --primary-light: #617575;
  --primary-lighter: #6b8080;
  --primary-lightest: #748b8b;
  --primary-darken: #465353;
  --primary-hover: #465353;
  --primary-see-through: #a9b8b8;
  --button-color: #2f3841;
  --button-color-dark: #242b32;
  --button-color-darker: #1a1f23;
  --button-color-light: #333d47;
  --button-color-lighter: #404d59;
  --button-border: #2f3841;
  --button-border-hover: #404d59;
  --button-border-active: #1a1f23;
  --button-active: var(--button-color-darker);
  --text-color-in-button: #fff;
  --text-color-in-button-hover: #fff;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --text-color-in-primary: #fff;
  --text-color-in-primary-hover: #fff;
  --info-blue: #6faae7;
  --success-green: #59c573;
  --danger-red: #e62839;
  --info: #cce5ff;
  --info-border: #b8dbff;
  --info-text: #002852;
  --success: #d4edda;
  --success-border: #c2e5ca;
  --success-text: #0c1d10;
  --warning: #fff3cc;
  --warning-border: #ffe799;
  --warning-text: #1f1700;
  --danger: #f8d8db;
  --danger-border: #f5c7cb;
  --danger-text: #160405;
  --scaler: 62.5%;
  --base-font-size: 1.4rem;
  --background-color: #f5f6fa;
  --background-color-lighter: white;
  --background-color-darker: #ebedf5;
  --sidebar-background: #f5f6fa;
  --border-color: #d9e0e8;
  --border-color-lighter-3: #e2e8ee;
  --border-color-lighter-6: #eceff4;
  --border-color-darker-3: #cfd8e2;
  --border-color-darker-6: #c6d0dd;
  --border-color-darker-24: #8ca2ba;
  --border-radius: .2rem;
  --border-radius-left: var(--border-radius) 0 0 var(--border-radius);
  --border-radius-right: 0 var(--border-radius) var(--border-radius) 0;
  --border-radius-top: var(--border-radius) var(--border-radius) 0 0;
  --border-radius-bottom: 0 0 var(--border-radius) var(--border-radius);
  --border-radius-top-left: var(--border-radius) 0 0 0;
  --border-radius-top-right: 0 var(--border-radius) 0 0;
  --border-radius-bottom-left: 0 0 0 var(--border-radius);
  --border-radius-bottom-right: 0 0 var(--border-radius) 0;
  --border: 0.1rem solid var(--border-color);
  --border-dashed: 0.1rem dashed var(--border-color);
  --border-dotted: 0.1rem dotted var(--border-color);
  --separator-style: 0.1rem dotted rgba(0, 0, 50, 0.12);
  --logo-url: url("/Images/bytelab-car-commerce-logo.png");
  --logo-width: 15.2rem;
  --logo-height: 4.4rem;
  --table-hover-color: #c7d1d1;
  --header-font: 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
  --header-weight: 600;
  --header-color: #2e3740;
  --text-font: 'Source Sans Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
  --text-weight: 400;
  --text-color: #76869e;
  --text-color-lighter: #b1bbc8;
  --text-color-darker: #485465; }

:root {
  --text-color-in-primary: rgba(255, 255, 255, 0.9);
  --text-color-in-primary-hover: white;
  --button-border: #2f3841;
  --button-border-hover: #404d59;
  --button-border-active: #242b32;
  --button-hover: var(--button-color-lighter);
  --button-active: var(--button-color-dark);
  --text-color-in-button: #fff;
  --text-color-in-button-hover: #fff;
  --info: #459fdd;
  --info-border: #378cd6;
  --success: #32c68a;
  --success-border: #21b362;
  --warning: #ffc800;
  --warning-border: #ffb200;
  --background-color: #ebeeef;
  --background-color-lighter: #f4f5f6;
  --background-color-darker: #e3e7e8;
  --sidebar-background: #f1f2f3;
  --border-color: #d1d2d6;
  --border-color-lighter-3: #d9dadd;
  --border-color-lighter-6: #e1e2e5;
  --border-color-darker-3: #c9cacf;
  --border-color-darker-6: #c1c2c8;
  --border-color-darker-24: #90939d;
  --border-radius: 3px;
  --separator-style: 1px solid rgba(0, 0, 0, 0.08);
  --logo-url: url("/Images/bytelab-car-commerce-logo.png");
  --logo-width: 152px;
  --logo-height: 44px;
  --header-font: Arial, Helvetica, sans-serif;
  --header-color: #2a2a2a;
  --text-font: Arial, Helvetica, sans-serif;
  --text-color: #3d3e43;
  --text-color-lighter: #6d6f78;
  --text-color-darker: #0c0c0d;
  --secondary-color: #556565;
  --secondary-hover: #637373; }

body {
  margin: 0px;
  padding: 0px;
  font-family: var(--text-font);
  font-size: 11px;
  color: var(--text-color);
  background-color: var(--background-color); }

H1 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--header-color);
  font-family: var(--header-font); }

h1:first-child {
  margin-top: 0; }

h2 {
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  color: var(--header-color); }

h3 {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  margin: 0px;
  margin-bottom: 8px;
  color: var(--header-color); }

h4 {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: var(--header-color); }

h5 {
  font-size: 14px;
  padding-top: 10px;
  margin: 0px;
  color: var(--header-color);
  padding-bottom: 10px; }

p {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color); }

pre {
  font-size: 11px;
  font-family: var(--text-font);
  color: var(--header-color); }

.nav {
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
  margin: 0;
  background: var(--primary-menu-color); }
  .nav:before {
    content: " ";
    display: table; }
  .nav:after {
    content: " ";
    display: table;
    clear: both; }
  .nav.depth-1, .nav.depth-2 {
    position: absolute;
    top: 48px;
    top: 70px;
    left: 0;
    /*max-height: 0;*/
    padding: 0;
    z-index: 10;
    background-color: var(--primary-color);
    box-sizing: border-box;
    opacity: 0;
    transition: all 200ms ease; }
    .nav.depth-1:hover, .nav.depth-2:hover {
      /*max-height: 310px;*/
      opacity: 1; }
  .nav.depth-1 > .nav-item.has-submenu > a:after {
    content: "►";
    position: relative;
    float: right;
    top: 3px;
    font-size: 9px; }
  .nav.depth-1 .nav.depth-2:hover {
    z-index: 12; }
  .nav.depth-2 {
    top: 0;
    left: auto;
    right: -200px;
    z-index: 11; }
  .nav > .nav-item .nav.depth-1 .nav-item {
    display: none; }
  .nav > .nav-item:hover .nav.depth-1 .nav-item {
    display: block; }
  .nav .nav .nav-item {
    opacity: 1;
    display: block; }
    .nav .nav .nav-item:first-child a {
      padding-top: 10px; }
    .nav .nav .nav-item:last-child a {
      padding-bottom: 10px; }
    .nav .nav .nav-item a {
      display: block;
      height: auto;
      font-size: 13px;
      font-weight: 600;
      padding: 5px 12px;
      background-color: rgba(0, 0, 0, 0.1);
      white-space: nowrap;
      min-width: 200px; }
      .nav .nav .nav-item a:hover {
        background-color: rgba(255, 255, 255, 0.1); }

.nav-item {
  position: relative;
  list-style: none;
  display: inline-block;
  box-sizing: border-box; }
  .nav-item a {
    font-family: Arial;
    display: block;
    height: 70px;
    color: var(--text-color-in-primary);
    font-size: 15px;
    font-weight: 600;
    padding: 26px 14px;
    box-sizing: border-box; }
    .nav-item a:hover {
      color: var(--text-color-in-primary-hover);
      background-color: rgba(255, 255, 255, 0.09); }
  .nav-item .smaller-font {
    font-size: 12px !important; }
  .nav-item:hover .depth-1 {
    /*max-height: 340px;*/
    opacity: 1;
    z-index: 11; }
  .nav-item.has-submenu .has-submenu.nav-item:hover .nav.depth-2 {
    /*max-height: 310px;*/
    opacity: 1; }

.mobile-nav-elements {
  display: none;
  border-top: 6px solid rgba(0, 0, 0, 0.28); }
  .mobile-nav-elements .nav-item a {
    font-size: 13px; }
  .mobile-nav-elements ul {
    padding-left: 0; }

.menu-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  vertical-align: top;
  width: 40px;
  height: 29px;
  cursor: pointer;
  z-index: 10;
  display: none; }

.menu-btn:hover .menu-btn-line-1, .menu-btn:hover .menu-btn-line-2, .menu-btn:hover .menu-btn-line-3 {
  background-color: #fff; }

.menu-btn-line-1, .menu-btn-line-2, .menu-btn-line-3 {
  position: absolute;
  top: 0;
  width: 40px;
  height: 5px;
  border-radius: 1px;
  background-color: #fff;
  transition: top 200ms 200ms ease, transform 200ms 0ms ease, opacity 100ms 200ms ease, background-color 200ms ease; }

.menu-btn-line-2 {
  top: 12px; }

.menu-btn-line-3 {
  top: 24px; }

.menu-btn.expanded .menu-btn-line-1 {
  transform: rotate(45deg);
  top: 12px;
  transition: top 200ms ease, transform 200ms 200ms ease, background-color 200ms ease; }

.menu-btn.expanded .menu-btn-line-3 {
  transform: rotate(-45deg);
  top: 12px;
  transition: top 200ms ease, transform 200ms 200ms ease, background-color 200ms ease; }

.menu-btn.expanded .menu-btn-line-2 {
  opacity: 0;
  transition: opacity 100ms ease, background-color 200ms ease; }

.user-menu {
  position: absolute;
  top: 32px;
  right: 0; }

.user-menu-item {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 28px;
  vertical-align: top;
  display: inline-block;
  position: relative; }
  .user-menu-item:last-child {
    top: -4px;
    padding-right: 0; }

.user-details {
  position: relative;
  display: inline-block;
  top: -2px; }

.user-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/Images/icon-user.png");
  cursor: pointer; }

.user-dropdown {
  position: absolute;
  width: 120px;
  border-radius: 2px;
  background-color: var(--button-hover);
  padding: 12px;
  padding-top: 10px;
  margin-left: -60px;
  color: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  transform: translateY(-8px);
  z-index: 30; }

.user-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px); }

.user-dropdown a, .user-dropdown a:visited {
  display: block;
  color: var(--text-color-in-button);
  margin-top: 3px;
  margin-bottom: 6px; }

.user-dropdown a:hover {
  color: var(--text-color-in-primary-hover); }

.user-dropdown select {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2px 4px;
  color: #fff; }

.user-dropdown input[type="checkbox"] {
  margin: 0;
  margin-right: 4px;
  position: relative;
  top: 3px; }

.user-dropdown label {
  font-weight: 600; }

.user-dropdown .arrow {
  position: relative;
  top: -15px;
  left: 51px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--button-hover); }

.main_table {
  width: 1220px;
  margin: 0 auto;
  box-sizing: border-box; }

#td_masterTDContent {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  border-top: none;
  background: #ffffff;
  box-sizing: border-box; }

.pageWidth {
  width: 960px; }

.logo_table {
  position: relative;
  height: 80px; }

.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--logo-width);
  height: var(--logo-height);
  background-image: var(--logo-url);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3; }

.menu_table {
  background: var(--primary-menu-color);
  height: 70px;
  border-radius: var(--border-radius); }

.menu_mainItem a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #386077;
  font-family: Arial;
  -webkit-transition: all 250ms ease; }

.menu_mainItem a:hover {
  text-decoration: none;
  color: #00314d; }

.menu_subItem {
  background-color: #485555;
  font-size: 11px;
  color: #386077;
  text-decoration: none; }

.menu_subItem a {
  font-weight: 600;
  font-size: 11px;
  color: #386077;
  text-decoration: none;
  text-transform: uppercase; }

.menu_subItem a:hover {
  text-decoration: none;
  color: #00314d; }

.termscell {
  text-align: center;
  border-bottom: 0.5pt solid;
  height: 25px; }

.login-box-wrapper {
  position: absolute;
  top: 36%;
  left: 50%;
  width: 330px;
  margin-left: -165px;
  animation: login 800ms ease; }

.login-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

@keyframes login {
  0% {
    opacity: 0;
    transform: translateY(-14px); }
  30% {
    opacity: 0;
    transform: translateY(-14px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.login-box h1 {
  display: none; }

.login-box .logo {
  position: relative;
  display: inline-block;
  top: 0;
  width: var(--logo-width);
  height: var(--logo-height);
  transform: translateY(0);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.login-box INPUT[type=text], .login-box INPUT[type=password] {
  width: 100%;
  margin-bottom: 10px;
  height: 33px;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 13px; }

.login-box #button_login, .login-box #button_newPassword {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  box-sizing: border-box;
  padding: 9px 10px;
  height: 33px; }

.input-wrapper-checkbox {
  font-size: 13px;
  margin-top: -2px;
  margin-bottom: 11px;
  text-align: left; }

.input-wrapper-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  left: -2px; }

.login-box #label_message {
  color: #c92c31 !important;
  font-size: 13px;
  font-weight: 600; }

.button.wait {
  background-color: #999999 !important;
  cursor: wait; }

.consent-box-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  animation: consent 800ms ease; }

@keyframes consent {
  0% {
    opacity: 0;
    top: 53%; }
  30% {
    opacity: 0;
    top: 56%; }
  100% {
    opacity: 1;
    top: 60%; } }

input[type="text"], input[type="password"], input[type="number"], select, textarea {
  height: 26px;
  padding: 4px 6px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  margin-bottom: 5px;
  font-family: var(--text-font);
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 12px;
  color: var(--header-color);
  transition: border 200ms ease; }
  input[type="text"].invalid, input[type="password"].invalid, input[type="number"].invalid, select.invalid, textarea.invalid {
    border: 1px solid #C60000;
    background-color: #FFD6D6; }
  input[type="text"].autoNumeric, input[type="password"].autoNumeric, input[type="number"].autoNumeric, select.autoNumeric, textarea.autoNumeric {
    text-align: right;
    padding-right: 2px; }
  input[type="text"].autoNumeric_0, input[type="password"].autoNumeric_0, input[type="number"].autoNumeric_0, select.autoNumeric_0, textarea.autoNumeric_0 {
    text-align: right;
    padding-right: 2px; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], select[disabled], textarea[disabled] {
    opacity: 0.5;
    cursor: default; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    outline: none;
    border: 1px solid var(--button-color); }

select {
  padding: 4px 3px; }

textarea {
  min-height: 60px;
  resize: none; }

.listBorder input[type="text"], .listBorder input[type="password"], .listBorder input[type="number"], .listBorder select, .listBorder textarea, .search-box input[type="text"], .search-box input[type="password"], .search-box input[type="number"], .search-box select, .search-box textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.22); }

.custom-checkbox, .custom-checkbox-large, .custom-radio {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 11px;
  box-sizing: border-box;
  cursor: pointer; }
  .custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"], .custom-checkbox-large input[type="checkbox"], .custom-checkbox-large input[type="radio"], .custom-radio input[type="checkbox"], .custom-radio input[type="radio"] {
    display: none; }
  .custom-checkbox label, .custom-checkbox-large label, .custom-radio label {
    cursor: pointer; }
  .custom-checkbox .checkbox-icon, .custom-checkbox .radio-icon, .custom-checkbox-large .checkbox-icon, .custom-checkbox-large .radio-icon, .custom-radio .checkbox-icon, .custom-radio .radio-icon {
    position: relative;
    display: inline-block;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: #f3f6f9;
    margin-right: 3px;
    cursor: pointer;
    box-sizing: border-box; }
    .custom-checkbox .checkbox-icon:after, .custom-checkbox .radio-icon:after, .custom-checkbox-large .checkbox-icon:after, .custom-checkbox-large .radio-icon:after, .custom-radio .checkbox-icon:after, .custom-radio .radio-icon:after {
      position: absolute;
      top: 3px;
      right: 3px;
      content: " ";
      width: 10px;
      height: 10px;
      background-color: #ddd;
      border-radius: 1px;
      opacity: 0;
      transition: opacity 200ms ease; }
  .custom-checkbox.disabled .checkbox-icon, .custom-checkbox-large.disabled .checkbox-icon, .custom-radio.disabled .checkbox-icon {
    background-color: #cbced6;
    border-color: #bec1c9;
    color: #2a2a2a;
    opacity: 0.8;
    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);
    cursor: not-allowed; }

.custom-checkbox-large label {
  top: 1px;
  font-family: var(--header-font);
  font-size: 16px;
  color: var(--header-color); }

.custom-radio .radio-icon {
  border-radius: 100%; }
  .custom-radio .radio-icon:after {
    border-radius: 100%; }

.custom-checkbox input[type="checkbox"]:checked + label .checkbox-icon:after, .custom-checkbox-large input[type="checkbox"]:checked + label .checkbox-icon:after, .custom-radio input[type="radio"]:checked + label .radio-icon:after {
  background-color: var(--primary-color);
  opacity: 1; }

.custom-checkbox-indeterminate + label .checkbox-icon:after {
  background-color: var(--primary-color);
  top: 7px;
  height: 2px;
  opacity: 1; }

.input-wrapper .custom-checkbox, .input-wrapper .custom-radio {
  margin-bottom: 0; }

.input-unit-switch {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 3.1rem;
  width: 6.4rem;
  padding: 0.4rem 0;
  border: 0.1rem solid rgba(0, 0, 0, 0.024);
  border-left: 0;
  border: 0.1rem solid #c7d1de;
  border: 0.1rem solid #c7d1de;
  border-radius: var(--border-radius-right);
  background-color: #eef0f7;
  font-size: inherit;
  color: #77879e;
  text-align: center;
  box-sizing: border-box;
  z-index: 2; }
  .input-unit-switch input[type="checkbox"] {
    display: none; }
  .input-unit-switch .input-unit-switch-item {
    position: absolute;
    top: .5rem;
    left: .3rem;
    width: 2.9rem;
    text-align: center;
    z-index: 4;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
    .input-unit-switch .input-unit-switch-item:last-child {
      left: auto;
      right: .1rem; }
  .input-unit-switch .input-unit-switch-slider {
    position: absolute;
    top: .2rem;
    left: 0.3rem;
    width: 2.7rem;
    height: 2.1rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.024);
    border-radius: var(--border-radius);
    background-color: #fff;
    z-index: 3;
    transition: all 200ms ease; }
  .input-unit-switch input[type="checkbox"]:checked + .input-unit-switch-slider {
    transform: translateX(100%); }

input[type="button"], input[type="submit"], input[type="button"], button, .button {
  position: relative;
  height: 26px;
  vertical-align: top;
  padding: 5px 8px;
  border: 1px solid var(--button-border);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  background-color: var(--button-color);
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color-in-button);
  cursor: pointer;
  transition: all 200ms ease; }
  input[type="button"].small, input[type="button"].button-small, input[type="submit"].small, input[type="submit"].button-small, input[type="button"].small, input[type="button"].button-small, button.small, button.button-small, .button.small, .button.button-small {
    height: 19px;
    padding: 2px 8px;
    font-size: 11px; }
  input[type="button"].button-large, input[type="submit"].button-large, input[type="button"].button-large, button.button-large, .button.button-large {
    height: 32px;
    padding: 7px 14px;
    font-size: 14px; }
  input[type="button"].button-mega, input[type="submit"].button-mega, input[type="button"].button-mega, button.button-mega, .button.button-mega {
    height: 38px;
    padding: 10px 16px;
    font-size: 16px; }
  input[type="button"].off, input[type="button"][disabled], input[type="button"][disabled="disabled"], input[type="submit"].off, input[type="submit"][disabled], input[type="submit"][disabled="disabled"], input[type="button"].off, input[type="button"][disabled], input[type="button"][disabled="disabled"], button.off, button[disabled], button[disabled="disabled"], .button.off, .button[disabled], .button[disabled="disabled"] {
    opacity: 0.4;
    cursor: default; }
    input[type="button"].off:hover, input[type="button"][disabled]:hover, input[type="button"][disabled="disabled"]:hover, input[type="submit"].off:hover, input[type="submit"][disabled]:hover, input[type="submit"][disabled="disabled"]:hover, input[type="button"].off:hover, input[type="button"][disabled]:hover, input[type="button"][disabled="disabled"]:hover, button.off:hover, button[disabled]:hover, button[disabled="disabled"]:hover, .button.off:hover, .button[disabled]:hover, .button[disabled="disabled"]:hover {
      color: var(--text-color-in-button);
      background-color: var(--button-color); }
  input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus, .button:hover, .button:focus {
    border: 1px solid var(--button-border-hover);
    outline: none;
    color: var(--text-color-in-button-hover);
    background-color: var(--button-hover); }

.button-warning {
  position: relative;
  display: inline-block;
  height: 3.4rem;
  min-width: 5.4rem;
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #faebcc;
  border-radius: 0.1rem;
  background-color: #fcf8e3;
  font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #8a6d3b;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  margin-right: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 200ms ease;
  user-select: none; }

.button-warning:hover {
  background-color: #f7f3dc;
  font-weight: 400; }

.button-warning:active, .button-warning:focus {
  background-color: #faebcc;
  transition: all 0ms ease; }

.searchbutton {
  top: 19px;
  position: relative;
  left: -1px;
  width: 40px;
  height: 26px;
  vertical-align: top;
  padding: 5px 8px;
  border: 1px solid #00a3d9;
  border-radius: 0.1rem;
  box-sizing: border-box;
  background-color: #00a3d9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 200ms ease; }

.checkbox {
  position: relative; }

.checkbox label {
  padding-left: 3px; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox .checkbox-icon {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  margin-right: 2px; }
  .checkbox .checkbox-icon:after {
    position: absolute;
    top: 2px;
    right: 2px;
    content: " ";
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 200ms ease; }

.checkbox .checked .checkbox-icon:after {
  opacity: 1; }

.checkbox .indeterminate .checkbox-icon:after {
  top: 5px;
  height: 2px;
  border-radius: 0;
  opacity: 1; }

.align-checkbox {
  top: 2px; }

.pagination {
  position: relative; }
  .pagination:before {
    content: " ";
    display: table; }
  .pagination:after {
    content: " ";
    display: table;
    clear: both; }

.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 4px 4px;
  padding-left: 5px;
  min-width: 26px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  background: transparent;
  cursor: pointer;
  transition: all 200ms ease; }
  .pagination a.current.prev, .pagination span.current.prev {
    opacity: 0.4;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: var(--text-color);
    background-color: transparent; }
  .pagination a.current, .pagination span.current {
    background: var(--primary-color);
    color: var(--text-color-in-primary);
    border: 1px solid var(--primary-color);
    cursor: default; }
  .pagination a.next:hover, .pagination span.next:hover {
    color: var(--text-color-in-primary);
    background: var(--primary-color);
    border: 1px solid var(--primary-color); }

a {
  color: var(--header-color);
  cursor: pointer; }
  a:hover {
    color: var(--primary-color);
    text-decoration: none; }

a.function {
  font-size: 10px;
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
  margin-right: 8px; }
  a.function:hover {
    color: #848484; }

/*--------FORM DIV's--------*/
.fieldDIV {
  clear: both; }

[class*="col-"].fieldDIV {
  clear: none; }

.fieldLabel {
  font-size: 11px;
  padding-bottom: 3px; }

.fieldValue {
  float: left; }

.fieldValue.checkbox {
  padding-top: 15px; }

.fieldValue input[type=text], .fieldValue input[type=password], .fieldValue select, .fieldValue textarea, .fieldDIV input[type=text], .fieldDIV input[type=password], .fieldDIV select, .fieldDIV textarea {
  margin-bottom: 8px; }

.fieldValue input[type=text], .fieldValue select {
  width: 75%; }

.fieldValue input[type=text], .fieldValue select {
  width: 75%; }

.dateIconPosition {
  position: relative;
  left: 78%;
  top: -35px;
  padding-top: 5px; }

[class*="col-"] .fieldValue, [class*="col-"] .fieldLabel {
  width: 100%; }

.fieldValidationImage {
  float: left;
  margin-left: 3px;
  height: 18px;
  width: 17px;
  visibility: hidden;
  background-image: url(/Images/Icons/icon_attention.gif);
  background-repeat: no-repeat; }

[class*="col-"] .fieldValidationImage {
  float: none;
  position: absolute;
  right: 10px;
  top: 14px; }

input.placeholder {
  /*jQuery plugin*/
  color: gray;
  font-style: italic; }

::-webkit-input-placeholder {
  color: gray;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
  font-style: italic; }

input:-ms-input-placeholder {
  color: gray;
  font-style: italic; }

/*----------------Form DIVs V2---------------------------*/
DIV.field {
  float: left;
  margin-right: 5px;
  margin-top: 0px; }

DIV.field > DIV {
  display: block;
  margin: 0px; }

DIV.field > SPAN {
  display: block;
  font-size: 11px;
  color: #333333;
  padding-bottom: 2px;
  margin: 0px; }

DIV.field INPUT[type=text],
DIV.field INPUT[type=password],
DIV.field SELECT,
DIV.field TEXTAREA {
  margin-top: 0px;
  margin-bottom: 0px; }

DIV.field.checkbox {
  height: 20px;
  line-height: 20px;
  margin-top: 15px; }

DIV.field.checkbox INPUT[type=checkbox] {
  margin: 0px;
  padding: 0px;
  vertical-align: middle; }

DIV.field.checkbox LABEL {
  vertical-align: middle; }

DIV.field INPUT[type=text].addDatepicker, DIV.fieldColumn DIV INPUT[type=text].hasDatepicker, DIV.field INPUT[type=text].hasDatepicker {
  width: 70px; }

LABEL.error {
  display: block;
  color: #C60000;
  font-size: 11px;
  padding-bottom: 2px;
  margin-top: 1px; }

DIV.field BUTTON[type=button].small {
  top: -1px; }

DIV.clearFloat {
  clear: both;
  font-size: 0px;
  height: 0px; }

/* -----------LIST---------------- */
.listBorder {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #D7D7DF; }
  .listBorder.selected {
    background-color: #CCEDF7;
    border: 1px solid #ACC5D7; }

.listBorderSelected {
  border: 2px solid #D7D7DF; }

.listStandart {
  background-color: #FFFFFF; }

.listAlternating {
  background-color: #e5f1f9; }

/*--------Grid--------*/
.grid THEAD TH {
  background-color: var(--primary-color);
  color: #fff;
  text-align: left;
  padding: 3px 0px; }

.grid TBODY TD {
  padding: 1px 0px;
  border: 1px solid #FFFFFF;
  border-left-width: 0px;
  border-right-width: 0px; }

.grid TBODY TR {
  background-color: #FFFFFF; }

.grid TBODY TR.gridRow_alternating {
  background-color: #f1f1f1; }

.grid TBODY TR.gridRow_alternating TD {
  border: 1px solid #556565;
  border-left-width: 0px;
  border-right-width: 0px; }

.grid TBODY TR.gridRow_alternating .innerTable {
  background-color: #f1f1f1;
  border: 1px solid #FFFFFF; }

.grid TBODY TR.gridRow_alternating TD .innerTable {
  border: 0px;
  border-left-width: 0px;
  border-right-width: 0px; }

/*-----------COLORS---------------*/
.color_red {
  color: #C60000; }

.color_green {
  color: #556565; }

.green {
  color: green; }

/* rotation */
.box_rotate {
  -moz-transform: rotate(-90deg);
  /* FF3.5+ */
  -o-transform: rotate(-90deg);
  /* Opera 10.5  */
  -webkit-transform: rotate(-90deg);
  /* Saf3.1+, Chrome  */
  -ms-transform: rotate(-90deg);
  /* IE9  */
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix M11=6.12323 e-17, M12=1, M21=-1, M22=6.12323 e-17, sizingMethod= "auto expand";
  /* IE6–IE9  */
  zoom: 1; }

.borderColor_darkGray {
  border-color: #333333; }

.borderColor_green {
  border-color: #556565; }

/*-----------BORDER---------------
.border_s_all
{
    border-width:1px;
    border-style:solid;   
}
.border_s_l
{
    border-left-width:1px;
    border-left-style:solid;   
}
.border_s_t
{
    border-top-width:1px;
    border-top-style:solid;   
}
.border_s_r
{
    border-right-width:1px;
    border-right-style:solid;   
}
.border_s_b
{
    border-bottom-width :1px;
    border-bottom-style:solid;   
} */
/*-----------------Box Border---------------------*/
.boxContent {
  border-style: solid;
  border-color: #E0E0E0;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 4px;
  padding-top: 10px;
  padding-bottom: 2px;
  background: #ffffff;
  position: relative;
  left: -2px;
  top: -2px; }

.boxContainer {
  position: relative;
  background: #D1D1D1; }

/*-----------------Layout -----------------------*/
.sidebar {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: var(--sidebar-background);
  border-left: 1px solid var(--border-color);
  z-index: 0; }

.sidebarManualOrder {
  background-color: #f1f2f3;
  border-left: 1px solid #d2d3d7;
  width: 350px;
  height: 1500px; }

.sidebar h3 {
  margin-top: 15px;
  padding-top: 14px;
  box-sizing: border-box;
  border-top: var(--separator-style); }
  .sidebar h3:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.separator-new {
  border-bottom: 2px dotted #ededed;
  margin-top: 10px;
  margin-bottom: 10px; }

.new-separator {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  margin-top: 16px;
  margin-bottom: 20px; }

.separator {
  position: relative;
  width: 100%;
  border-bottom: var(--separator-style);
  margin-top: 20px;
  margin-bottom: 20px; }

.separator2 {
  background: url(../../Images/seperator.png);
  width: 100%;
  background-repeat: repeat-x;
  height: 2px;
  position: relative;
  top: 0px;
  margin-top: 1px;
  padding-bottom: 10px;
  display: inline-block; }

.separator3 {
  background: url(../../Images/seperator_sidebar.png);
  width: 100%;
  background-repeat: repeat-x;
  height: 2px;
  position: relative;
  top: 10px;
  padding-bottom: 18px;
  display: inline-block; }

.separator_sidebar {
  background: url(../../Images/seperator_sidebar.png);
  width: 100%;
  background-repeat: repeat-x;
  height: 2px;
  position: relative;
  top: -6px;
  display: inline-block; }

.checkbox {
  float: left;
  left: -3px;
  position: relative;
  top: 0px; }

.checkbox_text {
  float: left;
  left: -2px;
  position: relative;
  top: 3px; }

#textarea_fieldValue_Description_customVehicleOption_-1 {
  cols: 10; }

.NewsItem, .DocsItem {
  position: relative;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-weight: 600; }
  .NewsItem:last-child, .DocsItem:last-child {
    border-bottom: none; }
  .NewsItem a, .DocsItem a {
    position: relative; }
    .NewsItem a img, .DocsItem a img {
      position: relative;
      top: 4px;
      margin-right: 3px; }

/*-----------------Links ------------------------*/
a {
  color: #585B63;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease; }

a:hover {
  color: #888888;
  font-weight: 600;
  text-decoration: none; }

a:active {
  color: #000000;
  font-weight: 600;
  text-decoration: none; }

/*--Impersonation Panel--*/
.impersonation_panel {
  position: relative;
  background-color: #e5f1f9;
  padding: 0px 17px 0px 17px;
  overflow: hidden;
  height: 30px; }

.padding {
  padding: 20px;
  padding-bottom: 0px; }

.impersonation_panel .btn {
  float: right;
  background-color: #ffffff;
  color: #484b55;
  cursor: pointer;
  padding: 3px 7px 3px 7px;
  margin-top: 4px;
  margin-bottom: 4px; }

.impersonation_panel .btn:hover {
  background-color: #e0e0e0;
  padding: 3px 7px 3px 7px;
  color: #000000; }

.impersonation_panel [class*='span'] {
  height: 150px;
  overflow-y: auto; }

.current-user-message {
  display: inline-block;
  max-width: 400px;
  margin-right: 20px; }

.impersonation_panel input[type=text] {
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d2d3d7;
  height: 30px;
  width: 229px; }

.impersonation_panel .expandableArea {
  height: 0px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s; }

.impersonation_panel .expandableArea.show {
  height: 200px; }

.impersonation_panel .organisation {
  cursor: pointer;
  color: #000;
  background-color: #e5f1f9;
  margin: 4px 0px 3px 0px;
  width: 225px;
  padding: 6px 0px 6px 4px;
  transition: all 200ms ease;
  -webkit-transition: All 200ms ease;
  -moz-transition: All 200ms ease; }

.impersonation_panel .organisation:hover {
  background-color: #999999; }

.impersonation_panel .person {
  cursor: pointer;
  color: #000;
  background-color: #e5f1f9;
  margin: 4px 0px 3px 0px;
  width: 225px;
  padding: 6px 0px 6px 4px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease; }

.impersonation_panel .person:hover {
  background-color: #999999; }

.impersonation_panel [class*='span'] .person:first-child {
  margin-top: 0px; }

.open_impersonation {
  padding: 0;
  margin: 0;
  background-image: url("/Images/icon-eye.png");
  height: 12px;
  position: relative;
  top: 0px;
  left: 1px;
  display: inline-block;
  width: 18px;
  cursor: pointer; }

.open_impersonation_on_name_click {
  cursor: pointer; }

.logo_table_easy {
  display: none; }

#divOwnerAfterLeasingContainer {
  margin-top: 15px; }

/*Rows*/
.row-fluid {
  width: 100%; }

.row-fluid:before, .row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

/*Spans*/
.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid [class*="span"] {
  float: left;
  margin-left: 2.127659574468085%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.level {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  padding-right: 60px;
  box-sizing: border-box;
  margin-bottom: 5px;
  color: var(--text-color-in-button);
  background-color: var(--button-color);
  text-align: left;
  cursor: pointer;
  transition: all 200ms ease; }
  .level:hover {
    background-color: var(--button-hover); }

.profile-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-color-in-primary); }

.profile-text {
  font-size: 12px;
  margin-bottom: 2px; }

.addChildProfile, .addChildCarPolicy {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 22px;
  font-family: Arial;
  color: var(--text-color-in-primary);
  transition: color 200ms ease; }
  .addChildProfile:hover, .addChildCarPolicy:hover {
    color: var(--text-color-in-primary-hover); }

.publicprofile {
  margin-left: 0px;
  color: #888888;
  background-color: #e5f1f9;
  border: 1px solid #d1e0f4;
  width: 300px; }

.addProfileServiceOption {
  margin-top: 30px; }

.daekmatrice {
  width: 900px;
  padding: 10px;
  border: 1px solid #c2c2c2;
  background-color: #ebeeef; }

.contact-wanted {
  color: #bf2c37; }

#offerList .offer {
  margin: 5px;
  margin-left: 0px;
  margin-right: 20px;
  cursor: default; }

#offerList .offer.new {
  font-weight: 700;
  border-color: #A5A8AE; }

#offerList .offer .contracts > table {
  font-weight: 600;
  border-spacing: 0px; }

#offerList .offer .contracts thead {
  background-color: #ebeeef; }

#offerList .offer .contract {
  cursor: pointer; }

#offerList .offer .contract.new {
  background-color: #DEEEFA;
  font-weight: 700; }

#offerList .offer .contract.new .marker {
  background: #0067b0; }

.main-content {
  height: 100%;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex; }

.main-content:before, .main-content:after {
  display: table;
  content: " "; }

.main-content:after {
  clear: both; }

.main-content > .main-content-primary {
  margin-top: 20px;
  width: 65%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }

.main-content > .sidebar {
  width: 35%;
  float: left;
  box-sizing: border-box;
  position: static;
  margin-bottom: -20px; }

.main-content > .large-main-content-primary {
  width: 72%; }

.main-content > .small-sidebar {
  width: 30%; }

.sticky-scroll {
  position: sticky;
  top: 2rem;
  height: 95vh;
  overflow: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4dce5 #e7ebf1; }

.sticky-scroll::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #F5F5F5; }

.sticky-scroll::-webkit-scrollbar-thumb {
  background-color: #d4dce5;
  border: 0.1rem solid #cdd7e1;
  border-radius: 0.3rem; }

.sticky-scroll::-webkit-scrollbar-track {
  background-color: #e7ebf1; }

.followup {
  cursor: pointer;
  /*background-color:#E22504;color:#FFFFFF;*/ }

#table_contractFollowUp {
  border: 1px solid var(--warning);
  border-bottom: none; }

.followup td {
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 3px; }

.followup .id {
  width: 30px; }

.followup .date {
  width: 70px; }

.followup .responsible {
  width: 15px; }

.followup td {
  border-bottom: 1px solid var(--warning);
  background-color: rgba(0, 0, 0, 0.05); }

.followup.warning {
  background-color: var(--warning); }

.followup.warning td {
  background-color: rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid var(--warning);
  transition: all 200ms ease; }

.followup.warning:hover td {
  background-color: rgba(255, 255, 255, 0.36);
  color: rgba(0, 0, 0, 0.9); }

.icon.attention {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/Images/Icons/minus.png"); }

.search-box {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  background-color: var(-primary-light); }

/*MAIN MENU*/
TD.menu_mainItem {
  font-size: 15px;
  font-weight: 600; }

TD.menu_mainItem A {
  display: block;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 4px;
  text-decoration: none;
  color: #b9c8c8;
  font-weight: 600;
  -webkit-transition: All 200ms ease;
  -mozkit-transition: All 200ms ease; }

TD.menu_mainItem A:hover {
  color: #FFFFFF; }

#table_customVehicleOptions {
  z-index: 2;
  position: relative; }

#tr_customVehicleOption_-1 {
  width: 100px; }

/*SUB MENU*/
TABLE.menu_subTable {
  padding-top: 8px;
  background-color: #485555;
  padding-bottom: 8px;
  position: relative;
  top: 5px;
  width: 195px; }

TD.menu_subItem A {
  color: #B9C8C8;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  padding-left: 13px;
  padding-right: 13px; }

TD.menu_subItem A:hover {
  color: #FFFFFF;
  background-color: #556262; }

/* ////// NPROGRESS ////// */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ////// PARTIAL BOOTSTRAP 3 ////// */
.partial-bootstrap-3 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.partial-bootstrap-3 .row {
  margin-right: -15px;
  margin-left: -15px; }

.partial-bootstrap-3 .row:before, .partial-bootstrap-3 .row:after {
  display: table;
  content: " "; }

.partial-bootstrap-3 .row:after {
  clear: both; }

.partial-bootstrap-3 .col-xs-1,
.partial-bootstrap-3 .col-xs-2,
.partial-bootstrap-3 .col-xs-3,
.partial-bootstrap-3 .col-xs-4,
.partial-bootstrap-3 .col-xs-5,
.partial-bootstrap-3 .col-xs-6,
.partial-bootstrap-3 .col-xs-7,
.partial-bootstrap-3 .col-xs-8,
.partial-bootstrap-3 .col-xs-9,
.partial-bootstrap-3 .col-xs-10,
.partial-bootstrap-3 .col-xs-11,
.partial-bootstrap-3 .col-xs-12,
.partial-bootstrap-3 .col-sm-1,
.partial-bootstrap-3 .col-sm-2,
.partial-bootstrap-3 .col-sm-3,
.partial-bootstrap-3 .col-sm-4,
.partial-bootstrap-3 .col-sm-5,
.partial-bootstrap-3 .col-sm-6,
.partial-bootstrap-3 .col-sm-7,
.partial-bootstrap-3 .col-sm-8,
.partial-bootstrap-3 .col-sm-9,
.partial-bootstrap-3 .col-sm-10,
.partial-bootstrap-3 .col-sm-11,
.partial-bootstrap-3 .col-sm-12,
.partial-bootstrap-3 .col-md-1,
.partial-bootstrap-3 .col-md-2,
.partial-bootstrap-3 .col-md-3,
.partial-bootstrap-3 .col-md-4,
.partial-bootstrap-3 .col-md-5,
.partial-bootstrap-3 .col-md-6,
.partial-bootstrap-3 .col-md-7,
.partial-bootstrap-3 .col-md-8,
.partial-bootstrap-3 .col-md-9,
.partial-bootstrap-3 .col-md-10,
.partial-bootstrap-3 .col-md-11,
.partial-bootstrap-3 .col-md-12 {
  float: left; }

.partial-bootstrap-3 .col-xs-1, .partial-bootstrap-3 .col-sm-1, .partial-bootstrap-3 .col-md-1 {
  width: 8.33333333%; }

.partial-bootstrap-3 .col-xs-2, .partial-bootstrap-3 .col-sm-2, .partial-bootstrap-3 .col-md-2 {
  width: 16.66666667%; }

.partial-bootstrap-3 .col-xs-3, .partial-bootstrap-3 .col-sm-3, .partial-bootstrap-3 .col-md-3 {
  width: 25%; }

.partial-bootstrap-3 .col-xs-4, .partial-bootstrap-3 .col-sm-4, .partial-bootstrap-3 .col-md-4 {
  width: 33.33333333%; }

.partial-bootstrap-3 .col-xs-5, .partial-bootstrap-3 .col-sm-5, .partial-bootstrap-3 .col-md-5 {
  width: 41.66666667%; }

.partial-bootstrap-3 .col-xs-6, .partial-bootstrap-3 .col-sm-6, .partial-bootstrap-3 .col-md-6 {
  width: 50%; }

.partial-bootstrap-3 .col-xs-7, .partial-bootstrap-3 .col-sm-7, .partial-bootstrap-3 .col-md-7 {
  width: 58.33333333%; }

.partial-bootstrap-3 .col-xs-8, .partial-bootstrap-3 .col-sm-8, .partial-bootstrap-3 .col-md-8 {
  width: 66.66666667%; }

.partial-bootstrap-3 .col-xs-9, .partial-bootstrap-3 .col-sm-9, .partial-bootstrap-3 .col-md-9 {
  width: 75%; }

.partial-bootstrap-3 .col-xs-10, .partial-bootstrap-3 .col-sm-10, .partial-bootstrap-3 .col-md-10 {
  width: 83.33333333%; }

.partial-bootstrap-3 .col-xs-11, .partial-bootstrap-3 .col-sm-11, .partial-bootstrap-3 .col-md-11 {
  width: 91.66666667%; }

.partial-bootstrap-3 .col-xs-12, .partial-bootstrap-3 .col-sm-12, .partial-bootstrap-3 .col-md-12 {
  width: 100%; }

.partial-bootstrap-3 .col-xs-1,
.partial-bootstrap-3 .col-sm-1,
.partial-bootstrap-3 .col-md-1,
.partial-bootstrap-3 .col-lg-1,
.partial-bootstrap-3 .col-xs-2,
.partial-bootstrap-3 .col-sm-2,
.partial-bootstrap-3 .col-md-2,
.partial-bootstrap-3 .col-lg-2,
.partial-bootstrap-3 .col-xs-3,
.partial-bootstrap-3 .col-sm-3,
.partial-bootstrap-3 .col-md-3,
.partial-bootstrap-3 .col-lg-3,
.partial-bootstrap-3 .col-xs-4,
.partial-bootstrap-3 .col-sm-4,
.partial-bootstrap-3 .col-md-4,
.partial-bootstrap-3 .col-lg-4,
.partial-bootstrap-3 .col-xs-5,
.partial-bootstrap-3 .col-sm-5,
.partial-bootstrap-3 .col-md-5,
.partial-bootstrap-3 .col-lg-5,
.partial-bootstrap-3 .col-xs-6,
.partial-bootstrap-3 .col-sm-6,
.partial-bootstrap-3 .col-md-6,
.partial-bootstrap-3 .col-lg-6,
.partial-bootstrap-3 .col-xs-7,
.partial-bootstrap-3 .col-sm-7,
.partial-bootstrap-3 .col-md-7,
.partial-bootstrap-3 .col-lg-7,
.partial-bootstrap-3 .col-xs-8,
.partial-bootstrap-3 .col-sm-8,
.partial-bootstrap-3 .col-md-8,
.partial-bootstrap-3 .col-lg-8,
.partial-bootstrap-3 .col-xs-9,
.partial-bootstrap-3 .col-sm-9,
.partial-bootstrap-3 .col-md-9,
.partial-bootstrap-3 .col-lg-9,
.partial-bootstrap-3 .col-xs-10,
.partial-bootstrap-3 .col-sm-10,
.partial-bootstrap-3 .col-md-10,
.partial-bootstrap-3 .col-lg-10,
.partial-bootstrap-3 .col-xs-11,
.partial-bootstrap-3 .col-sm-11,
.partial-bootstrap-3 .col-md-11,
.partial-bootstrap-3 .col-lg-11,
.partial-bootstrap-3 .col-xs-12,
.partial-bootstrap-3 .col-sm-12,
.partial-bootstrap-3 .col-md-12,
.partial-bootstrap-3 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.partial-bootstrap-3 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.partial-bootstrap-3 .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.partial-bootstrap-3 .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.partial-bootstrap-3 .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.partial-bootstrap-3 .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.data, .data-header, .data-total {
  position: relative;
  margin-bottom: 4px; }
  .data:before, .data-header:before, .data-total:before {
    content: " ";
    display: table; }
  .data:after, .data-header:after, .data-total:after {
    content: " ";
    display: table;
    clear: both; }

.data-header, .data-total {
  font-weight: 600; }

.data-total {
  padding-top: 3px;
  border-top: 1px solid #ededed;
  margin-bottom: 14px;
  font-weight: 500; }
  .data-total:last-child {
    margin-bottom: 0; }

.data-first {
  float: left;
  padding-right: 7px;
  min-height: 14px; }

.data-last {
  float: right;
  padding-left: 7px;
  min-height: 14px; }

.form-item {
  position: relative;
  height: 24px;
  margin-bottom: 10px; }

.form-label, .form-label-small, .form-label-large, .form-label-mega {
  position: relative;
  top: 6px;
  font-size: 12px; }

.form-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 100px; }
  .form-input input[type="text"], .form-input select {
    width: 100%; }

.form-unit {
  position: absolute;
  top: 6px;
  left: 8px; }

.form-label-small + .form-input {
  padding-left: 80px; }

.form-label-large + .form-input {
  padding-left: 120px; }

.form-label-mega + .form-input {
  padding-left: 140px; }

#LoadingVehicles, #LoadingExportFile, #LoadingOptions {
  display: none;
  padding: 10px;
  margin: 20px auto;
  max-width: 400px;
  text-align: center;
  width: 100%; }

.vehicle-container, .contract-container {
  position: relative;
  margin: 0 -20px;
  background-color: #eee;
  padding: 15px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: none; }
  .vehicle-container:before, .contract-container:before {
    content: " ";
    display: table; }
  .vehicle-container:after, .contract-container:after {
    content: " ";
    display: table;
    clear: both; }

.vehicle-preview {
  position: relative;
  float: left;
  width: calc(33.33% - 20px);
  padding: 17px;
  margin: 10px;
  background-color: #fff;
  box-sizing: border-box; }

.vehicle-preview-image {
  position: relative;
  width: 100%;
  height: 198px;
  background-size: 80%;
  object-fit: contain;
  object-position: center center;
  background-color: #eee;
  border-radius: 1px;
  margin-bottom: 12px; }

.vehicle-preview-brand, .vehicle-preview-model {
  display: block;
  font-family: var(--header-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--header-color);
  margin-right: 2px; }

.vehicle-preview-variant {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 15px;
  color: var(--header-color);
  margin-bottom: 5px; }

.vehicle-preview .data, .vehicle-preview .data-header, .vehicle-preview .data-center {
  font-size: 12px; }

.vehicle-preview .data-center {
  margin-top: 4px;
  text-align: center;
  border: 1px solid var(--border-color);
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 5px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 2px; }

.vehicle-preview .button-mega {
  width: 100%; }

/* PAGINATION
---------------------------------- */
.pagination {
  border-radius: 3px;
  font-size: 11px; }

.pagination a {
  border-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 3px;
  font-size: 11px; }

.pagination .current {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 3px;
  font-size: 11px; }

#LeasingCompanyInfoContainer {
  display: none;
  margin-bottom: 10px; }

.selvbevilling-icon:before {
  /*content: "\e162";*/
  content: "\e178"; }

.info {
  max-height: 350px;
  overflow: hidden;
  transition: all ease-in-out 350ms 0ms; }

.info .glyphicon-chevron-down {
  display: none; }

.info.collapsed .glyphicon-chevron-down {
  display: inline-block; }

.info.collapsed .glyphicon-chevron-up {
  display: none; }

.info.collapsed {
  max-height: 18px; }

.info .info-content {
  margin-top: 1em; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-left: none;
  border-right: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 2px 2px 0 0; }

.ui-tabs-anchor:focus {
  outline: none; }

div[id^='div_menu'] {
  border-right: 1px solid #485555; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.ui-widget-content {
  border-color: var(--border-color); }

.ui-widget-header {
  background: var(--primary-color);
  border-color: var(--primary-color); }
  .ui-widget-header .ui-state-default {
    background: var(--primary-lighter);
    border-color: var(--primary-lighter); }
    .ui-widget-header .ui-state-default.ui-state-active {
      background: #fff;
      border-color: #fff; }

.ui-dialog .ui-dialog-buttonpane button {
  border: 1px solid var(--button-border);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  background: var(--button-color);
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color-in-button); }
  .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus {
    border: 1px solid var(--button-border-hover);
    outline: none;
    font-weight: 600;
    color: var(--text-color-in-button-hover);
    background: var(--button-hover); }

.ui-dialog .ui-dialog-titlebar-close {
  background: var(--primary-lighter);
  border-color: var(--primary-lighter);
  color: var(--text-color-in-primary); }

/*
    Billede upload
*/
.image-upload {
  width: 500px;
  background-color: transparent;
  overflow: hidden; }

.image-upload img {
  max-height: 50px; }

/* -------------------------------------------------
    Profil redigering. Restværdi fanen
---------------------------------------------------- */
.profiles-residual-value-tab .header {
  margin-bottom: 2px; }

.profiles-residual-value-tab .info {
  font-style: italic;
  font-size: 10px; }

.profiles-residual-value-tab .matrix {
  /*background-color: #B17373;*/ }

.profiles-residual-value-tab .matrix.alt {
  background-color: #EEE; }

.profiles-residual-value-tab .matrix.allowed {
  background-color: #73B17D;
  color: #FFF; }

.profiles-residual-value-tab .matrix.alt.allowed {
  background-color: #5BA868; }

.clickable {
  cursor: pointer; }

/* -------------------------------------------------
    Kontrakts detaljer.
---------------------------------------------------- */
.sidebar_margin .details {
  margin-top: 5px; }

.sidebar_margin .details > .label {
  font-weight: 700; }

.sidebar_margin .details > .value {
  text-align: right; }

/* -------------------------------------------------
    Forsikrings konfiguration.
---------------------------------------------------- */
.insurance-configuration .configuration-selector {
  background-color: #fff; }

.insurance-configuration h4 {
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 10px; }

.insurance-configuration .criteria-settings > * {
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s; }

.insurance-configuration .matrix-view {
  background-color: #FFF;
  transition: all 0s ease-in-out 0.3s; }

.insurance-configuration .configuration-selector .selector {
  float: left; }

.insurance-configuration .configuration-selector .actions {
  margin-left: 10px;
  float: left; }

.insurance-configuration .configuration-selector .mode {
  float: right; }

.insurance-configuration .insurance-criterias .criteria .col-2 {
  font-size: 12px;
  padding-top: 4px; }

.insurance-configuration .insurance-criterias .value {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  transition: all 200ms ease; }
  .insurance-configuration .insurance-criterias .value.selected {
    background-color: var(--button-color);
    border: 1px solid var(--button-color); }
    .insurance-configuration .insurance-criterias .value.selected input[type="text"] {
      color: #000; }
  .insurance-configuration .insurance-criterias .value > * {
    position: relative;
    z-index: 2; }

.insurance-configuration .insurance-criterias .value-bg-overlay {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.88;
  z-index: 1; }

.insurance-configuration .matrix-view .header-x, .insurance-configuration .matrix-view .header-y {
  font-weight: 600; }

.insurance-configuration .insurance-criterias {
  padding-left: 0; }
  .insurance-configuration .insurance-criterias .value {
    padding: 2px 6px; }
  .insurance-configuration .insurance-criterias .button {
    margin-bottom: 0; }
  .insurance-configuration .insurance-criterias input[type="text"], .insurance-configuration .insurance-criterias select {
    margin-bottom: 0;
    padding-left: 0; }

.insurance-configuration .criteria {
  position: relative;
  padding: 14px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  list-style: none; }

.insurance-configuration .remove-criteria {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 23px;
  height: 22px;
  border-radius: var(--border-radius);
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  color: #721c24;
  z-index: 2;
  transition: all 200ms ease; }
  .insurance-configuration .remove-criteria:hover {
    background-color: #f5c6cb; }

.insurance-configuration .button[disabled] {
  background-color: #aeaeae;
  border-color: #a3a3a3;
  cursor: default; }
  .insurance-configuration .button[disabled]:hover {
    background-color: #aeaeae;
    border-color: #a3a3a3; }

.insurance-configuration .configuration-settings input[type='text'][disabled], .configuration-settings .insurance-criterias select[disabled] {
  background-color: transparent;
  border: 0; }

.insurance-configuration .configuration-settings {
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }

.insurance-configuration .configuration-settings .criteria-settings {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: initial;
  visibility: hidden; }

.insurance-configuration .configuration-settings .matrix-settings .table {
  width: 100%; }

.insurance-configuration .overflow-x-auto {
  overflow-x: auto; }

.insurance-configuration .configuration-settings .matrix-settings .table input[type='text'] {
  width: 130px; }

.insurance-configuration .configuration-settings .criteria-view {
  visibility: visible; }

.insurance-configuration .configuration-settings .criteria-view.col-xs-12 input[type="text"] {
  margin-bottom: 5px;
  padding-left: 5px; }

.insurance-configuration .configuration-settings .matrix-settings {
  top: 0;
  z-index: 2;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: initial; }

.configuration-pricesettings {
  position: absolute;
  z-index: 1;
  margin-left: 34%;
  width: 63.5%; }

.insurance-configuration .configuration-settings .availability-settings {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: initial; }

.insurance-configuration.mode-edit-availability .configuration-settings .criteria-settings {
  width: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden; }

.insurance-configuration.mode-edit-availability .configuration-settings .matrix-settings {
  width: 0;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden; }

.insurance-configuration .configuration-settings .availability-view .availability-setting.selected {
  background-color: var(--primary-color);
  font-weight: 600; }

.insurance-configuration .availability-view .availability-setting {
  padding-left: 0;
  list-style: none; }
  .insurance-configuration .availability-view .availability-setting li {
    font-size: 12px;
    padding: 5px 8px;
    border: 1px solid var(--border-color);
    border-bottom: none;
    transition: all 200ms ease; }
    .insurance-configuration .availability-view .availability-setting li:first-child {
      border-radius: var(--border-radius-top); }
    .insurance-configuration .availability-view .availability-setting li:last-child {
      border-radius: var(--border-radius-bottom);
      border-bottom: 1px solid var(--border-color); }
    .insurance-configuration .availability-view .availability-setting li.selected {
      color: #fff;
      background-color: var(--button-color);
      border-color: var(--button-color); }
    .insurance-configuration .availability-view .availability-setting li:hover {
      color: #fff;
      background-color: var(--primary-hover);
      border-color: var(--button-hover); }

.automatic-check-table {
  width: 100%; }

.automatic-check-table thead {
  text-align: left; }

.automatic-check-table thead tr th {
  border-bottom: 2px solid #ddd;
  font-size: 13px;
  padding: 4px 4px; }

.automatic-check-table tbody tr td {
  border-bottom: 1px solid #eee;
  padding: 2px 4px; }

.autocheck-stats {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 4px;
  padding-left: 1px;
  box-sizing: border-box;
  border: 1px solid #ddd; }

.stats-warning {
  background-color: #f4a93d;
  border-color: #e99b2a; }

.stats-alert {
  background-color: #f64848;
  border-color: #ce2020; }

.stats-success {
  background-color: #32c68a;
  border-color: #27b67c; }

.pull-right {
  float: right;
  margin-right: 0; }

.wrapper {
  position: relative;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box; }

.expanding-row-heading {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  font-weight: 600; }

.expanding-row-heading [class*="col-"] {
  font-size: 12px;
  border-bottom: 2px solid #eee;
  height: 34px; }

.expanding-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0; }

.custom-row:before {
  content: " ";
  display: table; }

.custom-row:after {
  content: " ";
  display: table;
  clear: both; }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

.row:before {
  content: " ";
  display: table; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.automatic-check-table {
  width: 100%; }

.automatic-check-table thead {
  text-align: left; }

.automatic-check-table thead tr th {
  border-bottom: 2px solid #ddd;
  font-size: 13px;
  padding: 4px 4px; }

.automatic-check-table tbody tr td {
  border-bottom: 1px solid #eee;
  padding: 2px 4px; }

.autocheck-stats {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 4px;
  padding-left: 1px;
  box-sizing: border-box;
  border: 1px solid #ddd; }

.stats-warning {
  background-color: #f4a93d;
  border-color: #e99b2a; }

.stats-alert {
  background-color: #f64848;
  border-color: #ce2020; }

.stats-success {
  background-color: #32c68a;
  border-color: #27b67c; }

.pull-right {
  float: right;
  margin-right: 0; }

.wrapper {
  position: relative;
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box; }

.expanding-row-heading {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
  font-weight: 600; }

.expanding-row-heading [class*="col-"] {
  font-size: 12px;
  border-bottom: 2px solid #eee;
  height: 34px; }

.expanding-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0; }

.custom-row:before {
  content: " ";
  display: table; }

.custom-row:after {
  content: " ";
  display: table;
  clear: both; }

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

.row:before {
  content: " ";
  display: table; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  float: left;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 1px; }

.col-1 {
  width: 8.3333%; }

.col-2 {
  width: 16.6666%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333%; }

.col-5 {
  width: 41.6666%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333%; }

.col-8 {
  width: 66.6666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333%; }

.col-11 {
  width: 91.6666%; }

.col-12 {
  width: 100%; }

.floatright {
  float: right; }

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

.expanding-row [class*="col-"] {
  border-bottom: 1px solid #eee;
  height: 30px;
  padding-top: 2px; }

.expanding-row [class*="col-"] textarea {
  height: 18px; }

.inline-heading {
  padding-top: 15px; }

[class*="col-"] input[type="checkbox"] {
  margin-top: 0;
  margin-left: 0;
  margin-right: 2px;
  margin-bottom: 6px;
  position: relative;
  top: 2px; }

#ConfirmDialogYesButton[disabled] {
  color: #aaaaaa;
  cursor: not-allowed; }

.font-size-10 {
  font-size: 10px; }

.input-wrapper {
  position: relative;
  margin-bottom: 6px; }

.input-wrapper label {
  display: block;
  margin-bottom: 2px; }

.input-wrapper input[type="text"], .input-wrapper select, .input-wrapper textarea {
  width: 100%; }

.input-wrapper .fieldValidationImage, .input-wrapper img {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10; }

.supplement {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
  box-sizing: border-box; }

.supplement:before {
  content: " ";
  display: table; }

.supplement:after {
  content: " ";
  display: table;
  clear: both; }

.supplement.indent {
  padding-left: 20px; }

.supplement-header {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 2px solid #ededed; }

.supplement-header input[type="text"], .supplement-header select {
  position: relative;
  float: right;
  width: 183px;
  top: -8px;
  margin-bottom: 0; }

.supplement-row {
  padding: 4px 0;
  width: 50%;
  float: left;
  box-sizing: border-box; }

.supplement-row.disabled {
  opacity: 0.4; }

.supplement-row.disabled .input-switch-blocker {
  position: absolute;
  top: 0;
  width: 100%;
  height: 24px;
  z-index: 10; }

.supplement-row:nth-child(2), .supplement-row:nth-child(4), .supplement-row:nth-child(6), .supplement-row:nth-child(8) {
  padding-right: 20px; }

.supplement-row:nth-child(3), .supplement-row:nth-child(5), .supplement-row:nth-child(7), .supplement-row:nth-child(9) {
  padding-left: 20px; }

.supplement.indent .supplement-row:nth-child(2), .supplement.indent .supplement-row:nth-child(4), .supplement.indent .supplement-row:nth-child(6), .supplement.indent .supplement-row:nth-child(8) {
  padding-right: 10px; }

.supplement.indent .supplement-row:nth-child(3), .supplement.indent .supplement-row:nth-child(5), .supplement.indent .supplement-row:nth-child(7), .supplement.indent .supplement-row:nth-child(9) {
  padding-left: 10px; }

.supplement-row:nth-last-child(1), .supplement-row:nth-last-child(2) {
  border-bottom: none; }

.supplement-label {
  position: relative;
  display: block;
  font-size: 12px;
  margin-bottom: 2px; }

.input-switch, .input-switch-triple {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f7f7;
  font-size: 0; }

.input-switch label, .input-switch-triple label {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
  font-size: 12px;
  color: #999;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  transition: color 200ms ease; }

.input-switch-triple label {
  width: 33.3333%; }

.input-switch input[type="radio"], .input-switch-triple input[type="radio"] {
  display: none;
  visibility: hidden; }

.input-switch input[type="radio"]:checked + label, .input-switch-triple input[type="radio"]:checked + label {
  color: #fff;
  font-weight: 600; }

.input-switch-button {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 49.5%;
  height: 19px;
  z-index: 1;
  background-color: #57bb7b;
  border-radius: 2px;
  transition: all 200ms ease; }

.input-switch-triple .input-switch-button {
  width: 33%; }

.input-switch-triple .input-switch-button {
  width: 33%;
  background-color: #aaa; }

.input-switch-triple input[type="radio"]:checked:first-child + label + input + label + input + label + .input-switch-button {
  left: 2px; }

.input-switch-triple input[type="radio"]:checked:nth-child(3) + label + input + label + .input-switch-button {
  left: 33.3%;
  background-color: #57bb7b; }

.input-switch-triple input[type="radio"]:checked:nth-child(5) + label + .input-switch-button {
  left: 66.6%;
  background-color: #bb575c; }

.input-switch input[type="radio"]:checked:first-child + label + input + label + .input-switch-button {
  left: 2px; }

.input-switch input[type="radio"]:checked:nth-child(3) + label + .input-switch-button {
  left: 50%;
  background-color: #bb575c; }

.input-switch.green-second-button input[type="radio"]:checked:nth-child(3) + label + .input-switch-button {
  background-color: #57bb7b; }

.input-switch.disabled, .input-switch-triple.disabled {
  opacity: 0.4; }

.input-switch.disabled label, .input-switch-triple.disabled label {
  visibility: hidden; }

.supplement-row .input-wrapper {
  display: inline-block;
  width: 100%; }

.supplement-row .input-wrapper.input-double {
  width: 138px; }

.input-label {
  font-size: 11px;
  margin-bottom: 2px; }

.input-unit, .input-unit-large, .input-unit-medium {
  position: absolute;
  top: 5px;
  left: 6px;
  color: #aaa;
  font-size: 12px; }

.input-unit + input[type="text"], .input-unit-large + input[type="text"], .input-unit-medium + input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  font-size: 12px;
  padding-left: 24px;
  font-family: Arial;
  border-radius: 3px; }

.input-unit-large + input[type="text"] {
  padding-left: 50px; }

.input-unit-medium + input[type="text"] {
  padding-left: 38px; }

.new-separator {
  position: relative;
  width: 100%;
  border-bottom: 2px dashed #e2e2e2;
  margin-top: 14px;
  margin-bottom: 18px; }

.large-textarea {
  width: 100%;
  height: 64px; }

.ui-tabs-panel.ui-widget-content {
  font-family: Arial;
  font-size: 11px; }

.yellow {
  color: orange; }

.red {
  color: #ff4b46; }

i.material-icons {
  line-height: 1;
  position: relative;
  height: 1px;
  top: -3px;
  vertical-align: top;
  font-size: 16px; }

#news-feed {
  position: relative;
  overflow: auto;
  max-height: 200px;
  transition: max-height 400ms ease; }

#news-feed.expanded {
  max-height: 600px; }

.news-item {
  position: relative;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ddd; }

.news-item:last-child {
  border-bottom: 0;
  margin-bottom: 22px; }

.news-date {
  display: inline-block;
  color: #686868;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px; }

.news-date:after {
  position: relative;
  color: #686868;
  top: -2px;
  content: "-";
  display: inline-block;
  margin-left: 4px;
  margin-right: 1px; }

.news-header {
  display: inline-block;
  color: #484B55;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px; }

.news-item > p {
  margin-top: 0;
  margin-bottom: 8px; }

.news-seemore {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-top: 2px solid #dedede;
  padding-top: 10px;
  cursor: pointer; }

.news-seemore > .seemore {
  display: inline-block; }

.news-seemore > .seeless {
  display: none; }

.news-seemore.expanded > .seemore {
  display: none; }

.news-seemore.expanded > .seeless {
  display: inline-block; }

.sort-function-wrapper {
  position: relative; }

.sort-functions {
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  width: 14px;
  font-size: 0.5em;
  cursor: pointer; }

.sort-functions:hover .sort-function {
  color: #000; }

.sort-functions .sort-function {
  transition: color 0.1s ease-in-out 0s;
  display: inline-block;
  color: #9e9c9c; }

.sort-functions .sort-function.active {
  color: #ff4713; }

.sort-align-center {
  position: relative;
  padding-left: 12px; }

.sort-align-center i {
  left: -5px;
  vertical-align: top;
  position: absolute;
  margin-top: -9px;
  top: 50%;
  transform: translateY(-50%); }

.frame {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  overflow-y: auto;
  margin-bottom: 20px; }

.frame-item {
  position: relative;
  width: 100%;
  padding: 4px 10px;
  border-bottom: 1px dotted #ddd; }

.frame-item > a {
  float: right; }

.authorization-settings {
  position: relative;
  float: right;
  text-align: right; }

.authorization-settings > label {
  display: inline-block;
  margin-left: 20px; }

.authorization-settings > label > input[type="checkbox"] {
  position: relative;
  display: inline-block;
  top: 3px; }

#div_documentTemplates {
  position: relative; }

#div_documentTemplates .custom-row {
  border-bottom: 1px solid #ddd; }

#div_documentTemplates .custom-row:first-child {
  border-bottom: 2px solid #ddd; }

#div_documentTemplates .custom-row:nth-child(2n) {
  background-color: #fff; }

#div_documentTemplates .custom-row [class*="col-"] {
  padding: 5px 6px; }

#div_documentTemplates .custom-row [class*="col-"]:last-child {
  padding: 2px 6px; }

.table-container {
  position: relative;
  width: calc(100% + 20px);
  overflow-x: auto;
  margin-bottom: 10px; }

.table-container table {
  width: calc(100% - 20px);
  min-width: 460px; }

.table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px; }

.table thead tr th {
  padding: 9px 6px;
  background-color: var(--primary-color);
  color: var(--text-color-in-primary);
  font-size: 12px;
  text-align: left; }
  .table thead tr th:last-child {
    text-align: right; }

.table tbody tr td {
  font-size: 11px;
  color: var(--text-color);
  padding: 6px 6px;
  background-color: white;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left; }
  .table tbody tr td:last-child {
    text-align: right; }

.table tbody tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.028); }

.table .button-small {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px; }

.table-striped:nth-child(odd) {
  background: #f1f1f1;
  height: 100%; }

.table-striped:nth-child(even) {
  background: #FFF;
  height: 100%; }

.row [class*="col-"] {
  font-size: unset; }

.saleschannel {
  padding-top: 15px; }

.person-row {
  min-height: 30px; }

.saleschannel-header {
  vertical-align: middle;
  padding: 8px 20px;
  background-color: #556565;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

.saleschannel-header .tooltip-icon {
  color: #fff; }

.saleschannel-body {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 384px;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none; }

.saleschannel-row-wrapper {
  background-image: url("/Images/expand.png");
  background-repeat: no-repeat;
  background-position: 4px 11px; }

.saleschannel-row {
  height: 33px;
  padding: 4px 15px;
  padding-top: 8px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  margin-bottom: 3px;
  background-color: var(--background-color-lighter);
  font-size: 13px;
  box-sizing: border-box; }

.empty-top-row .saleschannel-row {
  background-color: var(--background-color-darker); }

.saleschannel-row:nth-child(2n) {
  background-color: #f6f6f6; }

.profile-name {
  width: 100%;
  height: 17px;
  overflow: hidden; }

.banner-column {
  position: relative;
  height: 31px;
  padding-top: 4px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: -8px;
  background-color: var(--background-color-darker); }
  .banner-column input[type="radio"] {
    position: relative;
    top: 2px; }

.ui-tabs-nav li {
  font-size: 12px; }

.tooltip-wrapper {
  color: var(--primary-color);
  display: inline-block;
  position: relative; }
  .tooltip-wrapper .tooltip-icon {
    cursor: pointer;
    font-size: 17px;
    top: 0; }
    .tooltip-wrapper .tooltip-icon:hover + .input-tooltip {
      display: inline-block; }

.input-tooltip {
  position: absolute;
  top: -13px;
  left: calc(100% + 10px);
  width: 220px;
  min-height: 19px;
  padding: 12px;
  padding-bottom: 13px;
  border-radius: var(--border-radius);
  background-color: rgba(50, 50, 50, 0.9);
  font-size: 13px;
  color: #fff;
  z-index: 4;
  display: none;
  animation: tooltip-fade-in 200ms ease; }
  .input-tooltip:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(50, 50, 50, 0.8); }
  .input-tooltip h4 {
    color: #fff;
    font-size: 12px; }
  .input-tooltip p {
    margin-top: 2px;
    color: #fff; }

@keyframes tooltip-fade-in {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

h4 .tooltip-wrapper {
  top: 3px; }

.table.table-contract thead tr th {
  padding: 8px 14px; }

.table.table-contract tbody tr td {
  padding: 8px 14px;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px; }

.organisation-expander-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto; }

.organisation-expander {
  position: relative;
  width: 100%;
  min-width: 600px;
  padding-left: 20px;
  box-sizing: border-box; }

.organisation-expander-header, .user-group-expander-header {
  font-family: var(--header-font);
  color: var(--header-color);
  font-size: 17px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px 0;
  margin-left: -20px; }
  .organisation-expander-header span, .user-group-expander-header span {
    margin-right: 20px; }

.user-group-expander-header {
  font-size: 14px;
  margin-left: 0; }

.organisation-expander .expand-icon {
  position: relative;
  float: left;
  top: 1px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  margin-right: 7px;
  background-image: url("/Images/icon-expand-plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }
  .organisation-expander .expand-icon.expanded {
    background-image: url("/Images/icon-expand-minus.png"); }

.organisation-links {
  position: relative;
  font-size: 11px;
  font-family: var(--text-font);
  display: inline-block; }

footer {
  position: relative;
  margin-top: -8px;
  margin-bottom: 22px;
  box-sizing: border-box;
  font-size: 1.4px; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer:after {
    clear: both; }

.footer-logo {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 28px;
  background-image: url("/Images/BCC-logo-footer.png");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: .44;
  transition: all 200ms ease;
  cursor: pointer; }
  .footer-logo:hover {
    background-image: url("/Images/BCC-logo-footer-hover.png");
    opacity: 1; }

.footer-version {
  position: relative;
  float: right;
  padding-top: 5px;
  font-size: 13px;
  color: #77879e; }
  .footer-version .dark {
    color: #2e3740; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 28;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease; }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible; }

.modal-wrapper {
  position: relative;
  top: 50%;
  width: 440px;
  transform: translateY(-50%);
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: var(--border-radius);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.06); }
  .modal-wrapper.is-large {
    width: 660px !important; }
  .modal-wrapper.is-mega {
    width: 880px !important;
    height: 85%;
    top: 5%; }

.modal-overlay.active .modal-wrapper {
  animation: modal-fade-in 400ms ease; }

@keyframes modal-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.88) translateY(-50%); }
  30% {
    opacity: 0;
    transform: scale(0.88) translateY(-50%); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(-50%); } }

.modal-header {
  position: relative;
  height: 45px;
  border-radius: var(--border-radius-top);
  padding: 14px 20px;
  background-color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box; }
  .modal-header .modal-close {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: -6px;
    font-size: 24px;
    font-weight: 800;
    line-height: 0.6;
    color: #fff;
    transition: all 200ms ease;
    cursor: pointer; }
    .modal-header .modal-close:hover {
      color: white; }

.modal-content {
  height: 100%;
  max-height: 78vh;
  overflow-y: auto;
  padding: 14px 20px;
  background-color: #fff;
  box-sizing: border-box; }

.modal-footer {
  position: relative;
  height: 46px;
  border-top: 0.1rem solid var(--border-color);
  border-radius: var(--border-radius-bottom);
  padding: 4px 20px;
  background-color: #fff;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box; }
  .modal-footer .button {
    float: right;
    margin-right: 0; }

.normal {
  font-weight: 400; }

.bold {
  font-weight: 600; }

.pointer {
  cursor: pointer; }

.full-width {
  width: 100%; }

.full-width-with-button {
  width: calc(100% - 47.375px);
  float: left; }

.box-sizing {
  box-sizing: border-box; }

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

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

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

.pull-right {
  float: right;
  margin-right: 0 !important; }

.relative {
  position: relative; }

.inline {
  display: inline-block; }

.hide {
  display: none !important; }

.t-0 {
  margin-top: 0; }

.t-5 {
  margin-top: 5px; }

.t-10 {
  margin-top: 10px; }

.t-15 {
  margin-top: 15px; }

.t-20 {
  margin-top: 20px; }

.b-0 {
  margin-bottom: 0; }

.b-5 {
  margin-bottom: 5px; }

.b-10 {
  margin-bottom: 10px; }

.b-15 {
  margin-bottom: 15px; }

.b-20 {
  margin-bottom: 20px; }

.l-0 {
  margin-left: 0; }

.l-5 {
  margin-left: 5px; }

.l-10 {
  margin-left: 10px; }

.l-15 {
  margin-left: 15px; }

.l-20 {
  margin-left: 20px; }

.r-0 {
  margin-right: 0; }

.r-5 {
  margin-right: 5px; }

.r-10 {
  margin-right: 10px; }

.r-15 {
  margin-right: 15px; }

.r-20 {
  margin-right: 20px; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-l-29 {
  padding-left: 29px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-l-43 {
  padding-left: 43px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.logo-wrapper {
  width: 23px;
  display: inline-block; }

.campaignLogo, .fleetLogo {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 44px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  padding-left: 2px;
  background-color: var(--primary-color);
  display: inline-block;
  box-sizing: border-box;
  margin-right: 4px; }

.fleetLogo {
  background-color: var(--button-color-lighter); }

.star {
  visibility: hidden;
  cursor: pointer;
  position: relative;
  top: -9px;
  color: var(--button-color); }

.star:before {
  content: "\2606";
  position: absolute;
  visibility: visible;
  color: var(--button-color); }

.star:checked:before {
  content: "\2605";
  position: absolute;
  color: var(--button-color); }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.input-label {
  font-size: 11px;
  margin-bottom: 2px; }

.input-unit, .input-unit-large, .input-unit-medium {
  position: absolute;
  top: 5px;
  left: 6px;
  color: #aaa;
  font-size: 12px; }

.input-unit + input[type="text"], .input-unit-large + input[type="text"], .input-unit-medium + input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 3.1rem;
  font-size: 12px;
  padding-left: 24px;
  font-family: Arial;
  border-radius: 3px; }

.input-unit-large + input[type="text"] {
  padding-left: 50px; }

.input-unit-medium + input[type="text"] {
  padding-left: 38px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  float: left;
  min-height: 1px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  vertical-align: top; }

.col-1 {
  width: 8.3333%; }

.col-2 {
  width: 16.6666%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333%; }

.col-5 {
  width: 41.6666%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333%; }

.col-8 {
  width: 66.6666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333%; }

.col-11 {
  width: 91.6666%; }

.col-12 {
  width: 100%; }

input[type="button"], input[type="submit"], input[type="button"], button, .button {
  position: relative;
  height: 26px;
  vertical-align: top;
  padding: 5px 8px;
  border: 1px solid var(--button-border);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  background-color: var(--button-color);
  font-family: var(--text-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--text-color-in-button);
  cursor: pointer;
  transition: all 200ms ease; }
  input[type="button"].small, input[type="button"].button-small, input[type="submit"].small, input[type="submit"].button-small, input[type="button"].small, input[type="button"].button-small, button.small, button.button-small, .button.small, .button.button-small {
    height: 19px;
    padding: 2px 8px;
    font-size: 11px; }
  input[type="button"].button-large, input[type="submit"].button-large, input[type="button"].button-large, button.button-large, .button.button-large {
    height: 32px;
    padding: 7px 14px;
    font-size: 14px; }
  input[type="button"].button-mega, input[type="submit"].button-mega, input[type="button"].button-mega, button.button-mega, .button.button-mega {
    height: 38px;
    padding: 10px 16px;
    font-size: 16px; }
  input[type="button"].off, input[type="button"][disabled], input[type="button"][disabled="disabled"], input[type="submit"].off, input[type="submit"][disabled], input[type="submit"][disabled="disabled"], input[type="button"].off, input[type="button"][disabled], input[type="button"][disabled="disabled"], button.off, button[disabled], button[disabled="disabled"], .button.off, .button[disabled], .button[disabled="disabled"] {
    opacity: 0.4;
    cursor: default; }
    input[type="button"].off:hover, input[type="button"][disabled]:hover, input[type="button"][disabled="disabled"]:hover, input[type="submit"].off:hover, input[type="submit"][disabled]:hover, input[type="submit"][disabled="disabled"]:hover, input[type="button"].off:hover, input[type="button"][disabled]:hover, input[type="button"][disabled="disabled"]:hover, button.off:hover, button[disabled]:hover, button[disabled="disabled"]:hover, .button.off:hover, .button[disabled]:hover, .button[disabled="disabled"]:hover {
      color: var(--text-color-in-button);
      background-color: var(--button-color); }
  input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus, .button:hover, .button:focus {
    border: 1px solid var(--button-border-hover);
    outline: none;
    color: var(--text-color-in-button-hover);
    background-color: var(--button-hover); }

.pagination {
  position: relative; }
  .pagination:before {
    content: " ";
    display: table; }
  .pagination:after {
    content: " ";
    display: table;
    clear: both; }

.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 4px 4px;
  padding-left: 5px;
  min-width: 26px;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  background: transparent;
  cursor: pointer;
  transition: all 200ms ease; }
  .pagination a.current.prev, .pagination span.current.prev {
    opacity: 0.4;
    cursor: default;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: var(--text-color);
    background-color: transparent; }
  .pagination a.current, .pagination span.current {
    background: var(--primary-color);
    color: var(--text-color-in-primary);
    border: 1px solid var(--primary-color);
    cursor: default; }
  .pagination a.next:hover, .pagination span.next:hover {
    color: var(--text-color-in-primary);
    background: var(--primary-color);
    border: 1px solid var(--primary-color); }

.table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px; }

.table thead tr th {
  padding: 9px 6px;
  background-color: var(--primary-color);
  color: var(--text-color-in-primary);
  font-size: 12px;
  text-align: left; }
  .table thead tr th:last-child {
    text-align: right; }

.table tbody tr td {
  font-size: 11px;
  color: var(--text-color);
  padding: 6px 6px;
  background-color: white;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left; }
  .table tbody tr td:last-child {
    text-align: right; }

.table tbody tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.028); }

.table .button-small {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px; }

.ng-hide.ng-hide-animate {
  display: none !important; }
