/* Minification failed. Returning unminified contents.
(1174,9): run-time error CSS1030: Expected identifier, found '>'
(1174,22): run-time error CSS1031: Expected selector, found ')'
(1174,22): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(img/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(img/leaflet/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.eot");
    src: url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.woff2") format("woff2"), url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.woff") format("woff"), url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.ttf") format("truetype"), url("../Content/bower_components/kartverket-felleskomponenter/assets/fonts/fontawesome-webfont.svg#fontawesome") format("svg");
}

.fixed-menu-margin {
    margin-top: 140px;
}
@media (min-width: 360px) {
    .fixed-menu-margin {
        margin-top: 103px;
    }
}
@media (min-width: 600px) {
    .fixed-menu-margin {
        margin-top: 62px;
    }
}

.container-breadcrumbs {
    display: block!important;
}

.fa {
    font-family: FontAwesome;
}

#autocomplete {
    background: none;
}

.search-filter-wrapper {
    padding: 0px !important;
}

    .search-filter-wrapper > .nav-tabs {
        border-bottom: none;
        margin-bottom: 15px;
    }

/* Responsiv */

@media (max-width: 992px) {
   
    .col-sm-12.pull-right {
        float: none !important;
    }
}

@media (max-width: 600px) {
    .search-filter-wrapper > .nav-tabs li {
        display: block;
        float: none !important;
        margin: 5px 0;
    }

    .search-filter-wrapper .pull-right {
        float: none !important;
    }

    .search-filter-wrapper .pagination {
        float: none !important;
        display: block;
    }
}


/*  Loading animation */
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: .5;
    background-color: #fff;
    z-index: 699;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 600;
}


.btn-space {
    margin-right: 2px;
}

.chosen-container-single .chosen-single div b::before {
    font-family: "Glyphicons Halflings";
    content: "";
}

.sorter .chosen-container-single .chosen-single abbr {
    position: unset;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: transparent url("img/chosen-sprite.png") no-repeat scroll -42px 1px;
    font-size: 1px;
}

.chosen-container-single .chosen-single {
    min-width: 150px !important;
}

/*Kalendersymbol plassering*/
.ui-button {
    display: inline-block;
    position: absolute !important;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

.chosen-container {
    width: 100% !important;
}



/* Nytt geonorge design */
.table-heading {
    border-bottom: 2px solid #FE5000;
    height: 27px;
    margin: 20px 0 5px;
    padding: 0;
    display: table;
}

    .table-heading h4 {
        font-size: 12pt;
        text-transform: uppercase;
        color: #414042;
        line-height: 14pt;
    }

    .table-heading [class*="col-"] {
        display: table-cell;
        vertical-align: bottom;
    }

.tab-pane .table-heading {
    margin: 0 0 5px;
}

@media only screen and (min-width : 768px) {
    .table-heading {
        display: table;
    }

        .table-heading [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: bottom;
        }

}

ul.nav-tabs > li.tab > a {
    background-color: #4c7aa9;
}

.search-results.table-view .btn {
    color: #3867c8;
    background-color: #FFF;
}

.nav-pills > li:hover, .view-navigation .pagination > li:hover {
    cursor: pointer;
}
ul.pagination > li.active > a {
    
    background-color: #4c7aa9; 
}

.nav-pills > li > a {
    background-color: #FFF;
    transition: all .35s linear 0s;
    color: #4c7aa9;
    border: none;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 12pt;
    border-radius: 0;
    line-height: 12pt;
    display: inline-block;
}

    .nav-pills > li > a.active {
        background-color: #fe5000;
        color: #fff;
    }

    .nav-pills > li > a:hover {
        background-color: #4c7aa9;
        color: #FFF;
    }

.label-Kommunalt {
    border-color: #FE5000;
}

.label-Nasjonalt {
    border-color: #5D4777;
}

/*Checkbox to trash incon*/

label#cbDelete input[type="checkbox"] {
    /* content: "\e020" !important;
    font-family: 'Glyphicons Halflings' !important;
    height: 16px;
    width: 16px;
    display:inline-block;
    font-weight: normal;
    padding: 0 0 0 0px;*/
    width: 0;
    height: 0;
    -moz-appearance: none;
}

/*label.trash:before {
    content: "\e020";
    font-family: 'Glyphicons Halflings';
    height: 16px;
    width: 16px;
    display:inline-block;
    font-weight: normal;
    padding: 0 0 0 0px;
}*/

