﻿/* START Design fra Brandlab */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html, #map {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn {
    border-radius: 4px !important;
}

.btn-primary {
    background: #006469;
    border-color: #014145 !important;
}

    .btn-primary:hover {
        background: #004B46;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
        background: #004B46;
        box-shadow: "inset 0px 1px 3px 0px rgba(0,0,0,0.50)";
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background: #DDDDDD;
        color: #999;
        border-color: #C6C5C5 !important;
    }

.btn-secondary {
    background: #696969;
    color: #fff;
}

    .btn-secondary:hover {
        background: #4A4A4A;
        color: #fff;
    }

    .btn-secondary:active {
        background: #4A4A4A;
        color: #fff;
        box-shadow: "inset 0px 1px 3px 0px rgba(0,0,0,0.50)";
    }

    .btn-secondary:disabled {
        background: #DDDDDD;
        color: #999;
    }

.btn-lowpri {
    background: #fff;
    color: #006964;
    border: 1px solid #999;
}

    .btn-lowpri:hover {
        background: #EFEFEF;
        color: #006964;
        border: 1px solid #006964;
    }

    .btn-lowpri:active {
        background: #EFEFEF;
        color: #004B46;
        border: 1px solid #004B46;
        box-shadow: "inset 0px 1px 3px 0px rgba(0,0,0,0.50)";
    }

    .btn-lowpri:disabled {
        background: #fff;
        color: #999999;
        border: 1px solid #DDD;
    }

    .btn-lowpri:focus {
        color: #333 !important;
    }

.btn:focus {
    outline: none !important;
}

.btn-padding {
    margin-bottom: 18px;
    margin-top: 18px;
}

.label-primary {
    background-color: #006469 !important;
}

.errormsg, .errormsg .help-block {
    color: #a94442 !important;
}

/*Utvide til hele løsningen?*/
#formProvepunkt input.form-control {
    padding-right: 10px;
}

.errorbox {
    border: 1px solid #A94442 !important;
}

    .errorbox legend {
        color: #a94442 !important;
    }

.successbox {
    border: 1px solid #3c763d !important;
}

    .successbox legend {
        color: #3c763d !important;
    }

.td100 {
    width: 140px;
    overflow: hidden;
}

.underline {
    text-decoration: underline;
}

.green {
    color: #006469;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.has-success .bootstrap-select .btn:focus {
    outline: none !important;
    color: #333;
}

.has-success .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.has-success .form-control,
.has-success .input-group.date {
    width: 100% !important;
}

.har-error .bootstrap-select .btn:focus {
    outline: none !important;
    color: #333;
}

.has-error .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.has-error .form-control,
/*.has-feedback .bootstrap-select > .dropdown-toggle,*/
.has-error .input-group.date {
    width: 93% !important;
    width: calc(100% - 24px) !important;
}


#proveRegistreringer .has-feedback .form-control {
    padding-right: 5px;
}


.proveregId {
    display: none;
}

.dropdown-menu.inner {
    cursor: auto !important;
}

.input-group.date .form-control {
    width: 100% !important;
}

.form-control {
    width: 100% !important;
}
/*#proveRegistreringer .bootstrap-select, #proveRegistreringer input { width: 85%!important; }*/
.inline {
    display: inline;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.text-primary {
    color: #006469;
}

h1 {
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
    color: #006964;
    /*letter-spacing: 1px;*/
    line-height: 54px;
    text-align: left;
}

h2 {
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #006964;
    /*letter-spacing: 0.75px;*/
    line-height: 40px;
    text-align: left;
}

h3 {
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #006964;
    /*letter-spacing: 0.55px;*/
    line-height: 30px;
    text-align: left;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #006964;
    /*letter-spacing:0.5px;*/
    line-height: 27px;
    text-align: left;
    font-weight: 700;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #006964;
    /*letter-spacing:0.44px;*/
    line-height: 24px;
    text-align: left;
    font-weight: 700;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #006964;
    /*letter-spacing:0.4px;*/
    line-height: 20px;
    text-align: left;
    font-weight: 700;
}

h7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    /*letter-spacing:0.4px;*/
    line-height: 20px;
    text-align: left;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, h7 {
    margin-top: 0;
}

.h2class {
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #006964;
    /*letter-spacing: 0.75px;*/
    /*line-height: 40px;*/
    text-align: left;
    cursor: pointer;
}

/*.g2005 { background-color: #F6C6CE!important;}*/
.g2005 span {
    display: block;
}

.ingress {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.43px;
    line-height: 35px;
}

#fgHarTegnetGeometri i {
    top: -7px !important;
    right: -15px;
}

#ppHarGyldigGeometri {
    position: absolute;
    right: 0;
    top: -6px;
}

.errormsgDivGeometriPP {
    position: absolute;
    right: 14px !important;
    top: -17px !important;
}

    .errormsgDivGeometriPP i.form-control-feedback {
        position: absolute;
        /*top: 1px!important;
    right: 128px!important;*/
        top: -4px !important;
        left: -20px;
    }

.errorExclamation {
    color: red;
    margin-left: 8px;
}

.navbar-default {
    background-color: #f0f0f0 !important;
}
/* END Design fra Brandlab */

.fo_berorteEiendommer {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .fo_berorteEiendommer ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        columns: 3;
    }

    .fo_berorteEiendommer li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fo_berorteEiendommer li {
        display: inline-block;
    }
}

.extrabordersize {
    border-top: 3px solid #999;
}

#oversikt ul {
    padding-left: 0;
    list-style-type: none;
}

#oversikt .oversikt_lokalitet ul li > span {
    font-weight: bold;
}

#oversikt .oversikt_lokalitet ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#oversikt .oversikt_provepunkt table {
    font-size: 12px;
    width: 100%;
}

#oversikt #fgStoffKonsentrasjon td {
    padding: 0px 5px !important;
}

#oversikt #fgStoffKonsentrasjon .tilstandsklasse div {
    padding: 2px 0 !important;
}

