@charset "UTF-8";

.card-body.p-0 .grid-view .table thead > tr > th:last-of-type,
.card-body.p-0 .grid-view .table thead > tr > td:last-of-type,
.card-body.p-0 .grid-view .table tbody > tr > th:last-of-type,
.card-body.p-0 .grid-view .table tbody > tr > td:last-of-type {
  padding-right: 0.5rem;
}

.grid-view .table {
  margin-bottom: 0;
}

.grid-view th {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.grid-view td {
  white-space: nowrap;
}

.grid-view td[data-attr=total_ttc],
.grid-view td[data-attr=total_tva],
.grid-view td[data-attr=total_ht],
.grid-view td[data-attr=km],
.grid-view td[data-attr*=fees],
.grid-view td[data-attr=starts_at],
.grid-view td[data-attr=ends_at],
.grid-view td[data-attr=legal_date] {
  text-align: right;
}

.grid-view td[data-attr$=at],
.grid-view td[data-attr*=phone],
.grid-view td[data-attr*=fees],
.grid-view td[data-attr*=total],
.grid-view td[data-attr*=date] {
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.grid-view td[data-attr=km]:after {
  content: " KM";
  color: #989898;
}

.grid-view .action-column {
  width: 1px;
  padding-left: 0.75rem !important;
}

.grid-view .action-column .fa-trash {
  color: #dc3545;
}

.grid-view .empty {
  text-align: center;
  font-style: italic;
  padding: 0.4em;
}

.grid-view thead a.asc:after,
.grid-view thead a.desc:after {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\F078";
  margin-left: 0.25em;
}

.grid-view thead a.desc:after {
  content: "\F077";
}

.grid-view .grid-footer .pagination {
  margin: 0.4rem 0.25rem;
  justify-content: flex-end;
}

.grid-view .grid-footer .summary {
  margin: 0.6rem 0.25rem;
}

#dropzone {
  border: 2px dashed #00000038;
  background: #04a6bb78;
  font-style: italic;
  text-transform: uppercase;
  border-radius: 10px;
}

#dropzone .dz-message {
  font-size: 1.3em;
}

.dropzone {
  min-height: 77px;
}

.dropzone .dz-preview {
  width: 100%;
  min-height: initial;
}

.dropzone .dz-preview .dz-progress {
  position: initial;
  margin: 0.25em;
}

.dropzone .dz-error.dz-complete .dz-preview .dz-error-message {
  color: white;
  display: block;
  position: initial;
  width: 100%;
  opacity: 1;
}

.dropzone .dz-error.dz-complete .dz-preview .dz-error-message:after {
  display: none;
}

#previews {
  margin: 1em 0;
  background: #00000038;
  padding: 0.2em;
}

#previews .file {
  margin: 0.6em 0.4em;
  border-bottom: 1px solid #d4d4d4;
}

#previews .file:nth-child(odd) {
  background: #f2f2f2;
}

#total-progress .progress-bar {
  height: 20px;
  background: green;
  border-radius: 20px;
  border: 1px solid white;
}

b,
strong {
  font-weight: 500;
}

select[name=shop-switcher] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  display: inline-block;
  color: inherit;
  margin-left: 0.4em;
}

@keyframes example {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(24px, 64px);
  }

  40% {
    transform: translate(-57px, 64px);
  }

  60% {
    transform: translate(-45px, 153px);
  }

  80% {
    transform: translate(-57px, 64px);
  }

  90% {
    transform: translate(24px, 64px);
  }
}

.brand-text svg {
  margin-top: -10px;
}

body:not(.sidebar-collapse) .brand-text svg .HANDLE {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.brand-text svg .TAGLINE {
  display: none;
}

.main-sidebar {
  bottom: 0;
  text-transform: uppercase;
}

.brand-link {
  text-align: center;
  height: 55px;
  overflow: hidden;
}

.brand-text {
  display: block;
  height: 38px;
}

.sidebar-collapse .brand-text {
  display: none;
}

.brand-mini {
  display: none;
}

.sidebar-collapse .brand-mini {
  display: block;
}

.control-sidebar {
  bottom: 0;
}

[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active,
[class*=sidebar-light-] .nav-treeview > .nav-item > .nav-link.active:hover {
  color: #ffffff;
}

form.global-search .select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent;
}

form.global-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.9);
}

form.global-search:before {
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  visibility: visible;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
}

.select2-results__message {
  margin: 0.5em;
}

@media (max-width: 575.98px) {
  textarea + .select2-container {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .select2-container {
    left: 25px !important;
    right: 25px !important;
    top: 57px !important;
  }
}

@media (min-width: 768px) {
  form.global-search {
    visibility: visible !important;
  }

  form.global-search:before {
    content: unset;
  }
}

textarea#search + .select2-container--default {
  width: 100% !important;
  min-width: 200px;
}

.select2-dropdown {
  border: 1px solid #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 15px;
  height: 19px;
}

.select2-results__option {
  padding: 0 0.25em 0 0 !important;
}

.select2-results__group {
  text-transform: uppercase;
}

.search-result {
  display: flex;
}

