.legend-extend-layer-button {
	background: url('../images/double-arrow-bottom.png') no-repeat;
	background-size: contain;
	width: 10px;
	height: 15px;
	border: 0px;
	align-self: center;
}

.legend-extend-layer-close {
	background-image: url('../images/double-arrow-top.png') !important;
}

.legend-layer-collapse-copyright-button {
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
	background-image: url('../images/double-arrow-left.png');
	width: 10px;
	height: 15px;
	border: 0px;
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 5px;
}

.legend-layer-copyright-button {
	background: url('../images/info.svg') no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	border: 0px;
	margin-left: 15px;
	margin-right: 15px;
	flex-shrink: 0;
}

.legend-layer-copyright-container {
	background-color: white;
	border: 2px solid black;
	z-index: 99999;
	height: 25px;
	display: flex;
	position: absolute;
}

.hidden {
	display: none;
}

.hidden2 {
	display: none;
}

.legend-layer-copyright-label {
	line-height: 23px;
	height: 20px;
	margin-right: 10px;
}

.inline-block {
	display: inline-block;
}

.legend-layer-check {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 3px;
}

.margin-right {
	margin-right: 15px !important;
}

.legend-layer-settings-container {
	font-size: 0.9em;
}

.legend-layer-container {
	border-top: 2px solid black;
	padding-top: 8px;
}

.legend-layer {
	padding-top: 3px;
	padding-bottom: 6px;
}

.legend-layer-sim {
    padding-top: 3px;
	padding-bottom: 12px;
}

.width-full {
	width: 100%;
}

.legend-entry {
	display: flex;
	align-items: center;
	font-weight: 400;
}

#orka-sim-layer-container .legend-entry {
	font-weight: 700;
}

#orka-base-layer-container .legend-entry {
	font-weight: 700;
}

.legend-layer-checkbox {
	margin: auto !important;
	margin-right: 15px !important;
}

#layer-legend-container {
	border-top: 1px solid black;
}

.legend-header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 10px;
	margin-bottom: 3px;
}

.legend-header-map {
	font-size: 14px !important;
	margin: 0px;
}

.legend-extend-header-button {
	background: url('../images/double-arrow-bottom.png') no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	border: 0px;
	align-self: center;
}

.legend-layers-in-category {
	margin-left: 12px;
}

#current-layer-legend-img {
    height: 360px !important;
}