#oversikt #fgStoffKonsentrasjon tr th {
    background-color: #EBC9C9;
}

#oversikt ul.eiendommer li:nth-child(odd) {
    background: #EEE;
}

#oversikt ul.eiendommer li:nth-child(even) {
    background: #fff;
}

#oversikt ul.eiendommer li {
    display: inline-block;
    font-weight: normal;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px;
    min-width: 116px;
}

#oversikt #oversiktVedtak ul.eiendommer li {
    width: 96px;
}


#oversikt .oversikt_eiendommer {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}

#oversikt .oversiktPP_spesialTh {
    background-color: white;
    font-weight: normal;
    font-size: 11px;
}

#printPopup {
    text-align: left;
    width: 200px;
    right: 115px;
    position: absolute;
    top: 41px;
}

#printpage .lokalitetMap {
    page-break-after: always;
    page-break-inside: avoid;
    page-break-before: avoid;
    position: relative !important;
}

#printpage #lokalitetkart_layers > div {
    overflow: hidden !important;
}

.form-padding {
    padding: 26px;
}

#headerContainer {
    height: 80px;
    border-bottom: 1px solid #ccc;
}

.miljodirLogo {
    position: absolute;
/*    left: 30px;
    top: 23px;*/
    cursor: pointer;
}
.miljodirLogoSvg {
    height:80px /*Samme som headerContainer*/
}

.miljodirLogoText {
    position: absolute;
    left: 220px;
    top: 24px;
}

    .miljodirLogoText h3 {
        font-weight: bold;
    }

.miljodirLogoStrek {
    width: 1px;
    height: 50px;
    position: absolute;
    top: 12px;
    left: 203px;
    background: #ddd;
}

.map {
    position: absolute;
}

div#map_zoom_slider {
    top: auto;
    bottom: 95px;
}

.BasemapToggle {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
}

/*GeocacheGraatone_5613*/
/*.toggleButton.GeocacheBasis_862 {
    border: 1px solid #cccccc;
}
.basemapBG {
    background-size: 75px;
}*/


.toggleButton {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    padding: 2px;
    background: #fff;
    border: 1px solid #57585A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}



#btnShowSok {
    position: absolute;
    left: -3px;
    z-index: 12;
    top: 50%;
}

.basemapImage {
    width: 75px;
    height: 75px;
    overflow: hidden;
}

    .basemapImage .basemapBG {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

.basemapImageContainer {
    /*position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;*/
}

.basemapTitle {
    position: absolute;
    z-index: 2;
    bottom: 0;
    *bottom: 2px;
    width: 98%;
    color: #4C4C4C;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    display: block;
    padding: 2px 5%;
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border-color: #66FFFF !important;
}

div[id*='GrunnforurensningTemakart'] .esriLegendLayerLabel {
    padding-top: 5px;
    visibility: visible !important;
}

.esriLegendLayerLabel {
    padding-top: 5px;
    visibility: hidden !important;
}


#loginDiv {
    width: 360px;
    position: absolute;
    right: 30px;
    top: 80px;
    z-index: 1200;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    overflow-y: auto;
    max-height: calc(100% - 90px);
}

.grey-primaryBg {
    background: #f0f0f0;
}

.grey-secondaryBg {
    background: #ddd;
}

.grey-primaryText {
    color: #333;
}

.grey-secondaryText {
    color: #ddd;
}

.basemapTitle {
    width: 98% !important;
}

#search {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}

.agolMeny {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

    .agolMeny .agolElement {
        padding: 2px;
        width: 150px;
    }

    .agolMeny .agolLedetekst {
        text-align: right;
        vertical-align: central !important;
    }


/*.agolMap { 
    position: absolute;
    top: 150px;
    left: 200px;
    width: 90%; 
    height: 90%;
    margin: 0;
    padding: 0; 
    background-color: #f0f0f0;
  }*/
.agolKartInnhold {
    overflow-x: hidden;
}

.fooversiktMap, .foMap, .ppOversiktMap, .ppMap {
    position: relative !important;
    width: 100%;
    height: 750px;
    margin: 0;
    padding: 0;
}

.ppMap {
    height: 500px;
}

.lokalitetMap {
    position: relative !important;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
}

.headerlinks {
    position: absolute;
    top: 25px;
    right: 30px;
}

    .headerlinks li {
        display: inline-block;
        margin-left: 9px;
        font-size: 13px;
        cursor: pointer;
        color: #666666;
        letter-spacing: 0.5px;
        line-height: 18px;
    }

        .headerlinks li a {
            color: #666;
        }

            .headerlinks li a:hover {
                text-decoration: none;
                color: #333;
            }

    .headerlinks .loggedInUser {
        position: absolute;
        top: 33px;
        right: 0;
    }

#modalEksternBruker .modal-body {
    overflow: auto;
}

#loginDiv .form-group input {
    width: 168px;
}

a, a:focus, a:hover, a:visited, a:active {
    color: #004B46;
    font-size: 13px;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#mineTingContainer {
    z-index: 101;
    width: 500px;
    right: -500px;
    position: absolute;
    max-height: 85%;
    top: 125px;
    cursor: move;
}

.mineTingInnerContainer {
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
}

    .mineTingInnerContainer .panel-body {
        max-height: 700px;
        overflow-y: auto;
        cursor: auto;
    }

#minelokaliteter {
    min-height: 300px;
}

#minelokaliteterTable .active td {
    background-color: #696969;
}

#minelokaliteterTable .active, #minelokaliteterTable .active a {
    color: white;
}