#cbDelete input[type="checkbox"] + input + label:before {
    content: "\e020" !important;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    position: relative;
    z-index: 1;
    bottom: 36px;
    right: 7px;
}

#cbDelete input[type="checkbox"]:checked + input + label:before {
    color: red;
}


#cbDelete input[type="checkbox"] {
    opacity: 0;
    position: relative;
    z-index: 200;
    width: 100%;
    height: 35px;
    margin-top: -5px;
}

    #cbDelete input[type="checkbox"]:hover {
        cursor: pointer;
    }


/*Det offentlige kargrunnlaget - kommunalt, sortering*/

table.tablesorter thead tr {
    border-bottom: 3px solid #fe5000;
    height: 27px;
    margin-bottom: 8px !important;
}

    table.tablesorter thead tr th {
        font-weight: normal;
        color: #414042;
        text-transform: uppercase;
    }

.sorter-false {
    font-weight: normal;
    color: black !important;
    text-transform: none !important;
}

.dataset .sorter-false a {
    font-weight: normal;
    text-transform: uppercase !important;
}


table.tablesorter thead tr .tablesorter-headerAsc {
    /*height: 20px;
    width: 20px;*/
    color: #fe5000;
}

table.tablesorter thead tr .tablesorter-headerDesc {
    /*height: 20px;
    width: 20px;*/
    color: #fe5000;
}

.tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "";
    background-image: url("/Content/img/arrow-up.svg");
    width: 10pt;
    height: 10pt;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    display: inline-block;
    margin-left: 7px;
}

.tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "";
    background-image: url("/Content/img/arrow-down.svg");
    width: 10pt;
    height: 10pt;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    display: inline-block;
    margin-left: 7px;
}

/*Bower?*/
a.link-unstyled {
    text-decoration: none;
    color: #333;
}


/* Norgeskart legend */
.norgeskart-legend .custom-checkbox label {
    margin-left: 10px;
}

/* Modal */
.modal {
    padding-top: 250px;
}

.modal-dialog {
    margin: auto;
    width: 700px;
}


.resultItemRow {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.col {
    padding-left: 0;
}

.status-icons {
    text-align: right;
}

.nav-tabs-version {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.navbar-bottom {
    margin-top: 30px;
}

.toggleTableRow.collapse.in {
    display: table-row !important;
}

.toggleTableRow.collapsing {
    display: table-row !important;
}


.good {
    background-color: #36c545;
}
.useable {
    background-color: #fed633;
}
.deficient {
    background-color: #ee432a;
}
.notset {
    background-color: #d8d8d8;
}

/*.reportViewContent {
    padding-top: 40px;
}*/

.button-selected {
    background-color: #fe5000 !important;
}

.grid > div {
    padding-bottom: 30px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 360px;
    width: auto;
}

.tableSuitability .custom-checkbox input[type=checkbox] + .checkbox-icon:after,
.tableSuitability .custom-checkbox input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    border: 2px solid rgb(51,51,51);
    border-radius: 4px;
    content: "";
    height: 24px;
}

.custom-checkbox.custom-checkbox-0 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-0 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(232, 232, 232);
}

.custom-checkbox.custom-checkbox-1 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-1 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(208,46,38);
}

.custom-checkbox.custom-checkbox-2 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-2 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(244, 137, 86);
}

.custom-checkbox.custom-checkbox-3 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-3 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(246, 217, 135);
}

.custom-checkbox.custom-checkbox-4 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-4 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(210,232,135);
}

.custom-checkbox.custom-checkbox-5 input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.custom-checkbox-5 input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: rgb(140,210,93);
}

.custom-checkbox.superImportantCheckbox input[type=checkbox] + .checkbox-icon:after,
.custom-checkbox.superImportantCheckbox input[type=checkbox] + input[type=hidden] + .checkbox-icon:after {
    background-color: white;
}

