.waypoint-editor-box {
}

.waypoint-editor-box .waypoint-editor {
	flex-flow: row;
	column-gap: 0.5em;
}

.waypoint-editor-box .waypoint-editor .waypoint-route-editor {
	width: 30dvw;
	gap: 0.25em;
}

.waypoint-editor-box .waypoint-editor .waypoint-route-map {
	/*width: calc(100% - 250px);*/
	width: 70dvw;
	height: 75dvh;
}


.waypoint-editor-box .waypoint-editor ul.waypoint-locations {
	padding: 5px;
	margin: 0px;
	gap: 0.25em;
	padding-left: 10px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item {
	list-style-type: decimal;
	position: relative;
	padding-left: 10px;
	padding-right: 24px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item::marker {
	color: #0d6efd;
	font-size: 15px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item input {
	width: 100%;
	padding: 5px 10px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item input.item-input:focus-visible, .waypoint-editor-box .waypoint-editor li.waypoint-item input.item-input:focus {
	outline: none;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .waypoint-buttons {
	position: absolute;
	top: 4px;
	right: -3px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .sort-marker {
	position: absolute;
	left: -1px;
	top: 6px;
	color: #707070;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .sort-marker .no-sort {
	display: none;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item ul.dropdown-menu li {
	font-size: 14px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .waypoint-buttons button,
.waypoint-editor-box .waypoint-editor .waypoint-adder button,
.waypoint-editor-box .waypoint-editor .waypoint-sorter button {
	width: 25px;
	height: 25px;
	border: #bababa solid 1px;
	border-radius: 50%;
	padding: 3px 5px;
}

.waypoint-editor-box .waypoint-editor .waypoint-adder,
.waypoint-editor-box .waypoint-editor .waypoint-sorter {
	padding-left: 10px;
}

.waypoint-editor-box .waypoint-editor .waypoint-adder label.waypoint-action-label,
.waypoint-editor-box .waypoint-editor .waypoint-sorter label.waypoint-action-label {
	padding-left: 10px;
	color: #939393;
	font-weight: normal;
}

.waypoint-editor-box .waypoint-editor .waypoint-sorter {
	padding: 5px 12px 0px 12px;
	border-top: 1px solid var(--bs-border-color);
	margin-top: 2px;
	margin-bottom: -5px;
}

.waypoint-editor-box .waypoint-editor ul.waypoint-infos {
	padding: 12px 12px;
	list-style: decimal;
}

.waypoint-editor-box .waypoint-editor ul.waypoint-infos li {
	margin-left: 0px;
	display: flex;
	gap: 0.5em;
}

.waypoint-editor-box .waypoint-editor ul.waypoint-infos li .item-seq {
	width: 20px;
	text-align: right;
}

.waypoint-editor-box .waypoint-editor ul.waypoint-infos li .item-data {
	min-width: 50px;
	text-align: right;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .waypoint-idle-buttons {
	position: absolute;
	left: -25px;
	top: -4px;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .waypoint-buttons button.btn-tasks {
	padding: 6px 10px;
	height: 32px;
	border-radius: 8px;
	width: auto;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item .waypoint-buttons button.btn-tasks.dropdown-toggle:after {
	margin-left: 0px;
	display: none;
}

.waypoint-editor-box .waypoint-editor.readonly li.waypoint-item {
	padding-right: 0px !important;
}

.waypoint-editor-box .waypoint-editor.readonly li.waypoint-item .sort-marker i.sortable {
	display: none;
}

.waypoint-editor-box .waypoint-editor.readonly li.waypoint-item .sort-marker i.no-sort {
	display: inline-block;
	margin-left: 4px;
}

.waypoint-editor-box .waypoint-editor.readonly li.waypoint-item .waypoint-buttons {
	display: none;
}

.waypoint-editor-box .waypoint-editor.readonly li.waypoint-item .item-input {
	border-radius: 12px;
}

.waypoint-editor-box .waypoint-editor.readonly .waypoint-adder {
	display: none !important;
}


.waypoint-editor-box .waypoint-editor li.waypoint-item.fixed-waypoint {
	padding-right: 0px !important;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item.fixed-waypoint .waypoint-buttons {
	display: none;
}

.waypoint-editor-box .waypoint-editor li.waypoint-item.fixed-waypoint .item-input {
	border: none;
}
