/* Minification failed. Returning unminified contents.
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(162,31): run-time error CSS1039: Token not allowed after unary operator: '-main-menu-item-count'
(162,75): run-time error CSS1039: Token not allowed after unary operator: '-top-bar-height'
(219,38): run-time error CSS1039: Token not allowed after unary operator: '-main-menu-item-count'
(228,23): run-time error CSS1046: Expect comma, found '0'
(228,27): run-time error CSS1046: Expect comma, found '/'
(280,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(281,35): run-time error CSS1046: Expect comma, found '0'
(281,39): run-time error CSS1046: Expect comma, found '/'
(296,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(297,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(298,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(299,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(300,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(301,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(302,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(304,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(305,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(306,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(307,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(308,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(309,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(311,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(312,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(313,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(314,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(315,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(319,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(320,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-contrast-color'
(323,28): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(324,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-contrast-color'
(327,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-contrast-color'
(328,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(331,28): run-time error CSS1039: Token not allowed after unary operator: '-secondary-contrast-color'
(332,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(671,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(676,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), 
    url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''), 
    url('./fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('./fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    height: 100%;
    overflow: hidden;
    --main-menu-item-count: 4;
}
html:not(.theme-default) {
    --main-menu-item-count: 1;
}

body {
    margin: 0px;
    padding: 0;
    overflow: hidden;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 8px;
}
::-webkit-scrollbar:horizontal {
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #ececec;
}

p {
    margin: 0px;
}

a {
    color: #005D9A;
}

paper-ripple.paper-dropdown-menu { /*Hack for map-dropdown.... better way?*/
    top:0px !important;
    bottom:0px !important;
}

paper-menu-button {
    padding: 0px !important;
}

.noselect {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: default;
}

.hidden {
    display:none !important;
}

/*::-webkit-scrollbar {
    display: none;
}*/

img {
    vertical-align: inherit;
}

/*HACK, needed?*/
/*paper-icon-button.paper-tabs {
    width: 40px !important;
    padding: 8px !important;
}*/

/* ************************* */
/* add to homescreen overlay */
/* ************************* */
#appModeNote {
    background-color: #333333;
    border-top: 5px solid #000000;
    bottom: 0px;
    color: #F0F0F0;
    display: none;
    left: 0px;
    padding: 10px 0px 10px 0px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}
#appModeNote em {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}
#appModeNote span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.iosstatusbar {
    padding-top: 20px;
}





paper-button.active {
    color: #fece00;
}

paper-input.confirm-input[disabled] > paper-input-container, paper-textarea.confirm-input[disabled] > paper-input-container {
    opacity: 1 !important;
    pointer-events: all !important;
}

.opens-in-new-tab::after {
    content: ' ';
    background-image: url(../images/new-tab-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    width: 12px;
    height: 14px;
    opacity: .5;
}

main-menu > main-menu-item > div > iron-collapse { /*iron-collapse:nth-child(2)*/
    height: calc(100vh - var(--main-menu-item-count) * 43px - 16px - var(--top-bar-height)); /*calc(100vh - 252px);*/
    overflow-y: auto;
    overflow-x: hidden;
    /*scrollbar-gutter: stable;*/
}
main-menu > main-menu-item > div > iron-collapse > * {
    max-width: 270px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-top: 10px;
}

/*main-menu > main-menu-item[data-show="true"] {
    flex-grow: 1;
}*/

#theme-selector {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.theme-logo {
    font-size: 22px;
    margin-left: 16px;
    user-select: none;
}

html:not(.theme-default) #menuItemTag,
html:not(.theme-default) #buttonTags,
html:not(.theme-default) #menuItemDigDag,
html:not(.theme-default) #buttonDigDag,
html:not(.theme-default) #menuItemRoute,
html:not(.theme-default) #buttonRoutes {
    display: none;
}

/*html:not(.menu-tags-shown).drawer-open .main:not(.show-main-menu).map-menu #buttonTags,
html:not(.menu-digdag-shown).drawer-open .main:not(.show-main-menu).map-menu #buttonDigDag,
html:not(.menu-routes-shown).drawer-open .main:not(.show-main-menu).map-menu #buttonRoutes,
html.drawer-open .main:not(.show-main-menu).map-menu #button,
html:not(.drawer-open) paper-button.empty.map-menu
{
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    transform: scaleY(0);
}*/

html.menu-tags-shown.drawer-open #buttonTags,
html.menu-digdag-shown.drawer-open #buttonDigDag,
html.menu-routes-shown.drawer-open #buttonRoutes,
html.menu-maps-shown.drawer-open #buttonMaps:not(.HASecColor)
{
    margin-bottom: calc(100vh - var(--main-menu-item-count) * 43px + 12px);
}

