﻿.label {
  border: none; /* Remove borders */
  color: white; /* Add a text color */
  padding: 14px 28px; /* Add some padding */
}

.PendingPayment{
    background-color: #e7e7e7 !important;
    color: black !important;
}
    /* Gray */
    .PendingPayment:hover {
        background: #ddd;
    }
.PendingSupervisorAction {
  background: #ddd;
}
  .PendingSupervisorAction:hover {
    background: #ddd;
  }

.Completed {
  background-color: #06d79c;
}
  /* Green */
  .Completed:hover {
    background-color: #06d79c;
  }

.Submitted {
  background-color: #06d79c;
}
.drivers-only-badge {
  background-color: #48b0f7;
  color: white;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
  /* Green */
  .Submitted:hover {
    background-color: #06d79c;
  }

.Accepted {
	background-color: #06d79c;
}

	/* Green */
	.Accepted:hover {
		background-color: #06d79c;
	}

.Delivered {
  background-color: #06d79c;
}
  /* Green */
  .Delivered:hover {
    background-color: #06d79c;
  }

.Preparing {
  background-color: #48b0f7;
}
  /* Blue */
	.Preparing:hover {
		background: #48b0f7;
	}

.PickedUp {
  background-color: #48b0f7;
}
  /* Blue */
  .PickedUp:hover {
    background: #48b0f7;
  }

.Arrived {
  background-color: #48b0f7;
}
  /* Blue */
  .Arrived:hover {
    background: #48b0f7;
  }

.Prepared {
  background-color: #ed8600;
}
  /* Orange */
  .Prepared:hover {
    background: #ed8600;
  }

.Pending {
  background-color: #455a64;
}

  .Pending:hover {
    background: #455a64;
  }

.DeliveryIssue {
	background-color: #d76969;
}

	/* Green */
	.DeliveryIssue:hover {
		background-color: #d76969;
	}


.Canceled, TransferExpired, .TransferCanceled, .TransferCancelled, .PaymentRejected {
  background-color: #d76969;
}

	/* Red */
  .Canceled:hover, .TransferExpired:hover, .TransferCanceled:hover, .TransferCancelled:hover, .PaymentRejected:hover {
    background-color: #d76969;
  }

.PendingPaymentFromDriver {
	background-color: #e6ab3f;
}

	/* Green */
	.PendingPaymentFromDriver:hover {
		background-color: #e6ab3f;
	}

.NotTransfered {
  background-color: #f96868;
}

  /* Green */
  .NotTransfered:hover {
    background-color: #f96868;
  }

.TransferExpired {
  background-color: #f96868;
}

  /* Green */
  .TransferExpired:hover {
    background-color: #f96868;
  }

.NotPayed {
  background-color: #f14f4f;
}

  /* Green */
  .NotPayed:hover {
    background-color: #f14f4f;
  }
.default {
  background-color: #e7e7e7;
  color: black;
}
  /* Gray */
  .default:hover {
    background: #ddd;
  }

.Approved {
  background-color: #4CAF50;
}

.Rejected {
  background-color: #f44336;
}

.gmaps, .gmaps-panaroma {
	height: 450px  !important;
}
.angular-google-map-container {
	height: 450px;
}

.truck-window {
	position: relative;
	width: 250px;
	height: 175px;
	overflow:hidden;
}
	.truck-window img {
		width: 250px;
		height: 175px;
		object-fit: cover;
	}

	.truck-window-footer
	{
		height:50px;
		overflow:hidden;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		padding-left:10px;
		z-index:2;
	}
.window-overlay {
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.3;
	z-index:1;
}





.item-pic-container {
  /*height: 250px;*/
  border: 1px dashed #8f99aa;
  position: relative;
  text-align: center;
  margin: 0px auto;
}

	.item-pic-container img {
		height: 250px;
		width: 100%;
		object-fit: cover;
	}

.item-pic-link {
	cursor: pointer;
	color: blue;
	text-align: center;
}


.img-file-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.ikn-overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
	background-color: lightgrey;
}

.pic-upload {
  /* display: none; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* height: 50px; */
  width: 100%;
  font-size: 40px;
  color: orange;
  vertical-align: central;
  text-align: center;
  /* padding-top: 5px; */
}

.item-pic-container:hover .pic-upload,
.item-pic-container:hover .ikn-overlay {
	display: block;
	cursor: pointer;
}

.pic-select-text {
  margin-top: -15px;
  color: orange;
  font-size: 15px;
  opacity: 1;
  font-weight: 600;
}
	.truck-name{
		font-weight:bolder;
		color:white;
		font-size:larger;
	}