form[role="login"] {
    color: #5d5d5d;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

form[role=login] input, form[role=login] button {
    margin: 14px 0;
    line-height: 22px;
}

form[role=login] button {
    text-align: center;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
}

.followmouseinfo {
    z-index: 1500;
}

.alert {
    border: 0;
    width: 100%;
    text-align: center;
    z-index: 1500;
    visibility: visible;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.alert-info {
    color: #000000;
    background-color: #A0D5C1;
    border-color: #A0D5C1;
}

.alertBoxText div {
    display: inline;
}

.alertBoxText ul {
    padding-bottom: 0;
    display: inline-table;
    margin-bottom: 0;
    text-align: left;
}

#bakgrunnskartListe {
    display: block;
    margin-right: 8px;
    padding: 4px 8px;
    float: left;
    line-height: 20px;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    height: 57px;
}

.bakgrunnsThumbnail {
    height: 107px;
    width: 60px;
}


#Kartlagsliste {
}

    #Kartlagsliste .synligIUtsnitt {
    }

    #Kartlagsliste .ikkeSynligIUtsnitt {
        color: gray;
    }

.kartEditor {
    position: absolute;
    top: 16px;
    left: 60px;
    z-index: 11;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 5px 2px 5px 4px;
}

    .kartEditor button {
        width: 40px;
        height: 45px;
        padding: 2px;
    }

    .kartEditor .buttonmedium {
        width: 60px;
    }

    .kartEditor .buttonlong {
        width: 80px;
    }

    .kartEditor .buttonxlong {
        width: 105px;
    }

    .kartEditor .buttonxxlong {
        width: 125px;
    }

    .kartEditor ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .kartEditor ul li {
            display: inline-block;
            float: left;
            margin-right: 2px;
        }

#kartMeny {
    position: absolute;
    top: 152px;
    left: 60px;
    z-index: 0;
    background-color: #fff;
    /*width: 200px;
    height: 67px;*/
    border-radius: 4px;
    border: 1px solid #CCC;
}

    #kartMeny ul {
        list-style-type: none;
        padding: 0px;
        background: white;
    }

    #kartMeny > ul > li {
        display: inline;
        /*margin-right: 8px;*/
        padding: 4px 8px;
        float: left;
        line-height: 20px;
        text-align: center;
        list-style-type: none;
        cursor: pointer;
        height: 57px;
    }

    #kartMeny #chooseScale bootstrap-select {
        width: 100% !important;
    }

li.kartVerktoyIkon, li.kartVerktoyIkonClose {
    margin-right: 0px !important;
}

li.kartVerktoyIkonClose {
    border-left: 1px solid #ccc;
}

    li.kartVerktoyIkon:hover, li.kartVerktoyIkonClose:hover {
        background: #ddd;
    }

#kartMeny ul li.kartVerktoyIkon span, #kartMeny ul li.kartVerktoyIkonClose span {
    font-size: 33px;
    text-align: center;
    display: block;
}

#kartMeny li button {
    vertical-align: top;
}

.kartMenyDescription {
    font-size: 12px !important;
    display: block;
    margin-bottom: 0px;
}

.popupBox {
    position: absolute;
    z-index: 11;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 10px 15px 0px 15px;
}

.kartToggleTema {
    /*position: relative;
    top: 32px;
    right: -168px;
    padding: 2px;*/
    z-index: 10;
    font-size: 12px;
    margin-right: 4px;
    /*display: block;*/
}

.kartToggleTemaContainer {
    background-color: white;
    /*text-align: center;*/
    border-radius: 4px;
    border: 1px solid #CCC;
    position: absolute;
    /* width: 100px; */
    top: 16px;
    right: 104px;
    padding: 2px;
    z-index: 10;
    font-size: 12px;
    display: block;
    width: 130px;
}

.ppOversiktMap .kartToggleTemaContainer {
    right: 20px !important;
}

.fooversiktMap .kartToggleTemaContainer {
    right: 20px !important;
}

.lokalitetMap .kartToggleTemaContainer {
    right: 20px !important;
}

.kartTemaPrStoffContainer {
    background-color: white;
    /*text-align: center;*/
    border-radius: 4px;
    border: 1px solid #CCC;
    position: absolute;
    top: 55px;
    right: 20px;
    padding: 2px;
    z-index: 10;
    font-size: 12px;
    display: block;
}

    .kartTemaPrStoffContainer .glyphicon-remove {
        color: #696969 !important;
    }

.ppoversiktMap .kartTemaPrStoffContainer {
    right: 20px !important;
}

.foMap .kartsokContainer {
}

#zoomkoordinat {
    top: 209px;
    left: 252px;
}

#sharemap {
    top: 209px;
    left: 250px;
    width: 440px;
}

#measurement {
    top: 209px;
    left: 252px;
    width: 300px;
}

#kartprint {
    top: 209px;
    left: 282px;
    width: 300px;
}

.esriMeasurement .distanceIcon {
    /*TODO use images locally - when working*/
    background-image: url(../../branding/images/Measure_Distance16.png);
    /*background-image:url(http://js.arcgis.com/3.18/esri/dijit/images/Measure_Distance16.png);*/
    width: 16px;
    height: 16px;
}

.esriMeasurement .areaIcon {
    /*TODO use images locally - when working*/
    background-image: url(../../branding/images/Measure_Area16.png);
    /*background-image:url(http://js.arcgis.com/3.18/esri/dijit/images/Measure_Area16.png);*/
    width: 16px;
    height: 16px;
}

.esriMeasurement .locationIcon {
    /*TODO use images locally - when working*/
    background-image: url(../../branding/images/Measure_Point16.png);
    /*background-image:url(http://js.arcgis.com/3.18/esri/dijit/images/Measure_Point16.png);*/
    width: 16px;
    height: 16px;
}

.esriMeasurement .esriMeasurementResultLabel {
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: thin solid rgb(51, 51, 51);
    text-align: center;
    font-weight: bold;
}

.esriMeasurement .esriUnitButton .dijitButtonText {
    font-size: 12px;
}

.esriMeasurement .esriUnitButton {
    visibility: hidden;
}

.esriMeasurementSeparator {
    visibility: hidden !important;
}

.esriMeasurement .esriToggleButton {
    visibility: hidden !important;
}

.esriMeasurement .esriToggleButtonOpened {
    border: 1px !important;
    padding: 5px !important;
}

.esriMeasurement .esriButton .dijitButtonNode {
    height: 32px!important;
}