.search-result img {
  width: 36px;
  height: 36px;
  margin-right: 0.4em;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-result .search-result-preview {
  font-style: italic;
  text-align: right;
  font-size: 0.8rem;
}

.search-result .search-result-text {
  flex-grow: 1;
}

form h4 {
  font-weight: 200;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
}

form:not(.no-hints) .form-group.required input:not(.is-valid),
form:not(.no-hints) .form-group.required select:not(.is-valid),
form:not(.no-hints) .form-group.required textarea:not(.is-valid) {
  background-color: #ffecec;
}

.color-field {
  border-left: 40px solid #4B454A;
  padding-left: 0.2em;
}

.ac-wrapper {
  position: relative;
}

.ac-wrapper:after {
  content: "\F002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 8px;
  right: 10px;
  color: #a8a8a8;
}

ul.ac-results {
  background-color: white;
  border: 1px solid #cccccc;
  display: none;
  list-style: none;
  margin: 29px 0 0 3px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 999;
}

.ac-result {
  border-top: 1px dotted #cccccc;
  cursor: pointer;
  padding: 4px;
  color: #000;
  position: relative;
  display: block;
}

.ac-result:first-child {
  border-top: none;
}

.ac-result .i {
  position: absolute;
  right: 0;
  top: 3px;
  visibility: hidden;
}

.ac-result .i.i-print {
  right: 26px;
}

.ac-result.ac-selected,
.ac-result:hover {
  background: #2a2862;
  color: #fff;
}

.ac-result.ac-selected .i,
.ac-result:hover .i {
  visibility: visible;
}

.form input.ac-input {
  border: none;
  position: absolute;
  width: 1px;
  outline: 0;
  background: transparent;
}

input[data-ac],
input[data-acd] {
  display: none;
}

.card-gallery {
  /* The total progress gets shown by event listeners */
  /* Hide the progress bar when finished */
  /* Hide the delete button initially */
  /* Hide the start and cancel buttons and show the delete button */
}

.card-gallery .section .row label,
.card-gallery li label {
  font-size: 14px;
  background: #000000ab;
  padding: 5px;
  color: #d90000;
  font-weight: bold;
  display: none;
}

.card-gallery .more {
  background: #000000bd;
  font-size: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 22.2%;
  text-align: center;
  line-height: 74px;
  cursor: pointer;
}

.card-gallery .section .row {
  margin-bottom: 1em;
}

.card-gallery .section .row label {
  display: initial;
}

.card-gallery .dz-clickable {
  border: 1px dashed #2a2862;
  padding: 1Em;
  margin-bottom: 1em;
  text-align: center;
  font-style: italic;
  background: fade(#2a2862, 20%);
}

.card-gallery .dz-image-preview {
  display: inline-block;
}

.card-gallery #actions {
  margin: 2em 0;
}

.card-gallery .file.dz-image-preview {
  width: 80px;
  float: left;
  margin-right: 8px;
}

.card-gallery #total-progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.card-gallery #previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.card-gallery #previews .file-row .delete {
  display: none;
}

.card-gallery #previews .file {
  position: relative;
}

.card-gallery #previews .cancel {
  position: absolute;
  top: 0;
  right: 0;
  color: #e99435;
  background: #2a2b34;
  z-index: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.card-gallery .progress {
  margin-top: 2px;
}

.card-gallery #previews .file-row.dz-success .start,
.card-gallery #previews .file-row.dz-success .cancel {
  display: none;
}

.card-gallery #previews .file-row.dz-success .delete {
  display: block;
}

.c-version.a-view .box-gallery .more {
  width: 34%;
  height: 18%;
}

.gallery-candidates,
.gallery-items,
.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gallery-candidates li,
.gallery-items li,
.sortable li {
  float: left;
  width: 25%;
  font-size: 4em;
  text-align: center;
  background-size: cover;
  background-position-y: 50%;
  background-color: #000;
}

.gallery-items li {
  width: 33%;
}

.gallery-items .ui-selecting {
  background-color: #fe5645;
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(0.8);
}

.gallery-items .ui-selected {
  background-color: #912504;
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.gallery-candidates .ui-selecting {
  background-color: #fe5645;
  filter: grayscale(100%) brightness(83%) sepia(43%) hue-rotate(60deg) saturate(567%) contrast(0.8);
}

.gallery-candidates .ui-selected {
  background-color: #912504;
  filter: grayscale(3%) brightness(83%) sepia(93%) hue-rotate(59deg) saturate(267%) contrast(0.9);
}

.rotatable {
  position: relative;
}

.rotatable img {
  transition: 0.3s all;
}

.rotatable .rotate-handles {
  opacity: 0.2;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 7px;
}

.rotatable .rotate-handles i {
  background: #333;
  color: #2a2862;
  font-size: 12px;
  margin: 0 8px;
  padding: 7px;
  cursor: pointer;
}

.rotatable:hover .rotate-handles {
  opacity: 1;
}

.ui-dialog {
  /*.ui-dialog-content:not(.dia) {
    padding: 0.75rem 1.25rem;
    > form {
      margin: -0.75rem -1.25rem;
    }
  }*/
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.25rem 1.25rem;
}

.ui-dialog .ui-dialog-titlebar button {
  margin-right: -17px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-transform: none;
  font-weight: 200;
  font-size: 1.3em;
  color: white;
}

.ui-dialog .ui-dialog-content .card {
  border: 0;
  margin-bottom: 0;
}

.ui-dialog .ui-dialog-content .card-header {
  display: none;
}

.ui-dialog .dialog-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.knob-footer {
  margin-top: -60px;
}

.table-vehicle-states thead th,
.table-vehicle-states tbody td {
  text-align: center;
}

.counter {
  font-size: 3rem;
  font-family: "Courier New", Courier, monospace;
  color: #fff;
  display: inline-flex;
  text-align: center;
}

.counter span {
  background: #333;
  padding: 0 4px;
  margin: 1px;
  line-height: 52px;
}

.counter span:nth-last-child(3n) {
  margin-left: 7px;
}

.state-author {
  font-style: italic;
}

.state-author .user {
  color: #343a40;
}

.state-author .date {
  color: #343a40;
}

.accessories {
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 1em;
}

.document-lines [data-attr=quantity],
.document-lines [data-attr=total_ttc],
.document-lines [data-attr=total_ht],
.document-lines [data-attr=unit_price] {
  text-align: right;
  white-space: nowrap;
}

.document-lines tfoot th,
.document-lines thead th {
  white-space: nowrap;
  font-weight: 500;
}

span[data-document] {
  font-size: 1.2rem;
}

li span[data-document],
td span[data-document] {
  font-size: 0.8rem;
  width: 100%;
}

span[data-document][data-document=fine][data-status=open] {
  background: #dc3545;
  color: #f8f9fa;
}

span[data-document][data-document=fine][data-status=closed] {
  background: #495057;
  color: #f8f9fa;
}

span[data-document][data-document=issue][data-status=open] {
  background: #dc3545;
  color: #f8f9fa;
}

span[data-document][data-document=issue][data-status=resolved] {
  background: #28a745;
  color: #f8f9fa;
}

span[data-document][data-document=issue][data-status=closed] {
  background: #495057;
  color: #f8f9fa;
}

span[data-document][data-status=planned] {
  background: #4C93BB;
  color: #f8f9fa;
}

span[data-document][data-status=canceled] {
  background: #6c757d;
  color: #f8f9fa;
}

span[data-document][data-status=confirmed] {
  background: #008FFF;
  color: #f8f9fa;
}

span[data-document][data-status=ongoing] {
  background: #06B437;
  color: #f8f9fa;
}

span[data-document][data-status=returned] {
  background: #FF0000;
  color: #f8f9fa;
}

span[data-document][data-status=postponed] {
  background: #C2763A;
  color: #f8f9fa;
}

span[data-document][data-status=closed] {
  background: #343a40;
  color: #f8f9fa;
}

span[data-document][data-document=contract] {
  text-shadow: 1px 1px 4px #707070;
}

span[data-document][data-document=contract][data-status=ongoing] {
  background-color: #FFA300;
}

span[data-document][data-document=contract][data-status=returned] {
  background-color: #FF0000;
}

span[data-document][data-document=contract][data-status=planned] {
  background-color: #4C93BB;
}

span[data-document][data-document=contract][data-status=confirmed] {
  background-color: #008FFF;
}

span[data-document][data-document=contract][data-status=postponed] {
  background-color: #C2763A;
}

span[data-document][data-document=contract][data-status=closed] {
  background-color: #06B437;
}

/*************************

      P L A N N I N G

 *************************/

.pl-dow-0,
.pl-dow-6 {
  background-color: rgba(0, 0, 0, 0.1);
}

.pl-day-1 {
  border-left: 1px solid black;
}

.pl-today {
  background-color: #d0f6c6;
}

.block-header select {
  width: auto;
  display: inline-block;
  margin: 9px 0 0 10px;
}

.block-header .i-history,
.block-header .form-delete {
  float: left;
  margin: 10px 5px;
  opacity: 0.3;
}

.block-header .i-history:hover,
.block-header .form-delete:hover {
  opacity: 1;
}

.pl-type {
  color: #e31c1c;
}

#pl-tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid gray;
  box-shadow: 1px 1px 3px #333;
  z-index: 99999;
  margin-top: 15px;
  overflow: hidden;
  float: left;
  padding: 3px;
}

