/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: white;
}
.tec-app-delivery-col{
	background-color: #eeeeee;
	box-shadow: 5px 5px 10px #909192;
	border-radius: 0.15em;
/*	margin-left: 1%; */
	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 40px;
	height: 100%;
}
.tec-app-delivery-col > li {
	list-style-type: none;
}
#tec-app-search-field{
	display: none;
}
.tec-app-view-details{
	display: none;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.tec-app-detail-info{
	display: none;
}
.tec-app-headline {
	font-size: 13px;
	font-weight: unset;
	color: rgba(0,0,0,0.8);
}
.tec-app-values {
	font-weight: 500;
	color: rgba(0,128,128,0.8);
}
.DeliveryStatusColorGREEN {
	background-image: linear-gradient(to bottom right, white 0%, rgba(0, 200, 0, 0.3) 100%);
}
.DeliveryStatusColorRED {
	background-image: linear-gradient(to bottom right, white 0%, rgba(230, 0, 0, 0.5) 100%);
}
.DeliveryStatusColorORANGE {
	background-image: linear-gradient(to bottom right, white 0%, rgba(255, 165, 0, 0.5) 100%);
}
.DeliveryStatusColorYELLOW {
	background-image: linear-gradient(to bottom right, white 0%, rgba(255, 255, 0, 0.3) 100%);
}
.deliveryDetail {
	display: none;
	list-style-type: none;
}
input.history-interval::-webkit-outer-spin-button,
input.history-interval::-webkit-inner-spin-button {    
    -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input.history-interval[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.modal-dialog {
	margin-top: 100px;
}





@media (min-width: 768px) {
 .navbar-header .collapse.navbar-collapse {
 	width: 540px;
  	float: right;
  	font-size: 14px;
 }
 
 .navbar-header .collapse.navbar-collapse ul.navbar-right li a {
 	padding: 10px 10px;
 }
}


