.contextMenu {
    background-color: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	border-radius:2px;
	padding:2px;
}
.contextMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contextMenu ul li{
    padding: 5px 0px 5px 5px;
}
.contextMenu ul li a{
    padding: 5px;
    text-decoration-line: none;
}
.contextMenu ul li:hover {
    background-color: #EEE;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: rgba(0, 32, 91, 0.6);
	color: white;
	font: 16px "Roboto", sans-serif;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(0, 32, 91, 0.6);
}

.marker-sender {
	background-color: white;
    border-radius: 15px;
    border: rgb(0, 32, 91) solid 8px;
}
.marker-active {
    border-radius: 24px;
	border: rgba(254, 80, 0, 0.75) solid 12px;
}

@keyframes infrontAnimation {
	0% {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 1;
	}
	99% {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 1;
	}
	100% {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 0;
	}
  }
.result-list {
	transition: max-height .2s linear;
}

.result-lukket {
	max-height: 0 !important;
	overflow-y: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	animation: infrontAnimation .2s;
}
.result-list-radiation {
	max-height: 320px;
}

.result-list td {
    padding: 0 0 0.2em 0;
	font-size: 16px;
}

.result-list th {
	padding-bottom: 0.2em;
	font-size: 16px;
	color: rgba(0,0,0,0.54);
    font-weight: 300;
}

.result-list li {
	list-style: none;
	float: left;
	padding: 5px 20px 10px 0;
}
.result-scroller > :last-child,
.result-scroller_mid > :last-child,
.result-scroller_half > :last-child {
    padding-bottom: 20px;
}

.result-scroller {
	max-height: calc(100vh - 312px);
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}
.result-scroller_half {
	max-height: calc(50vh - 100px);
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}

.result-frequency-service{
	font-weight: 500;
}

.slider {
	/*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMxZDI4NTgiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzQ0MDA5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDA5OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	*/
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(30%, rgb(0,171,132)), color-stop(65%, rgb(151,215,1)), color-stop(100%, rgb(228,0,43)));
	background-image: -moz-linear-gradient(left, rgb(0,171,132) 30%, rgb(151,215,1), rgb(228,0,43));
	background-image: -webkit-linear-gradient(left, rgb(0,171,132) 30%, rgb(151,215,1), rgb(228,0,43));
	background-image: linear-gradient(to right, rgb(0,171,132) 30%, rgb(151,215,1), rgb(228,0,43));
	height: 50px;
	margin-bottom: 0px;
	z-index: 1105;
  }

  .circle {
	width: 120px;
	height: 120px;
	background: rgb(0,171,132);
	overflow: hidden;
	border-radius: 60px;
	margin: 0 0 10px 80px;
	margin: 0 0 10px 10px;
   }
   .circle .inner-circle{
	   position: relative;
	   width: 75%;
	   height: 75%;
	   margin: auto;
	   margin-top: 12.5%;
	   background: white;
	   border-radius: 50%;
	   text-align: center;
	   line-height: 85px;
	   font-size: 20px;
	   font-weight: 700;
	}
	.red{
		background: rgb(228,0,43);
	}

	.detaljer-left {
		float: left;
		width: 140px;
		overflow: hidden;
	  }
	  
	  .detaljer-right {
		overflow: hidden;
		height: 157px;
	  }

	  .detaljer-right p{
		margin-top:5px;
		margin-bottom: 5px;
	  }

@media (max-height: 767px), (max-width: 1199px) {
	.result-scroller {
		max-height: calc(100vh - 200px);
		overflow-y: auto;
	}
	.result-scroller_mid {
		max-height: calc(100vh - 240px);
		overflow-y: auto;
		-ms-overflow-style: scrollbar;
	}
	.result-scroller_half {
		max-height: calc(50vh - 120px);
		overflow-y: auto;
	}
}

/* Scrollbar */
.result_scroller ::-webkit-scrollbar-track,
.result_scroller_mid ::-webkit-scrollbar-track,
.result_scroller_half ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.result_scroller ::-webkit-scrollbar,
.result_scroller_mid ::-webkit-scrollbar,
.result_scroller_half ::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.result_scroller ::-webkit-scrollbar-thumb,
.result_scroller_mid ::-webkit-scrollbar-thumb,
.result_scroller_half ::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.sidebar {
	overflow-y: scroll;
	z-index: 1103 !important;
}

:focus {
	outline-color:rgb(255,0,152)!important;		
}