#hovedside_infoshelfbottom {
    height: 230px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.infoshelfContainer {
    height: 100%;
    width: 100%;
    padding-top: 15px;
}

.toggleButtonGeneric {
    position: absolute;
    left: 47%;
    left: calc(50% - 30px);
    width: 60px;
    height: 30px;
    z-index: 12;
    padding: 2px;
    padding-top: 8px;
    background: #fff;
    border: 1px solid #999;
    border-bottom: 1px solid white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.toggleButtonClose {
    top: -29px;
}

.toggleButtonOpen {
    bottom: 0px;
}

#punktEditor {
    top: 90px;
    left: 5px;
    width: 185px;
    cursor: move;
}

#saveReminderPopup {
    width: 300px;
    right: 15px;
    top: 0;
    text-align: left;
}

#proveRegistreringStoffSelectBox {
    top: 300px;
    left: 400px;
    width: 420px;
    height: 130px;
    cursor: move;
    box-shadow: 2px 3px 5px #999;
}

#musKoordinater, #kartUtsnitt {
    background-color: white;
    /*text-align: center;*/
    border-radius: 4px;
    border: 1px solid #CCC;
    position: absolute;
    left: 15px;
    padding: 10px;
    z-index: 10;
    font-size: 12px;
    display: none;
    padding-bottom: 36px;
}

#musKoordinater {
    bottom: 130px;
}

#hovedkart #musKoordinater {
    display: block;
}

#ppkart #musKoordinater {
    display: block;
    bottom: 20px !important;
}

#fokart #musKoordinater {
    display: block;
    bottom: 20px !important;
}

#kartUtsnitt {
    bottom: 190px;
}

#copyRight {
    position: absolute;
    bottom: 120px;
    right: 15px;
    padding: 5px;
    background-color: transparent;
    z-index: 9;
    font-size: 10px;
    display: block;
}

#jegvilMenu {
    position: absolute;
    top: 220px;
    left: 20px;
    z-index: 100;
}

    #jegvilMenu .jegvilText {
        margin-right: 8px;
    }

.btnToggleMineTing {
    position: absolute;
    margin-top: 35px;
    right: 500px;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
    margin-bottom: 11px;
}

    .btnToggleMineTing .btn {
        border-right: 0;
    }

    .btnToggleMineTing > .btn:hover {
        font-size: 14px !important;
    }
/*.btnToggleMineTing .btn:focus { background: white; }*/

#hovedkart #esri-colorinfoslider-container {
    position: absolute;
    top: 130px;
    left: 145px;
    padding: 5px;
    background-color: white;
    z-index: 11;
    display: block;
}

.pageNav {
    position: fixed;
    width: 75%;
    margin-left: -16px;
}

.pageNavLeft {
    position: absolute;
    margin-top: 70px;
    margin-left: -143px;
    width: 100px;
}

#provePunkter .pageNavLeft {
    margin-left: -155px;
}

.pageNavRight {
    right: 0;
    margin-top: 70px;
    margin-right: -100px;
    position: absolute;
    width: 100px;
}

.pageNavLeft .pageNavBtn {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
    margin-bottom: 11px;
}

.pageNavRight .pageNavBtn {
    border-left: 0;
    border-radius: 0px 4px 4px 0;
    margin-bottom: 11px;
}

.mainContainer {
    margin-top: 80px;
    min-height: 100%;
    background: #DDD;
    /*background: -webkit-linear-gradient(#004B46, #13A29E); 
    background: -o-linear-gradient(#004B46, #13A29E); 
    background: -moz-linear-gradient(#004B46, #13A29E); 
    background: linear-gradient(#004B46, #13A29E);*/
    overflow-y: auto;
}

.mainConatinerFatkaark {
    min-height: 100%;
    background: #DDD;
    overflow-y: auto;
}

.stndFormWidth {
    background: #F9F9F9;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #CCC;
    padding: 20px 15px;
    height: 800px;
    overflow-y: auto;
}

.overflowScrollOversikt {
    height: 750px;
    width: 100%;
    overflow-y: auto;
}

