﻿.strong {
    font-weight: bold;
}

#usupNettleser .alert-warning 
{
    display: flex;
    padding: 16px;
    align-items: center;
}

#usupNettleser .alert-warning *
{
    margin-right: 10px;
}

#usupNettleser .alert-warning #spnUsupNettleserIkon .rbicon {
    color: black !important;
}

#usupNettleser .alert-warning #lblUsupNettleser {
    display: block;
}

/* ROVBASE font*/
@font-face {
    font-family: 'rovbase';
    src: url('../Fonter/rovbase.eot?z4vgzr');
    src: url('../Fonter/rovbase.eot?z4vgzr#iefix') format('embedded-opentype'),
    url('../Fonter/rovbase.ttf?z4vgzr') format('truetype'),
    url('../Fonter/rovbase.woff?z4vgzr') format('woff'),
    url('../Fonter/rovbase.svg?z4vgzr#rovbase') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.rbicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rovbase' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* egendefinerte størrelser */
.rbicon {
    font-size: 1.15em;    
}

.rbicon.rbicon-sm {
    font-size: 1em;
}

.rbicon.rbicon-xs {
    font-size: 0.85em;
}

.rbicon.rbicon-lg {
    font-size: 1.3em;
}

.rbicon-grey {
    color: #777;
}

/*Start ikoner*/

.rbicon-klode-strek:before {
    content: "\e903";
}

.rbicon-klode:before {
    content: "\e904";
}

.rbicon-hengelaas-aapen:before {
    content: "\e902";
}

.rbicon-gruppering-hengelaas:before {
    content: "\e901";
}

.rbicon-sirkel-sporsmaal-strek:before {
    content: "\e900";
}

.rbicon-kryss:before {
    content: "\e61e";
}
.rbicon-last-ned:before {
    content: "\e61f";
}
.rbicon-vis-grid:before {
    content: "\e620";
}
.rbicon-vis-liste:before {
    content: "\e621";
}
.rbicon-sirkel-sporsmal:before {
    content: "\e61b";
}
.rbicon-sirkel-status-ok:before {
    /*content: "\e61c";*/
    content: "";
    background: url(../Grafikk/Ikoner/tick-green.svg);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
}
.rbicon-eksporter:before {
    content: "\e61a";
}
.rbicon-sirkel-utropstegn:before {
    content: "\e61d";
}
.rbicon-blyant:before {
    content: "\e615";
}
.rbicon-hengelaas:before {
    content: "\e616";
}
.rbicon-rediger-rad:before {
    content: "\e617";
}
.rbicon-sirkel-sok:before {
    content: "\e618";
}
.rbicon-slett-rad:before {
    content: "\e619";
}
.rbicon-melding:before {
    content: "\e611";
}
.rbicon-vis-kart-alle:before {
    content: "\e612";
}
.rbicon-vis-detaljer:before {
    content: "\e613";
}
.rbicon-vis-kart-rad:before {
    content: "\e614";
}
.rbicon-gruppering:before {
    content: "\e610";
}
.rbicon-rovbase:before {
    content: "\e609";
}
.rbicon-sirkel-entitet:before {
    content: "\e60a";
}
.rbicon-individ:before {
    content: "\e60b";
}
.rbicon-sirkel-info:before {
    content: "\e60c";
}
.rbicon-lokalitet:before {
    content: "\e60d";
}
.rbicon-strekkode:before {
    content: "\e60e";
}
.rbicon-sirkel-tannhjul:before {
    content: "\e60f";
}
.rbicon-sok:before {
    content: "\e600";
}
.rbicon-ny:before {
    content: "\e601";
}
.rbicon-lagre:before {
    content: "\e602";
}
.rbicon-slett:before {
    content: "\e603";
}
.rbicon-blyant-pluss:before {
    content: "\e604";
}
.rbicon-nullstill:before {
    content: "\e605";
}
.rbicon-pluss:before {
    content: "\e606";
}
.rbicon-gps-import:before {
    content: "\e607";
}
.rbicon-blyant-tall:before {
    content: "\e608";
}
/* SLUTT: ROVBASE font*/


/* Vertical align helper  */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.modal >.vertical-alignment-helper {
    padding: 0 15px;
}

.vertical-alignment-helper .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.vertical-alignment-helper .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* SLUTT: Vertical align helper  */

/* Responsiv verktøylinje på kart */

.rovbaseMapToolbar-responsive .olButton {
    display: none;
}

.rovbaseMapToolbar-responsive .olButton.Active {
    display: block;
}

.rovbaseMapToolbar-responsive.rovbaseMapToolbar-choosing .olButton {
    display: block;
    margin-bottom: 5px;
}

.rovbaseMapToolbar-responsive.rovbaseMapToolbar-choosing {
    top: 0;
    left: 0;
    background-color: white;
    padding: 5px;
    padding-bottom: 0;
}

.gpsimportside .rovbaseMapToolbar-responsive.rovbaseMapToolbar-choosing a.Disabled {
    display: none;
}

/* GPS-verktøy i GPS-dialog */

#gpsKartHelper {
    top: 95px; 
    left: 10px;  
    z-index: 1010;
    position: absolute;
}