@media (max-width: 1199px) {
	.sidebar-button, .sidebar-button:focus {
		top: 0;
		right: 106px;
		font-size: 16px;
		padding: 4px;
		z-index: 1105 !important;
		background-color: transparent;
		box-shadow: none;
		height: 60px !important;
	}
	.sidebar-button.active, .sidebar-button:hover {
		height: 64px !important;
	}
	.filter-notification {
		top: 0.25em!important;
		right: -4.4em!important;
	}
}
@media (min-width: 1200px) {
	.sidebar-button.active, .sidebar-button:hover {
		border-bottom: none !important;
	}
}
md-autocomplete input:not(.md-input) {
	padding-left: 2.3em;
}
md-autocomplete .md-show-clear-button button {
	margin-right: 3em;
}

/* Opp til 1199 pixler s� er footeren usynlig, s� da m� den plasseres helt p� bunnen*/
@media (max-width: 1199px), (max-height: 767px) {
	.lastUpdated.fs-main {
		bottom: 0;
		left: 30%;
	}
	.lastUpdated.fs-straaling, .lastUpdated.fs-ledige {
		bottom: 0;
		left: 30%;
	}
}

/* 1200 og over s� er footer p� bunnen og oppdatert dato m� l�ftes tilsvarende */
@media(min-width: 1200px) and (min-height: 768px) {
	.lastUpdated {
		bottom: 115px;
		left: 40%;
	}
}

.lastUpdated {
	z-index: 550;
	position: fixed;
	background: rgba(255, 255, 255, 0.7);
	padding-right: 5px;
	padding-left: 5px;
}

.result-container {
	z-index: 1101 !important;
	width: 320px;
	top: 128px;
	left: 8px;
	border-radius: 2px
}
.material-icons.minimize {
	display: none;
}
/*
 * max-width: 399px
 *      <|
 *       v
 *
 *  W=399  W=767    W=1199
 *   _|_ | _|_|_   _|_|_|_ H=399
 *    |  |  | |     | | |
 *       |        
 *   _|_ | _|_|_   _|_|_|_
 *   _|_ | _|_|_   _|_|_|_ H=767
 *    |  |  | |     | | |
 *       |_______				<--- min-height: 768px
 *   _|_   _|_|_ | _|_|_|_        v
 *   _|_   _|_|_ | _|_|_|_ H=1199
 *   _|_   _|_|_ | _|_|_|_
 *    |     | |  |  | | |
 *               |
 *   This side <=|
 *
 *               ^
 *              <|
 *         max-width: 767px
 */
@media (max-width: 399px), (max-width: 767px) and (min-height: 768px) {
	.result-container{
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		width: auto;
	}
	.result-scroller {
		max-height: calc(40vh);
	}
	.result-lukket{
		max-height: 0px;
	}
	.material-icons.minimize {
		display: block;
	}
	.result-bar .material-icons {
		transform: rotate(180deg);
	}
}




.result-bar,
.result-bar .title {
    width: 100%;
    background-color: rgba(0, 32, 91, 1);
    color: white;
    border: none;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 2px 0 2px 0;
    font-size: 18px;
}
.result-bar i.material-icons, .sidebar i.material-icons{
    position: absolute;
    right: 0;
    padding-right: 6px !important;
    padding-top: 1px !important;
}
.result-bar i.material-icons.minimize {
	right: 30px;
}

.result-box {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.result-list > li > .ald-freq {
	margin-bottom: -15px;
}
.result-list > li:first-child > .ald-freq {
	margin-top: 10px;
}
.result-list > li:last-child > .ald-freq {
	margin-bottom: 10px;
}

.result-list > li > .ald-freq {
	padding: 5px 0 0 0; 
}

md-checkbox.md-indeterminate .md-icon:after {
	color: white;
}
md-checkbox.md-indeterminate .md-icon {
	background-color: rgba(0, 32, 91, 1);
}

.toggle {
	border: none;
	background-color: transparent;
	padding-left: 0;
}
.toggle i {
	position: relative;
	color: rgba(0, 32, 91, 1);
}
.toggle span {
	position: relative;
	vertical-align: super;
	padding-left: 1em;
}

.filter-notification {
    color: rgb(255, 0, 152);
    color: rgb(255, 209, 0);
    /* color: rgb(254, 80, 0); */
    /* color: rgb(228, 0, 43); */
    /* color: rgb(228, 43, 0); */
    /* color: rgb(0, 171, 132); */
    text-shadow: rgba(0,0,0,.2) 0px 0px 1px;
    text-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    font-size: 75%;
    position: absolute;
    top: 0.4em;
    right: -4.7em;
}

@media print {
	.result-container, search * {
		background-color: white !important;
	}
	.leaflet-compact-attribution {
		visibility: visible !important;
	}
}

@media (max-height: 230px) {
	nkom-header {
		display: none;
	}
	input:focus {
		z-index: 90001 !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 40px;
	}
	.searchbar {
		/*z-index: 90000 !important;*/
		top: 0;
		left: 0;
	}
}

.modal-high-zindex {
	z-index: 99000 !important;
  }