.navigasjon {
    width: 100%;
    position: relative;
    background: #ddd;
    padding: 0 16px;
    border-bottom: 1px solid #CCC;
    height: 40px;
    line-height: 40px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop12 {
    margin-top: 12px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop26 {
    margin-top: 26px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginRight-15 {
    margin-right: -15px;
}

.margin0auto {
    margin: 0 auto;
}

.paddingLeft0 {
    padding-left: 0;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingRight0 {
    padding-right: 0;
}


.alignRight {
    text-align: right;
}

.disabled {
    color: #777;
    font-weight: normal;
}

.labelFixed130 { /*width: 140px;*/
    display: inline-block;
    font-weight: normal;
}

    .labelFixed130 label {
        margin-right: 6px;
    }

    .labelFixed130 button:first-of-type {
        width: 140px;
    }

.gfSmallContainer {
    height: auto;
    margin-bottom: 10px;
    padding: 0px 12px 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.form-inline {
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #B3B2B2;
    -webkit-box-shadow: inset 0 1px 1px rgba(142,142,142,.050),0 0 8px rgba(0, 0, 0,.20);
    box-shadow: inset 0 1px 1px rgba(142,142,142,.050),0 0 8px rgba(0, 0, 0,.20);
}

#notisBlokk textarea {
    width: 80%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
}
/*.headerLogoContainer { width: 200px; height: 300px; background: white; border: 1px solid #ddd}*/

table thead th {
    background: #ddd;
}

table thead.orderable th {
    cursor: pointer;
}

    table thead.orderable th.nosort {
        cursor: default;
    }

/*Forsøk på å sette øverste linje i tabell statisk*/
/*.fixedTableHeightNotater .table-fixed tbody { height: 150px; }
.fixedTableHeightNotater tr > td:last-of-type { white-space: nowrap; }
.fixedTableHeight .table-fixed tbody { height: 125px; }
.fixedTableHeight { max-height: 160px; overflow-y: auto; margin-bottom: 8px; }
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th { display: block; }
.table-fixed tbody td, .table-fixed thead > tr> th { float: left; border-bottom-width: 0; }
.table-fixed thead { width: 100%; }
.table-fixed tbody { overflow-y: auto; width: 100%; } */

.btn-primary {
    border-color: #006469;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #006469;
    color: White !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #ddd;
}

.nav-tabs > li > a {
    border: 1px solid #ccc !important;
}

.nav > li > a {
    padding: 10px 7px !important;
}

.mineTingInnerContainer > .panel-heading {
    padding: 10px 15px 5px 15px;
}

.mineTingInnerContainer .nav > li > a {
    padding: 0 !important;
}

.mineTingInnerContainer .nav-tabs > li {
    height: 45px;
}

    .mineTingInnerContainer .nav-tabs > li > a, .mineTingInnerContainer .nav-tabs > li > a > div {
        height: 100%;
        display: table;
        text-align: center;
        line-height: normal;
        width: 100%;
    }

        .mineTingInnerContainer .nav-tabs > li > a span {
            display: table-cell;
            vertical-align: middle;
        }

legend {
    width: initial;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.form-control-feedback {
    /* Adjust feedback icon position */
    right: 0 !important;
    top: 22px !important;
    width: 14px;
}

.proveregtd .form-control-feedback {
    top: 0px !important;
    right: -7px !important;
}

.adjustMarginRight .form-control-feedback {
    /* Adjust feedback icon position */
    right: -15px;
}

.headerlinks .glyphicon-user {
    color: #FFF;
}

.toggleIcon .glyphicon {
    font-size: 23px;
}

.modal-dialog {
    z-index: 3000;
}

.virksomhet-body, .bransje-body {
    max-height: 375px !important;
    overflow-y: auto !important;
}



/*form å sentrerer modalene både vertikalt progress horisontalt*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    overflow-y: initial !important;
}
/*vi lager en XL size som er større enn modal-lg*/
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

#modalLagreKart .modal-dialog {
    top: 90px;
}

#TemaSlider {
    width: 300px;
}

.slider-selection {
    background: rgb(215, 211, 211);
}

.slider.slider-horizontal .slider-handle.triangle {
    border: solid transparent;
    border-width: 0px 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #006469;
    margin-top: 0;
}

.slider-horizontal {
    width: 97% !important;
}

.close {
    font-size: 28px;
    opacity: .5;
    margin-top: -3px !important;
}

/* Start - Overskrevne ESRI-klasser */
.esriControlsBR {
    display: none;
}

/*Flyttet inn i Koordinat feltet isteden for eget felt. Spesielt i detaljkartene er det lite plass*/
.esriScalebar {
    /*background-color: white;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 10px;
    width: 170px!important;
    height: 50px!important;*/
    z-index: 10 !important;
}

.scalebar_bottom-left {
    /*left: 110px;
    bottom: 90px;*/
    left: 50px !important;
    bottom: 35px !important;
}

/*Hovedkartet*/
.scalebar_bottom-center {
    /*  dersom eget felt...
    left: 50%;
    bottom: 100px;
flyttet inn i Muskoordinatfeltet
    */
    left: 60px !important;
    bottom: 145px !important;
}

/*Detaljkartene*/
.scalebar_bottom-right {
    /* dersom eget felt...
    right: 150px;
    bottom: 10px;
  flyttet inn i Muskoordinatfeltet
    */
    left: 70px !important;
    bottom: 35px !important;
}

.esriSimpleSlider {
    left: 20px;
    border-radius: 4px;
}

.esriPopup .titleButton {
    background: none !important;
}

    .esriPopup .titleButton:before {
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
    }

    .esriPopup .titleButton.prev:before {
        content: "\e071";
    }

    .esriPopup .titleButton.next:before {
        content: "\e075";
    }

    .esriPopup .titleButton.maximize:before {
        content: "\e237";
        font-size: 11px;
    }

    .esriPopup .titleButton.restore:before {
        content: "\e159";
    }

    .esriPopup .titleButton.close:before {
        content: "\e014";
        font-size: 13px;
    }

    .esriPopup .titleButton.maximize {
        right: 23px;
        top: 3px;
    }

    .esriPopup .titleButton.restore {
        top: 2fpx;
    }

    .esriPopup .titleButton.close {
        opacity: 1 !important;
        line-height: 19px;
    }

#hovedkart .esriSimpleSlider {
    top: 152px;
    position: fixed;
}

.esriSimpleSlider div {
    width: 28px;
    height: 28px;
}
/* Slutt - Overskrevne ESRI-klasser */

.fa {
    margin-right: 4px;
}

#agolMap .panel {
    margin: -15px;
}

.HomeButton .home {
    height: 34px;
    width: 40px;
    border-radius: 4px;
    background-color: #696969;
    background-color: rgb(105, 105, 105);
}

    .HomeButton .home:hover {
        background-color: #4A4A4A !important;
    }

.zoomLocateButton {
    height: 34px;
    width: 40px;
    border-radius: 4px;
    background-color: #696969;
    background-color: rgb(105, 105, 105);
}

    .zoomLocateButton:hover {
        background-color: #4A4A4A !important;
    }


/*Tablesorting start */
table.tablesorter thead tr th:after {
    font-family: "FontAwesome";
    font-size: 11px;
    cursor: pointer;
    padding-left: 5px;
}

.tablesorter .header:after {
    content: "\f0dc";
}

.tablesorter .headerSortDown:after {
    content: "\f0dd";
}

.tablesorter .headerSortUp:after {
    content: "\f0de";
}

.tablesorter .sorter-false:after {
    content: "";
}

.tablesorter th {
    display: table-cell;
    /*vertical-align: text-top!important;*/
}
/*Tablesorting end*/
/*Knockout orderable start*/
th.sorted {
    cursor: pointer;
}

    th.sorted.asc:after {
        content: "\f160";
        font-family: FontAwesome;
        float: right;
    }

    th.sorted.desc:after {
        content: "\f161";
        font-family: FontAwesome;
        float: right;
    }
/*Knockout orderable end*/


.list-group .list-group-item:nth-of-type(odd) {
    background-color: #eee;
}

.list-group-item {
    padding: 6px 15px !important;
}

.confirmBox {
    text-align: center;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #006469;
}


.esriPopup .titlePane, .esriPopup.light .titlePane, .esriPopup.dark .titlePane {
    background-color: #ddd !important;
    color: #333 !important;
    font-size: 13px;
    font-weight: bold;
    height: 42px !important;
    padding: 20px 0 0 10px !important;
}

.esriPopupWrapper {
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #333333 !important;
}

.kartsokContainer {
    width: 350px;
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -175px;
    top: 70px;
    z-index: 2;
}

.historiskeOrtofotoContainer {
    width: 350px;
    position: fixed;
    left: 315px;
    right: 0;
    margin-left: -175px;
    top: 152px;
    z-index: 100;
    
    cursor:move;
}

#punktEditorProvepunkt .kartsokContainer {
    left: 234px;
    top: 15px;
}

