﻿/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/exo2-italic-variablefont_wght.ttf') format('truetype');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/exo2-italic-variablefont_wght.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/exo2-variablefont_wght.ttf') format('truetype');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/exo2-variablefont_wght.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
html {
  height: 100%;
}
body {
  font-family: "Exo 2", sans-serif;
  font-size: 0.9rem;
  min-height: 100%;
}
.filter-white {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
h3 {
  font-size: 1.5rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.sc-theme {
  background: #1e2229;
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 210px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
  background-color: #223500;
  color: #fff;
  z-index: 99999;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 210px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 1999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  top: 0;
  position: absolute;
  right: 10px;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 16px;
  padding: 30px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 7px 20px 7px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover {
  text-decoration: underline;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 7px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 0px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 10px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer form {
  margin-bottom: 0;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: block;
  width: 100%;
  padding-left: 0px;
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}
.page-wrapper .page-content > div {
  padding: 40px 40px 60px;
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-content > div {
    padding: 20px;
  }
}
/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/
.sc-theme .sidebar-wrapper {
  background: #223500;
}
.sc-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a6a2e;
}
.sc-theme .sidebar-wrapper .sidebar-brand > a,
.sc-theme .sidebar-wrapper .sidebar-menu ul li a,
.sc-theme .sidebar-footer > a {
  color: #efefef;
}
.sc-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.sc-theme.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.sc-theme .sidebar-wrapper .sidebar-brand > a:hover,
.sc-theme .sidebar-footer > a:hover i {
  color: #efefef;
}
.page-wrapper.sc-theme.toggled #close-sidebar {
  color: #efefef;
}
.page-wrapper.sc-theme.toggled #close-sidebar:hover {
  color: #efefef;
}
.sc-theme .sidebar-wrapper ul li:hover a i,
.sc-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.sc-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #3a6a2e;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.sc-theme .sidebar-wrapper .sidebar-menu ul li a i,
.sc-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background: #3a6a2e;
}
.sc-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #efefef;
}
.sc-theme .sidebar-footer {
  background: #223500;
  border-top: 1px solid #3a6a2e;
}
.sc-theme .nav-item {
  width: 100%;
  border-left: 1px solid #3a6a2e;
  text-align: center;
}
.sc-theme .nav-item a,
.sc-theme .nav-item button {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  min-height: 43px;
  border-radius: 0;
}
.sc-theme .nav-item a:hover,
.sc-theme .nav-item button:hover {
  background: #3a6a2e;
}
.select2-search__field {
  height: 36px;
  color: #100e0e;
}
.sc-theme .sidebar-footer .nav-item:first-of-type {
  border-left: 0;
}
.sc-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.sc-theme .sidebar-footer > a:last-child {
  border-right: none;
}
.nav-item::marker {
  display: none;
  content: '';
}
.sidebar-content li a:hover {
  text-decoration: underline;
}
.inputs {
  position: relative;
}
.inputs i {
  position: absolute;
  top: 20px;
  left: 23px;
  color: #b8b9bc;
}
.inputs .form-control {
  height: 52px !important;
  border-radius: 4px !important;
  border: 1px solid lightgray !important;
  text-indent: 40px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  height: 45px;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}