#logo {
    flex-shrink: 0;
    margin-right: 5px;
    padding-right: 18px;
    width: 50px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 8px;
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    clip-path: polygon(0px 0px, 64px 0px, 64px 64px, 0px 64px);
}

.widelogo {
    min-width: 0px;
    max-width: 200px;
    width: unset;
    height: 32px;
    flex-shrink: 100;
    flex-grow: 1;
}

@media (max-width: 950px) {
    .hide-narrow {
        display: none;
    }
}

@media (min-width: 951px) {
    .hide-wide {
        display: none;
    }
}
theme-selector[data-open] {
    max-height: 50vh;
    overflow-y: auto;
}
theme-selector[data-open] .arrow.theme-selector {
    transform: rotate(180deg);
}

#themeSelectorToolbar {
    height: unset;
}

#themeSelectorToolbar > #topBar.paper-toolbar {
    height: unset;
    padding: 0px;
    transform: translateZ(0px);  /* to position scroll overflow shade correctly on theme select */
}

#themeSelectorToolbar-close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: -46px;
    width: 48px;
    height: 64px;
    background-color: var(--primary-color);
    box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    clip-path: polygon(0px 0px, 64px 0px, 64px 64px, 0px 64px);
}

html:not(.drawer-open) #themeSelectorToolbar-close {
    display: none;
}

html:not(theme-default) #mainContainer.paper-header-panel {
    overflow-y: auto !important;
}

:root {
    --primary-color: #005d9a !important;
    --primary-contrast-color: #ffffff !important;
    --menu-text-color: #000000 !important;
    --menu-background-color: #ffffff !important;
    --menu-item-color: #e7eef5 !important;
    --secondary-color: #ffcc00 !important;
    --secondary-contrast-color: #000000 !important;
    --light-gray-color: #ececec !important;
    --dark-gray-color: #777777 !important;
    --white-color: #ffffff !important;
    --paper-grey-400: #bdbdbd !important;
    --unchecked-color: #bbbbbb !important;
    --unchecked-background-color: transperant !important;
    --lighten-color: rgba(255,255,255,.1); /*Instead of primary-color-light*/

    --map-route-collapsed-color: var(--primary-color);
    --map-route-zero-length-color: var(--primary-color);
    --map-route-line-color: var(--primary-color);
    --map-route-via-point-color: #990000;
    --map-route-via-point-type: alpha;
}

.HAPrimColor {
    background-color: var(--primary-color) !important;
    color: var(--primary-contrast-color) !important;
}
.HASecColor {
    background-color: var(--secondary-color) !important;
    color: var(--secondary-contrast-color) !important;
}
.HAInvertedPrimColor {
    background-color: var(--primary-contrast-color) !important;
    color: var(--primary-color) !important;
}
.HAInvertedSecColor {
    background-color: var(--secondary-contrast-color) !important;
    color: var(--secondary-color) !important;
}
.HAEditColor {
    background-color: #009aff !important;
    color: #ffffff !important;
}
#map {
    width:100%;
    height:100%;
    /*z-index: 0;
    position: absolute;
    top:64px;
    bottom:0px;*/
}

.ol-viewport {
    height: 100%;
}

.ol-popup {
    font-family: "Oleo Script";
    font-size: 1.0em;
    font-weight: 800;
}

/*.ol-zoom, .ol-full-screen {
    margin-top: 4em;
}*/

.ol-rotate {
    margin-top: 6em;
}

/*.ol-attribution {
    visibility: hidden;
}*/

.maximizetimewarp button, .hidetimewarp button {
    border-radius: 10px !important;
}

.ol-scale-line {
    background-color: #006596;
}

.ol-control button {
    text-decoration: none;
    background-color: #006596;
    border-radius: 0px;
}

.ol-control button:hover {
    text-decoration: none;
    background-color: rgba(0,60,136,.7);
}

/*:-webkit-full-screen {
    z-index: 2147483646;
}*/

.ol-overlay-container #popup{
    display: block;
    background-color: #2a2a2a;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    padding: 7px 9px;
    font-family: sans-serif;
    margin-top: -20px;
}

.ol-overlay-container #popup:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-top-color: #2a2a2a;
	border-width: 6px;
	margin-left: -6px;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: #95b9e6;
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eeeeee;
  border-top: none;
  color: #eeeeee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}