#pl-tooltip .block-actions {
  height: 20px;
  padding-top: 3px;
}

#pl-tooltip .block-actions a {
  color: white;
  margin: 10px;
}

#PLANNING {
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  -webkit-user-select: none;
}

#PLANNING > div {
  position: absolute;
  overflow: hidden;
  z-index: 9;
}

#PL-wdays {
  top: 0;
  left: 200px;
  right: 18px;
  height: 10000px;
  border: 1px solid gray;
  width: 100%;
}

#PL-wvehicles {
  top: 40px;
  bottom: 0;
  left: 0;
  width: 200px;
  border-top: 1px solid gray;
  overflow-x: scroll !important;
}

#PL-wreservations {
  top: 40px;
  bottom: 0;
  left: 201px;
  right: 0;
  overflow: auto !important;
}

#PL-days {
  position: absolute;
  left: 0;
}

.PL-month {
  position: absolute;
  top: -1px;
  background-color: #dedede;
  height: 39px;
  font-weight: bold;
  line-height: 21px;
  border: 1px solid gray;
  z-index: 2;
}

.PL-month > span {
  white-space: nowrap;
  position: absolute;
  left: 48%;
}

.PL-day {
  position: absolute;
  top: 22px;
  text-align: center;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  height: 10000px;
  font-size: 11px;
}

.PL-day.PL-datePicked {
  border-top: 3px solid red;
}

#PLANNING.month .PL-day {
  top: 26px;
  font-size: 11px;
}

#PL-vehicles {
  position: absolute;
  left: 0;
  width: 200px;
}

#PL-reservations {
  position: absolute;
  padding-top: 1px;
  overflow: hidden;
}

.PL-vehRes {
  position: relative;
}

.PL-res {
  background-color: orange;
  height: 100%;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PL-res::before,
.PL-res::after {
  position: absolute;
  color: black;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300;
}

.PL-res::before {
  content: attr(data-start);
  left: 1px;
  top: 0;
}

.PL-res::after {
  content: attr(data-end);
  right: 1px;
  bottom: -1px;
}

.PL-res.PL-drawing {
  outline: 1px dashed white;
  outline-offset: -1px;
  background: yellow;
}

.PL-res.PL-res-contract-planned {
  background-color: #4169e1;
}

.PL-res.PL-res-contract-planned::before,
.PL-res.PL-res-contract-planned::after {
  color: white;
}

.PL-res.PL-res-contract-confirmed {
  background-color: #5EA517;
}

.PL-res.PL-res-contract-ongoing {
  background-color: #FFCC00;
}

.PL-res.PL-res-contract-closed {
  background-color: #9932cc;
}

.PL-res.PL-res-contract-closed::before,
.PL-res.PL-res-contract-closed::after {
  color: white;
}

.PL-res.PL-res-repair-repair {
  background-color: #6d2e2e;
}

.PL-res.PL-res-repair-repair::before,
.PL-res.PL-res-repair-repair::after {
  color: white;
}

.PL-res > .PL-prolongation {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 20px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px;
}

.PL-res.PL-oneway {
  border-bottom-color: #050505;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.PL-veh,
.PL-vehRes {
  border-bottom: 1px solid #c4c4c4;
}

.PL-veh {
  line-height: 12px;
  font-size: 11px;
  position: relative;
}

.Pl-veh-brand {
  font-weight: 500;
  margin-right: 2px;
  margin-left: 3px;
  margin-top: 2px;
  display: inline-block;
}

.Pl-veh-model {
  color: #333;
}

.Pl-veh-show {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.Pl-veh-license_plate {
  position: absolute;
  bottom: 1px;
  left: 3px;
  font-weight: bold;
}

.Pl-veh-cat {
  position: absolute;
  top: 1px;
  right: 3px;
  font-weight: bold;
}

.Pl-veh-saturday-blocked {
  display: inline-block;
  height: 11px;
  width: 16px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: #28a745;
  color: white;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}

.Pl-veh-saturday-blocked.blocked-status-true {
  background: #dc3545;
}

#PL-mousehelper {
  position: absolute;
  padding: 0.15em 0.25em;
  border: 1px solid #666;
  background-color: #84d7ff;
  margin-left: 10px;
  margin-top: 0;
  z-index: 9999;
  font-size: 0.8rem;
}

#pl-vf {
  position: absolute;
  top: 9px;
  width: 174px;
  border: 1px solid #999999;
  left: 14px;
}

.PL-unavailable {
  background-color: #ccc;
  -webkit-background-size: 40px;
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  position: absolute;
  height: 100%;
}

.PL-loan {
  background-color: #000;
}

.PL-hl,
.PL-hr,
.PL-hm {
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #0009;
  cursor: col-resize;
  z-index: 9999;
}

tr.late td {
  -webkit-animation: pulsatelate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  color: inherit;
}

.PL-hl {
  bottom: 0;
}

.PL-hm {
  top: 50%;
  cursor: move;
  margin-top: -4px;
}

.PL-hr {
  top: 0;
  margin-left: -8px;
}

.PL-readonly {
  background: rgba(199, 159, 0, 0.14);
}

.PL-late {
  -webkit-animation: pulsateplanning 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
}

#pl-loaned,
#pl-shopsel,
#pl-catsel,
#pl-acinac {
  margin-right: 5px;
}