.sc-order-background {
  border: 2px solid #525965;
  padding: 5px 10px;
  background-color: #efefef;
}
.select2 {
  height: 50px;
  overflow: hidden;
}
.select2-search__field {
  height: 36px !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
  margin-top: 16px !important;
  height: 24px;
  overflow: hidden;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  border: 1px solid #525965;
  display: inline-flex;
}
.number-input,
.number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-weight: bold;
  background-color: #223500;
  color: #fff;
}
.number-input button:hover {
  background-color: #3a6a2e;
}
.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 3.5rem;
  padding: 0.1rem;
  border: solid #525965;
  border-width: 0 1px;
  font-size: 14px;
  text-align: center;
  min-height: 28px;
}
.number-input input[type=number]:focus {
  outline: none;
}
.number-input.no-padding input[type=number] {
  border-width: 0;
}
.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f077';
  transform: translate(-50%, -50%) rotate(180deg);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#freetext {
  max-height: 133px;
  resize: none;
}
#freetext:focus {
  outline: none;
}
.footer-actions {
  height: 44px;
  right: 0;
  left: 0;
  border-top: 1px solid #3a6a2e;
  background: #efefef;
  z-index: 1021;
}
.footer-actions .btn {
  border-left: 1px solid #3a6a2e;
  border-right: 1px solid #3a6a2e;
  border-radius: 0;
  width: 160px;
  color: #000;
  font-weight: bold;
}
.footer-actions .btn:hover {
  background: #d9d9d9;
}
.toggled .footer-actions {
  left: 210px;
}
#photoForm #video {
  min-height: 480px;
  max-width: 100%;
}
#photoForm #photo {
  min-height: 480px;
  max-width: 100%;
}
.select2-container--bootstrap-5 .select2-selection--single {
  height: 52px !important;
  padding: 0.7rem 2.25rem 0.7rem 0.75rem !important;
}
.form-floating .form-select {
  padding: 0.7rem 2.25rem 0.1rem 0.75rem;
}
.orderlines {
  width: 100%;
  margin-bottom: 1.5rem;
}
.orderlines thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.orderlines thead tr:first-of-type th {
  padding-bottom: 0;
}
.orderlines thead tr:last-of-type th {
  padding-top: 0;
}
.orderlines > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.orderlines tbody {
  display: block;
  overflow-y: hidden;
  table-layout: fixed;
}
.orderlines tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.orderlines tbody:before,
.orderlines tbody:after {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.orderlines tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.orderlines tfoot tr:first-of-type th {
  padding-bottom: 0;
}
.orderlines tfoot tr:last-of-type td {
  padding-top: 0;
}
.orderlines tr:first-of-type th {
  border-bottom-width: 0;
}
.orderlines th span {
  font-weight: 600;
  font-size: 14px;
}
.orderlines .amount {
  width: 130px;
  vertical-align: middle !important;
}
.orderlines .sku {
  width: 125px;
  vertical-align: middle !important;
}
.orderlines .reason {
  width: 250px;
  vertical-align: middle !important;
}
.orderlines .price-area {
  width: 130px;
  vertical-align: middle !important;
}
.orderlines .center {
  text-align: center;
}
.orderlines .right {
  text-align: right;
}
.orderlines .price-small-area {
  width: 100px;
  vertical-align: middle !important;
}
.orderlines .ba-area {
  width: 80px;
  vertical-align: middle !important;
}
.orderlines .description {
  min-width: 250px;
  vertical-align: middle !important;
  position: relative;
}
.orderlines .description div {
  max-width: 350px;
}
.orderlines .description span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  top: calc(50% - 12.5px);
}
.orderlines .note {
  width: 200px;
}
.orderlines .sortiment {
  width: 85px;
  text-align: center;
  vertical-align: middle !important;
}
.skabelon .category,
.draft .category,
.step-two .category,
.suggestion .category,
.sample .category,
.odense .category,
.subsidy .category {
  color: #fff !important;
  font-weight: 700;
  background: #223500 !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: none !important;
  width: none !important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-bottom: 0;
}
td.clickable {
  cursor: pointer;
  vertical-align: middle !important;
}
.viewable {
  width: 20px;
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}
.viewable::after {
  transition: transform 100ms ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  font-size: 15px;
  transform: rotate(90deg);
}
.darkred .active .viewable::after {
  transform: rotate(0deg);
  right: 17px;
}
.darkred > td:not(.active) .viewable::after {
  transform: rotate(90deg) !important;
}
.active .viewable::after {
  transform: rotate(0deg);
  right: 17px;
}
.options {
  margin-bottom: 10px;
  border-top: 1px solid #3a6a2e;
  background: #efefef;
}
.options td {
  background: #efefef !important;
  border: 1px solid #3a6a2e;
  --bs-table-accent-bg: none;
  padding: 0;
}
.options .btn {
  border-right: 1px solid #3a6a2e;
  border-radius: 0;
  width: 140px;
  color: #000;
  text-decoration: none;
  padding: 3px;
}
.store-details {
  display: flex;
  align-items: center;
}
.store-details p {
  margin-bottom: 0;
}
.store-details b {
  font-size: 17px;
}
.input-group-append {
  cursor: pointer;
}
#AdditionalInformation img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
#AdditionalInformation tr th:last-of-type,
#AdditionalInformation tr td:last-of-type {
  width: 80px;
}
.form-floating .input-group-append .input-group-text {
  padding: 1rem 0.75rem;
}
.form-floating .form-select {
  line-height: unset !important;
}
.form-floating input[type="datetime"] {
  padding-top: 0.625rem !important;
}
.datepicker {
  min-width: 300px;
}
.datepicker .table-condensed {
  width: 290px;
}
.order-end .sc-order-background {
  width: 100%;
  min-height: 70px;
}
.order-end .sc-order-background textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.order-end .btn {
  height: 54px;
  width: 100%;
}
.search-buttons .btn {
  font-size: 14px;
  padding: 0.8rem 0.75rem;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3rem + 2px);
}
.form-floating > label {
  padding: 0.8rem 0.65rem;
}
.search .form-floating {
  width: calc(100% - 42px);
}
.form-floating label {
  z-index: 100;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 0.8rem !important;
  padding: 0.1em 0.1em !important;
}
.tax {
  position: absolute;
  bottom: 1px;
  right: 12px;
  font-weight: 600;
  font-style: italic;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.2rem;
  padding-bottom: 0.625rem;
}
.chainprice,
.dpak,
.totaldiscount {
  bordeR: none;
  background: none;
  width: 100%;
  text-align: right;
}
.chainprice:focus,
.dpak:focus,
.totaldiscount:focus {
  outline: none;
}
.select2-container--bootstrap-5 .select2-selection {
  padding: 4px 12px !important;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.form-floating textarea:not(:placeholder-shown) ~ label ~ div {
  width: calc(100% - 2rem);
  height: 11px;
  position: absolute;
  top: 1px;
  left: 3px;
  z-index: 1;
  padding-top: 1.525rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.order-end .sc-order-background .btn-group {
  width: 100%;
}
.btn-outline-primary {
  background: none !important;
  border-color: #3a6a2e !important;
  color: #000;
  height: unset !important;
}
.btn-outline-primary:hover {
  color: #3a6a2e !important;
}
.btn-check:checked + .btn-outline-primary {
  background: #223500 !important;
  border-color: #3a6a2e !important;
}
.btn-check:checked + .btn-outline-primary:hover {
  color: #fff !important;
}
.btn-primary {
  background: #223500;
  border-color: #3a6a2e;
}
.btn-primary.active {
  background: #3a6a2e;
  border-color: #223500;
}
.btn-primary:focus,
.btn-primary:active {
  background: #3a6a2e;
  border-color: #223500;
}
.btn-primary:hover,
.btn-primary:disabled {
  background: #3a6a2e;
  border-color: #223500;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(126, 6, 38, 0.59) !important;
}
.page-item.active .page-link {
  background: #223500;
  border-color: #3a6a2e;
}
.page-item.active .page-link:hover {
  background: #3a6a2e;
  border-color: #223500;
}
.discount .darkred {
  border: 1px solid black;
  background: #223500;
  color: #fff !important;
}
.discount .dark {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.discount .light {
  --bs-table-accent-bg: #fff !important;
  color: #000;
}
.discount .first {
  padding-left: 17px;
}
.discount .first:after {
  transition: transform 100ms ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  font-size: 20px;
  transform: rotate(0deg);
  right: 17px;
}
.discount .first.active:after {
  transform: rotate(90deg);
}
#calendar {
  /*max-width: 1100px;*/
  max-height: 915px;
  margin: 0 auto;
}
#calendar a {
  color: #000;
  text-decoration: none;
}
#calendar a:hover {
  text-decoration: underline;
}
.modal-dialog {
  max-width: 96%;
}
.fc .fc-bg-event {
  opacity: 1 !important;
  background: #d3e7fb !important;
  font-weight: 800;
}
.fc .fc-bg-event .fc-event-title {
  font-style: normal !important;
}
.fc-nonbusiness .fc-event-title {
  text-align: center;
  line-height: 16px;
}
#hideMenu .form-floating,
.cases .form-floating {
  width: 100%;
}
#hideMenu .form-floating .form-select,
.cases .form-floating .form-select {
  padding: 0;
}
#hideMenu .form-floating .dropdown-toggle,
.cases .form-floating .dropdown-toggle {
  height: 48px;
  background: #fff;
}
#hideMenu .form-floating .bootstrap-select,
.cases .form-floating .bootstrap-select {
  width: 100%;
}
#hideMenu .form-floating .bootstrap-select .filter-option,
.cases .form-floating .bootstrap-select .filter-option {
  display: flex;
}
#hideMenu .form-floating .bootstrap-select .filter-option .filter-option-inner,
.cases .form-floating .bootstrap-select .filter-option .filter-option-inner {
  align-self: end;
}
#show-button {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  border: 1px solid #8b8b8b;
  border-top: 0;
  width: 200px;
  border-radius: 0 0 5px 5px;
  background-color: #efefef;
}
#show-button:hover {
  cursor: pointer;
  text-decoration: none;
}
#show-button div {
  width: 200px;
  text-align: center;
  color: #000;
}
#Searchbarmenu {
  padding-top: 0.7rem;
  max-width: 1890px;
}
#Searchbarmenu .search {
  background-color: #efefef;
  border: 2px solid #525965;
  padding: 14px;
  margin: 0 0 20px 0;
}
#Searchbarmenu .search:after,
#Searchbarmenu .search:before {
  display: table;
  content: " ";
}
.btn-fullview {
  width: 100%;
  height: 103px;
  font-size: 40px;
}
.CanvasContainer {
  margin-top: 15px;
  position: relative;
  max-height: 585px;
  border: 2px solid #525965;
  background: #efefef;
}
.CanvasContainer h3 {
  text-align: center;
}
#CanvasGraph {
  background: #fff;
}
#graph {
  height: 455px !important;
  background: #fff;
}
#highgraph {
  height: 935px !important;
  background: #fff;
}
.canvas-search {
  padding: 15px !important;
  margin: 0 !important;
  background-color: #efefef;
}
.canvas-search .form-control,
.canvas-search label {
  margin-bottom: 0;
}
.button {
  position: relative;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
.button:before,
.button:after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.25s ease-out;
}
.button:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.button:hover {
  cursor: pointer;
}
.active:before {
  transform: rotate(90deg);
}
.active:after {
  transform: rotate(180deg);
}
.bootstrap-select .dropdown-menu {
  z-index: 9999999;
}
.CanvasContainer {
  margin-top: 15px;
  position: relative;
  height: 585px;
  border: 1px solid #dddddd;
  background: #fff;
}
.CanvasContainer h3 {
  text-align: center;
}
#CanvasGraph {
  background: #fff;
}
#graph {
  height: 455px !important;
  background: #fff;
}
#highgraph {
  height: 935px !important;
  background: #fff;
}
.canvas-search {
  padding: 15px !important;
  margin: 0 !important;
  background-color: #efefef;
}
.canvas-search .form-control,
.canvas-search label {
  margin-bottom: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
label {
  margin-bottom: 0;
}
.btn-small {
  padding: 0 5px;
}
.padding-none {
  padding: 0;
}
.modal-dialog {
  width: 500px;
  text-align: left;
  vertical-align: middle;
}
.save-rapport-button {
  width: 100%;
  height: 75px;
  font-size: 23px;
  position: absolute;
  top: 64px;
  left: -5px;
}
.textarea-save {
  width: 100%;
  height: 140px;
  max-width: 100%;
}
.rapportOpen .dropdown-menu > li > a {
  display: block;
  padding: 10px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: inherit;
}
.dropdown-menu {
  z-index: 9999;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
#graphSupplierChooser {
  width: 310px;
  height: 30px;
  float: right;
}
.Shop {
  background: #fff;
}
.small-text {
  font-size: 12px;
}
.dataSegments {
  background-color: #f0f0f0;
}
.dataEan {
  background-color: #e9e9e9;
}
#dataTable thead tr th {
  text-align: center;
}
#dataTable thead .header {
  background: #eee;
}
#dataTable table {
  border-radius: 4px;
}
#dataTable table tbody .green {
  color: #4d982f;
}
#dataTable table tbody .red {
  color: #d42424;
}
#dataTable tbody .highlight {
  font-weight: 700;
  background-color: #eee;
}
#dataTable tbody .highlight td {
  border: 1px solid #000 !important;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}