.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ol-control {
  position: absolute;
  background-color: #eee;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #7b98bc;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: #4c6079;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
}
.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: transparent;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  width: 24px;
  height: 200px;
}
.ol-zoomslider-thumb {
  position: absolute;
  background: #7b98bc;
  background: rgba(0,60,136,0.5);
  border-radius: 2px;
  cursor: pointer;
  height: 10px;
  width: 22px;
  margin: 3px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
  width: 2.052em;
}
.ol-touch .ol-zoomslider-thumb {
  width: 1.8em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

:root {
    --top-bar-height: 64px;
}

@media (max-width: 600px) {
    :root {
        --top-bar-height: 56px;
    }
}


/* Polymer defined narrow */ 
@media (max-width: 639px) {
    .hide-when-narrow {
        display: none !important;
    }
    .fullscreen-when-narrow {
        left: 0px !important;
        /*right: 0px !important;*/
        top: 0px !important;
        /*bottom: 0px !important;*/
        width: 100% !important; /*was 100vw*/
        height: 100% !important; /*was 100vh*/
    }
}

.fullscreen {
    left: 0px !important;
    /*right: 0px !important;*/
    top: 0px !important;
    /*bottom: 0px !important;*/
    width: 100% !important; /*was 100vw*/
    height: 100% !important; /*was 100vh*/
    transition: left 0.4s, right 0.4s, top 0.4s, bottom 0.4s, width 0.4s, height 0.4s;
}

@media (min-width: 640px) {
    .hide-when-wide {
        display: none !important;
    }
    #scrim.paper-drawer-panel {
        display:none !important;
    }
    .responsive-nudge {
        /*margin-left: 316px !important;*/
        margin-left: 270px !important;
        /*margin-left: 140px !important;*/
        /*max-width: calc(100vw - 380px) !important;*/ /* 380 = 300 + 80 */
        /*max-width: 270px !important;*/
    }
    .responsive-nudge-timelines {
        margin-left: 300px !important;
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width : 576px) {
        .contentRight { float: none; width: 100%;}
        .simplegallery .content { height: 250px; }
        .simplegallery .content img{ width: inherit; margin: 0px auto; display: block; }
        .simplegallery { margin: 0px; }
        element.style { display: block; }
}


/* Desktops and laptops ----------- */
@media only screen and (max-width : 767px) { 
    /* Windows */
    .window-container { margin: 50px 0px 0px 0px; width: 100%; height: 100%; padding: 10px 0px 5px 0px; left: 0%; }
    .tab-content {height: auto;} /*Kan ikke være auto, da der skulle kunne scrolles*/
    .tabs {height: 100%; }
    #IntroContent { width: 100%; float: none; padding: 0em 0em 5px 0px;}
    .gallery { padding: 0px; margin: 0px;}
    .preview img {width: 100%;}
    .thumbnails {width: 100%;}
    .thumbnails img {width: 50px;}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form { background-color: #FFF;}
    .navbar .nav > li > a { color: #000; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #000; }
    .navbar-form { float: none; }

    .dropdown-menu {
        height: auto;
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) { /* ALT OVER 1224px */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .tab-content {height: 100%;} 

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {     
    .dropdown-menu { height: auto; max-height: 230px; overflow-x: hidden; }
}
/*.menu-style-theme-digterruter {
    background: linear-gradient(180deg, rgba(18,83,58,1) 0%, rgba(18,83,58,1) 145px, rgba(243,240,233,1) 145px, rgba(243,240,233,1) 100%);*/ /*#f3f0e9;*/ /*#f4edd2;*/
/*}
.menu-style-theme-digterruter iron-icon[icon="close"] {
    fill: #fff;
}
.menu-style-theme-digterruter  .logo-theme {
    width: 230px;
    height: 75px;
    margin-bottom: 10px;
}*/




/*
.menu-style-theme-hod {
    background-color: #e4e7eb;
    background-image: url(../../../../images/theme/HoD2017back.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.menu-style-theme-hod .logo-theme {
    max-width: 80%;
    min-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(5vh - 10px);
    width: 25vh;
}


*/


/*.menu-style-theme-1001 {
    background-color: black;
    background-image: url(../../../../images/theme/1001back.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
}
.menu-style-theme-1001 .logo-theme {
    width: 80%;
    display: block;
    margin: 50px auto 30px auto;
}*/





/*.menu-style-theme-modstandskamp {
    background-color: #e9e9e9;
    background-image: url(../../../../images/theme/Modstandskamp_back.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: black;
    font-size: 12px;    
}*/

/*TODO: put all of this en separat css files... one per theme......... and use css var to define colors.......... and read them in ts.... to use on map....... */
.timewarpButtons {
    border-radius: 10px;
}

.showtimewarp {
    top: 8.5em;
    margin-left: 0.5em;
}

.timewarpbuttons {
    /*position: fixed;
    background-color: #006596 !important;
    border-radius: 10px;*/
}

    .timewarpbuttons a {
        /*display: block;
        color: white;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
        margin: 2px;
        text-decoration: none;
        text-align: center;
        height: 20px;
        width: 20px;
        padding-bottom: 4px;*/
    }

.ol-touch .timewarpbuttons a {
    /*font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 26px;*/
}

.timewarpbuttons a:hover {
    cursor: pointer;
}

#timewarpOpacity {
    position: fixed;
    width: 100px;
}