.truck-cusines span{
	margin: 0 2px;
	padding:1px 5px;
	background-color: #ed8600;
	color: white;
	border-radius: 4px;
}




.menu-item-view-section {
	float: left;
	width: 100%;
	/*padding-top: 50px;
	padding-right: 75px;
	padding-left: 75px;*/
}


.extra-table {
	max-height: 250px;
	overflow: auto;
}

.extra-category-container {
	padding-top: 20px;
}

.extra-category-title {
	/*background-color: #ed86004f;
	padding: 10px;
	margin: 15px;
	border-radius: 5px;
	border-color: grey;*/
	border-bottom: 1px solid orange;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.extras-title {
	color: #fc7023;
	font-size: 35px;
}


.extra-category {
	padding: 10px;
	background-color: #ed8600;
	border-radius: 10px;
	vertical-align: middle;
	line-height: 20px;
	margin-bottom: 10px;
	color: white;
	cursor: pointer;
}

.extra-category-title .float-right {
	margin-top: 10px;
	margin-right: 5px;
}

.extra-category .float-right {
	margin-left: 5px;
}


.extra-category.active {
	background-color: #ff0000;
}

.extra-category:hover {
	background-color: #fc7023;
}


.extra-items-title {
	/*border-color:#e1bb9e;
		border:solid 1px;
		border-radius:10px;*/
	border-bottom: 1px solid orange;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.extra-items-title .extra-item-title-text {
		color: #fc7023;
		font-size: 35px;
	}

	.extra-items-title .float-right {
		margin-left: 10px;
		margin-top: 10px;
	}

	.extra-items-title .float-left {
		margin-right: 10px;
		margin-top: 10px;
	}
	.menu-item-view-section p{
		display:inline-block;
		margin-left:10px;
	}



	/* Tests*/
/*.gm-style-iw {
	overflow: hidden !important;
	line-height: 1.35;
}
.gm-style-iw div {
	overflow: hidden !important;
}*/

.editable-input input[type='radio']
{
  position: initial;
  opacity: 1;
}
.invoice-logo{
  max-height:100px !important;
}


@media print {

  .invoice-logo {
    max-height: 100px !important;
  }
}
.no-wrap{
  white-space:nowrap;
}
.in {
  opacity:1 !important;
  /*visibility:visible !important;
  display:block !important;*/
}


.label.OverPerformance {
  background-color: #06d79c !important;
  color: white !important;
}

.label.UnderPerformance {
  background-color: #d76969;
  color: white !important;
}

.label.ExpectedPerformance {
  background-color: #48b0f7 !important;
  color: white !important;
}

.label.InDuty {
  background-color: #06d79c !important;
  color: white !important;
}

.label.ShiftEnded {
  background-color: #d76969;
  color: white !important;
}

.label.ShiftNotStartedYet {
  background-color: #48b0f7 !important;
  color: white !important;
}

.label.InVacation {
  background-color: #ff6a00 !important;
  color: white !important;
}

.pic-select-text {
  margin-top: -15px;
  color: orange;
  font-size: 15px;
  opacity: 1;
  font-weight: 600;
}

#pac-input.in-places {
  width: 300px;
  height: 40px;
  font-size: 16px;
  top: 10px !important;
}

.pac-container {
  z-index: 100000;
}
.patch-status{
  
}
.patch-status.Completed{
  background-color:green;
}
  .patch-status.Ongoing {
    background-color: royalblue;
  }
  .truck-state{
    float:left;
    margin-right:10px;
  }
.no-pointer {
  cursor: none !important;
}
.driver-window hr{
  margin: 5px 0;
}

.driver-window {
  max-width: 270px;
  max-height:300px;
}

.driver-window p{
  margin-bottom:10px;

}
.driver-window .contact-info {
  /*padding: 7px;
  background-color: #2196F3;
  border-radius: 11px;
  margin-left: 28px;
  color: white;*/
  float:none !important;
  margin-bottom:10px;
  margin-top:5px;

}

.Expired {
  background-color: #c9221f;
}

.Taken {
  background-color: #b0403e;
}
.PickupDelay {
  background-color: #b0403e;
}

.Reassigned {
  background-color: #0897d2;
}
.NoResponse{
	background-color:red;
	color:white;
}
.ended-badge {
	background-color: #f44336;
	color: white;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.small-stats{
}
  .small-stats .col-md-2, .small-stats .col-lg-2, .small-stats .col-xlg-2 {
    padding: 5px !important
  }

  .small-stats .box-body {
    padding: 15px 15px !important;
      
  }
    .small-stats .box-body .font-light {
      font-size: 20px !important;
    }
  .small-stats .box-body h6 {
    font-size: 11px !important;
    font-weight:500;
  }