.down-arrow,
.up-arrow,
.right-arrow {
  background-size: 20px 20px !important;
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
.down-arrow {
  background-image: url('../gfx/Arrow down.png');
  background-repeat: no-repeat;
}
.up-arrow {
  background-image: url('../gfx/Arrow up.png');
  background-repeat: no-repeat;
}
.right-arrow {
  background-image: url('../gfx/Arrow right.png');
  background-repeat: no-repeat;
}
.hr-color {
  color: #9ea0a2;
}
.fc-daygrid-event-dot {
  display: none;
}
.fc-daygrid-event-harness .fc-event,
.fc-timegrid-event-harness .fc-event {
  padding-left: 10px;
}
.fc-daygrid-event-harness .visit-blue,
.fc-timegrid-event-harness .visit-blue {
  background: #3788d8;
  color: #fff !important;
}
.fc-daygrid-event-harness .visit-orange,
.fc-timegrid-event-harness .visit-orange {
  background: #f28b0c;
  color: #fff !important;
}
.fc-daygrid-event-harness .visit-orange .fc-event-time,
.fc-timegrid-event-harness .visit-orange .fc-event-time {
  display: none !important;
}
.fc-daygrid-event-harness .visit-red,
.fc-timegrid-event-harness .visit-red {
  background: #223500;
  color: #fff !important;
}
.fc-daygrid-event-harness .visit-grey,
.fc-timegrid-event-harness .visit-grey {
  background: #8e8c8e;
  color: #fff !important;
}
.fc-daygrid-event-harness .visit-green,
.fc-timegrid-event-harness .visit-green {
  background: #3bcc11 !important;
}
/* Loader */
#loader-wrapper {
  z-index: 9999;
  background: #000000;
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#loader-wrapper p {
  left: 50%;
  top: 54%;
  width: 400px;
  height: 40px;
  margin: 0 0 0 -155px;
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 45%;
  width: 150px;
  height: 150px;
  margin: -73px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #3498db;
  -moz-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -moz-animation: spin 3s linear infinite;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #eee;
  -moz-animation: spin 1.5s linear infinite;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* Slider */
/*.slider-container {
    height: 660px;

    .slider-radio {
        display: none;
    }

    .container {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;

        .carousel {
            position: relative;
            width: 100%;
            height: 400px;
            margin-bottom: 20px;
            border: none !important;

            .carousel-element {
                position: absolute;
                width: 55%;
                height: 400px;
                left: 0;
                right: 0;
                margin: auto;
                transition: transform .4s ease;
                cursor: pointer;
                border: none !important;
                display: none;

                img {
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                    object-fit: cover;
                }
            }
        }
    }
}*/
/* Slider */
.slider-container {
  height: 420px;
}
.slider-container .container {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.slider-container .container .swiper-wrapper {
  /*.slide {
                transition: transform 0.4s ease;

                &:not(.swiper-slide-active) {
                    opacity: 0.4;
                }
            }*/
  /*max-width: 712.8px;
                margin: 0 auto;
                max-height: 400px;*/
}
.slider-container .container .swiper-wrapper img {
  /*width: 100%;*/
  height: 100%;
  border-radius: 10px;
  /*object-fit: contain;*/
}
.carousel .previous {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  display: block !important;
}
.carousel .next {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  display: block !important;
}
.carousel .active {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  display: block !important;
}
.carousel .active img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
/* Dashboard - boxes */
.front-buttons a {
  text-decoration: none;
  color: #fff;
}
.dashboard-box {
  background: #223500;
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 130px;
  margin-right: 1.5rem;
  min-width: 130px;
}
.dashboard-box:hover {
  background: #3a6a2e;
}
.dashboard-box i {
  font-size: 55px;
  color: #efefef;
  margin: 0 auto;
  line-height: 120px;
  text-align: center;
  height: 60%;
}
.dashboard-box .text {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 20%;
  line-height: 26px;
  background: #efefef;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.sortimentlines {
  width: 100%;
  margin-bottom: 1.5rem;
}
.sortimentlines thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sortimentlines thead tr:last-of-type th {
  padding-top: 0;
}
.sortimentlines > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.sortimentlines .header {
  cursor: pointer;
  background: #223500;
  border-color: #3a6a2e;
  color: white !important;
}
.sortimentlines tbody {
  display: block;
  overflow-y: hidden;
  table-layout: fixed;
}
.sortimentlines tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sortimentlines tbody:before,
.sortimentlines tbody:after {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.sortimentlines tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sortimentlines tfoot tr:first-of-type th {
  padding-bottom: 0;
}
.sortimentlines tfoot tr:last-of-type td {
  padding-top: 0;
}
.sortimentlines th span {
  font-weight: 600;
  font-size: 14px;
}
.sortimentlines .description {
  min-width: 250px;
  vertical-align: middle !important;
  position: relative;
}
.sortimentlines .description div {
  max-width: 350px;
}
.sortimentlines .description span {
  position: absolute;
  max-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  top: calc(50% - 12.5px);
}
.campaignlines {
  width: 100%;
  margin-bottom: 1.5rem;
}
.campaignlines .description {
  border: 1px solid;
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 50%;
  line-height: 20.5px;
  cursor: pointer;
}
.campaignlines thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.campaignlines thead tr:first-of-type th {
  padding-bottom: 0;
}
.campaignlines thead tr:last-of-type th {
  padding-top: 0;
}
.campaignlines > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}
.campaignlines tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
}
.campaignlines tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.campaignlines tbody:before,
.campaignlines tbody:after {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.campaignlines tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.campaignlines tfoot tr:first-of-type th {
  padding-bottom: 0;
}
.campaignlines tfoot tr:last-of-type td {
  padding-top: 0;
}
.campaignlines tr:first-of-type th {
  border-bottom-width: 0;
}
.campaignlines th span {
  font-weight: 600;
  font-size: 14px;
}
.campaignlines .description {
  vertical-align: middle !important;
  position: relative;
  text-align: center;
}
.campaignlines .description div {
  max-width: 350px;
}
.campaignlines .description span {
  position: absolute;
  right: unset;
  left: 0;
  max-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  top: calc(50% - 12.5px);
}
/* CUSTOMER CARD MNB */
.customer-card {
  background-color: #efefef;
  padding: 12px;
  border: 2px solid;
  text-align: center;
}
.customer-card h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.customer-card p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.top-bar {
  border: 2px solid #525965;
  padding: 5px 10px;
  background-color: #efefef;
}
.box-style {
  border: 2px solid #525965;
  /*padding: 12px;*/
  margin-bottom: 1rem;
  min-height: 200px;
}
.box-style-inner {
  padding: 12px;
}
.box-style-inner hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid black;
  opacity: 1;
}
.box-style-pdf {
  padding: 0;
  min-height: unset;
}
.box-style-pdf .pdf-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-style-pdf img {
  max-height: 380px;
}
.box-style-pdf .xls-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 258px;
}
.box-style-pdf .xls-thumbnail i {
  font-size: 100px;
  color: #223500;
}
.inner-box {
  margin-bottom: 12px;
}
.box-header {
  padding: 12px;
  background-color: #efefef;
  border-bottom: 2px solid #525965;
  /*margin-bottom: 12px;*/
  font-weight: 500;
  margin-bottom: 0;
}
.box-header-pdf {
  border-bottom: none;
  border-top: 2px solid #525965;
  word-break: break-all;
}
.pdf-link {
  color: #000;
  text-decoration: none;
}
.pdf-link:hover {
  color: #3a6a2e;
}
.pdf-link:hover i {
  color: #3a6a2e;
}
.box-small-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.visit-frequency {
  font-size: 0.9rem;
  border-color: #223500;
  margin-top: 8px;
  margin-bottom: 12px;
}
.visit-frequency:focus {
  box-shadow: none;
  border-color: #223500;
}
.contact-info .contact-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 375px) {
  .contact-info .contact-header {
    display: block;
    margin-bottom: 12px;
  }
  .contact-info .contact-header > div {
    display: flex;
    justify-content: end;
  }
}
.contact-info .contact-header .box-small-header {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 375px) {
  .contact-info .contact-header .box-small-header {
    margin-bottom: 10px;
  }
}
.contact-info .edit-button-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
.contact-info .contact-person a {
  color: #000;
}
.contact-info .contact-person a:hover {
  color: #0d6efd;
}
.comment-area textarea {
  padding: 12px;
  min-height: 50px;
}
@media screen and (max-width: 575px) {
  .customercard-modal .modal-dialog {
    width: calc(100vw - 1rem);
  }
}
.customercard-modal .modal-header {
  padding: 12px;
  background-color: #efefef;
  border-bottom: 2px solid #525965;
}
.customercard-modal .modal-footer {
  padding: 12px;
  background-color: #efefef;
  border-top: 2px solid #525965;
}
/*section {
    width: 100%;
    height: 400px;
}*/
.swiper-container {
  width: 700px;
  height: 100%;
  overflow: visible !important;
}
.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /*transition: transform .3s ease;*/
}
.slide-image {
  /*    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;*/
  width: 100%;
}
.slideshow {
  position: relative;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 280px;
  z-index: 1000;
  transition: all 0.3s ease;
  /*color: #FFF;*/
}
.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
  cursor: pointer;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.slideshow-navigation-button.prev {
  left: -280px;
}
.slideshow-navigation-button.next {
  right: -280px;
}
.swiper-slide-prev {
  transform: translatex(50%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  display: block !important;
}
.swiper-slide-next {
  transform: translatex(-50%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  display: block !important;
}
.swiper-slide-active {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  display: block !important;
}
.swiper-slide-active img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}
.survey-question .multi-select2 .select2 {
  width: 100% !important;
  height: 60px;
}
.survey-question .multi-select2 .select2 .select2-selection__rendered {
  display: flex !important;
  min-height: 50px;
  margin-top: 0 !important;
  overflow: auto !important;
}
.survey-question .multi-select2 .select2 .select2-selection__rendered .select2-selection__choice {
  margin-top: 4px !important;
  height: 24px;
  padding: 10px !important;
}
.survey-question .multi-select2 .select2 .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 8px;
}
.survey-question .multi-select2 .select2 .select2-selection--multiple {
  min-height: 60px;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #3a6a2e !important;
}
.ixnumbers .green {
  color: #50ca20;
  font-weight: bold;
}
.ixnumbers .red {
  color: #f21436;
  font-weight: bold;
}
.pagination .dt-paging-button.page-item .page-link {
  box-shadow: none;
}
.pagination .dt-paging-button.page-item:not(.active) .page-link {
  color: #000;
  box-shadow: none;
}
.pagination .dt-paging-button.page-item:not(.active) .page-link:hover {
  color: #FFF;
  background: #223500;
  border-color: #3a6a2e;
}
.hideline-product {
  display: none !important;
}
.btn-hidequantity-wrapper .btn-check:focus + .btn-outline-primary,
.btn-hidequantity-wrapper .btn-outline-primary:focus {
  box-shadow: none !important;
}
.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
@media only screen and (max-width: 1919px) {
  .orderline-headertype {
    height: 95px;
  }
}
.orderline-newdescription {
  display: none;
}
@media only screen and (max-width: 1919px) {
  .orderline-newdescription {
    position: absolute;
    margin-top: -30px;
    display: block;
  }
}
.orderline-productdescription {
  display: block;
}
@media only screen and (max-width: 1919px) {
  .orderline-productdescription {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .hide-desc-ipad {
    visibility: hidden;
  }
}
#draggable_events {
  max-height: 845px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-cal-draggable {
  margin-bottom: 5px;
  min-height: 30px;
  line-height: 30px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
  background: #223500;
  border: none;
  padding: 10px;
  max-width: 92%;
}
.fc-cal-draggable:hover {
  background: #3a6a2e;
}
.fc-cal-draggable p {
  margin-bottom: 0;
  line-height: 15px;
}
.input-group .thin {
  height: 39px;
}
.input-group .thinlabel {
  padding: 0.55rem 0.65rem;
}
.mb-14 {
  margin-bottom: 1.4rem;
}
#DataTables_Table_0_wrapper .dt-length {
  float: right;
  margin-left: 35px;
  line-height: 38px;
}
.fc-yellow {
  background: #f28b0c;
}
.fc-yellow:hover {
  background: #ff8d00;
}
.noBorder {
  border: none;
}
.borderTop {
  border-top: 1px solid black !important;
}
.borderLeft {
  border-left: 1px solid black !important;
}
.borderBottom {
  border-bottom: 1px solid black !important;
}
.borderRight {
  border-right: 1px solid black !important;
}
.completeBorder {
  border: 1px solid black;
}
.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.leftText {
  text-align: left;
}
table.kampagneOversigtTable td,
table.kampagneOversigtTable th {
  padding: 5px;
  min-width: 80px;
}
.width-min-120 {
  min-width: 120px !important;
}
.dashed-border-bottom {
  border-bottom: 1px dashed black;
}
.multi-cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.th-div-children > div {
  padding: 5px 0;
}
.whiteFont {
  color: white;
}
.no-padding > thead > tr > th,
.no-padding > tbody > tr > th,
.no-padding > tfoot > tr > th,
.no-padding > thead > tr > td,
.no-padding > tbody > tr > td,
.no-padding > tfoot > tr > td {
  padding: 0 8px !important;
}
.clickable,
.pointer {
  cursor: pointer;
  min-height: 20px;
  width: 100%;
}
hr {
  border-top: 1px dashed black;
  margin-top: 2px;
  margin-bottom: 2px;
}
.borderRight p,
.text-padding p {
  margin: 0 0 1px;
}
.zui-wrapper {
  position: relative;
}
.zui-scroller {
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 5px;
}
.zui-table .zui-sticky-col-one {
  border-left: solid 1px #DDEFEF;
  border-right: solid 1px #DDEFEF;
  left: 16px;
  position: absolute;
  top: auto;
  min-width: 97px;
  width: 97px;
}
.zui-table .zui-sticky-col-two {
  border-left: solid 1px #DDEFEF;
  border-right: solid 1px #DDEFEF;
  left: 113px;
  position: absolute;
  top: auto;
  min-width: 121px;
  width: 121px;
}
.zui-table .zui-sticky-col-three {
  border-left: solid 1px #DDEFEF;
  border-right: solid 1px #DDEFEF;
  left: 234px;
  position: absolute;
  top: auto;
  min-width: 118px;
  width: 118px;
}
.zui-table .zui-sticky-col-four {
  border-left: solid 1px #DDEFEF;
  border-right: solid 1px #DDEFEF;
  left: 18px;
  position: absolute;
  top: auto;
  min-width: 334px;
  width: 334px;
}
.size-row .floatThead-col:first-child {
  min-width: 97px;
  width: 97px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50% !important;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.kampagneOversigtTable:not(:first-of-type) {
  margin-top: 25px;
}
h3#title {
  margin-bottom: 0;
}
.remove-image {
  right: 0;
  z-index: 99999;
}
.thumbnails img {
  border: 2px solid black;
  cursor: pointer;
}
.thumbnails > .active img {
  border: 2px solid red;
}
.dtr-details {
  width: 100% !important;
}
.cases .area #Note {
  height: calc(10rem + 6px);
  resize: none;
}
@media screen and (max-width: 1200px) {
  .cases .area #Note {
    height: calc(14rem);
  }
}
.case .green {
  color: #4d982f;
}
.edit-customer {
  border: 1px solid #223500;
  padding: 5px;
}
.new-customer {
  border-color: #223500;
}