@media (max-width: 767px) {
    #gpsKartHelper {
        top: auto;
        bottom: 10px; 
    }
}

#layerSwitcherContainer {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1010;
    min-width: 0;
    padding: 0;
}

.layerSwitcher-wrapper {
    min-width: 260px;
}

#layerSwitcherHeader {
    background: linear-gradient(to bottom, #636363 0,#363636 100%); /* W3C */
    color: white;
    border: 1px solid black;
    height: 36px;
    text-align: right;
}

#layerSwitcherLukkeknapp {
    color: white;
}

#layerSwitcherLukkeknapp:hover {
    color: white;
}

#layerSwitcherLukkeknapp > div {
    display: inline-block;
    margin: 5px;
}

#layerSwitcherLukkeknapp > span {
    margin: 5px;
}

#layerSwitcher:not(.layerSwitcher-bslayout) {
	float: right;
	background:  #fff;
	border: 1px solid;
	top: 35px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 612px;
    width: 100%;
}

@media (max-width: 770px) {
    #layerSwitcher:not(.layerSwitcher-bslayout) {
        font-size: 14px;
        position: static;
        float: none;
    }
}

#layerSwitcher:not(.layerSwitcher-bslayout) ul li label
{
	font-weight: normal;
    font-size: 12px;
    margin: 0 0 0 2px;
}

@media (max-width: 770px) {
    #layerSwitcher:not(.layerSwitcher-bslayout) ul li label
    {
        font-size: 14px;
        margin:3px 0 2px 4px;
    }
}

#layerSwitcher:not(.layerSwitcher-bslayout) ul li input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
}

#layerSwitcher:not(.layerSwitcher-bslayout) > ul > li > input[type=checkbox] {
    margin-left: 10px;
}

#layerSwitcher:not(.layerSwitcher-bslayout) .blm_group {
    font-weight: bold;
    color: #004b46;
}

.layerNotCurrentlyDisplayed {
	color: gray;
}

#layerSwitcher:not(.layerSwitcher-bslayout) ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 10px;
}

#layerSwitcher:not(.layerSwitcher-bslayout) ul.layerSwitcherRoot {
	margin-left: 0;
    padding: 0;
}

#layerSwitcher:not(.layerSwitcher-bslayout) .layerSwitcherRoot li {
	margin-bottom: -1px;
    white-space: nowrap;
    line-height: 1.6em;
}

#layerSwitcher:not(.layerSwitcher-bslayout) .layerSwitcherRoot > li > span:nth-child(2) {
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
    display: block;
    padding-left: 10px;
}

#layerSwitcher:not(.layerSwitcher-bslayout) .layerSwitcherRoot li li {
	margin-bottom: 0;
}

#divBtnKartlag #KartLagBtn span {
    display: none;
}

@media (max-width: 770px) {
    #divBtnKartlag.active {
        top: 0;
        z-index: 1030;
        width: 100%;
    }
    #divBtnKartlag.active #KartLagBtn span {
        display: inline;
    }
}

.kartlagIcon {
    border: solid 1px;
    display: inline-block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#divBtnKartlag:not(.active) .kartlagIcon {
    background: url(../Grafikk/BouvetKart/ikon_kartlag.png) #363636;
    background: url(../Grafikk/BouvetKart/ikon_kartlag.png), linear-gradient(to bottom, #636363 0,#363636 100%);
    background-repeat: no-repeat;
    -moz-background-size: 48px 48px;
    -ms-background-size: 48px 48px;
    background-size: 48px 48px;
}

@media (min-width: 771px) {
    .kartlagIcon {
        background: url(../Grafikk/BouvetKart/ikon_kartlag.png) #363636;
        background: url(../Grafikk/BouvetKart/ikon_kartlag.png), linear-gradient(to bottom, #636363 0,#363636 100%);
        background-repeat: no-repeat;
        -moz-background-size: 48px 48px;
        -ms-background-size: 48px 48px;
        background-size: 48px 48px;
    }
}

@media (max-width: 770px) {
    .active .kartlagIcon {
        position: static;
        width: 100%;
        height: auto;
    }
}

/*NYHET SYSTEMMELDING*/
.nyhet-systemmelding-container {
    display: block;
    padding-right: 15px;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}

/*NYHET SYSTEMMELDING SLUTT*/