/*Høyde på stedsnavn resultatet*/
.tt-dataset-0 {
    max-height: 200px;
    overflow-y: auto;
}

.kartsok {
    margin: 2px;
    margin-left: 3px;
}

    .kartsok .input-group-addon {
        cursor: move;
    }

.kartsokContainer .tt-dropdown-menu {
    width: 350px;
    top: 39px !important;
    left: -48px !important;
}

#kartsokinput {
    position: relative;
    vertical-align: top;
    background-color: white;
    height: 34px;
    padding-right: 35px;
}

    #kartsokinput::-ms-clear {
        display: none;
    }

.searchReset {
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 8px;
}

#hovedkart #kartsokinput {
    height: 54px;
}

#hovedkart .searchReset {
    top: 18px;
}

#hovedkart .kartsokContainer .twitter-typeahead .tt-hint {
    top: 10px !important;
}

#hovedkart .kartsokContainer .tt-dropdown-menu {
    top: 58px !important;
    left: -49px !important;
}

.kartsok .glyphicon-search {
    font-size: 21px;
    color: #ccc;
}

.infoMovable {
    position: absolute;
    left: -20px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-size: 9px;
    background: #006469;
    top: -20px;
    border: 1px solid #CCC;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
    border: 1px solid #A0A0A0;
    cursor: move;
}


.searchReset .glyphicon-remove {
    color: #bbb !important;
}

    .searchReset .glyphicon-remove:hover {
        color: #999 !important;
    }

.niceRoundedCorners {
    border: 1px solid #a0a0a0;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: white;
}