#pl-datepicker {
  width: 80px;
}

.buttonMenu {
  float: right;
}

.buttonMenu button.active {
  background: #a33d29;
}

.ui-datepicker {
  z-index: 2000 !important;
}

body.c-planning.a-index section.content-header {
  display: none;
}

body.c-planning.a-index section.content {
  padding: 0;
}

body.c-planning.a-index section.content div.container-fluid {
  padding: 0;
}

body.c-planning.a-index .content-wrapper {
  min-height: auto !important;
}

.chatbox {
  position: fixed;
  bottom: 0;
  width: 207px;
  display: none;
  z-index: 100;
  transition: right 0.5s;
}

.chatbox .chatboxtextarea {
  margin: 4px 2px;
  width: 98%;
  height: 23px;
  padding: 3px 0 3px 3px;
  overflow: hidden;
  display: block;
  outline: none;
  resize: none;
  font-size: 12px;
}

.chatbox .direct-chat-text {
  word-wrap: break-word;
}

.chatboxcontent {
  font-size: 13px;
  color: #333333;
  height: 200px;
  overflow-y: auto;
  overflow-x: auto;
  padding: 7px;
  background-color: #ffffff;
  line-height: 1.3em;
}

.chatboxmessage {
  margin-left: 1em;
}

.chatboxerror {
  margin-left: -1em;
  color: #990000;
}

.chatboxinfo {
  margin-left: -1em;
  color: #666666;
}

.chatboxmessagefrom {
  margin-left: -1em;
  font-weight: bold;
}

.chatboxmessagecontent {
  word-wrap: break-word;
}

.chatboxoptions {
  float: right;
  margin-top: -4px;
}

.chatboxoptions a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

span.closechatbox {
  color: red;
  cursor: pointer;
  text-shadow: 1px 1px 1px #777;
  margin-right: 7px;
  margin-top: 8px;
  display: inline-block;
}

ul#chatcontacts {
  margin: 0;
}

ul#chatcontacts li {
  line-height: 24px;
}

ul#chatcontacts li a {
  padding: 0;
  color: #333;
}

ul#chatcontacts li a span {
  padding-left: 2px;
}

ul#chatcontacts .status {
  padding-left: 4px;
  padding-right: 2px;
}

ul#chatcontacts .status.offline {
  color: #B31D00;
}

ul#chatcontacts .status.online {
  color: #84AA22;
}

ul#chatcontacts .status.away {
  color: #FF9900;
}

ul#chatcontacts .shop {
  color: #999;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  padding-right: 4px;
}

.chatbox {
  width: 240px;
}

.direct-chat {
  margin-bottom: 0;
}

.direct-chat .direct-chat-text:before,
.direct-chat .direct-chat-text:after {
  content: "";
  border: none;
}

.direct-chat .card-header {
  padding: 0.25rem 0.75rem;
  background-color: #fff !important;
}

.direct-chat .card-title {
  font-size: 0.9rem;
  margin-top: 3px;
}

.chatboxcontent {
  padding-bottom: 0;
}

.chatboxcontent .chatboxmessage:last-child .direct-chat-msg {
  margin-bottom: 2px;
}

.chatboxmessage {
  margin-left: 0;
  clear: both;
}

.direct-chat-msg {
  margin-bottom: 0;
}

.direct-chat-msg .direct-chat-text {
  display: inline-block;
  background: #0084ff;
  border-color: #0084ff;
  color: white;
  float: right;
}

.direct-chat-msg .direct-chat-text a {
  color: white;
  text-decoration: underline;
}

.direct-chat-msg.right {
  float: left;
}

.direct-chat-msg.right .direct-chat-text {
  background: #f1f0f0;
  border-color: #f1f0f0;
  color: black;
}

.direct-chat-msg.right .direct-chat-text a {
  color: black;
}

input.date,
input.datetime {
  text-align: center;
}

#calculator td {
  padding: 1px 3px;
  border: 1px solid #445;
}

#calc-result {
  font-size: 16px;
}

.custSearch {
  width: 130px;
}

.autoComplete span {
  margin: 0 1em;
  text-shadow: 1px 1px 1px #C5C5C5;
  color: #636363;
}

.ac-container {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid black;
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
}

.ac-entry {
  border-bottom: 1px dotted gray;
  cursor: pointer;
}

div[id$=documenttype] .inline-medium-label {
  padding-left: 100px;
}

div[id$=documenttype] .inline-medium-label label {
  margin-left: -100px;
}

/* =============================================================================
   Gradient Bgs
   ========================================================================== */

/* =============================================================================
   Forms
   ========================================================================== */

.field_row-shoptype_latitude,
.field_row-shoptype_longitude,
.field_row-shoptype_zoom,
.field_row-customerdocumenttype_customer,
.field_row-contractdocumenttype_contract,
#PayForm .field_row-paymenttype_customer,
#CauForm .field_row-cautiontype_customer,
#DamageForm .field_row-damagetype_vehicle {
  display: none;
}

.ui-dialog .container_12 {
  width: auto;
  margin: 0;
}

.ui-dialog .block-content {
  min-height: 99%;
}

textarea[name*=customerAddress] {
  height: 68px !important;
}

table.damage-repairs {
  color: black;
}

.ui-datepicker dt {
  float: left;
  clear: left;
}

.ui-datepicker dd {
  margin-left: 50px;
  margin-bottom: 10px;
}

.field-help {
  color: #888;
  font-style: italic;
  line-height: 18px;
  display: block;
}

#main-content .yesqv {
  display: none;
}

button[disabled] {
  opacity: 0.6;
  cursor: progress;
}

/* =============================================================================
   DataTables
   ========================================================================== */

#LINES input,
#LINES select {
  width: 60px;
  padding: 0.25rem !important;
  display: inline-block;
}

#LINES .product_id > select {
  width: 85%;
}

#LINES input[readonly] {
  border: none;
  background: none;
  margin-top: 1px;
}

#LINES .i-addline {
  margin: 10px;
}

/***  lines  ***/

.DT-lines {
  margin-top: 2em;
  font-size: 12px;
}

.DT-lines tr.row.formula {
  background-color: #e6fbbb;
}