.custom-checkbox input[type=checkbox]:checked + .checkbox-icon .checkbox-character .checkmark,
.custom-checkbox input[type=checkbox]:checked + input[type=hidden] + .checkbox-icon .checkbox-character .checkmark {
    display: inline-block;
    content: url(/Content/img/checked-black.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: -12px;
    top: 0;
}


.tableSuitability .custom-checkbox input[type=checkbox]:checked + input[type=hidden] + .checkbox-icon.large:after {
    content: "";
    width: 24px;
    height: 24px;
}
.custom-icon.custom-icon-sort {
    background-image: url("/Content/img/updown.svg");
}
.custom-icon.custom-icon-findable {
    background-image: url("/Content/img/findable.svg");
}

.custom-icon.custom-icon-accesible {
    background-image: url("/Content/img/accesible.svg");
}

.custom-icon.custom-icon-interoperable {
    background-image: url("/Content/img/interoperable.svg");
}

.custom-icon.custom-icon-re-useable {
    background-image: url("/Content/img/re-useable.svg");
}

.custom-icon.custom-icon-smile-green {
    background-image: url("/Content/img/smile-green.svg");
}

.custom-icon.custom-icon-smile-yellow-satisfactory {
    background-image: url("/Content/img/satisfactory.svg");
}

.custom-icon.grade-status {
    border-radius: 50%;
    border: 1px solid #333;
    font-size: 11px !important;
    letter-spacing: -1px;
    padding: 0 1px 0 0;
    line-height: 17px;
}

.custom-icon.bullseye-icon {
    padding: 2px;
    border: 3px solid #EE432A;
    border-radius: 50%;
    background-color: #EE432A;
    background-clip: content-box;
    display: inline-block;
}

.arrow-icon {
    background-image: url(/Content/bower_components/kartverket-felleskomponenter/assets/images/svg/arrow-right.svg);
    width: 11px;
    height: 12px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
}

    .arrow-icon.active,
    .active > .arrow-icon,
    .dataset-list.active > div > div > p .arrow-icon {
        background-image: url(/Content/bower_components/kartverket-felleskomponenter/assets/images/svg/arrow-down.svg);
    }
.toggle-content-button {
    text-decoration: underline;
    margin-top: -10px;
    color: #3867c8;
}
    .toggle-content-button:hover {
        cursor: pointer;
    }
.criteria-list {
    display: none;
    margin-left: 7%;
}
.metadata .icon {
    text-align: center;
    font-size: 1.2em;    
}
.metadata .icon:hover {
        cursor: pointer;
    }
.metadata .custom-icon {
    width: 35px;
    height: 35px;
}

.criteria-list .title-field {
    padding-left: 24px;
}

.criteria-list .official-field {
    text-align: center;
}
.criteria-list.no-indent {
    margin: 0;
}

.dataset-list {
    line-height: 24pt;
}
.dataset-list.active .showmore, 
.dataset-list .showless {
        display: none;
}

.dataset-list .showmore,
.dataset-list.active .showless {
        display: inline-block
    }
.dataset-list.active .criteria-list {
    display: block;
}    
.first-four > span:nth-child(4) {margin-right: 20px;}
.first-four > a:nth-child(4) {margin-right: 20px}
.first-four {
    padding-right: 10px;
}
.fair ul li:before {
    content: none;
}
.nested ul li {
    font-weight: 600;
    font-style: normal;
}
.nested ul li ul li {
    font-weight: normal;
}
.nested ul li:before {
    content: none;
}
.status-list ul {
    display: flex;
    flex-direction: column;
}
.status-list ul li {
    margin: 10px 0;
}
    .status-list ul li > div > span:last-of-type {
        font-size: 0.8em;
        white-space: nowrap
    }
.criteria-list i.fa-check {
    color: #36C545;
}
.criteria-list i.fa-times {
    color: #EE432A;
}
.criteria-list i.fa {
    margin-left: -23px;
}
h2.small-h2 {
    font-size: 24pt;
}
.filtercheckbox {
    margin: 12px 0;
    width: 100%;
    margin-right: 10px;

    display: inline-flex;
    margin-top: 15px;
    align-items: flex-start;
}
    .filtercheckbox label {
        margin: 0 14px 0 0;
    }
.filtercheckbox > span
{
  margin: 0 6px 0 2px;  
}
.filtercheckbox input[type="checkbox"] {
        border-radius: 3px;
}
input[type=checkbox]:checked::before {
    background-color: #3767c7;
    content: "✓";
    line-height: 13px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.filtercheckbox input[type=checkbox], .filtercheckbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #3767c7;
    font: inherit;
    color: currentColor;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
}
    .filtercheckbox input[type=checkbox]:focus {
        border: 2px solid #2f3940;
        outline-offset: 0;
    }

h1.shortcut {
    word-wrap: normal;
    margin: 0 0 10px 0;
    padding-top: 0;
}

div:has(> h1.shortcut) {
    margin-top: 20px;
}
