.hide {
	display: none;
}

.navbar .divider-vertical {
	height: auto;
	margin: 0 9px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #ffffff;
}

.dropdown-chooser a {
	cursor: pointer;
}

.admin-form-admin-group .input-group-prepend span.input-group-text {
	width: 100px;
}

.strike-through {
	text-decoration: line-through;
}

.border-top-dotted {
	border-top: 1px dotted #090909;
}

.border-bottom-dotted {
	border-bottom: 1px dotted #090909;
}

.underlined-dotted-grey {
	border-bottom: 1px dotted #CCCCCC;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-scroll {
  overflow-x: scroll;
  overflow-y: scroll;
}

.a {
	cursor: pointer;
}

.col-225 {
	width: 225px;
	display: inline-block;	
}

/* Menu Admin Page Styles */
.menu-editor-container {
	max-width: 100%;
	padding: 20px 0;
}

.menu-editor-item {
	background: #fff;
	border: 1px solid #ddd;
	padding: 12px 15px;
	margin: 5px 0;
	border-radius: 4px;
	cursor: move;
	display: flex;
	align-items: center;
	transition: all 0.2s;
}

.menu-editor-item:hover {
	background: #f8f9fa;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.menu-editor-item.dragging {
	opacity: 0.5;
	transform: rotate(2deg);
}

.menu-editor-item.drag-over {
	border-top: 3px solid #007bff;
}

.menu-editor-item.nest-1 {
	margin-left: 0;
	background: #ffffff;
}

.menu-editor-item.nest-2 {
	margin-left: 40px;
	background: #f8f9fa;
	border-left: 3px solid #6c757d;
}

.menu-editor-drag-handle {
	margin-right: 15px;
	color: #6c757d;
	cursor: grab;
}

.menu-editor-drag-handle:active {
	cursor: grabbing;
}

.menu-editor-item-info {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 15px;
}

.menu-editor-item-name {
	font-weight: 500;
	min-width: 150px;
}

.menu-editor-item-type {
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
}

.menu-editor-type-URL {
	background: #d4edda;
	color: #155724;
}

.menu-editor-type-ARRAY {
	background: #d1ecf1;
	color: #0c5460;
}

.menu-editor-type-DIVIDER {
	background: #e2e3e5;
	color: #383d41;
}

.menu-editor-item-link {
	color: #6c757d;
	font-size: 13px;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-editor-item-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.menu-editor-nest-controls {
	display: flex;
	gap: 5px;
}

.menu-editor-nest-btn {
	width: 28px;
	height: 28px;
	padding: 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-editor-access-badge {
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	background: #ffc107;
	color: #000;
	min-width: 60px;
	text-align: center;
}

.menu-editor-save-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 2px solid #007bff;
	padding: 15px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	display: none;
	z-index: 1000;
}

.menu-editor-save-bar.show {
	display: block;
}

.menu-editor-changes-indicator {
	background: #ffc107;
	color: #000;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: 600;
	margin-right: 15px;
}

.menu-editor-new-item {
	background: #e7f3ff;
	border: 2px dashed #007bff;
	padding: 15px;
	margin: 20px 0;
	border-radius: 4px;
}

.menu-editor-new-item .form-group {
	margin-bottom: 10px;
}

.menu-editor-new-item label {
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 13px;
}

.menu-editor-edit-btn {
	width: 28px;
	height: 28px;
	padding: 0;
	font-size: 12px;
}

.menu-editor-add-button-container {
    margin: 20px 0 260px 0px;
    padding: 15px 0;
    border-top: 2px dashed #ddd;
}

.menu-editor-container {
    padding-bottom: 80px; /* Space for the fixed save bar at bottom of page */
}

.menu-editor-access-gap {
    width: 28px;
    display: inline-block;
}

.menu-editor-access-badge {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    background: #ffc107;
    color: #000;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}