.DT-lines tbody tr:last-child {
  border-bottom: none;
}

.DT-totals th {
  font-size: 12px;
  padding-top: 10px;
}

.datatable .dt-created_at {
  width: 130px;
}

/***  money €  ***/

.money {
  text-align: right;
}

.dt-quantity,
.dt-price,
.dt-replacementPrice,
.dt-stock,
.dt-replacement.dt-unit_price,
.dt-unit_price,
.dt-amount,
.dt-discount_rate,
.dt-tax_rate,
.dt-total_ht,
.dt-total_tva,
.dt-total_ttc,
.dt-fees {
  text-align: right;
  width: 65px;
}

.dt-quantity input,
.dt-price input,
.dt-replacementPrice input,
.dt-stock input,
.dt-replacement.dt-unit_price input,
.dt-unit_price input,
.dt-amount input,
.dt-discount_rate input,
.dt-tax_rate input,
.dt-total_ht input,
.dt-total_tva input,
.dt-total_ttc input,
.dt-fees input {
  display: inline-block;
}

.dt-discount_rate select {
  height: 28px;
}

.dt-replacementPrice {
  width: 150px;
}

.datatable .dt-total_ttc {
  width: 100px;
}

.dt-quantity input,
.dt-price input,
.dt-stock input,
.dt-unit_price input,
.dt-discount_rate input,
.dt-tax_rate input,
.dt-total_ht input,
.dt-total_tva input,
.dt-total_ttc input {
  text-align: right;
}

.dt-tax_rate {
  width: 55px;
}

.dt-tax_rate input {
  width: 32px !important;
}

.dt-product_id {
  position: relative;
}

.DT-lines textarea.description {
  width: 96%;
  display: block;
  background-color: transparent;
  border: none;
  resize: none;
}

.DT-lines textarea.description:focus {
  background-color: white;
}

#LINES .dt-quantity input {
  width: 50px;
}

#LINES .dt-unit_price {
  width: 97px;
}

#LINES .DT-totals th {
  font-size: 1rem;
  padding-top: 15px;
  font-weight: 200;
  text-align: right;
}

#LINES tfoot .form-group {
  margin-bottom: 0;
}

#LINES tfoot th,
#LINES tfoot td {
  padding: 0.5rem;
}

table.document-lines-read tbody td:not(.dt-label),
table.document-lines-read thead th:not(.dt-label) {
  white-space: nowrap;
  text-align: right;
}

table.document-lines-read tfoot td {
  white-space: nowrap;
  text-align: right;
}

.delLine,
.editLineDesc {
  position: absolute;
  top: 9px;
  cursor: pointer;
  opacity: 0.5;
}

.delLine:hover,
.editLineDesc:hover {
  opacity: 1;
}

.delLine {
  right: 0.5em;
  color: #dc3545;
}

.editLineDesc {
  right: 2.5em;
  color: #343a40;
}

.money:after,
.dt-amount:after,
.dt-price:after,
.dt-replacementPrice:after,
.dt-fees:after,
.dt-unit_price:after {
  content: "\20AC";
  color: gray;
  text-shadow: 1px 1px white;
  margin-left: 3px;
  white-space: nowrap;
}

.dt-total_ht .form-group input,
.dt-total_ttc .form-group input,
.dt-total_tva .form-group input {
  display: inline-block;
}

.dt-total_ht .form-group:after,
.dt-total_ttc .form-group:after,
.dt-total_tva .form-group:after {
  content: "\20AC";
  color: gray;
  text-shadow: 1px 1px white;
  margin-left: 3px;
}

.dt-tax_rate,
.dt-discount_rate {
  /*&:after {
    content: '%'; color: gray; text-shadow: 1px 1px white; margin-left: 3px;
  }*/
}

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

.dt-km:after {
  content: "Km";
  color: gray;
  text-shadow: 1px 1px white;
  margin-left: 3px;
}

.dt-status,
.dt-legalDate {
  text-align: center;
}

select.rental,
select.product {
  width: 90%;
}

input.money {
  width: 90%;
}

/*** misc ***/

.dt-uid {
  width: 1px;
  text-align: right;
}

.driver-line {
  padding: 2px;
}

.driver-line select {
  margin-bottom: 1em;
}

.driver-line .remove {
  margin-right: 5px;
  cursor: pointer;
}

.tb-rentals td {
  padding: 7px 2px;
  text-align: center;
}

.tb-rentals td .i-qv {
  display: inline;
  background: none;
  margin: 0;
}

a.document-remove {
  background: red;
  display: inline-block;
  height: 16px;
  width: 16px;
  color: transparent;
  cursor: pointer;
  padding-top: 4px;
}

/******************
 * Header icons
 */

.toolbox-content {
  margin-left: -40px;
  z-index: 500;
  padding: 1em;
  min-width: 20em;
  line-height: 1em;
}

.note {
  color: #675100;
  display: block;
  font-family: helvetica;
  outline: 0;
  padding: 8px;
  width: 98%;
  line-height: 1.5em;
  margin-left: -6px;
  padding-right: 15px;
  border-radius: 0 0 3px 3px;
}

/* =============================================================================
   Tasks
   ========================================================================== */

#tasks {
  min-width: 35em;
}

#tasks span.close {
  position: absolute;
  right: 7px;
  top: 6px;
  color: red;
  cursor: pointer;
  text-shadow: 1px 1px 1px #777;
}

#tasks span.date {
  margin-right: 10px;
  color: green;
  font-weight: bold;
}

#tasks span.assigned {
  margin-left: 10px;
  color: blue;
  font-size: 10px;
}

#tasks span.date {
  display: inline;
}

#tasks-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#tasks-ul li {
  border-bottom: 1px solid gray;
  padding: 6px 14px 6px 6px;
  position: relative;
}

ul#chatcontacts {
  list-style-type: none;
  padding-left: 0;
}

ul#chatcontacts li {
  float: none !important;
}

input.search-input {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 3px;
  padding-left: 28px;
  padding-right: 10px;
  padding-bottom: 4px;
  border: 1px solid #b3b3b3;
  border-radius: 20px 20px 20px 20px;
  width: 100px;
  outline: none;
}

#search-form input.search-input {
  margin-top: 8px;
}

.btn-info:hover {
  background-position: 0 -420px;
}

#nav > .menu li {
  position: relative;
  border-right: 4px solid #ffab17;
  line-height: 46px;
}

#nav > .menu li a {
  background: #222;
  color: #AAA;
}

