.orka-select-sim-header {
	font-size: 1.3em;
    color: #000000;
    text-align: left;
}

#orka-select-sim {
	display: block;
	font-size: 1.2em;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #204d74;
	text-align: center;
}

#orka-confirm-sim {
	font-size: 1.3em;
}

#orka-modules-button-klam21 {
	font-size: 1.3em;
	margin-bottom: 20px;
}

#orka-selection-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#orka-main-container {
	width: 80%;
	background-color: white;
	padding: 20px;
	position: relative;
	top: 0px;
	left: 10%;
}

#orka-no-sims {
	border-bottom: 2px solid #2e6da4;
}

#back-button {
  position: absolute;
  top: 0;
  left: 0;
}

.container-filter-main {
	max-height: 100%;
	max-width: 290px;
	overflow: scroll;
}

.container-info-orka {
	width: 25%;
	min-width: 275px;
	max-width: 320px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.info-container {
	margin-bottom: 30px;
	border: 1px solid #204d74;
	border-radius: 8px;
	padding: 10px;
}

.margin-top {
	margin-top: 20px;
}

.logo-container-orka {
	margin-bottom: 20px;
	display: block;
	justify-content: space-between;
	font-size: 0.9em;
	align-items: start;
	margin-top: 35px;
}

.no-margin-top {
	margin-top: 0px;
}

.small-margin-bottom {
	margin-bottom: 3px;
}

.logo-orka {
	width: auto;
	padding: 10px;
    margin-top: -20px;
}

.descr-orka {
	font-size: 1.2em;
}

.orka-extend-layer-button {
	background: url('../images/double-arrow-bottom.png') no-repeat;
	background-size: contain;
	width: 10px;
	height: 15px;
	border: 0px;
	align-self: center;
}

.orka-extend-layer-close {
	background-image: url('../images/double-arrow-top.png') !important;
}

.hidden {
	display: none;
}

.hidden2 {
	display: none;
}

.inline-block {
	display: inline-block;
}

.margin-right {
	margin-right: 15px !important;
}

.orka-zoom-to-extent {
    top: 65px;
    left: .5em;
    background: white;
}

.ol-touch .orka-zoom-to-extent {
    top: 80px;
}

.width-full {
	width: 100%;
}

.flex {
	display: flex;
	align-items: center;
}

body {
	background-color: #f4f4f4;
}

/*Preload images*/
body::after{
   position:absolute;
   width:0;
   height:0;
   overflow:hidden;
   z-index:-1;
   content:url('../images/double-arrow-left.png') url('../images/double-arrow-top.png');
}