/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  background: #3c8dbc;
  background: linear-gradient(90deg, #3379a1 0%, #3c8dbc 50%, #3379a1 100%) !important;
}
.navbar.dev-env {
  background: #20bc38 !important;
  background: linear-gradient(90deg, #1b9d2f 0%, #20bc38 50%, #1b9d2f 100%) !important;
}
.navbar.test-env {
  background: #bc7900 !important;
  background: linear-gradient(90deg, #986200 0%, #bc7900 50%, #986200 100%) !important;
}
.tooltip-inner {
  max-width: 400px !important;
}
.popover {
  max-width: 400px !important;
}
/*Spaces
------------------------------------*/
body {
  padding-top: 0px !important;
}
.content {
  padding-top: 5px !important;
}
.panel {
  margin-bottom: 0;
}
.full-height {
  height: calc(100vh) !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.narrow-padding {
  padding: 3px;
}
.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  padding: 20px;
}
.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-xlg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.space-md-hor {
  padding-left: 40px;
  padding-right: 40px;
}
.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}
.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
  clear: both;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}
/*Other Spaces*/
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.padding-sm {
  padding: 40px 40px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 80px;
}
.navbar-text {
  color: white;
  display: inline-block;
}
.treeview-menu > li > a > i {
  width: 20px;
  text-align: center;
}
.color-missing {
  color: rgba(255, 0, 0, 0.8) !important;
}
.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
.special-tour {
  background-color: rgba(255, 250, 0, 0.28);
}
.return-shipment-tour {
  background-color: rgba(102, 0, 255, 0.14);
}
.rest-time {
  background-color: #f0f0f0;
}
.task-only-order {
  background-color: #cceafa;
}
.btn > i {
  vertical-align: middle;
}
.btn > svg {
  color: rgba(0, 0, 0, 0.57);
}
.btn.btn-sm > svg {
  font-size: 18px;
  vertical-align: middle;
}
.btn.active > svg {
  color: white;
}
.btn.btn-primary > svg {
  color: white;
}
.btn.btn-danger > svg {
  color: white;
}
.btn.btn-info > svg {
  color: white;
}
i.fa-solid {
  vertical-align: middle;
}
i.fa-regular {
  vertical-align: middle;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.select-input-width {
  width: 200px !important;
}
.badge.badge-info {
  background-color: #0000ff6e;
}
.badge.badge-danger {
  background-color: #dc143c6e;
}
.badge.badge-success {
  background-color: #0064006e;
}
.alert.alert-success {
  background: rgba(7, 142, 0, 0.75) !important;
}
.alert.alert-danger {
  background: rgba(206, 1, 7, 0.75) !important;
}
.alert.alert-info {
  background: rgba(96, 147, 255, 0.75) !important;
}
.bootstrap-select .btn {
  background: cadetblue !important;
  min-width: 150px !important;
  font-weight: 600 !important;
  color: white !important;
  padding-left: 5px !important;
}
.h4,
h4 {
  font-size: 15px;
}
/****************************************
 Login box
*****************************************/
.login-box .login-box-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  background-color: rgba(255, 255, 255, 0.73);
}
.login-box .login-box-body .sky-form .checkbox i {
  top: 12px;
  font: var(--fa-font-solid);
}
.login-box .login-box-body .sky-form .checkbox i:after {
  font: var(--fa-font-solid);
}
.content-header {
  background: white !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content-header > .breadcrumb {
  top: 5px;
}
/****************************************
 Cards
*****************************************/
.list-group-item {
  margin-left: 0 !important;
  padding-left: 15px !important;
  padding-top: 3px;
  padding-bottom: 0px;
}
.list-group-item.hovered {
  background-color: rgba(76, 119, 244, 0.34);
}
.list-group-item .list-group-item-heading {
  font-weight: bold;
}
.list-group-item > p.list-group-item-text {
  margin-bottom: 1px;
}
.list-group-item.selected {
  background: #173648 !important;
}
.list-group-item.selected .list-group-item-text {
  color: white;
}
.list-group-item.selected .list-group-item-heading {
  color: white !important;
}
.list-group-item.selected .drill-down-ref {
  background-color: #1d455b;
}
.list-group-itemnot(. selected) .list-group-item-text {
  color: rgba(47, 47, 47, 0.87) !important;
}
.list-group-itemnot(. selected) .list-group-item-heading {
  color: rgba(47, 47, 47, 0.87) !important;
}
.list-group-item.no-link-icon:before {
  content: "";
}
.list-group-item .list-group-item-text.list-group-item .list-group-item-text.btn {
  padding: 3px 10px;
  margin: 2px !important;
}
.list-group-item.selected i {
  color: white;
}
.list-group-item.selected i:hover {
  background-color: #296282;
}
.list-head-icon {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.57);
}
.info-point-icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
}
.selected .info-point-icon {
  color: #ffffff9c;
}
.selected .waypoint-seq {
  color: #ffffff9c;
}
.info-box-content {
  color: black;
}
@media (max-width: 10000px) {
  .info-box-content .info-box-text {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .info-box-content .info-box-text {
    font-size: 12px;
  }
}
@media (max-width: 1350px) {
  .info-box-content .info-box-text {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .info-box-content .info-box-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .info-box-content .info-box-text {
    font-size: 12px;
  }
}
.info-box-content .info-box-number {
  width: fit-content;
}
@media (max-width: 10000px) {
  .info-box-content .info-box-number {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .info-box-content .info-box-number {
    font-size: 16px;
  }
}
@media (max-width: 1350px) {
  .info-box-content .info-box-number {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .info-box-content .info-box-number {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .info-box-content .info-box-number {
    font-size: 14px;
  }
}
.waypoint-seq {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1em;
  cursor: move;
  cursor: -webkit-grabbing;
}
@media (max-width: 768px) {
  .waypoint-seq {
    font-size: 25px;
  }
}
.btn-action {
  padding: 2px 2px;
  background: transparent;
  min-width: 30px;
}
.btn-action i {
  font-size: 20px;
  line-height: 1em;
  margin: 0 !important;
  opacity: .8;
  width: 20px !important;
  text-align: center;
}
.box {
  border-radius: 0;
}
.box .box-header {
  padding: 3px;
}
.box .box-header .btn {
  padding: 2px 2px;
  background: transparent;
  min-width: 30px;
}
.box .box-header .btn i {
  font-size: 20px;
  line-height: 1em;
  margin: 0 !important;
  opacity: .8;
  width: 20px !important;
  text-align: center;
}
.box .box-header .btn:last-child {
  margin-right: 10px;
}
.box .box-header .box-title {
  padding-top: 2px;
  padding-left: 2px;
}
.box .box-body {
  border-radius: 0;
}
.box .box-body.resizable {
  overflow: auto;
  resize: vertical;
}
.box .panel {
  border-radius: 0;
}
.bootcards-list {
  padding-left: 5px;
  padding-right: 5px;
}
.bootcards-cards {
  padding-left: 5px;
  padding-right: 5px;
}
.info-box {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 3px;
}
@media (max-width: 768px) {
  .info-box {
    margin-bottom: 10px;
  }
}
.info-box .info-box-icon svg {
  vertical-align: middle;
}
svg.form-control-feedback {
  font-size: 15px;
}
.dense-layout div[class^=col-] {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.dense-layout .box {
  margin-bottom: 0px;
}
.modal-full {
  width: 95%;
}
/*****************************
Markers
****************************/
.grow {
  transform: scale(0.7);
  transition: all 0.4s ease-in-out;
}
.grow:hover {
  transform: scale(1.2);
}
.wp-wrapper .wp-marker {
  margin-left: -4px;
  margin-top: -4px;
  background-image: url(/assets/img/markers/glowing_gray_sm.png);
  opacity: 0.5;
  height: 20px;
  width: 20px;
}
.wp-wrapper .wp-marker.wp-blue {
  background-image: url(/assets/img/markers/glowing_blue_sm.png);
  opacity: 0.9;
}
.wp-wrapper .wp-marker.wp-red {
  background-image: url(/assets/img/markers/glowing_red_sm.png) !important;
  opacity: 0.9;
}
.wp-wrapper .wp-marker.wp-green {
  background-image: url(/assets/img/markers/glowing_green_sm.png);
  opacity: 1;
}
.wp-wrapper .wp-marker.wp-yellow {
  background-image: url(/assets/img/markers/glowing_yellow_sm.png);
  opacity: 1;
}
.wp-wrapper .wp-marker.wp-sizing.wp-size-1 {
  transform: scale(0.6);
}
.wp-wrapper .wp-marker.wp-sizing.wp-size-2 {
  transform: scale(0.9);
}
.wp-wrapper .wp-marker.wp-sizing.wp-size-3 {
  transform: scale(1.2);
}
.wp-wrapper .wp-marker.wp-sizing.wp-size-4 {
  transform: scale(1.5);
}
.wp-wrapper .wp-marker.wp-sizing.wp-size-5 {
  transform: scale(1.8);
}
.wp-wrapper .wp-marker.wp-adhoc {
  -webkit-box-shadow: 0px 0px 0px 3px #fa0505;
  -moz-box-shadow: 0px 0px 0px 3px #fa0505;
  box-shadow: 0px 0px 0px 3px #fa0505;
}
.wp-wrapper .wp-marker.wp-special {
  -webkit-box-shadow: 0px 0px 0px 6px #f6fa08;
  -moz-box-shadow: 0px 0px 0px 6px #f6fa08;
  box-shadow: 0px 0px 0px 6px #f6fa08;
  opacity: 1.0;
}
.wp-wrapper .wp-marker.wp-selected {
  -webkit-box-shadow: 0px 0px 0px 6px #000bfa !important;
  -moz-box-shadow: 0px 0px 0px 6px #000bfa !important;
  box-shadow: 0px 0px 0px 6px #000bfa !important;
  opacity: 1.0;
}
.btn-group .btn-default.active {
  background: #3c8dbc;
  color: white;
}
.color-green {
  color: #26bc13;
}
.color-red {
  color: #ff0c00;
}
.color-orange {
  color: #d09300;
}
.color-blue {
  color: #0002ff;
}
.color-yellow {
  color: #ffd800;
}
.plainoverlay {
  background: transparent !important;
}
.jQuery-plainOverlay-progress {
  border-top: 3px solid #3c8dbc !important;
  opacity: 0.3 !important;
}
.route-sequence-marker {
  display: block;
  color: black;
  background: #8fabff;
  border: 1px solid #3a5d80;
  width: 20px;
  text-align: center;
  opacity: 0.8;
  position: relative;
  top: -33px;
  line-height: 1em;
  left: -5px;
  padding: 1px 0;
  border-radius: 5px;
  font-size: small;
  filter: drop-shadow(2px 4px 6px gray);
}
.route-sequence-marker.hidden {
  visibility: hidden;
}
.route-sequence-marker-with-time {
  display: block;
  color: black;
  background: #8fabff;
  border: 1px solid #3a5d80;
  width: 31px;
  text-align: center;
  opacity: 0.8;
  position: relative;
  top: -48px;
  line-height: 1em;
  left: -9px;
  padding: 1px 0;
  border-radius: 5px;
  font-size: small;
  filter: drop-shadow(2px 4px 6px gray);
}
.route-sequence-marker-with-time > small {
  font-size: 12px;
  font-family: ds-digi;
}
.route-sequence-marker-with-time.hidden {
  visibility: hidden;
}
.floating-tour-details-panel {
  display: block;
  position: absolute;
  width: 730px;
  max-width: calc(60vw);
  height: calc(43vh);
  z-index: 1000;
  margin: auto;
  bottom: 15px;
  right: 384px;
  opacity: 0.85;
  transition: opacity 1s, height 1s;
}
.floating-tour-details-panel:hover {
  opacity: 1;
}
.floating-tour-details-panel.panelhidden {
  height: 44px !important;
}
.floating-tour-details-panel.panelresizing {
  transition: height 0s;
}
/*************** D3 styles ***************/
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}
/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}
/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}
/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}
.chartWrapper {
  width: 100%;
}
.chart {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.bar-delivering {
  fill: #669900;
}
.legend-delivering {
  color: #669900;
}
.bar-pickup {
  fill: #b87cff;
}
.legend-pickup {
  color: #b87cff;
}
.bar-starting {
  fill: #33b5e5;
}
.legend-starting {
  color: #33b5e5;
}
.bar-finishing {
  fill: #267a9d;
}
.legend-finishing {
  color: #267a9d;
}
.bar-waiting {
  fill: #9c0000;
}
.legend-waiting {
  color: #9c0000;
}
.bar-campaign {
  fill: #ffe500;
}
.legend-campaign {
  color: #ffe500;
}
.bar-driving {
  fill: rgba(152, 155, 150, 0.57);
}
.legend-driving {
  color: rgba(152, 155, 150, 0.57);
}
.bar-rest-time {
  fill: rgba(155, 103, 1, 0.57);
}
.legend-rest-time {
  color: rgba(155, 103, 1, 0.57);
}
.bar-other {
  fill: rgba(1, 155, 101, 0.57);
}
.legend-other {
  color: rgba(1, 155, 101, 0.57);
}
/****************** Carousel ***************/
.carousel-inner > .item {
  margin-left: 50px;
  margin-right: 50px;
}
.carousel-control {
  width: 50px;
  color: #000;
  border-radius: 0;
}
.carousel-control :hover {
  color: #676466;
}
.carousel-indicators {
  visibility: hidden;
}
.tooltip-table .title-cell {
  text-align: left;
}
.tooltip-table .value-cell {
  text-align: right;
  font-weight: bold;
}
.tooltip {
  z-index: 100000 !important;
}
/**************** Vehicle overview *****************/
.vehicle-table .cell {
  text-align: center;
}
.vehicle-table .cell.vehicle {
  text-align: left;
}
.vehicle-table .cell.vehicle.active {
  background: #72dc5a;
}
.vehicle-table .cell.vehicle.inactive {
  background: #f86663;
}
.vehicle-table .cell.vehicle.invalid {
  background-color: gray;
}
.vehicle-table .cell.vehicle.driver-inactive {
  background-color: lightgray;
}
.vehicle-table .cell.vehicle.nodriver {
  background-color: yellow;
}
.vehicle-table .cell.stat {
  background-color: #dadc75;
}
.expedition-area-table .cell {
  text-align: center;
}
.expedition-area-table .cell.active {
  background: #72dc5a;
}
.expedition-area-table .cell.inactive {
  background: #f86663;
}
.expedition-area-table .cell.disabled {
  background: #b3b3b3;
}
.handsontable td.red,
.handsontable td.green {
  text-align: center;
}
.handsontable td.red {
  background: #F44336;
}
.handsontable td.green {
  background: #8BC34A;
}
.ht_clone_left.handsontable tbody tr th {
  padding-left: 0px;
}
.wtHolder {
  overflow-x: hidden !important;
}
#expAreaEditTable th {
  text-align: center;
}
#expAreaEditTable th div.top {
  width: 10px;
  text-align: center;
  margin: auto;
}
#expAreaEditTable td {
  padding: 0 !important;
}
#expAreaEditTable td.red {
  background: #F44336;
}
#expAreaEditTable td.green {
  background: #8BC34A;
}
#expAreaEditTable td input[type=checkbox].large-cb {
  /* Double-sized Checkboxes */
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  opacity: 0.5;
}
.clickable-icon {
  opacity: 0.3;
  transition: 100ms linear;
}
.clickable-icon:hover {
  opacity: 0.7;
}
.role-label.role-ek {
  color: blue;
}
.role-label.role-lk {
  color: brown;
}
.role-label.role-hk {
  color: #7c8082;
}
.leaflet-control-attribution {
  visibility: hidden;
}
.toastui-calendar-week-view-day-names {
  overflow: hidden;
}
/*********************************************************************/
.progress-steps {
  text-align: center;
}
.progress-steps .circle,
.progress-steps .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  vertical-align: top;
}
.progress-steps .bar {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -4px 17px -4px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: 16px;
  vertical-align: top;
}
.progress-steps .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress-steps .circle .label > i {
  width: 100%;
  vertical-align: text-top;
  opacity: 0.8;
}
.progress-steps .circle .title {
  color: #b5b5ba;
  font-size: 9px;
  line-height: 18px;
  margin-left: 45px;
  display: block;
  width: 100px;
  margin-top: -20px;
  text-align: left;
}
/* Done / Active */
.progress-steps .bar.done,
.progress-steps .circle.done {
  background: #eee;
}
.progress-steps .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progress-steps .circle.done .label {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress-steps .circle.done .title {
  color: #444;
  margin-top: -15px;
}
.progress-steps .circle.active .label {
  color: #FFF;
  background: #3c8dbc;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress-steps .circle.active .title {
  color: #444;
  margin-top: -15px;
}
.context-menu-icon.context-menu-icon--fa::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.context-menu-item.context-menu-disabled {
  color: #838383;
  font-weight: 700;
}
.datepicker-dropdown {
  z-index: 1500 !important;
  box-shadow: 4px 2px 25px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 2px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 2px 25px 0px rgba(0, 0, 0, 0.75);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: black;
}
.lm_dropTargetIndicator {
  z-index: 600 !important;
}
.lm_dragProxy {
  z-index: 500 !important;
}
/******************************************/
.global-map-marker {
  width: 6px;
  height: 6px;
  background: gray;
  clip-path: circle(3px);
}
.leaflet-popup-content-wrapper {
  background: black;
  color: #e8e8e8;
  font-size: 12px;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 600 !important;
}
.leaflet-control {
  z-index: 410 !important;
}
.leaflet-tile-container {
  opacity: 0.7;
}
/*****************************************/
.title-table tr td:first-child {
  text-align: right;
  padding-right: 3px;
}
.title-table tr td {
  text-align: left;
}
.worktime-label {
  font-family: "Font Awesome 6 Free";
  font-size: smaller;
  font-weight: bolder;
  position: absolute;
  right: 4px;
}
@font-face {
  font-family: 'ds-digi';
  src: url('/assets/fonts/ds-digi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.tour-starttime-label {
  font-size: 15px;
  font-weight: 200;
  position: absolute;
  right: 4px;
  bottom: 0px;
  color: darkgray;
  font-family: ds-digi;
}
.form-group dl {
  margin-bottom: 0px;
}
.form-group dt {
  height: 0px;
}
.badge-driving-licence {
  background-color: #337ab7;
  /* Blue */
  margin-right: 5px;
  font-size: 14px;
}
.planTourListColorMarker {
  height: 100%;
  width: 5px;
  position: absolute;
  z-index: 1;
  left: -5px;
  margin-top: -3px;
}
.full-width {
  width: 100% !important;
}
.compact-icon {
  margin: 0 !important;
  width: 10px !important;
}
.partner-flex-container {
  display: flex;
  align-items: center;
  /* Centers items vertically within the container */
  justify-content: space-between;
  /* Distributes space well among items */
}
.partner-flex-container label {
  margin-right: 10px;
  /* Adds some space between the label and the dynamic div */
}
.partner-flex-container .center-dynamic {
  flex-grow: 1;
  /* Allows the div to grow and take up remaining space */
  padding: 5px;
  text-align: center;
  /* Center text inside the growing div */
}
.partner-flex-container .button-group {
  display: flex;
}
.partner-flex-container .button-group button {
  margin-left: 5px;
  /* Adds space between buttons */
}
