//@import "../../../abstracts/abstracts";

.dbq-dropdown-on-right-click-container {
	.dbq-dropdown-close {
		svg {
			width: 30px;
			height: 30px;
			padding: 0;
			margin: 35px;
			fill: #ffffff;
			float: left;
		}
		&:hover {
			svg {
				fill: $color-primary;
			}
		}
	}
}

#wrapper {
	>header {
		.organisation {
			#breadcrumbs {
				svg {
					margin: 3px 10px;
				}
			}
		}
	}
}

.datepicker {
	.next {
		svg {
			float: left;
			margin: 0 9px !important;
			width: 16px !important;
			height: 16px !important;
		}
	}
	.prev {
		svg {
			float: left;
			margin: 0 9px !important;
			width: 16px !important;
			height: 16px !important;
		}
	}
}

.bootstrap-datetimepicker-widget {
	.timepicker-picker {
		table {
			svg {
				margin: 0 !important;
			}
		}
	}
}

svg {
	.dbq-icon-color-1 {
		fill: #f5f7f9;
	}
	.dbq-icon-color-2 {
		fill: #001323;
	}
}