html, body, #olmap {
    height: 100%;
}
#limites{
    opacity: 0.6;
}
#limites:hover{
    opacity: 1;
}

#list-capas{
    overflow: scroll;
    max-height:430px;
    padding:15px 0px 0px 0px;
}
.btn-ttc,
.btn-ttc:hover,
.btn-ttc:activate{
    color: red;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: 007da7;
}

.capa{
    font-size: 14px;
    list-style: none;
    background-color: #eee;
    text-decoration: none;
    color:#000000;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.feature{
    font-size: 13px;
    list-style: none;
    padding-top: 5px;
    text-decoration: none;
    color:#000000;
    padding-right: 20px;
    padding-left: 30px;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoad {
    display:    none;
    position:   fixed;
    z-index:    1004;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('https://dev.portfolio.no/data/c0e06117-a390-459e-b14e-d08a3d8c0e7e')
                50% 50%
                no-repeat;
}
.novocolor{
    background: #5f005e;
    background-color: #5f005e; 
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoad {
    display: block;
}

/**
 * The zoomslider in the second map shall be placed between the zoom-in and
 * zoom-out buttons.
 */

#olmap .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}
#olmap .ol-zoomslider {
    background-color: transparent;
    top: 2.3em;
}

#olmap .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}
#olmap .ol-touch .ol-zoomslider {
    top: 2.75em;
}

#olmap .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
#olmap .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

#olmap .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
#olmap .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}

.widget-minimap {
    opacity: 1;
    position: absolute;
    height: 75px;
    width: 75px;
    right: .5em;;
    border-radius: 2px;
    border: 2px solid white;
    bottom: 8px;
    z-index: 7;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -webkit-transition: width 0.4s ease,height 0.4s ease,opacity 0.6s ease-in,margin-bottom 0.4s ease;
    -moz-transition: width 0.4s ease,height 0.4s ease,opacity 0.6s ease-in,margin-bottom 0.4s ease;
    -ms-transition: width 0.4s ease,height 0.4s ease,opacity 0.6s ease-in,margin-bottom 0.4s ease;
    transition: width 0.4s ease,height 0.4s ease,opacity 0.6s ease-in,margin-bottom 0.4s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}

.widget-minimap-caption-wrapper {
    cursor: pointer;
    color: white;
    font-size: 11px;
    position: absolute;
    line-height: normal;
    padding: 12px 0px 15px 0px;
    bottom: -5px;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.6));
    background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.6));
    background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.6));
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,0.6));
    text-indent: 6px;
    height: 15px;
    text-shadow: rgba(0,0,0,0.7) 0px 1px 8px;
    z-index: 1000;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    font-size: 11px;
    width: 230px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}
