body {
  padding-top: 70px;
}

.navbar-brand {
  padding: 15px 0px 15px 10px;
}

.checkbox {
  padding-left: 20px;
}

.validation-summary-errors {
  /*font-size: 12px;   color: Red;*/
  border: 1px solid red;
  color: #fff;
  margin: 5px 0px;
  padding: 5px 5px 5px 5px;
  /*background: #fff url(images/icons/validationerror.png) no-repeat 0px 50%;*/
  background: red;
}

  .validation-summary-errors ul {
    padding: 5px;
  }

  .validation-summary-errors li {
    list-style-type: none;
  }

.validation-summary-valid {
  display: none;
}

#co2Footprint {
  float: right;
  background-image: url(images/icons/co2.png);
  background-size: 45px;
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  font-size: 12px;
  font-weight: bold;
  padding-top: 32px;
  padding-left: 20px;
  margin-top: -10px;
}


h2, .h2 {
  margin-top: 5px;
}

.checkbox label {
  padding-left: 0px;
}

/*@media all and (min-width:768px)*/
.form-horizontal .control-label {
  text-align: left;
}

.captcha input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4285;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
	  cursor: pointer; /* "hand" cursor */
}

.inputfile + label * {
	pointer-events: none;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
    outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}


.circle {
	width: 24px;
	height: 24px;
	background: #fff;
  color: #2fa4e7;
  font-weight: normal;
  margin-right: 5px;
  padding: 2px; 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
  display: inline;
}

.deliveryStateFinished1 {
  float: left;
  background-color: #009EE3;
}

.deliveryStateFinished2 {
  float: left;
  background-color: #009EE3;
}

.deliveryStateFinished3 {
  float: left;
  background-color: #009EE3;
}

.deliveryStateFinished4 {
  float: left;
  background-color: #009EE3;
}

.deliveryStateFinished5 {
  float: left;
  background-color: #009EE3;
}

.deliveryStateFinished6 {
  float: left;
  background-color: red;
}

.deliveryStateFinished7 {
  float: left;
  background-color: red;
}

.deliveryStateFinished8 {
  float: left;
  background-color: red;
}

.deliveryStateOpen1 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen2 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen3 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen4 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen5 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen6 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen7 {
  float: left;
  background-color: #cccccc;
}

.deliveryStateOpen8 {
  float: left;
  background-color: #cccccc;
}

.k-map .k-i-marker-custom-unloading-marker {
  background-size: 28px;
  width: 28px;
  height: 36px;
  background-image: url(images/mobile/marker_unloading.png);
}

.k-map .k-i-marker-custom-loading-marker {
  background-size: 28px;
  width: 28px;
  height: 36px;
  background-image: url(images/mobile/marker_loading.png);
}

.k-map .k-i-marker-custom-truck-marker {
  background-size: 28px;
  width: 28px;
  height: 36px;
  background-image: url(images/mobile/marker_truck.png);
}

.k-tooltip-content {
  color: #fff;
  font-size: x-small;
  background-color: rgba(47, 164, 231, 0.8);
  padding: 10px;
  border-radius: 4px;
}


.btn-file {
  position: relative;
  overflow: hidden;
}

  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }






.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }

  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }

  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
  }

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}



/*********************/

/*Busy indicator*/
.BusyIndicatorLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  display: none;
  font-size: 30px;
  z-index: 9999;
}

.BusyIndicatorCentered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*********************/


/* loading spinner */
.spinner {
  width: 150px;
  height: 150px;
}

  .spinner::before {
    width: 150px;
    height: 150px;
    border-bottom-color: #009ee3;
    border-right-color: #009ee3;
    border-top-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    top: 0px;
    left: 0px;
    -webkit-animation: rotate-animation 1.5s linear 0.02s infinite, pulse 1.5s linear 0.02s infinite;
    animation: rotate-animation 1.5s linear 0.02s infinite, pulse 1.5s linear 0.02s infinite;
  }

  .spinner::before, .spinner::after {
    content: "";
    display: block;
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-radius: 50%;
  }

  .spinner::after {
    width: 124px;
    height: 124px;
    border-bottom-color: #009ee3;
    border-right-color: #009ee3;
    border-top-color: rgba(1, 1, 1, 0);
    border-left-color: rgba(1, 1, 1, 0);
    opacity: 0.7;
    top: 12px;
    left: 12px;
    -webkit-animation: anti-rotate-animation 1.1325s linear 0.02s infinite, pulse 1.5s linear 0.02s infinite;
    animation: anti-rotate-animation 1.1325s linear 0.02s infinite, pulse 1.5s linear 0.02s infinite;
  }

.spinner-image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100px;
  max-height: 50px;
  -webkit-animation: pulse 1.5s linear 0.02s infinite;
  animation: pulse 1.5s linear 0.02s infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: .8;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .8;
  }
}

@keyframes pulse {
  0% {
    opacity: .8;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .8;
  }
}

@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/**/


#CookieNotifier {
  margin: 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  font-size: 12pt;
  background-color: #f5f5f5;
  color: #212529;
}

.timeline {
  counter-reset: section;
  /*margin: 0px auto;
        padding-top: 10px;
        padding-left: 20px;*/
  padding-top: 0px;
}

  .timeline .stationPoint:before {
    /* counter */
    counter-increment: section;
    content: counter(section);
    /* position */
    position: absolute;
    left: -10px; /* = (width + border-left) / 2 */
    top: -5px;
    /* form & size */
    border-radius: 50%;
    height: 20px;
    width: 20px;
    /* colors & text */
    background: #009EE3;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
  }