.tilstandsklasse div {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #BEBEBE;
    width: 100%;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tilstandsklasseFOdetalj {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #BEBEBE;
    width: 100%;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*.tilstand_ikkesatt { background: rgb(0, 0, 0); background: #000000; color: white;}
.tilstand_megetgod { background: rgb(0, 200, 255); background: #00C8FF; }
.tilstand_god { background: rgb(0, 255, 0); background: #00FF00!important;}
.tilstand_moderat { background: rgb(255, 255, 0); background: #FFFF00!important;}
.tilstand_daarlig { background: rgb(255, 155, 0); background: #FF9B00!important;}
.tilstand_svaertdaarlig { background: rgb(255, 0, 0); background: #FF0000; }
.tilstand_farlig { background: rgb(155, 0, 255); background: #9B00FF; color: white; }*/
.paavirkning_ikkeforurenset {
    color: #30CD30;
}

.paavirkning_akseptabel {
    color: #FFFF00;
}

.paavirkning_ikkeakseptabel {
    color: #ff0000;
}

.paavirkning_mistanke {
    color: #BA54D3;
}

/* Vis info trenger kun tekst (color ) satt - tilstandsklassene under brukes i resten av applikasjonen */
.tilstand_ikkesatt_color {
    color: #000000;
}

.tilstand_megetgod_color {
    color: #005ce6;
}

.tilstand_god_color {
    color: #55ff00;
}

.tilstand_moderat_color {
    color: #ffff00;
}

.tilstand_daarlig_color {
    color: #ffaa00;
}

.tilstand_svaertdaarlig_color {
    color: #ff0000;
}

.tilstand_farlig_color {
    color: #c500ff;
}

.tilstand_overnormverdi_color {
    color: #00ffbb;
}


.tilstand_ikkesatt {
    background: rgb(0, 0, 0);
    background: #000000 !important;
    color: white !important;
}

.tilstand_megetgod {
    background: rgb(0, 92, 230);
    background: #005ce6 !important;
    color: white !important;
}

.tilstand_god {
    background: rgb(85, 255, 0);
    background: #55ff00 !important;
}

.tilstand_moderat {
    background: rgb(255, 255, 0);
    background: #ffff00 !important;
}

.tilstand_daarlig {
    background: rgb(255, 170, 0);
    background: #ffaa00 !important;
}

.tilstand_svaertdaarlig {
    background: rgb(255, 0, 0);
    background: #ff0000 !important;
    color: white !important;
}

.tilstand_farlig {
    background: rgb(197, 0, 255);
    background: #c500ff !important;
    color: white !important;
}

.tilstand_overnormverdi {
    background: rgb(0, 255, 187);
    background: #00ffbb !important;
}

#formStoffkonsentrasjoner .submit .btn, #formForurensning .submit .btn, #formKodelisterAdmin .submit .btn, #formKodelisterTilstandAdmin .submit .btn, #formMailtekster .submit .btn {
    margin-top: 24px;
}

.gfcheckbox {
    box-shadow: none;
    margin: 0 !important;
    width: 35px !important;
}

.glyphicon-ok {
    color: #3c763d !important;
}

.glyphicon-ok-white {
    color: white !important;
}

.has-success > .glyphicon-ok, i.form-control-feedback.glyphicon.glyphicon-ok {
    display: none !important;
}

#ppOversiktTableImportert .glyphicon-ok, #ppOversiktTableIkkeImportert .glyphicon-ok {
    visibility: hidden;
}

.glyphicon-remove {
    color: #a94442 !important;
}

#lokalitetRes {
    margin-top: 20px;
}

    #lokalitetRes ul {
        padding: 0;
        list-style-type: none;
    }

        #lokalitetRes ul li {
            padding: 3px 20px;
            cursor: pointer;
            margin: 0;
        }

.lokalitetHurtigSokHeader {
    padding: 3px 20px;
    font-size: 13px;
    font-weight: bold;
}

.stederHurtigSokHeader {
    padding: 3px 20px;
    font-size: 13px;
    font-weight: bold;
}

#lokalitetRes ul li:hover {
    /*color: #fff;
    background-color: #006469;
    background-image: -moz-linear-gradient(top, #006469, #027E84);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006469), to(#027E84));
    background-image: -webkit-linear-gradient(top, #006469, #027E84);
    background-image: -o-linear-gradient(top, #006469, #027E84);
    background-image: linear-gradient(to bottom, #006469, #027E84);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006469', endColorstr='#027E84ftt-hint', GradientType=0);*/
    background-color: #f5f5f5;
}

span.tt-dropdown-menu li:nth-child(even) {
    background: #EEEEEE;
}

.tt-suggestions li:nth-child(even) {
    background: #EEEEEE !important;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #f5f5f5 !important;
    background-image: none !important;
    color: #333 !important;
}

.tt-suggestions {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

#identifyResultLokalitet_table tr:nth-child(even) {
    background: #EEEEEE !important;
}

#identifyResultLokalitet_table tr:nth-child(odd) {
    background: #f5f5f5 !important;
}

.nowrap-hidden {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#lokalitetRes .lokalitetResTekstDiv {
    overflow: hidden;
}

.fixedTableHeightNotater .table-fixed tbody {
    height: 150px;
}

.fixedTableHeightNotater tr > td:last-of-type {
    white-space: nowrap;
}

.breadcrumb_gf {
    width: 1040px;
    margin: 0 auto;
    height: 40px;
}

.breadcrumb_gf a {
text-decoration: none;
outline: none;
display: block;
float: left;
font-size: 14px;
line-height: 40px;
color: black;
padding: 0 30px 0 50px;
background: #CACACA;
position: relative;
cursor: pointer;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb_gf a:first-child {
    padding-left: 36px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

    .breadcrumb_gf a:first-child:before {
        left: 14px;
    }

.breadcrumb_gf a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
}

/*hover/active styles*/
.breadcrumb_gf a.active, .breadcrumb_gf a:hover {
    background: #006469;
    color: white;
}

    .breadcrumb_gf a.active:after, .breadcrumb_gf a:hover:after {
        background: #006469;
    }

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb_gf a:after {
    content: '';
    position: absolute;
    right: -19px;
    width: 42px;
    height: 42px;
    top: -1px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #CACACA;
    border: 2px solid #F3F3F3;
    border-left: 0;
    border-bottom: 0;
}

.breadcrumb_gf a.disabled, .breadcrumb_gf a.disabled:hover, .breadcrumb_gf a.disabled:after, .breadcrumb_gf a.disabled:hover:after {
    color: #999;
    background: #CACACA;
    cursor: default;
    pointer-events: none;
}

.breadcrumb_gf .fa {    
    font-size: 24px;
    color: red;
    position: absolute;
    top: 8px;
    right: 6px;
    z-index: 20;
}
.inline-block {
    display: inline-block;
    width: 100%;
}
/*we dont need an arrow after the last link*/
/*.breadcrumb_gf a:last-child:after {
	content: none;
}*/
#modalSok .sokSmallContainer {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 10px;
}

    #modalSok .sokSmallContainer .inline-block {
        margin-bottom: -4px;
    }

        #modalSok .sokSmallContainer .inline-block > div {
            padding: 0;
            padding-right: 3px;
        }

#modalSok .sokTags {
    margin-bottom: 10px;
}

#modalSok .panel-heading {
    font-weight: bold;
    cursor: pointer;
}

    #modalSok .panel-heading div {
        font-size: 17px;
        margin-top: 1px;
    }

#modalSok .sokTags .tagDiv {
    background-color: #696969;
    float: left;
    margin-right: 10px;
    line-height: 16px;
    font-size: 12px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

    #modalSok .sokTags .tagDiv span {
        padding-top: 2px;
        display: inline-block;
    }

    #modalSok .sokTags .tagDiv a {
        color: #fff;
        font-size: 12px;
        margin-left: 10px;
        display: block;
        float: right;
        text-decoration: none;
        cursor: pointer;
        padding-top: 3px;
    }

#modalSok .filter .sokSmallContainer .btn-block {
    /*margin-top: 10px;*/
}

#modalSok #modalSokAlert {
    margin-bottom: 10px;
}

    #modalSok #modalSokAlert button.close {
        top: 28px;
        right: 25px;
    }

#modalSok .modal-body {
    overflow: auto;
}

#modalSok .sokSmallContainer .form-control-feedback {
    top: 31px !important;
    right: 11px !important;
}

#modalSok .sokSmallContainer .inline-block .form-control-feedback {
    top: 1px !important;
    right: -2px !important;
}

#modalSok .sokResultatAntall {
    font-weight: bold;
}

#modalSok #sokResultat tr {
    cursor: pointer;
}

#modalSok .sokExport .btn {
    margin-bottom: 10px;
}

#modalDelegerSaker .sokSmallContainer {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 10px;
}

#modalDelegerSaker .sokSmallContainer .inline-block {
    margin-bottom: -4px;
}

#modalDelegerSaker .sokSmallContainer .inline-block > div {
    padding: 0;
    padding-right: 3px;
}

#modalDelegerSaker .sokTags {
    margin-bottom: 10px;
}

#modalDelegerSaker .panel-heading {
    font-weight: bold;
    cursor: pointer;
}

#modalSok .panel-heading div {
    font-size: 17px;
    margin-top: 1px;
}