#nav > .menu li a:hover,
#nav > .menu li a.current {
  background: #333;
}

#nav > .menu li .active-icon span.arrow {
  background-position: 0 -664px;
}

#nav > .menu li .non-active-icon span.arrow {
  background-position: 0 -640px;
}

.sorting {
  position: relative;
}

.sorting:after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  padding-left: 20px;
  top: 9px;
  right: 6px;
  content: " ";
}

.sorting_asc {
  position: relative;
}

.sorting_asc:after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  padding-left: 20px;
  top: 9px;
  right: 6px;
  content: " ";
}

.sorting_desc {
  position: relative;
}

.sorting_desc:after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  padding-left: 20px;
  top: 9px;
  right: 6px;
  content: " ";
}

/* =============================================================================
   Icons
   ========================================================================== */

span.i,
.records_list a.i,
.record_properties a.i,
#estim-drivers a.i {
  text-indent: -10000px;
  margin-right: 5px;
  vertical-align: top;
}

.record_properties th {
  width: 1px;
  white-space: nowrap;
}

.i-todo {
  display: inline-block;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-left: 20px;
}

.i-todo.i-todo-revision {
  background-position: 0 -4240px;
}

.i-todo.i-todo-contract {
  background-position: 0 -1040px;
}

.i-todo.i-todo-invoice {
  background-position: 0 -1120px;
}

.i-todo.i-todo-insurance {
  background-position: 0 -4320px;
}

.i-todo.i-todo-payment {
  background-position: 0 -1920px;
}

.l > .i-l.i {
  opacity: 0.2;
}

.l.l-p > .i-l.i {
  opacity: 1;
}

.l:hover > .i-l.i {
  opacity: 1;
}

.i-edit {
  background-position: 0 0px;
  margin-right: 5px;
}

.i-show {
  background-position: 0 -80px;
  margin-right: 5px;
}

.i-qv {
  background-position: 0 -160px;
  margin-right: 5px;
}

.i-addline {
  background-position: 0 -320px;
}

.i-vehicle {
  background-position: 0 -720px;
}

.i-dashboard {
  background-position: 0 -800px;
}

.i-blue-documents-stack {
  background-position: 0 -880px;
}

.i-quote {
  background-position: 0 -960px;
}

.i-contract {
  background-position: 0 -1040px;
}

.i-invoice {
  background-position: 0 -1120px;
}

.i-customer {
  background-position: 0 -1200px;
}

.i-driver {
  background-position: 0 -1280px;
}

.i-admin {
  background-position: 0 -1360px;
}

.i-shop {
  background-position: 0 -1440px;
}

.i-employee {
  background-position: 0 -1520px;
}

.i-history {
  background-position: 0 -1600px;
}

.i-pricingfamily {
  background-position: 0 -5120px;
}

.i-supplier {
  background-position: 0 -1760px;
}

.i-product {
  background-position: 0 -1840px;
}

.i-productpricing {
  background-position: 0 -1920px;
}

.i-payment {
  background-position: 0 -1920px;
}

.i-rentalplan {
  background-position: 0 -2000px;
}

.i-settings {
  background-position: 0 -2080px;
}

.i-trash {
  background-position: 0 -2160px;
}

.i-calendar-select-days-span {
  background-position: 0 -2240px;
}

.i-repair {
  background-position: 0 -3280px;
}

.i-reporting {
  background-position: 0 -3360px;
}

.i-damage {
  background-position: 0 -3440px;
}

.i-mail,
.i-email {
  background-position: 0 -3520px;
}

.i-fine {
  background-position: 0 -3600px;
}

.i-planning {
  background-position: 0 -3680px;
}

.i-category {
  background-position: 0 -3760px;
}

.i-brand {
  background-position: 0 -3840px;
}

.i-model {
  background-position: 0 -3920px;
}

.i-done {
  background-position: 0 -4000px;
}

.i-undelete {
  background-position: 0 -560px;
}

.i-bugs {
  background-position: 0 -4560px;
}

.i-bugs-open {
  background-position: 0 -4640px;
}

.i-bugs-closed {
  background-position: 0 -4720px;
}

.i-onewayfactor {
  background-position: 0 -4800px;
}

.i-subscriber {
  background-position: 0 -4880px;
}

.i-lexicon {
  background-position: 0 -4960px;
}

.i-coupon {
  background-position: 0 -1680px;
}

.i-transaction {
  background-position: 0 -5040px;
}

.i-print {
  background-position: 0 -5200px;
}

.i-support {
  background-position: 0 -5280px;
}

a.ajaxNew,
a.new {
  position: absolute;
  top: 1px;
  right: 0;
}

a.ajaxNew i,
a.new i {
  color: #dc3545;
}

.ac-wrapper a.ajaxNew {
  top: -24px;
  right: 3px;
}

.field_row a.ajaxNew {
  right: 0;
}

a.new {
  position: absolute;
  top: 10px;
  right: 0;
  display: none !important;
  width: 16px;
  height: 16px;
  background: green;
  border: none !important;
}

li:hover > a.new {
  display: block !important;
}

/******************************************************************************/

.licenseplate {
  display: inline-block;
  padding-left: 13px;
  padding-top: 7px;
  border-radius: 3px;
  color: black;
  border: 1px solid black;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  height: 13px;
  width: 100px;
  line-height: 10px;
  box-shadow: 1px 1px 1px #ebebeb;
}

h1 > .licenseplate {
  margin: -2px 0 0 10px;
}

.non-required {
  display: none;
}

form.show-non-required .non-required {
  display: block;
}

a.toggleRequired {
  color: #3a0d0d;
  display: block;
  text-align: center;
  background-color: #f5b2b2;
  border: 1px solid gray;
  border-radius: 3px;
  margin: 3px auto -7px;
  width: 208px;
  z-index: 999;
  text-shadow: 1px 1px 0 #f7dfdf;
  text-decoration: none;
}

#departureForm {
  width: 205px;
  float: left;
}

#departureForm em {
  margin-left: 142px;
  display: block;
}

#returnForm {
  width: 96px;
  float: right;
}

#returnForm label {
  display: none;
}

#returnForm .inline-medium-label {
  padding-left: 0;
}

#returnForm em {
  margin-left: 26px;
  display: block;
}

.inline-medium-label {
  position: relative;
}

.ui-dialog .field_row-customercardtype_customer {
  display: none;
}

#res {
  position: fixed;
  z-index: 999;
  display: none;
  right: 0;
  top: 43px;
  width: 350px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#res div.entity {
  font-size: 140%;
  padding: 4px;
}

