body {
  padding-top: 70px;
}

.navbar-brand {
  padding: 15px 20px 15px 20px;
  text-indent: -9999px;
}

.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;
}



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: #a1232b;
  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;
}



/*Busy indicator*/
.BusyIndicatorLoading {
  position: absolute;
  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: 99;
}

.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%);
}
/*********************/



#CookieNotifier {
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  font-size: 12pt;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}

.k-button {
  color: #fff;
  border-color: #a1232b;
  background-color: #a1232b;
}
