//@import "../../../abstracts/abstracts";

body,
#classlist {
	.dropdown-menu {
		&:not(.dbqstp-popup-container):not(.dbqstdt-popup-container) {
			@include dropdown-menu;

			&.bootstrap-datetimepicker-widget {
				width: 19em; // Overrule width for datetimepicker dropdown
			}
		}

		// overrule mixin styling for drop-downs
		&.bootstrap-datetimepicker-widget.timepicker-sbs { 
			width: unset !important; 

			.dbq-datetimepicker {
				display: flex;

				& > div {
					flex: 1;
				}
			}
		}
	}
}

.dbqdclt-dropdown-menu,
.dbqdclkb-dropdown-menu {
	&.dropdown-menu {
		@include dropdown-menu;
	}
}



.dropdown-menu {
	ul.list-unstyled {
		> li {
			background-color: transparent !important;
		}
	}
}
.dbq-dropdown-on-right-click-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 50px;
	margin: 0;
	background: #0b0e13;
	color: #fff;
	a {
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		color: #ffffff;
		float: left;
		&:hover {
			color: $color-primary;
		}
	}
	.dbq-dropdown-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		width: 100px;
		height: 100px;
		background: #0b0e13;
	}
}