/***
 * Auto autoComplete
  */

#memo,
textarea[name*=notes] {
  display: block;
  font-family: helvetica;
  outline: 0;
  padding: 8px;
  width: 97%;
  line-height: 1.5em;
  padding-right: 4px;
}

#memo {
  border: 0;
}

div.motd p {
  font-size: 14px;
  font-style: italic;
}

#memo-saving {
  color: #ababab;
  line-height: 37px;
  display: none;
  font-style: italic;
  margin-left: 10px;
}

#ajax-loader {
  display: none;
  position: absolute;
  top: 15px;
  left: 170px;
  z-index: 35;
}

#previewer embed {
  width: 1024px;
  height: 500px;
}

.payment-overdue {
  color: red;
  font-weight: bold;
}

.tpl-template {
  display: none;
}

#motd {
  border: none;
  background-color: transparent;
}

div#dt-filters,
#dt-datefilter {
  display: inline;
}

.dffromto {
  display: inline-block;
  border: 1px solid #a3a3e6;
  margin-left: -17px;
  margin-right: 4px;
  line-height: 8px;
  padding: 2px;
  background-color: #ffccd7;
  text-align: center;
  height: 8px;
  color: black;
  border-radius: 2px;
  cursor: pointer;
  display: none;
}

/* =============================================================================
   Planning
   ========================================================================== */

.button.motd-save {
  float: right;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
}

div.payments-footer,
div.cautions-footer {
  color: white;
  height: 30px;
}

.task-overdue {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
}

div.ticks a {
  position: absolute;
  float: left;
  font-size: 10px;
  padding-top: 4px;
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  background: #ffcc00;
}

.fakeRequired {
  background-color: #fff0da;
}

#ed-oneway,
#ed-roundtrip {
  padding: 1.2em;
  border: 1px solid gray;
  margin-top: 5px;
}

#ed-oneway label,
#ed-roundtrip label {
  margin: 0 14px 0 0;
  display: block;
  clear: both;
}

#ed-oneway label:hover:after,
#ed-roundtrip label:hover:after {
  content: attr(data-title);
  position: absolute;
  width: 400px;
  top: 8px;
  left: 50px;
  text-align: center;
  font-size: 11px;
  color: #888;
}

#ed-oneway input,
#ed-roundtrip input {
  float: right;
  margin-left: 2px;
  width: 32px;
  text-align: right;
  border: 1px solid #ababab;
  color: #545454;
}

#ed-oneway input[name=roundtrip\[p\]],
#ed-roundtrip input[name=roundtrip\[p\]] {
  width: 93px;
}

.list-vehicles .block-content {
  max-height: 176px;
  overflow: auto;
}

.contract-options input {
  width: auto;
}

.contract-options label {
  position: absolute;
  left: 20px;
}

#contracttype fieldset {
  position: relative;
}

#contracttype .field_row-contracttype_startsAt,
#contracttype .field_row-contracttype_endsAt {
  width: 30%;
  margin-right: 2%;
  float: left;
}

#contracttype .field_row-contracttype_startsAt input,
#contracttype .field_row-contracttype_endsAt input {
  width: 100%;
}

#contracttype .field_row-contracttype_km {
  float: right;
  width: 20%;
}

#contracttype .field_row-contracttype_applyPromo {
  float: left;
  width: 5%;
}

#contracttype legend label,
#contracttype .field_row-contracttype_riCustomer label {
  display: inline;
}

#contracttype legend label::after,
#contracttype .field_row-contracttype_riCustomer label::after {
  content: " ? ";
}

#contracttype legend input,
#contracttype .field_row-contracttype_riCustomer input {
  width: auto;
}

#contracttype .field_row-contracttype_notes {
  margin: 0;
}

#contracttype .field_row-contracttype_notes label {
  display: none;
}

#contracttype .field_row-contracttype_notes textarea {
  width: 97%;
}

.accessForm label {
  font-weight: normal;
  width: 43%;
  display: inline-block;
}

.accessForm label.accessForm1 {
  font-weight: bold;
}

.accessForm input {
  width: auto;
  margin-right: 6px;
}

.hide {
  display: none;
}

.nohide {
  display: inherit;
}

.show {
  display: inherit;
}

#header .messages a {
  font-weight: 700;
}

div.no-records {
  font-style: italic;
  padding: 4px;
}

.ui-dialog.block-border {
  border: 2px solid #757575;
  border-radius: 14px;
}

.ui-dialog-titlebar {
  background: #ebeae8;
}

td.number {
  text-align: right;
}

#shopSwitcher {
  width: 150px;
}

tr.template-download td,
tr.template-upload td {
  vertical-align: middle;
}

tr.template-download td a.confirm-remove,
tr.template-upload td a.confirm-remove {
  opacity: 0.3;
}

tr.template-download td a.confirm-remove:hover,
tr.template-upload td a.confirm-remove:hover {
  opacity: 1;
}

/*** TINYMCE ***/

.mce-tinymce .mce-ico {
  font-family: "tinymce", Arial !important;
  width: 12px;
  height: 8px;
  font-size: 12px;
  line-height: 8px;
  color: #333 !important;
}

.mce-tinymce .mce-btn button {
  padding: 10px 8px 4px 8px;
  line-height: 8px;
}

.dash-c-ongoing {
  color: #FFA300;
}

.dash-c-returned {
  color: #FF0000;
}

.dash-c-planned {
  color: #4C93BB;
}

.dash-c-confirmed {
  color: #008FFF;
}

.dash-c-postponed {
  color: #C2763A;
}

.dash-c-closed {
  color: #06B437;
}

/** PRICE CONFIGURATOR **/

.price-configurator table .reset {
  display: none;
}

.price-configurator table th {
  font-weight: 500;
  text-transform: uppercase;
}