#modalDelegerSaker .sokTags .tagDiv {
    background-color: #696969;
    float: left;
    margin-right: 10px;
    line-height: 16px;
    font-size: 12px;
    color: white;
    display: inline-block;
    margin-bottom: 6px;
}

#modalDelegerSaker .sokTags .tagDiv span {
    padding-top: 2px;
    display: inline-block;
}

#modalDelegerSaker .sokTags .tagDiv a {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    display: block;
    float: right;
    text-decoration: none;
    cursor: pointer;
    padding-top: 3px;
}

#modalDelegerSaker .modal-body {
    overflow: auto;
}

#modalDelegerSaker .sokSmallContainer .form-control-feedback {
    top: 31px !important;
    right: 11px !important;
}

#modalDelegerSaker .sokSmallContainer .inline-block .form-control-feedback {
    top: 1px !important;
    right: -2px !important;
}

#modalDelegerSaker .sokResultatAntall {
    font-weight: bold;
}

#modalDelegerSaker #sokResultat tr {
    cursor: pointer;
}

#modalDelegerSaker .sokExport .btn {
    margin-bottom: 10px;
}

/*TODO: Skal fjernes i produksjon*/
.testButton button {
    margin: 0 !important;
}

#mousefollowinfo {
    width: 150px;
    font-size: 13px;
    position: absolute;
    left: 922px;
    top: 574px;
    background: white;
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 4px;
    display: none;
}

.sokTags .legendlink {
    margin-left: 10px;
    font-size: 10px;
    vertical-align: text-top;
    padding-top: 4px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.visibleEyeButton {
    width: 34px;
    height: 30px;
}

#exportPopup {
    width: 420px;
    top: 200px;
    right: 15px;
}

#kontaktOssPopup {
    width: 320px;
    top: 50px;
    right: 200px;
}

#modalExportSok li.list-group-item {
    cursor: pointer;
}

    #modalExportSok li.list-group-item:hover {
        background-color: #ddd;
    }

#modalExportSok li.markedField {
    background-color: #006469;
    color: white;
}

#minefilter tr, #minefilter td a {
    cursor: pointer;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@keyframes shake {
    5%, 30% {
        transform: translate3d(-1px, 0, 0);
    }

    8%, 27% {
        transform: translate3d(2px, 0, 0);
    }

    11%, 17%, 24% {
        transform: translate3d(-4px, 0, 0);
    }

    14%, 21% {
        transform: translate3d(4px, 0, 0);
    }

    34%, 100% {
        transform: translate3d(0, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 4;
    -webkit-animation-iteration-count: 4;
}

.glyphicon-triangle-bottom, glyphicon-triangle-top {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.popover-content {
    max-height: 300px;
    overflow-y: scroll;
}

select::-ms-expand {
    background: 0;
    border: none !important;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}
.doDisplay {
    display:block;
}

.noDisplay {
    visibility: visible;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
    padding: 2px;
}
.strong {
    font-weight: bold;
}
.margin5{
    margin: 5px;
}

.VarselChk{
    margin-top: 15px;
    /*border: black;
    border-width: 1px;
    border-style: solid;*/
    padding: 5px;
    /*font-size: larger*/
}

/*Overskriver endel stiler fordi vi laster inn de samme css'ene for 2 ulike versjoner av samme bootstrap-control (typeahead)*/
#formKodelisterTilstandAdmin .twitter-typeahead {
    display: inline-block!important;
    width: auto;
}
#formKodelisterTilstandAdmin .bootstrap-tagsinput {
    display: block;
}

/*Dette gjør at forslagsteksten ikke synes, fordi det så helt rart ut med blandingen mellom små og store bokstaver*/ 
#formKodelisterTilstandAdmin .twitter-typeahead .tt-hint {
    display: none;
}
.avoid-bootstrap-margin {
    margin-top: 10px !important;
}


/*fra MD Componenter*/
.md-checkbox {
    cursor: pointer;
    font-family: 'Open sans';
    position: relative;
}

.md-checkbox__input {
    opacity: 0;
    position: absolute;
    left: 0;
}

.md-checkbox__label {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.md-checkbox__label::before {
    background-color: #ffffff;
    border: 1px solid #808080;
    content: '';
    cursor: pointer;
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.md-checkbox:focus-within .md-checkbox__label::before,
.md-checkbox:hover .md-checkbox__label::before {
    background-color: #CCDFDE;
}

.md-checkbox:focus-within .md-checkbox__label {
    outline: 2px solid #005e5d;
    outline-offset: 2px;
}

.md-checkbox__input:checked + .md-checkbox__label::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZTk2NWRkN2EtN2NlNS00MTc0LThjMjEtY2UwNjIzYmFmNTJhIiBkYXRhLW5hbWU9ImNoZWNrbWFyay1ncmVlbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTMgMTAuMDIiPjx0aXRsZT5jaGVja21hcmstZ3JlZW48L3RpdGxlPjxwYXRoIGQ9Ik0xMS4xNCwwLDQuODMsNi4zMWwtMy0zTDAsNS4xOSw0LjgzLDEwLDEzLDEuODZaIiBmaWxsPSIjMDA2MTVjIiAvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 1px;
    background-size: 18px;
}

.md-checkbox--disabled .md-checkbox__input:checked + .md-checkbox__label::before {
    filter: grayscale(100%);
}

.md-checkbox--disabled .md-checkbox__label::before,
.md-checkbox--disabled:focus-within .md-checkbox__label::before,
.md-checkbox--disabled:hover .md-checkbox__label::before {
    background-color: #D2D2D2;
    border-color: #4E4E4E;
    cursor: default;
}

.md-checkbox--disabled .md-checkbox__labelText,
.md-checkbox--disabled .md-checkbox__label {
    cursor: default;
}

.md-checkbox__labelText {
    font-size: 1rem;
    left: 8px;
    position: relative;
    padding-right: 8px;
}

.md-checkbox:not(.md-checkbox--disabled):hover .md-checkbox__labelText {
    text-decoration: underline;
}
