﻿.label {
  border: none; /* Remove borders */
  color: white; /* Add a text color */
  padding: 14px 28px; /* Add some padding */
  cursor: pointer; /* Add a pointer cursor on mouse-over */
}

.PendingPayment{
    background-color: #e7e7e7 !important;
    color: black;
}
    /* Gray */
    .PendingPayment: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 {
	background-color: #d76969;
}

	/* Green */
	.Canceled:hover {
		background-color: #d76969;
	}

.PendingPaymentFromDriver {
	background-color: #e6ab3f;
}

	/* Green */
	.PendingPaymentFromDriver:hover {
		background-color: #e6ab3f;
	}

.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;
}

	.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: 250px;
	width: 100%;
	font-size: 100px;
	color: orange;
	vertical-align: central;
	text-align: center;
	padding-top: 50px;
}

.item-pic-container:hover .pic-upload,
.item-pic-container:hover .ikn-overlay {
	display: block;
	cursor: pointer;
}

.pic-select-text {
	margin-top: -30px;
	color: red;
	font-size: 20px;
	opacity: 1;
}

	.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: -30px;
  color: red;
  font-size: 20px;
  opacity: 1;
}

#pac-input.in-places {
  width: 300px;
  height: 40px;
  font-size: 16px;
}

.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;
  }