.header-panel-menu-button.dropdown-toggle .caret {
	display: none;
}

@media (max-width: 767px) {
	.custome-css #schedules-wrapper,
	.custome-css #schedules-sidebar-container {
		display: block;
	    width: 100%;
	    float: left;
	}

	.custome-css #schedules-sidebar-container #schedules-sidebar{
		position: initial;
	}

	.custome-css #schedules-sidebar-container .orders-list-container {
		max-height: 300px;
	}

	.custome-css #schedules-sidebar-container .orders-notes-in-top {
		width: 100%;
    	position: revert;
	}
}

@media (min-width: 768px) {

}

.block-padding-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-status .event-self-rank {
	border: none;
    background: transparent;
    width:20px;
    float:left;
	padding: 0;
}

#schedules-container .order-status .order-status-title {
    width:100px;
    float:left;
}

#schedules-container .order-status {
	color:#fff;
}

input.show_technicians_checkbox {
	margin-right: 5px;
}

.description-row-content .col-md-12 {
	margin-top: 10px;
}

.description-row-content label {
	margin: 0 5px;
}

.description-row-content input[type="radio"] {
	margin-right: 5px;
}

body .editing-order .form-control, body .parts-editing .form-control input.delivery-input {
	height: 34px;
}

.part-type-dropdown {
	background-color: #eee;
	width: 34px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align-last: center;
}

.parts_yel {
	background-color: #ffff00a8;
}

.header-panel-notifications {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.notifications-link {
	color: #333;
}

.notifications-link .glyphicon {
	font-size: 1em;
}

.notifications-link .badge.has-new {
	background-color: red;
}
.notifications-link .badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.6em;
	padding: 3px 6px;
}
.datepicker-dropdown {
	z-index: 10000 !important;
}

.absence {
	background-color: #e8e8e8;
}

.label-width-fixed {
	width: 120px;
	display: inline-block;
}

select.keys-list {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(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;
}
.position-relative {
	position: relative;
}
.statistics-block {
	background-color: #fff;
	padding: 20px;
}
.scheduler-user-timeline-item input.tech-gas-checkbox {
	margin-right: 5px;
}
.truck_stock_qty {
	font-size: 11px;
	margin-left: 5px;
}
.truck_stock_qty.span {
	font-weight: 800;
}
.green {
	color: green;
}
.red {
	color: red;
}


#timeTrackerPopup {
	width: 150px;
	float: right;
	position: relative;
	margin-top: 8px;
	/*background-color: #2c3e50;*/
	color: white;
	/*border-radius: 50px;*/
	padding: 10px 20px;
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
	font-family: Arial, sans-serif;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#timeDisplay {
	font-size: 18px;
	font-weight: bold;
}

#buttonsContainer {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1100;
	margin-bottom: 5px;
}

.popup-button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #3498db;
	border: none;
	color: white;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.popup-button-green {
	background-color: #4CAF50;
}

.popup-button-red {
	background-color: #F44336;
}

.popup-button:hover {
	background-color: #2980b9;
}

.hidden {
	display: none;
}

.timer-ico {
	margin-right: 5px;
	font-size: 18px;
}

#lunch-overlay button,
#break-overlay button {
	background: #f44336;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#lunch-overlay button:hover,
#break-overlay button:hover {
	background: #d32f2f;
}