.price-configurator table tr.groups th {
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.price-configurator table th.additional-data {
  text-align: right;
}

.price-configurator table tr td.additional-data {
  background: #facdcd;
}

.price-configurator table tr td.additional-data.data-k {
  background: #d5ffd5;
}

.price-configurator table tr td.additional-data.data-w,
.price-configurator table tr td.additional-data.data-f {
  background: #b8dcff;
}

.price-configurator table tr.dirty .reset {
  display: inline-block;
}

.price-configurator table tr.dirty .edit {
  display: none;
}

.price-configurator table tr.dirty td.day-price,
.price-configurator table tr.dirty td.additional-data {
  background: #ffa3a3;
}

.price-configurator table tr.editing td {
  background: #ffebb4;
}

.price-configurator table tr.editing td .align {
  display: inline-block;
}

.price-configurator table .day-price,
.price-configurator table td.additional-data {
  text-align: right;
  white-space: nowrap;
  color: #333;
}

.price-configurator table td.day-price:after,
.price-configurator table td.data-k:after,
.price-configurator table td.data-ks:after,
.price-configurator table td.data-ds:after {
  content: "\20AC";
  color: #666;
}

.price-configurator table td.data-w:after,
.price-configurator table td.data-f:after {
  content: "%";
  color: #666;
}

.price-configurator table td.day-1,
.price-configurator table td.day-7,
.price-configurator table td.day-14,
.price-configurator table td.day-21,
.price-configurator table td.day-30 {
  background: #ebebeb;
}

.price-configurator table input::-webkit-outer-spin-button,
.price-configurator table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-configurator table tr:hover td {
  border-bottom: 1px solid black;
}

.price-configurator table .price-input,
.price-configurator table input:not([type=submit]) {
  border: none;
  background: transparent;
  width: 52px;
  text-align: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.price-configurator table .editing .price-input {
  background: #ffffff61;
  border: 1px dashed #ff9898;
}

.price-configurator ul,
.price-configurator ol {
  margin: 1px 0;
  padding: 0 0 0 40px;
}

#dropzone {
  background: #536782;
  width: 100%;
  height: 80px;
  line-height: 78px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 24px;
  border: 2px dashed white;
  margin-bottom: 21px;
}

#dropzone.in {
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: larger;
}

#dropzone.hover {
  background: #0f91f5;
}

#dropzone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}

.gmail-picker .messages {
  height: 480px;
  overflow: scroll;
}

.gmail-picker .messages a.button {
  line-height: 10px;
  height: 10px;
  font-size: 10px;
}

.issues td,
.issues th {
  white-space: nowrap;
}

.issues .id {
  width: 30px;
}

.issues .priority {
  width: 70px;
}

.issues .type {
  width: 60px;
}

.issues .category,
.issues .status {
  width: 80px;
}

.issues .planning {
  width: 60px;
}

.issues .author,
.issues .assignee {
  width: 60px;
}

.issues .last-update {
  width: 60px;
}

.issues tr.status-Closed td.subject,
.issues tr.status-Rejected td.subject {
  text-decoration: line-through;
}

.issues tr.status-In.Progress td.subject {
  font-weight: bold;
}

.issues tr.status-Resolved td.subject {
  color: green;
  font-weight: 600;
}

.issues tr.priority-High td.priority {
  color: red;
  font-weight: bold;
}

.issues .i-show {
  margin-right: 4px;
  margin-top: 1px;
  float: left;
  margin-left: -7px;
}

.alertable-ok,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover,
.ui-datepicker .ui-datepicker-header,
.card-primary:not(.card-outline) > .card-header,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.bg-primary,
.modal-header,
.ui-dialog-titlebar {
  background-color: var(--shop-color) !important;
}

.alertable-ok {
  border-color: var(--shop-color);
}

a,
.page-link {
  color: var(--shop-color);
}

.ac-result.ac-selected,
.ac-result:hover {
  background-color: var(--shop-color) !important;
}

.page-item.active .page-link {
  background-color: var(--shop-color);
  border-color: var(--shop-color);
}

.js-dialog.ajax-new {
  float: right;
}

.btn-toggle-oneway {
  padding: 0.1rem 0.5rem;
  line-height: 1.1;
}

.layout-navbar-fixed .wrapper .control-sidebar {
  top: 54px;
  position: fixed;
}

.modal .modal-header {
  padding: 0.5rem 1rem;
  color: white;
}

.modal .modal-header .close {
  color: white;
}

.modal .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
}

.modal .card-body {
  padding: 0.5rem 1.25rem;
}

.adblue {
  color: #2856a0;
  font-weight: 500;
}

.shop-dot {
  vertical-align: sub;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.not-set {
  font-style: italic;
  color: #838383;
}

.card.card-outline-tabs {
  background: transparent;
  border-right: none;
}

.card.card-outline-tabs .nav-item {
  background: #ffffff;
}

.info-box {
  color: #212529;
}

.info-box:hover {
  color: #212529;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.info-box .info-box-text {
  text-transform: uppercase;
}

.info-box .info-box-number {
  font-weight: 500;
  font-size: 1.4em;
}

.bool-f {
  color: #A92D29;
}

.bool-t {
  color: #28A745;
}

/** Dashboard WIDGETS */

#memo,
textarea[name*=notes] {
  display: block;
  font-family: Helvetica, serif;
  outline: 0;
  width: 100%;
  background-image: url(../images/notepad.png?d44d0e28efcccf931bb80fc739f86113);
  line-height: 1.37em;
  padding: 8px 4px 8px 8px;
  color: #000;
  border: 0;
}

.nav-link .count {
  background: #222;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 17px;
}

.badge-lg {
  font-size: 1.2rem;
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .content-wrapper > .content {
    padding: 0;
  }
}

div.ui-dialog {
  z-index: 1040;
}

input[id$=legal_date],
input[id$=caution_price],
input[id$=km] {
  max-width: 110px;
}

@media (max-width: 575.98px) {
  .card-body {
    padding: 0.5rem;
  }

  section.content > .container-sm {
    padding-left: 5px;
    padding-right: 5px;
  }

  .border-right {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1em;
  }

  .document-lines thead {
    display: none;
  }

  #LINES tr {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }

  #LINES tr td {
    padding: 0.25rem;
    width: 100%;
  }

  #LINES tr td:before {
    display: block;
  }

  #LINES tr .dt-product_id {
    grid-column: 1/5;
  }

  #LINES tr .dt-quantity:before {
    content: "Qt\E9";
  }

  #LINES tr .dt-unit_price:before {
    content: "P.U.";
  }

  #LINES tr .dt-discount_rate:before {
    content: "% rem";
  }

  #LINES tr .dt-discount_rate select {
    width: 50px;
  }

  #LINES tr .dt-tax_rate:before {
    content: "tva";
  }

  #LINES tr .dt-total_ht:before {
    content: "Total HT";
  }

  #LINES tr .dt-total_tva:before {
    content: "Total TVA";
  }

  #LINES tr .dt-total_ttc:before {
    content: "Total TTC";
  }
}

.suffix {
  color: #6c757d;
  margin-left: 0.25em;
}


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