/* Minification failed. Returning unminified contents.
(516,42): run-time error CSS1030: Expected identifier, found ','
(516,55): run-time error CSS1031: Expected selector, found ')'
(516,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html {
    min-height: 100% !important;
}

.form-control-feedback {
    margin-right: 50px;
}

/*.contentText, #ClassificationHelper {
    min-height: 750px;
}*/
/*
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield !important;
}*/

.ps-btn-smal.reset {
    padding: 8pt 10pt !important;
}

.ps-btn-small {
    background-color: #fff;
    box-shadow: 0 0 0 1pt #008760 !important;
}

    .ps-btn-small:hover {
        background-color: #00eda9 !important;
    }

#content {
   /* margin: 0px 0 40px;*/
    min-height: calc(80vh - 200px);
}

.popover-content {
    width: 500px;
    min-width: 400px;
    white-space: normal;
}

.confirm {
    width: 200px;
    min-width: 100px;
    white-space: normal;
    background-color: white;
    border-top-left-radius: 15px;
    -ms-border-top-left-radius: 15px;
    -ms-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    color: #212121;
    border: solid 1px dodgerblue;
    border-bottom-color: white;
}

.ui-dialog-buttonpane {
    background-color: white;
    border-bottom-left-radius: 15px;
    -ms-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -ms-border-bottom-right-radius: 15px;
    border: solid 1px dodgerblue;
    border-top-color: white;
}

.ui-dialog-buttonset button {
    -ms-border-radius: 20px;
    border-radius: 10px;
    display: -moz-inline-block;
    line-height: 1.5;
    margin: 10px;
    padding: 4px;
    background-color: white;
    box-shadow: 0 0 0 1pt #8ad1ff;
    border-width: 0;
}

.ui-dialog-buttonset > button:first-child {
    float: right;
}

.ui-dialog-titlebar {
    display: none;
    background-color: lightblue;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
    font-size: larger;
    font-weight: 400;
    text-align: center;
}

.ui-dialog-titlebar-close {
    display: none;
}


.callout {
    margin: 20px 0 10px 0;
}

/*.list-unstyled {
    text-wrap: nowrap;
    
}*/
/*.classes li.list-unstyled {
    text-wrap: unset !important;
}*/

.list-group-item-text {
    line-height: 1.7 !important;
    margin-left: 10px !important;
}

input[type="search"], .ps-TextBox {
    border-radius: 20px !important;
    border: 1pt solid #008760;
    padding-right: 30px;
}

textarea {
    resize: vertical;
    max-height: 450px;
    max-width: 100%;
    overflow: visible;
    border: 2px solid #008760;
}

ul.dropdown-menu > li > a {
    padding: 5px !important;
}

.table > thead > tr > th, .table > tbody > tr > td {
    vertical-align: top;
    border: 0 !important;
}

    .table > tbody > tr > td:first-child {
        width: 220px;
    }

    .table > tbody > tr > td:last-child {
        width: 50px;
        text-align: right;
    }

.myTip {
    text-overflow: ellipsis;
    cursor: pointer;
    border: 1px #a9a9a9 solid;
    margin-right: 2px;
    margin-left: 4px;
}

.Red {
    background-color: red;
}

.Green {
    background-color: #75CD80;
}

.Orange {
    background-color: orange;
}

.Grey {
    background-color: #f0f0f0;
}

.LightYellow {
    background-color: #eee8aa;
}

#myTooltip {
    position: relative;
    background-color: transparent;
    z-index: 30000;
    font-size: 10px;
    margin-top: -10px;
}

.noWrapLine {
    /* If a menu item's text is too long, truncate it */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: none;
    padding-left: 2px;
}

.input-group-addon {
    cursor: pointer;
    background-color: white;
}

.input-group-btn:last-child {
    padding: 0 5px;
    margin-left: -5px;
    cursor: pointer;
}

.userHints {
    margin-left: 10px;
    padding: 10px;
    background-color: #efefef;
    -ms-background-size: 100%;
    background-size: 100%;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.MarkCalcPrice {
    margin-left: 15px;
}

.callout-info h4 {
    color: #5a5a5a;
}

.companiesInfo {
    max-height: 200px;
    overflow-y: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.classification {
    color: #363939;
}

.nice {
    border: 0 black solid;
    width: 80%;
    max-height: 100px;
    overflow-y: scroll;
}

.extraBold {
    font-size: 1.2em;
    line-height: 1em !important;
}

.add {
    text-align: left;
    cursor: pointer;
    float: left;
}

.remove {
    text-align: left;
    cursor: pointer;
    float: right;
    color: brown;
}

.topmargin {
    font-size: 0.9em;
}

.marginBottom {
    margin-bottom: 15px !important;
}

.paddingRight {
    padding-right: 2px !important;
}

.marginleft {
    margin-left: 2px !important;
}

.FixedBottom {
    position: fixed;
    top: 75%;
    min-height: 250px;
}

.textSize {
    font-size: 0.95em;
}

.think-big {
    margin: 2px !important;
}

div.leftBorder {
    border-left: 1px #a9a9a9 solid;
    margin-bottom: 45px;
}

.moreTips {
    padding: 15px 0;
    margin-left: 15px;
}

    .moreTips ul {
        padding-left: 25px !important;
    }

.inputSelection {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .inputSelection .btn {
        -ms-border-radius: 8px;
        border-radius: 8px;
        display: -moz-inline-block;
        line-height: 1.5;
        margin-right: 2px;
    }

    .inputSelection ul li label {
        margin-left: 5px;
        cursor: pointer;
        font-weight: normal !important;
    }

div.termsPane {
    margin-top: 5px;
    margin-right: 0;
    /* margin-bottom: 10px;*/
    width: 100%;
}

.duplicated {
    background-color: #eee8aa;
}

.toBesearchItems i.duplicated:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.searchArea {
    margin-top: 5px;
    margin-bottom: 5px;
}

.no-border {
    border: none !important;
    box-shadow: none;
    outline: none;
}

.Editable {
    min-height: 40px;
    overflow: auto;
    width: 100%;
    height: auto;
    float: right;
}

.editableBox {
    /* -moz-appearance: textfield;
    -webkit-appearance: textfield;*/
    line-height: 1.42857143;
    min-height: 100px;
    height:auto;
    overflow: auto;
    width: 100%;
    font-size: 14px;
    padding: 6px;
    margin: 5px 1px 10px 0;
    border: 1pt #008760 solid;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px #a9a9a9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px #a9a9a9;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: auto;
    outline: none;
    resize: vertical;
}

    .editableBox:focus {
        border: 1.5px #008760 solid !important;
        box-shadow: none !important;
    }

.input-group-btn:hover {
    background-color: #e6e6e6;
}

div.searchResults {
    /* max-height: 600px;*/
    min-height: 300px;
    height: 360px;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    -ms-border-radius: 3px;
    border-radius: 3pt;
    outline: none;
    background-color: #fff;
    border: 1pt #008760 solid;
    resize: vertical;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: auto;
}

.searchResults em {
    background-color: #ffff44;
}

.resize {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    border-radius: 5px;
    margin: 16px 0;
    max-height: 300px;
    min-height: 100px;
    overflow: auto;
    width: 100%;
    resize: vertical;
    font-size: 14px;
    padding: 10px;
    border: 1pt #008760 solid;
    border-radius: 3pt;
    -ms-border-radius: 3px;
    outline: none;
    background-color: #fff;
}

div.toBesearchItems {
    min-height: 80px;
    overflow: auto;
    margin-right: 0;
    width: 100%;
    border: 1pt #008760 solid;
    padding: 5px;
    -ms-border-radius: 3px;
    border-radius: 3pt;
    outline: none;
    background-color: #fff;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: auto;
}

.disabledBtn {
    cursor: not-allowed;
    opacity: 0.8;
}

div.toBesearchItems em, .terms em {
    background-color: #75CD80;
    cursor: pointer;
}

.translation .form-control:focus {
    box-shadow: inset 0 0 2px rgba(81, 203, 238, 1);
    -ms-border-radius: 20px;
    border: 0 dashed #36beff;
}

.translation .input-group-addon {
    border-radius: 20pt;
    -ms-border-radius: 20px;
    margin: 2pt;
    padding: 2pt 4pt;
    border: 0pt solid #36beff;
    outline: none;
    background-color: #fff;
    box-shadow: inset 0 0 0 1pt #8ad1ff;
    min-width: 75px;
    z-index: 100;
}

    .translation .input-group-addon:hover {
        color: #333;
        box-shadow: inset 0 0 0 2pt #8ad1ff;
        background-color: #f0f9ff;
    }

    .translation .input-group-addon.disabled {
        border: 0;
        box-shadow: none !important;
        background-color: #ededed;
        cursor: default;
    }

.translation {
    margin-bottom: 20px;
}

    .translation .form-control {
        outline: none;
        background-color: #fff;
        overflow-y: visible;
        padding-bottom: 5px;
    }

    .translation .no-border {
        border: 0;
        padding-left: 2px;
        box-shadow: none !important;
        overflow-y: visible;
    }

.toBesearchItems i.hdb, .terms i.hdb {
    background-color: #75CD80;
    cursor: pointer;
}

.translatedItems span > i.hdb {
    border: 2px dotted #75CD80;
}

.translatedItems span > i:not(.duplicated, .isReplaced):hover {
    cursor: pointer;
    background-color: #e6e6e6 !important;
}

.terms {
    padding-right: 5px;
}

.selectedToSearch, .selectedToTranslate {
    border: 2px #fa5309 dashed !important;
    padding-right: 2px;
    padding-left: 2px;
}

div.translated {
    margin-bottom: 10px;
    line-height: 1.5;
    margin-top: 94px;
}

div.translatedItems {
    min-height: 80px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    border-radius: 3pt;
    -ms-border-radius: 3px;
    border: 1pt #008760 solid;
    outline: none;
    background-color: #fff;
    line-height:1.5;
}

.transTips {
    display: none;
    line-height: 2;
    margin-top: 5px;
}

div.translatedItems em {
    background-color: #75CD80;
    cursor: default;
}

span.itemsSaved {
    display: none;
}

.input-group .form-control:last-child {
    border-left: 0;
}

input:focus {
    box-shadow: none !important; /*0 0 0 1pt #8ad1ff !important*/
    border: 1.5pt solid #008760 !important;
}


.list-unstyled > span:hover {
    background-color: #D9FFE3 !important;
}

div.profSearch {
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 1.5;
}

div.SearchedItems em {
    background-color: #75CD80;
    cursor: pointer;
}

.row > .SearchedItems {
    margin-top: 250px;
}

div.toBesearchItems em:hover {
    /* background-color: #f0f0f0;*/
    cursor: pointer;
}

.toBesearchItems i.nf {
    background-color: #e6e6e6;
    /*border: red 1px dotted;*/
}

    .toBesearchItems i.nf:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

i.ctm:hover {
    background-color: #f0f0f0;
    /*cursor: pointer;*/
}

i.isReplaced {
    border: 1.5pt dotted #75CD80 !important;
}

i.nfs {
    background-color: orange;
    cursor: pointer;
    line-height: 1em;
}

i.wrongFormat {
    background-color: goldenrod;
    /*cursor: pointer;*/
    line-height: 1em;
}

i.replaced {
    background-color: #0cf84a;
    cursor: pointer;
    opacity: 0.8;
    line-height: 1em;
}

.button-bar {
    display: flex;
    margin: 3pt 0;
    text-align: right;
}

.searchResults .selected {
    background-color: #eee8aa;
}

.select {
    color: #696969;
    background-color: #efefef;
    border: 1px #a9a9a9 solid;
    display: inline-block;
    display: -moz-inline-block;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #a9a9a9;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
    -ms-border-radius: 3px;
    outline: none;
    background-color: #fff;
}

.btnSize {
    min-width: 60px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.btn_blue {
    background-color: #00eda9;
}

.btn-yellow {
    /*padding: 10px;*/
    background-image: linear-gradient(to bottom, #ffff00 19%, #ffff00 78%, #ffff00 100%);
}

.sorted {
    padding: 10px;
    background-image: linear-gradient(to bottom, #ffff00 19%, #ffff00 78%, #ffff00 100%);
    border: 1px #a9a9a9 solid;
}

.OrangeCanvas, .HDBCanvas, .NoNiceCanvas, .MGSCanvas, .RedCanvas, .BlueCanvas, .NoCanvas {
    width: 3px;
    height: 3px;
    margin-top: 5px;
}

.OrangeCanvas {
    border: 4px solid orange;
}

.HDBCanvas {
    background-color: #332f29;
    border: 4px solid #332f29;
    cursor: pointer;
}

.NoNiceCanvas {
    border: 4px solid #a9a9a9;
    background-color: #a9a9a9;
}

.MGSCanvas {
    border: 4px solid #808080;
    background-color: #808080;
}

.RedCanvas {
    border: 4px solid orangered;
    background-color: orangered;
}

.BlueCanvas {
    border: 4px solid #2ac6ff;
    background-color: #2ac6ff;
}

.marks {
    margin-top: 5px;
    z-index: 1000;
}

.header_Text {
    display: block;
    padding: 5px 0;
    margin: 2px 1px;
    font-size: 18px;
    text-align: left;
}

.classHeader {
    background-color: #f0f0f0;
    margin-bottom: 1px;
    cursor: pointer;
    line-height: 2em;
    margin-right: 0;
}

#classHeaderTooltip {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    display: none;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.infoPane {
    float: left;
}

.translateBox {
    display: block;
    /*padding-top: 20px;*/
}

.translateBox1 {
    display: none;
    padding-top: 0px;
}

@media screen And (min-width: 768px) {
    .plotholder {
        display: flex;
        min-height: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .classes {
        min-height: 300px;
        height: 360px;
        overflow-y: auto;
        border: 1px #008760 solid;
        padding: 5px;
        padding-top: 10px;
        margin-left: 15px;
        border-radius: 3pt;
        -ms-border-radius: 3px;
        outline: none;
        background-color: #fff;
        resize: vertical;
    }

    .internal-lin {
        color: #2ac6ff;
        font-size: 16px;
    }

    .rightPane {
        margin-left: 15px;
        line-height: 2em;
        padding-right: 15px;
    }

        .rightPane ul {
            border-radius: 3pt;
            -ms-border-radius: 3px;
            border: 0 dashed #36beff;
            outline: none;
            padding: 5px;
            /*background-color: #fff;*/
            margin-top: 5px;
        }
}

.leftSideWidth {
    width: 40pt;
}

@media screen And (min-height: 1200px) {
    #ClassificationHelper {
        /*min-height: 1000px;*/
        margin: 2rem auto;
    }

    .content-container {
        min-height: 1000px;
        margin: 1rem auto 1rem !important;
    }
}

/*@media screen And (min-width: 1024px) {
    
}

@media (max-width: 1024px) {
    .leftSideWidth {
        min-width: 12% !important;
    }
}*/

@media screen And (max-width: 992px) {
    .plotholder {
        display: flex;
        min-height: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .classes {
        max-height: 400px;
        min-height: 300px;
        height: 360px;
        overflow-y: auto;
        border: 1px #008760 solid;
        padding: 5px;
        margin-left: 0;
    }

    .MarkCalcPrice, .application {
        margin-left: 5px;
    }

    .rightPane {
        margin-left: 5px;
    }

    div.leftBorder {
        border-left: 0;
        margin-bottom: 25px;
    }

    .translateBox {
        display: none;
        padding-top: 0;
    }

    .translateBox1 {
        display: block;
        padding-top: 10px;
    }
}

@media screen And (max-width:1022px) {
    .table > tbody > tr > td:first-child {
        width: 40%;
    }
}

@media screen And (max-device-width: 767px) {
    .plotholder {
        display: none;
        min-height: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .contentText {
        min-height: 100px;
    }


    .content-container {
        min-height: 200px;
        margin: 0 auto !important;
    }

    .infoPane {
        float: left;
    }

    div.leftBorder {
        border-left: 0;
        margin-bottom: 25px;
    }

    .MarkCalcPrice, .application {
        margin-left: 5px;
    }
}

.userDefined {
    margin-bottom: 15px;
}

.aboutSearch {
    padding-bottom: 12px;
    line-height: 1.5em;
    width: 100%;
}

    .aboutSearch ul {
        padding-left: 45px !important;
    }

    .aboutSearch a, .moreTips a {
        color: #212121 !important;
        text-decoration: none;
        border-bottom: 1pt #949494 solid;
    }

        .aboutSearch a:hover, .moreTips a:hover {
            color: #36beff !important;
        }

span.aboutSearchHeader, .SearchHint,
span.whatProductsMsgHeader {
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 1000;
    padding-left: 15px;
    width: 100%;
}

.buttonsHeader {
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 100;
    padding-left: 15px; 
}

span.aboutSearchHeader ,
.searchHint span,
.buttonsHeader span,
span.whatProductsMsgHeader  {
    color: #008760;
}

.aboutSearchHeader a,
.buttonsHeader a,
.whatProductsMsgHeader a {
    border: none;
}

.searchHint {
    margin: 20px 0 10px 0;
    line-height: 2;
}

.classButtons {
    padding: 5px 0;
}

.classBtn:hover {
    background-color: #00eda9 !important;
}

.classBtn {
    box-shadow: 0 0 0 1pt #008760 !important;
}

.classButtons > p > h4 > span {
    color: #008760 !important;
    margin-bottom: 100px;
    font-size: 18px;
    cursor: pointer;
}

td.legendColorBox > div {
    display: none;
}

td.legendLabel {
    font-size: 0.9em;
    font-weight: normal;
}

.application {
    margin-left: 18px;
    margin-bottom: 5px;
    padding-top: 6pt;
    display: inline-flex !important;
}

.application i {
    display: inline-flex;
}

.attach {
    display: inline-block;
    /*margin-left:15px;*/
}

#myLegend {
    padding: 6px 0;
    line-height: 2;
    display: block;
}

    #myLegend span.btn {
        color: #008760;
        line-height: 2;
        font-size: 18px;
    }

#sendApplication {
    margin-right: -15px;
    padding-left: 15px;
}

    #sendApplication ul {
        border-radius: 3pt;
        -ms-border-radius: 3px;
        outline: none;
        background-color: #fff;
    }

#btnAttach ul {
    border-radius: 3pt;
    -ms-border-radius: 3px;
    outline: none;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

#sendApplication li.list-group-item > a > img {
    float: left;
}

i.glyphicon {
    color: #696969 !important;
}

.input-group-btn {
    border: 1px solid #cccccc;
    font-size: 14px;
    border-left: 0;
    background-color: #fff;
}

    .input-group-btn:hover {
        background-color: #fff !important;
    }

li .list-group-item > a > img {
    clear: left;
    display: inline-block;
    /*vertical-align: text-top;*/
    height: 35px;
    width: 35px;
}

.subtitle {
    /*margin-top: -5px;*/
    font-size: 1em;
    padding-left: 45px;
}

.MarkCalcPrice:not(.collapsed) i.material-icons-outlined {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flex-break-container {
    display: flex;
    flex-direction: row;
}


.dropdowns {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

    .dropdowns:hover .dropdowns-content {
        display: block;
    }

.dropdowns-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px;
    z-index: 1;
}

    .dropdowns-content a {
        text-wrap: none;
        display: block;
        margin-block: 10px;
        text-decoration: none !important;
        text-decoration-line: none !important;
    }
/*@media only screen and (max-width: 1200 px) {
    .flex-break-container{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }
}*/

.prices {
    max-width: 75%;
}

@media only screen and (max-width: 1100px) {
    .flex-break-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1100px) {
    .prices {
        max-width: 40%;
    }
}

@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 424, icons/*.png */
.icons-sprite, .icons-Alerts, .icons-Arrow_Single_Bold_BLUE, .icons-Arrow_Single_Bold_DARKGREY, .icons-Arrow_Single_Light_BLUE, .icons-Arrow_Single_Light_DARKGREY, .icons-Classification-15px, .icons-Deling_GREY, .icons-Download_DARKGREY, .icons-Handlevogn_Asterisk_BLUE, .icons-Handlevogn_Asterisk_GREY, .icons-Handlevogn_Asterisk_ORANGE, .icons-Handlevogn_Asterisk_YELLOW, .icons-Handlevogn_Pluss_BLUE, .icons-Handlevogn_Pluss_GREY, .icons-Handlevogn_Standard_BLUE, .icons-Info_Line_BLUE, .icons-Info_Line_DARKGREY, .icons-Info_Solid_BLUE, .icons-Info_Solid_DARKGREY, .icons-Konvolutt_Inn, .icons-Konvolutt_Ut-Oransj, .icons-Ny-varsling, .icons-Sok, .icons-Statistics_liten, .icons-Varsling-logo-liten, .icons-YouTube-icon-dark, .icons-anonymous, .anonymous-user, .icons-authenticated, .authenticated-user, .icons-file_excel, .icons-file_excel_g, .icons-file_html, .icons-file_html_g, .icons-file_odg, .icons-file_odg_g, .icons-file_odt, .icons-file_odt_g, .icons-file_ppt, .icons-file_ppt_g, .icons-file_text, .icons-file_text_g, .icons-file_unknown, .icons-file_unknown_g, .icons-file_xml, .icons-file_xml_g, .icons-file_zip, .icons-file_zip_g, .icons-pdf, .icons-varsel_aktiv
{
    background-image: url('/Images/icons-sd3b3a28174.png');
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Alerts
{
    -ms-background-position: 0 0;
    background-position: 0 0;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Arrow_Single_Bold_BLUE
{
    -ms-background-position: 0 -132px;
    background-position: 0 -132px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Arrow_Single_Bold_DARKGREY
{
    -ms-background-position: 0 -152px;
    background-position: 0 -152px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Arrow_Single_Light_BLUE
{
    -ms-background-position: 0 -172px;
    background-position: 0 -172px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Arrow_Single_Light_DARKGREY
{
    -ms-background-position: 0 -192px;
    background-position: 0 -192px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Classification-15px
{
    -ms-background-position: 0 -212px;
    background-position: 0 -212px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Deling_GREY
{
    -ms-background-position: 0 -232px;
    background-position: 0 -232px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Download_DARKGREY
{
    -ms-background-position: 0 -252px;
    background-position: 0 -252px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Asterisk_BLUE
{
    -ms-background-position: 0 -272px;
    background-position: 0 -272px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Asterisk_GREY
{
    -ms-background-position: 0 -292px;
    background-position: 0 -292px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Asterisk_ORANGE
{
    -ms-background-position: 0 -312px;
    background-position: 0 -312px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Asterisk_YELLOW
{
    -ms-background-position: 0 -332px;
    background-position: 0 -332px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Pluss_BLUE
{
    -ms-background-position: 0 -352px;
    background-position: 0 -352px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Pluss_GREY
{
    -ms-background-position: 0 -372px;
    background-position: 0 -372px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Handlevogn_Standard_BLUE
{
    -ms-background-position: 0 -392px;
    background-position: 0 -392px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Info_Line_BLUE
{
    -ms-background-position: 0 -412px;
    background-position: 0 -412px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Info_Line_DARKGREY
{
    -ms-background-position: 0 -432px;
    background-position: 0 -432px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Info_Solid_BLUE
{
    -ms-background-position: 0 -452px;
    background-position: 0 -452px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Info_Solid_DARKGREY
{
    -ms-background-position: 0 -472px;
    background-position: 0 -472px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Konvolutt_Inn
{
    -ms-background-position: 0 -492px;
    background-position: 0 -492px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Konvolutt_Ut-Oransj
{
    -ms-background-position: 0 -512px;
    background-position: 0 -512px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Ny-varsling
{
    -ms-background-position: 0 -532px;
    background-position: 0 -532px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Sok
{
    -ms-background-position: 0 -553px;
    background-position: 0 -553px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Statistics_liten
{
    -ms-background-position: 0 -574px;
    background-position: 0 -574px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-Varsling-logo-liten
{
    -ms-background-position: 0 -595px;
    background-position: 0 -595px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-YouTube-icon-dark
{
    -ms-background-position: 0 -616px;
    background-position: 0 -616px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-anonymous, .anonymous-user
{
    -ms-background-position: 0 -656px;
    background-position: 0 -656px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-authenticated, .authenticated-user
{
    -ms-background-position: 0 -676px;
    background-position: 0 -676px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_excel
{
    -ms-background-position: 0 -696px;
    background-position: 0 -696px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_excel_g
{
    -ms-background-position: 0 -717px;
    background-position: 0 -717px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_html
{
    -ms-background-position: 0 -738px;
    background-position: 0 -738px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_html_g
{
    -ms-background-position: 0 -759px;
    background-position: 0 -759px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_odg
{
    -ms-background-position: 0 -780px;
    background-position: 0 -780px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_odg_g
{
    -ms-background-position: 0 -801px;
    background-position: 0 -801px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_odt
{
    -ms-background-position: 0 -822px;
    background-position: 0 -822px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_odt_g
{
    -ms-background-position: 0 -843px;
    background-position: 0 -843px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_ppt
{
    -ms-background-position: 0 -864px;
    background-position: 0 -864px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_ppt_g
{
    -ms-background-position: 0 -885px;
    background-position: 0 -885px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_text
{
    -ms-background-position: 0 -906px;
    background-position: 0 -906px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_text_g
{
    -ms-background-position: 0 -927px;
    background-position: 0 -927px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_unknown
{
    -ms-background-position: 0 -948px;
    background-position: 0 -948px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_unknown_g
{
    -ms-background-position: 0 -969px;
    background-position: 0 -969px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_xml
{
    -ms-background-position: 0 -990px;
    background-position: 0 -990px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_xml_g
{
    -ms-background-position: 0 -1011px;
    background-position: 0 -1011px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_zip
{
    -ms-background-position: 0 -1032px;
    background-position: 0 -1032px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-file_zip_g
{
    -ms-background-position: 0 -1053px;
    background-position: 0 -1053px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pdf
{
    -ms-background-position: 0 -1074px;
    background-position: 0 -1074px;
}

/* line 84, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-varsel_aktiv
{
    -ms-background-position: 0 -1129px;
    background-position: 0 -1129px;
}

@viewport {
    width: device-width;
    initial-scale: 1;
          }
@-ms-viewport {
    width: device-width;
    initial-scale: 1;
   }
/* line 11, ../sass/_PS.base.scss */
body {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* line 17, ../sass/_PS.base.scss */
h1, h2, h3 {
    font-weight: normal;
    color: #363939;
 }

/* line 22, ../sass/_PS.base.scss */
h1 {
    font-size: 26px;
   }

/* line 26, ../sass/_PS.base.scss */
h2 {
    font-size: 24px;
   }

/* line 30, ../sass/_PS.base.scss */
h3 {
    font-size: 22px;
   }

/* line 33, ../sass/_PS.base.scss */
a {
    color: #00342E;
    text-decoration: none;
    border:none !important;
}

 

/* line 1, ../sass/_PS.skin.scss */
.anonymous-user {
    padding-left: 20px;
                }

/* line 6, ../sass/_PS.skin.scss */
.authenticated-user {
    padding-left: 20px;
                    }

/*#region Navbar*/
/* line 12, ../sass/_PS.skin.scss */
.navbar-inverse
{
    background-color: #363939;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* line 18, ../sass/_PS.skin.scss */
.navbar {
    margin-bottom: 0;
        }

/* line 22, ../sass/_PS.skin.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #363939;
                                                }

/* line 28, ../sass/_PS.skin.scss */
.navbar-nav .active a span {
    border-bottom: 2px solid #F79120;
                           }

/* line 32, ../sass/_PS.skin.scss */
.navbar-nav .menu-item a {
    font-size: 14px;
                         }

/* line 39, ../sass/_PS.skin.scss */
.navbar-nav .menu-item:nth-child(1) .active a span {
    border-bottom: 2px solid #F79120;
   }
/* line 45, ../sass/_PS.skin.scss */
.navbar-nav .menu-item:not(.menu-item-preferences):hover a span, .navbar-nav .menu-item:not(.active):hover a span {
    border-bottom: 2px solid #C4C4C4;
}
/* line 51, ../sass/_PS.skin.scss */
.navbar-nav .menu-item:nth-child(1).active a span {
    border-bottom: 2px solid #F79120;
}
/* line 57, ../sass/_PS.skin.scss */
.navbar-nav .menu-item a {
    font-size: 14px;
    color: #5b5d5d;
                         }
/* line 64, ../sass/_PS.skin.scss */
.navbar-nav .dropdown-menu a {
    color: #363939;
    font-size: 14px;
    }
/* line 69, ../sass/_PS.skin.scss */
.navbar-nav a:hover {
    text-decoration: none;
                    }
/* line 72, ../sass/_PS.skin.scss */
.navbar-nav .active a span {
    border-bottom: 2px solid #F79120;
    }

/* line 77, ../sass/_PS.skin.scss */
.navbar .nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
}
 

/* line 85, ../sass/_PS.skin.scss */
.dropdown-toggle > img {
    vertical-align: middle;
                       }

/* line 89, ../sass/_PS.skin.scss */
.navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
              }

/* line 96, ../sass/_PS.skin.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #222 !important;
    text-decoration: unset;
}
a:focus, a:active {
     text-decoration: unset !important; 
}

/* line 100, ../sass/_PS.skin.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    text-decoration: none !important;
    background-color: #d7f2ff;
    outline: 0;
}

/* line 108, ../sass/_PS.skin.scss */
.dropdown-menu > li > a:hover,  
.dropdown-menu > li > a:active {
    text-decoration: none;
    background-color: #ebf8ff !important;
    outline: 0;
}

/* line 116, ../sass/_PS.skin.scss */
.navbar-brand {
    display: none;
    padding: 15px 5px 5px 15px;
              }

/* line 121, ../sass/_PS.skin.scss */
.affix .navbar-brand {
    display: inherit;
                     }

/* line 125, ../sass/_PS.skin.scss */
.navbar {
    min-height: 0;
        }

/* line 129, ../sass/_PS.skin.scss */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #D9FFE3 !important;
}
.sidebar.affix-bottom  {
    /*width: 23%;*/ 
}
  .sidebar.affix {
    width: 23%;
}
.button-bar {
    margin: 1rem 15px 1pt;
    text-align: right;
    padding: 1pt 2pt;
    display: flex;
    flex-wrap: wrap;
}
.img-thumbnail{
    max-width:300px !important;
    border:0;
    text-align:center;
    margin:auto;
}
.cropped {
    width: 250px;
    /*height:300px;*/
    overflow: hidden;
} 
.cropped img {
    margin:-10px -15px;
}

.classDef {
    display: inline-flex;
   /* border-radius: 20pt !important;*/
    /*-ms-border-radius: 20px;*/
    margin: 1pt;
    padding: 3pt;
    border: 0 dashed #36beff;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 1pt #8ad1ff; 
    color: #323232;
}
@media screen and (min-width: 767px) {
    /* line 135, ../sass/_PS.skin.scss */
    .affix-top .navbar-collapse {
        padding-left: 0;
    }
    
    .media:first-child {
        margin-top: 0;
    }
    
    /* line 139, ../sass/_PS.skin.scss */
    .navbar-collapse {
        padding-left: 0;
         }

    /* line 143, ../sass/_PS.skin.scss */
    .navbar-nav:not(.navbar-right) > li:first-child > a {
        padding-left: 0;
                    }
    }
/*#endregion*/
/*#region Misc */
/* line 152, ../sass/_PS.skin.scss */
.header-separator {
    height: 1px;
    width: 20px;
    background-color: #C4C4C4;
    clear: left;
    float: left;
    margin: 0;
    margin-bottom: 10px;
                  }

/* line 162, ../sass/_PS.skin.scss */
.header-separator + p {
    margin-top: 25px;
                      }

/* line 166, ../sass/_PS.skin.scss */
.btn-primary {
    border-color: #008BC0;
    background-color: #008BC0;
             }

/* line 171, ../sass/_PS.skin.scss */
.button-icon {
    content: "";
    padding-right: 15px;
             }

/* line 176, ../sass/_PS.skin.scss */
.button-icon + span[class=""], .button-icon + span:not([class]) {
    padding-left: 5px;
}

/*.button-bar button.disabled {
    cursor: auto ; 
    box-shadow: none;
    background-color: #ededed !important;
}

    .button-bar button.disabled:hover { box-shadow: 0 0 0 2pt #999999; }*/

header
{
    background-color: #F5F5F5;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    -ms-background-size: 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fefefe), color-stop(100%, #f5f5f5), color-stop(100%, #f5f5f5));
    background-image: -moz-linear-gradient(top, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(top, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #fefefe 0, #F5F5F5 100%, #F5F5F5 100%);
    position: relative;
    min-height: 150px;
    width: 100%;
    /*margin-bottom: 40px;*/
    margin-top: 50px;
}
newheader {
    background-color: #cccccc;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    -ms-background-size: 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fefefe), color-stop(100%, #f5f5f5), color-stop(100%, #f5f5f5));
    background-image: -moz-linear-gradient(top, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(top, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #fefefe 0, #f5f5f5 100%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #fefefe 0, #F5F5F5 100%, #F5F5F5 100%);*/
    position: relative;
    min-height: 150px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 150px;
}
newheader .container-fluid {
    padding-top: 20px;
    line-height: 1.4;
    
}
.setBold {
    line-height: 1.4;
    font-size: 18px;
    font-weight: bolder;
}
subHeader {
    background-color: #cccccc;
    min-height: 350px;
    width: 100%;
}
subHeader .container-fluid {
    background-image: url('../Images/Icons/graphic11.png') ;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: right top;
    background-position: right top;
    -ms-background-size: 350pt;
    background-size: 350pt;
    min-height: 100px;
    border-top: 1px #999999 solid;
}
.global-container {
    margin: auto;
    padding: 1rem;
    max-width: 800px;
    margin-top: 80pt;
    transition: margin-top 1s ease-in-out;
}
/* line 196, ../sass/_PS.skin.scss */
header .container {
    padding-top: 40px;
    line-height: 1.4;
                  }
/* line 201, ../sass/_PS.skin.scss */
header .span9 {
    margin-left: 0;
              }

/* line 206, ../sass/_PS.skin.scss */
header > a > img, .content {
    margin-left: 2em;
    margin-right: 2em;
                           }

/* line 211, ../sass/_PS.skin.scss */
header + .alert-warning {
    margin-top: -40px;
    margin-bottom: 40px;
                        }

/* line 216, ../sass/_PS.skin.scss */
.logo {
    color: #363939;
      }
/* line 219, ../sass/_PS.skin.scss */
.logo .title {
    float: left;
    font-size: 3.4rem;
    font-weight: bolder;
    height: 39px;
    line-height: 37px;
             }
/* line 226, ../sass/_PS.skin.scss */
.logo .sub-title {
    float: left;
    clear: left;
    margin-top: -5px;
    font-size: 13px;
                 }
/* line 233, ../sass/_PS.skin.scss */
.logo:hover {
    color: #363939;
            }
/* line 237, ../sass/_PS.skin.scss */
.logo:before {
    content: "";
    float: left;
    padding-bottom: 70px;
    padding-left: 70px;
             }
/* line 244, ../sass/_PS.skin.scss */
.logo .logo-wrapper {
    height: 70px;
    display: inline-block;
    margin-left: 10px;
                    }
/* line 248, ../sass/_PS.skin.scss */
.logo .logo-wrapper div {
    height: 70px;
    margin-top: -24px;
    margin-left: 80px;
                        }

/* line 258, ../sass/_PS.skin.scss */
.statistics-logo:before {
    background: url("../Images/Statistic-60.png") no-repeat scroll left center transparent;
                        }

/* line 263, ../sass/_PS.skin.scss */
.ps-logo {
    /*margin-top: 15px;*/
    /*margin-right: 15px;*/
}

/*#endregion*/
/*#region Footer */
/* line 271, ../sass/_PS.skin.scss */
footer { 
    width: 100%;
    background-color: #E8E8E8;
}

/* line 277, ../sass/_PS.skin.scss */
footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }

/* line 283, ../sass/_PS.skin.scss */
footer h3 {
    font-size: 18px;
          }

/* line 287, ../sass/_PS.skin.scss */
.footer-copyright {
    margin-top: 15px;
    clear: left;
    float: left;
                  }

/* line 293, ../sass/_PS.skin.scss */
.logo-link {
    display: inline-block;
    float: right;
 }
.content-container { 
    font-size: 14px;
    /*margin: 4rem auto 1rem !important;*/
}
/*#endregion*/
/*#region Sidebar*/
/* line 302, ../sass/_PS.skin.scss */
.side-nav > li > a {
    padding: 6pt 8pt 3pt;
    border-bottom: 1px solid #dddddd;
     
}
 
/* line 306, ../sass/_PS.skin.scss */
/*.side-nav > li:not(:last-child) {
    border-bottom: 1px #c4c4c4 solid;
                                }*/
.side-nav > li:first-child {
    border-top: 1px #dddddd solid;
}
 
/* line 311, ../sass/_PS.skin.scss */
.sidebar.affix-bottom {
    width: 90%;
}

/* line 315, ../sass/_PS.skin.scss */
.sidebar.affix {
    position: fixed;
    top: 10px;
}
table > thead, .panel-default>.panel-heading {
    background-color: #008760 !important;
    color:#fff !important;
}
    .panel-default > .panel-heading > a, .panel-default > .panel-heading i.material-icons-outlined, .panel-title span.material-icons-outlined {
        color: #fff !important;
    }
/* line 320, ../sass/_PS.skin.scss */
.side-nav > .active {
    border-right: 4px solid #008760;
    background-color: #D9FFE3;
}

.details > div:hover, address > span:hover, address >div> span:hover {
    background-color: #D9FFE3 !important;
}
tr.main-document{

}
/* line 324, ../sass/_PS.skin.scss */
.sidebar.affix-bottom {
    position: absolute;
}

/*#endregion*/
/*#region Nav pills*/
/* line 330, ../sass/_PS.skin.scss */
.nav-pills {margin-top: 25px;}

/* line 335, ../sass/_PS.skin.scss */
    .nav-pills > li > a, .nav-pills > li > span, .nav-pills > li.active > a {
        background-color: #D8D8D8;
        border-radius: 2px 2px 0 0;
        color: #00342E;
    }

/* line 341, ../sass/_PS.skin.scss */
    .nav-pills > li.active {
        font-weight: bold;
        color: #D9FFE3;
    }
/* line 344, ../sass/_PS.skin.scss */
        .nav-pills > li.active > a {
            background-color: white;
            color: #00342E;
        }

/* line 350, ../sass/_PS.skin.scss */
.nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #C4C4C4;
    color: #00342E;
}
/* line 355, ../sass/_PS.skin.scss */
.nav-pills > li > a, .nav-pills > li > span {
    padding: 6px 15px;
                                            }
/* line 359, ../sass/_PS.skin.scss */
.nav-pills > li > span {
    display: inline-block;
                       }
/* line 362, ../sass/_PS.skin.scss */
.nav-pills > li.active {
    border-bottom: 2px solid #00342E;
}
/*.panel-heading .accordion-toggle:not(.collapsed) span.material-icons {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.panel-heading .accordion-toggle.collapsed span.material-icons {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}*/
/*#endregion*/
/*#region Accordion*/
/* line 369, ../sass/_PS.skin.scss */
.panel-heading .accordion-toggle:not(.collapsed) .patentstyreticon-chevron {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
                                                                           }
/* line 370, ../sass/_PS.skin.scss */
.panel-heading .accordion-toggle:not(.collapsed) .patentstyreticon-chevron:after
{
    /* symbol for "collapsed" panels */
    /* adjust as needed, taken from bootstrap.css UP*/
    background-image: url("/Images/Icons/Arrow_Single_Bold_DARKGREY.png");
    -ms-background-position: 0 3px;
    background-position: 0 3px;
}

/* line 379, ../sass/_PS.skin.scss */
.panel-heading .accordion-toggle.collapsed .patentstyreticon-chevron {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
                                                                     }


/* line 380, ../sass/_PS.skin.scss */
.panel-heading .accordion-toggle.collapsed .patentstyreticon-chevron:after
{
    /* adjust as needed, taken from bootstrap.css DOWN*/
    background-image: url("/Images/Icons/Arrow_Single_Bold_DARKGREY.png");
    -ms-background-position: 5px 0;
    background-position: 5px 0;
}

.panel-heading .accordion-toggle.collapsed.in .patentstyreticon-chevron {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
                                                                        }
/* line 390, ../sass/_PS.skin.scss */
.patentstyreticon-chevron:after
{
    content: "";
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding-left: 21px;
}

/* line 397, ../sass/_PS.skin.scss */
.borderTop {
    border-top: 0.5px dashed gainsboro;
    padding-top: 10px;
           }
.org-info, .companyInfo {
    padding-right: 10px;
}
/*#endregion*/
/* line 404, ../sass/_PS.skin.scss */
.casehistory-detail-header {
    font-size: 16px;
}

/* line 408, ../sass/_PS.skin.scss */
.form-group > .patentstyreticon {
    margin-top: 10px;
    margin-right: 10px;
                                }

/* line 413, ../sass/_PS.skin.scss */
.patentstyreticon
{
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 15px;
    width: 15px;
}

/* line 419, ../sass/_PS.skin.scss */
.patentstyreticon-info-sign
{
    background-image: url("/Images/Icons/Info_Line_DARKGREY.png");
    -ms-background-position: center center;
    background-position: center center;
}
 
.patentstyreticon-Classification-info-sign
{
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("/Images/Info_Line_BLUE.png");
    -ms-background-position: center center;
    background-position: center center;
    height: 20px;
    width: 20px;
}

.patentstyreticon-ok-sign
{
    background-image: url("/Images/Icons/Ok-22.png");
    -ms-background-position: right center;
    background-position: right center;
}

.patentstyreticon-removed-sign
{
    background-image: url("/Images/Icons/Cancel-22.png");
    -ms-background-position: right center;
    background-position: right center;
}

.patentstyreticon-Company-sign
{
    background-image: url("/Images/Icons/Company-50.png");
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: transparent;
    -ms-background-position: center center;
    background-position: center center;
    height: 50px;
    width: 45px;
    padding-right: 50px;
    padding-top: 50px;
    margin-left: 50px;
    margin-bottom: 20px;
    content: " ";
}

a.newSearch
{
    padding-top: 15px;
    height: 60px;
    width: 200px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: url('../Images/advanced_search.png');
    -ms-background-size: 50px;
    background-size: 50px;
    -ms-background-position: top left;
    background-position: top left;
    display: inline-block;
    color: #000000 !important;
    padding-left: 50px;
    opacity: 0.7;
}

.patentstyreticon-warning-sign
{
    background-image: url("/Images/Icons/warning-22.png");
    -ms-background-position: right center;
    background-position: right center;
}

/* line 424, ../sass/_PS.skin.scss */
.side-nav li:last-child a { 
    line-height: 3;
    border: 0;
}
 
/* line 1, ../sass/_alert.scss */
.info-box.alert-info {
    background-color: #E8E8E8;
    border-color: #E8E8E8;
}

/* line 6, ../sass/_alert.scss */
.info-box.alert-danger {
    background-color: #F79120;
    border-color: #F79120;
}

/* line 11, ../sass/_alert.scss */
.info-box {
    border-radius: 3px;
          }
/* line 13, ../sass/_alert.scss */
.info-box:first-of-type {
    margin-top: 40px;
                        }
/* line 17, ../sass/_alert.scss */
.info-box time {
    display: inline-block;
               }
/* line 21, ../sass/_alert.scss */
.info-box .header, .info-box time {
    color: #363939;
                                  }
/* line 25, ../sass/_alert.scss */
.info-box strong {
    font-size: 16px;
    font-weight: 600;
    display: inline;
    margin-right: 10px;
                 }
/* line 32, ../sass/_alert.scss */
.info-box p {
    display: inline;
    color: #363939;
    margin-right: 10px;
            }
/* line 38, ../sass/_alert.scss */
.info-box .close {
    font-size: 16px;
    color: #363939;
    text-shadow: none;
    opacity: 0.8;
} 

/* line 47, ../sass/_alert.scss */
.page-section.info-alerts {
    margin-top: -20px;
    margin-bottom: 50px;
                          }

/* line 52, ../sass/_alert.scss */
.page-section.info-alerts + .page-section {
    margin-top: 50px;
                                          }

/* line 56, ../sass/_alert.scss */
.alert-info-parent, .alert-danger-parent, .callout-parent {
    float: right;
                                                          }
/* line 60, ../sass/_alert.scss */
/*
.alert-info-parent + .alert-danger-parent {
  float: left;
}*/

/* line 64, ../sass/_alert.scss */
/*.alert-parent + .alert-parent + .callout-parent {
  float: left;
}*/
.callout-parent {
    float: left;
    display: block;
                }

/* line 68, ../sass/_alert.scss */
.info-alerts .row > div:first-child:nth-last-child(1) {
    float: left;
                                                      }

/* line 72, ../sass/_alert.scss */
.page-section:not(.info-alert) .row > .callout-parent {
    float: left;
                                                      }

/* line 76, ../sass/_alert.scss */
.info-box-header {
    margin-bottom: 10px;
                 }

/* line 1, ../sass/_callout.scss */
.callout
{
    padding: 15px;    
    border: 1px solid #eee;
    border-left-width: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/* line 8, ../sass/_callout.scss */
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
 }

/* line 12, ../sass/_callout.scss */
.callout p:last-child {
    margin-bottom: 0;
 }

/* line 15, ../sass/_callout.scss */
.callout code
{
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/* line 18, ../sass/_callout.scss */
.callout + .callout {
    margin-top: -5px;
 }

/* line 21, ../sass/_callout.scss */
.callout-danger {
    border-left-color: #ce4844;
 }

/* line 24, ../sass/_callout.scss */
.callout-danger h4 {
    color: #ce4844;
 }

/* line 27, ../sass/_callout.scss */
.callout-warning {
    border-left-color: #aa6708;
}

/* line 30, ../sass/_callout.scss */
.callout-warning h4 {
    color: #aa6708;
 }

/* line 33, ../sass/_callout.scss */
.callout-info {
    border-left-color: #008760;
}

/* line 36, ../sass/_callout.scss */
.callout-info h4 {
    color: #363939;
                 }

/* line 40, ../sass/_callout.scss */
.callout-heading {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;  
}

/* line 1, ../sass/_skin.scss */
h4 {
    font-size: 16px;
   }

/* line 5, ../sass/_skin.scss */
.button-search {
    background: url("/images/icons/sok.png") no-repeat;
               }

/* line 9, ../sass/_skin.scss */
.search-logo, .classification-logo {
    white-space: nowrap;
    display: inline-block;
 }
/* line 13, ../sass/_skin.scss */
.search-logo:before {
    background: url("/Images/Sok-60px.png") no-repeat scroll left center transparent !important;
 }

.Service-Logo:before {
    content: url('Services.svg');
}
/* line 17, ../sass/_skin.scss */
.search-logo .sub-title {
    white-space: normal;
  }
.classification-logo:before {
    background: url("/Images/Classification-60px.png") no-repeat scroll left center transparent !important;
                            }

.messages-logo {
    white-space: nowrap;
    display: inline-block;
               }
.messages-logo:before {
    background: url("/Images/Ikon_Konvolutt.png") no-repeat scroll left center transparent !important;
                      }

.classification-logo .sub-title {
    white-space: normal;
                                }

.messages-logo .sub-title {
    white-space: normal;
                          }
/* line 22, ../sass/_skin.scss  */
.search-row {
    margin-top: 20px;
    margin-bottom: 20px;
            }
/* line 26, ../sass/_skin.scss */
.search-row .has-feedback > .patentstyreticon-info-sign {
    margin-top: 10px;
    margin-right: 5px;
}

/* line 33, ../sass/_skin.scss */
.advanced-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    }

/* line 62, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.advanced-search ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    }
/* line 49, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.advanced-search ul li:first-child {
    padding-left: 0;
                                   }
/* line 50, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.advanced-search ul li:last-child {
    padding-right: 0;
                                  }
/* line 52, ../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.advanced-search ul li.last {
    padding-right: 0;
                            }
/* line 38, ../sass/_skin.scss */
.advanced-search li {
    padding-right: 0;
                    }
.advanced-search li a{
    color: #337ab7;
                     }

/* line 43, ../sass/_skin.scss */
.main-content .advanced-search {
    font-size: 16px;
                               }

/* line 47, ../sass/_skin.scss */
.advanced-search-title {
    font-weight: 600;
                       }

/* line 51, ../sass/_skin.scss */
header {
    /*height: 229px;*/
    /*margin-bottom: 0;*/
    margin-top: -4px !important;
    padding-top: 4px;
       }

/* line 58, ../sass/_skin.scss */
.redefine-search > a {
    background-color: transparent !important;
    }

/* line 62, ../sass/_skin.scss */
.patentstyreticon-info-sign.popover-toggle {
    margin-left: 5px;
                                           }

/* line 66, ../sass/_skin.scss */
.popover {
    max-width: 500px;
         }

/* line 74, ../sass/_skin.scss */
.panel-default > .panel-heading > a {
    color: #333;
    }

/* line 78, ../sass/_skin.scss */
.phone {
    padding-left: 5px;
       }
/* line 81, ../sass/_skin.scss */
.phone :before {
    content: "\e145";
               }

/* line 86, ../sass/_skin.scss */
address {
    padding-left: 0;
        }
/* line 89, ../sass/_skin.scss */
address span {
    display: block;
             }

/* line 94, ../sass/_skin.scss */
address .postal-city .postal-code,
address .postal-city .postal-city {
    display: inline-block;
                                  }

/* line 99, ../sass/_skin.scss */
.advanced-search > li:after {
    content: "|";
    padding-left: 5px;
                            }

/* line 104, ../sass/_skin.scss */
.advanced-search > li:last-child:after {
    content: "";
                                       }

/* line 108, ../sass/_skin.scss */
.cell-row {
    display: block;
          }

/* line 112, ../sass/_skin.scss */
.graphical-presentation > .panel-body {
    max-height: 500px;
 }

/* line 116, ../sass/_skin.scss */
.license:not(:last-child) {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px solid #D8D8D8;
}

.license div.row:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 3px;
}

.license div.row:hover {
  background-color:#ebf8ff;
}
.panel-body table tbody tr:hover {
    background-color: #D9FFE3;
}
/* line 122, ../sass/_skin.scss */
.main-document {
    cursor: pointer;
} 
/* line 126, ../sass/_skin.scss */
.inner-document {
    display: none;
}
/* line 129, ../sass/_skin.scss */
.inner-document td {
    border-top: 0 !important;
}
/* line 135, ../sass/_skin.scss */
.journal .main-document td time {
    width: 80px;
    display: inline-block;
 }
/* line 141, ../sass/_skin.scss */
.journal .inner-document td:first-child a {
   /* width: 100px;*/
    display: inline-block;
    text-align: right;
  }
/* line 148, ../sass/_skin.scss */
.main-document.open {
    background-color: #eaf5fb;
}
/* line 152, ../sass/_skin.scss */
.inner-document.disabled { 
    color: #949494;
 }
/* line 158, ../sass/_skin.scss */
.file-type:before {
    content: "";
    padding: 20px 17px;
    background: url("/Images/Icons/file_unknown.png") no-repeat scroll left center transparent;
}
/* line 164, ../sass/_skin.scss */
.file-type.pdf:before, .file-type.pdftext:before {
    background-image: url("/Images/Icons/file_pdf.png"); 
}

.file-type.quicktime:before {
    background-image: url('../Images/Icons/mp4-music-file-format.png');
}

.file-type.mpeg-4a:before, .file-type.mp4:before, .file-type.mpeg:before {
    background-image: url('../Images/Icons/mpg-24.png');
}
 
 
/* line 168, ../sass/_skin.scss */
.file-type.html:before, .file-type.pub_html:before {
    background-image: url("../Images/Icons/file_html.png");
}
/* line 172, ../sass/_skin.scss */
.file-type.jpg:before {
    background-image: url("/Images/Icons/file_jpg.png");
    /*background-image: url("/Images/Icons/file_jpg.gif");*/
}
.file-type.jpeg:before {
    background-image: url("/Images/Icons/file_jpg.png"); 
}
/* line 176, ../sass/_skin.scss */
.file-type.msw:before, .file-type.msw8:before, .file-type.msw12:before, .file-type.docx:before, .file-type.rtf:before {
    background-image: url("/Images/Icons/file_docx.png"); 
}
/* line 180, ../sass/_skin.scss */
.file-type.tiff:before {
    background-image: url("/Images/Icons/file_tiff.png");
    /*background-image: url("/Images/Icons/file_tiff.gif");*/
}
/* line 184, ../sass/_skin.scss */
.file-type.gif:before {
    background-image: url("/Images/Icons/file_gif.png");
    /*background-image: url("/Images/Icons/file_gif.gif");*/
}
/* line 188, ../sass/_skin.scss */
.file-type.bmp:before {
    background-image: url("/Images/Icons/bmp_file.png");
    /*background-image: url("/Images/Icons/file_bmp.gif");*/
}
/* line 192, ../sass/_skin.scss */
.file-type.png:before {
    background-image: url("/Images/Icons/file_png.png");
    /*background-image: url("/Images/Icons/file_png.gif");*/
}
/* line 196, ../sass/_skin.scss */
.file-type.ppt8:before, .file-type.pptx:before {
    background-image: url("/Images/Icons/file_ppt.png");
}
/* line 200, ../sass/_skin.scss */
.file-type.excel8book:before {
    background-image: url("/Images/Icons/file_excel.png");
                             }
/* line 204, ../sass/_skin.scss */
.file-type.odt:before {
    background-image: url("/Images/Icons/file_odt.png");
                      }
/* line 208, ../sass/_skin.scss */
.file-type.odg:before {
    background-image: url("/Images/Icons/file_odg.png");
                      }
/* line 212, ../sass/_skin.scss */
.file-type.xml:before, .file-type.xml_app:before {
    background-image: url("/Images/Icons/file_xml.png");
                                                 }
/* line 216, ../sass/_skin.scss */
.file-type.text:before, .file-type.crtext:before {
    background-image: url("/Images/Icons/file_txt.png");
                                                 }
/* line 220, ../sass/_skin.scss */
.file-type.zip:before {
    background-image: url("/Images/Icons/file_zip.png");
                      }

/* line 226, ../sass/_skin.scss */
.incoming-correspondence, .outgoing-correspondence
{
    content: " ";
    padding-left: 21px;
}

/* line 233, ../sass/_skin.scss */
.incoming-correspondence {
    
    background: url('../Images/Icons/Konvolutt_Inn.png') no-repeat scroll left center  ;
}

/* line 237, ../sass/_skin.scss */
.outgoing-correspondence {
    background: url("../Images/Icons/Konvolutt_Ut-Oransj.png") no-repeat scroll left center  ;
 }

/* line 241, ../sass/_skin.scss */
.invoices {
    padding: 3px 0;
    background-color: #e9e9e9;
    margin-left: 0;
          }
/* line 246, ../sass/_skin.scss */
.invoices> span {
    padding-left: 0;
 }

/* line 251, ../sass/_skin.scss */
.invoice {
    margin-bottom: 10px;
    border-bottom: 0;  
         }

/* line 257, ../sass/_skin.scss */
.invoice > table {
    margin-bottom: 30px;
                 }

/* line 261, ../sass/_skin.scss */
.invoice-details {
    margin-bottom: 20px;
                 }

/* line 267, ../sass/_skin.scss */
.invoice tr   {
    border-bottom: 1px #e9e9e9 dotted;
              }
.invoice td:first-child span, .invoice th:first-child span {
    display: inline-block;
    padding-left: 5px;

                                                           }
td.paid {
    padding-left: 10px;
        }
/* line 275, ../sass/_skin.scss */
.renewals {
    padding: 3px 0;
    overflow: hidden;
          }

/* line 280, ../sass/_skin.scss */
.renewals:last-child {
    margin-bottom: 20px;
    padding: 1px 0;
                     }

/* line 285, ../sass/_skin.scss */
.renewal > div.order {
    display: block;
    min-height: 40px;
    margin-bottom: 20px;
                     }
 
 
/* line 299, ../sass/_skin.scss */
.renewals > div.order ul > li > span {
    display: block;
    padding-left: 0;
                                     }

/* line 306, ../sass/_skin.scss */
.renewals > .renewal td:first-child span {
    display: inline-block;
    padding-left: 8px;
                                         }

/* line 312, ../sass/_skin.scss */
#renewals {
   /* padding: 2px 0;*/
    /*margin-top: 30px;*/
    /*padding-bottom: 20px; */

}

#Payables {
    padding: 2px 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

/* line 316, ../sass/_skin.scss */
#renewals > div.PayablesHeader {
    background-color: #008760;
    padding: 8px;
    min-height: 40px;
    margin-bottom: 2px;
    color:#fff;
}
   
/* line 316, ../sass/_skin.scss */
#renewals > div.order {
    margin-bottom: 15px;
                      }
/* line 322, ../sass/_skin.scss */
#renewals > div span, #renewals > div ul li:not(:last-child) {
    padding-left: 0;

}

/* line 328, ../sass/_skin.scss */
.renewal {
    cursor: pointer;
    padding-left: 0;
    padding-top: 2px;
    margin-top: 15px;
 }

tr.renewal > td > span:first-child {
    /*color: #337ab7;*/
                                   }

/* line 333, ../sass/_skin.scss */
.renewal:hover {
    /*background-color: #009E6E;*/
}


/* line 343, ../sass/_skin.scss */
.renewal span, .renewal ul li > span {
    padding-left: 20px;
 }

.Payables { 
    min-height: 2rem;
    padding: 5px; 
    margin-bottom: 5px;
    background-color: #D9FFE3;
}


/*
.Payables > span:first-child {
    color: #00342E;
    border: none;
    font-size: 1.125rem;
    padding-left:5px !important;
}
*/
.TotalAmount {
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 35px;
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid whitesmoke;
}

/*#renewals> div.Payables:hover {
    background-color: #009E6E !important;
    color:#fff ;
}*/

#Payables > div.PayablesHeader {
    background-color: #009E6E;
    margin-top: 20px;
    color:#fff;
} 

/* line 349, ../sass/_skin.scss */
.status-history {
    margin-top: 15px;
    padding-left: 0;
                }
.opposition-status-history, .Appeal-status-history {
    /*margin-top: 25px;*/
    padding-left: 0;
    margin-left: -15px;
}
/* line 355, ../sass/_skin.scss */
#GraphicPresentation .list-inline {
    padding-left: 40px;
                                  }

/* line 359, ../sass/_skin.scss */
a:hover,
a:focus {
    text-decoration: none;
    /*background-color: rgba(0, 52, 46, 0.3);*/
}

/* line 364, ../sass/_skin.scss */
.highlightBold {
    font-weight: bold; 
}

.details-content {
    margin-bottom: 40px;
}
/* line 368, ../sass/_skin.scss */
.highlight {
    background-color: #EEF7AF;
    display: inline;
}

/* line 373, ../sass/_skin.scss */
.casehistory-details:not(:last-child) {
    /*border-bottom: 1px solid lightgray;*/
    padding-bottom: 10px;
    margin-bottom: 50px;
                                      }

/* line 379, ../sass/_skin.scss */
.casehistory-details:not(.casehistory-details:first-child) {
    margin-top: 30px;
                                                           }

/* line 383, ../sass/_skin.scss */
.case-history-journal {
    margin-top: 10px;
    overflow: hidden;
                      }

/* line 388, ../sass/_skin.scss */
.case-history-journal > h4 {
    margin-top: 10px;
                           }
.alert-container {
    width: 100%;
}
/* line 392, ../sass/_skin.scss */
th {
    font-weight: normal;
}
     
.expand-collapse {
    float: right;
    background-color: #5dabc9;
    border-color: #5dabc9;
}
/* line 412, ../sass/_skin.scss */
.download-all > span, .expand-collapse > span, .expand-collapse > i {
   /* padding-top: 3pt !important;*/
}

/* line 419, ../sass/_skin.scss */
.download-all:hover, .expand-collapse:hover {
    background-color: #008BC0;

}
.main-header-container .main-header  a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.main-header-container .main-header .header-menu-item .dropdown a:hover {
     
    text-decoration: none;
    background-color: #D9FFE3 !important;
}

/* line 423, ../sass/_skin.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td 
{
    border-top: 1px dotted #dddddd;
}
/*.table {
    table-layout: fixed;
}*/

.table > tbody > tr:hover {
    background-color: #D9FFE3 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #D9FFE3 !important;
}
.dropdown-menu > li > a {
    /*padding: 10px !important;*/
}

/* line 427, ../sass/_skin.scss */
.renewals .row {
    margin-bottom: 20px;
}

/* line 431, ../sass/_skin.scss */
.nav-results-count > li > a {
    display: inline-block;
                            }
/* line 435, ../sass/_skin.scss */
.nav-results-count > li > a > span:before {
    content: "(";
    padding-left: 5px;
                                          }
/* line 440, ../sass/_skin.scss */
.nav-results-count > li > a > span:after {
    content: ")";
                                         }

/* line 446, ../sass/_skin.scss */
.navbar {
    z-index: 1;
        }

/* line 450, ../sass/_skin.scss */
.saved-alert {
    content: "";
    background-image: url("/Images/varsel_aktiv.png");
    padding-left: 15px;
    margin-right: 5px;
             }
.save-all {
    content: "";
    background-image: url("/Images/Logo/outline_save_alt_black_18dp.png");
    padding-left: 15px;
    margin-right: 5px;
}
a.dropdown,.menu-item div a, .menu-links > a , patentstyret-logo {
    border-bottom: 0px !important;
}
    @media (min-width: 768px) {
        /* line 458, ../sass/_skin.scss */
        .dl-horizontal dd {
            margin-left: 40px !important;
        }

        /* line 462, ../sass/_skin.scss */
        .dl-horizontal dt {
            width: 20px !important;
        }
    }
    /* line 467, ../sass/_skin.scss */
    .span-height {
    padding-left: 0;
    margin-top: 5px;
    margin-left: 0;
             }

/* line 473, ../sass/_skin.scss */
.casehistory-multiplecount { 
    /*margin-bottom: 40px;*/
    text-align: center; 
    margin-top: -40px; 
}

.multiplecount {
    text-align: center;
    font-size: 14px; 
    margin-bottom: 20px;
    display: inline-block
}

span.defined { 
    line-height:1em;
    border-bottom: #c4c4c4 3px dotted !important;
}

 
/* line 478, ../sass/_skin.scss */
.patentstyreticon-new-alert:before
{
    content: "";
    background-image: url("/Images/Icons/Ny-varsling.png");
    padding-left: 15px;
    margin-right: 5px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

/* line 486, ../sass/_skin.scss */
.patentstyreticon-saved-alert:before
{
    content: "";
    background-image: url("/Images/varsel_active.png");
    padding-left: 15px;
    margin-right: 5px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.patentstyreticon-hasAlert:before
{
    content: "";
    background-image: url("/Images/Icons/ny_varsel.png");
    padding-left: 15px;
    margin-right: 5px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}
 
 
/* line 502, ../sass/_skin.scss */
.btn-sm > .patentstyreticon-download-pdf:before, .btn-sm.patentstyreticon-share:before 
{
    padding-bottom: 1px;

}
.emptyDiv {
    min-height: 300px;
          }
/* line 507, ../sass/_skin.scss */
.payment:after {
    content: url('../images/icons/e-payment_black_32.png');
}

.payment:hover {  background:none; }

.payments{
    content: " ";
    background: url("../Images/Icons/Handlekurv_15 x15.png") right no-repeat;
    padding-right: 20px;
    margin-right: 5px;
}
 
.Error:before { content: url("../Images/Alert-warning.png");  }

/* line 520, ../sass/_skin.scss */
.blueimp-gallery > .indicator > li {
    height: 25px;
    width: 25px;
}

/* line 525, ../sass/_skin.scss */
.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: transparent;
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
                 }

/* line 538, ../sass/_skin.scss */
.blueimp-gallery-display
{
    -ms-opacity: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

/* line 543, ../sass/_skin.scss */
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
   }

.selectable {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

/* line 557, ../sass/_skin.scss */
.btn-default
{
    background-color: #efefef;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiNlZmVmZWYiLz48c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    -ms-background-size: 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(19%, #efefef), color-stop(78%, #d7d7d7), color-stop(100%, #d7d7d7));
    background-image: -moz-linear-gradient(top, #efefef 19%, #d7d7d7 78%, #d7d7d7 100%);
    background-image: -webkit-linear-gradient(top, #efefef 19%, #d7d7d7 78%, #d7d7d7 100%);
    background-image: linear-gradient(to bottom, #efefef 19%, #d7d7d7 78%, #d7d7d7 100%);
} 

.facebook {
    padding-left: 10px;
    min-height: 30px;
}

 
 
/* line 605, ../sass/_skin.scss */
.imglist > a > img {
    border: 1px solid #ccc;
    max-height: 75px;
    max-width: 200px;
    padding: 1px;
    vertical-align: top;
                   }

/* line 613, ../sass/_skin.scss */
.alert-Created {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
 
 
.altinnMsg {
    content: " ";
    background: url("../Images/Icons/journal.png") right no-repeat;
    padding-right: 20px;
    margin-right: 5px;
 } 

/* line 657, ../sass/_skin.scss */
.ps-logo {
    float: right;
 }

/* line 661, ../sass/_skin.scss */
.whiteSpace {
    display: block;
    height: 10px;
    clear: both;
            }

/* line 667, ../sass/_skin.scss */
#baseClass {
    display: block;
    padding: 12px 2px !important;
    border-bottom: 0 dotted #D8D8D8;
           }

/* line 673, ../sass/_skin.scss */
.patentstyreticon-info-sign.form-control-feedback {
    pointer-events: auto;
                                                  }

/* line 677, ../sass/_skin.scss */
.patentstyreticon-info-sign2.form-control-feedback {
    pointer-events: auto;
                                                   }

/* line 681, ../sass/_skin.scss */
.has-feedback > .patentstyreticon-info-sign {
    margin-top: 15px;
    margin-right: 60px;
                                            }

/* line 690, ../sass/_skin.scss */
.intro-video {
    margin-top: 50px;
             }

/* line 694, ../sass/_skin.scss */
.clickable {
    cursor: pointer;
           }

/* line 698, ../sass/_skin.scss */
.newsItems {
    min-height: 20px;
    padding: 5px 5px;
           }

/* Alternate start page design*/
/* line 705, ../sass/_skin.scss */
body .main-content {
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
                   }

/* line 710, ../sass/_skin.scss */
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control
{
    -ms-border-radius: 3px;
    border-radius: 3px;
}

input[type=search]:after {
    content: url("../images/sok-24-px.png");
}

input[type=search]::-ms-clear {
   margin-right:10px;
}
/* line 714, ../sass/_skin.scss */
.input-group-primary .form-control {
    border-color: #008BC0;
                                   }

/* line 718, ../sass/_skin.scss */
.btn
{
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#ConfirmMe {
    cursor: pointer;
}
 
.History {
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 5px 10px;
    margin-right: -5px;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom,#efefef 19%,#d7d7d7 78%,#d7d7d7 100%);
    border-color: #ccc;
    margin-bottom: 20px;
    margin-left: 20px;
}
.HistoryContainer {
    border-top: 2px #c4c4c4 solid; 
    margin-top: 25px;
    padding-top: 5px;
    margin-bottom: 20px;
    z-index: 1000;
}

/* line 722, ../sass/_skin.scss */
.search-row2 {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* line 727, ../sass/_skin.scss */
.row-centered {
    text-align: center;
              }

/* line 731, ../sass/_skin.scss */
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
              }

/* line 740, ../sass/_skin.scss */
.content-box
{
    margin-bottom: 30px;
    width: 25%;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    -webkit-transition: width 0.2s ease-out;
    -ms-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    float: left;
    padding: 0 15px;
    -webkit-will-change: width;
    -moz-will-change: width;
    -o-will-change: width;
    will-change: width;
}

/* line 751, ../sass/_skin.scss */
.content-box.expanded
{
    width: 100%;
    -webkit-will-change: width;
    -moz-will-change: width;
    -o-will-change: width;
    will-change: width;
}

/* line 756, ../sass/_skin.scss */
.content-box.large {
    width: 50%;
                   }
/* line 760, ../sass/_skin.scss */
.content-box > .inner
{
    border: 1px solid #D8D8D8;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}

/* line 765, ../sass/_skin.scss */
.content-box > .inner h2 {
    margin-top: 0;
                         }
/* line 769, ../sass/_skin.scss */
.content-box > .inner .btn-default {
    background-color: white;
    background-image: none;
                                   }
/* line 775, ../sass/_skin.scss */
.content-box .slider {
    background-color: #F5F5F5;
    overflow: hidden;
    min-height: 180px;
                     }
/* line 780, ../sass/_skin.scss */
.content-box .slider .content
{
    display: none;
    margin: 10px 0;
    -ms-transition: height 2s ease-out;
    -o-transition: height 2s ease-out;
    -webkit-transition: height 2s ease-out;
    transition: height 2s ease-out;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    height: 0;
}

/* line 787, ../sass/_skin.scss */
.content-box .slider .content.expanded
{
    display: block;
    -ms-transition: height 2s ease-out;
    -o-transition: height 2s ease-out;
    -webkit-transition: height 2s ease-out;
    transition: height 2s ease-out;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    height: 200px;
}

/* line 794, ../sass/_skin.scss */
.content-box .slider .content .media {
    width: 25%;
    display: inline-block;
                                     }

/* line 803, ../sass/_skin.scss */
ul.list-unstyled.advanced-search2:before {
    content: "Avansert s°k";
    position: absolute;
    top: 50px;
    left: 242px;
                                         }

/* line 810, ../sass/_skin.scss */
.advanced-search2 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
                  }
/* line 816, ../sass/_skin.scss */
.advanced-search2 li {
    display: inline;
    font-size: 16px;
                     }
/* line 820, ../sass/_skin.scss */
.advanced-search2 li .active a {
    border-top: 1px solid #41464b;
    color: #41464b;
                               }
/* line 825, ../sass/_skin.scss */
.advanced-search2 li a {
    padding: 10px 15px;
    border-top: 1px solid #e9e9e9;
    color: #999;
                       }
/* line 830, ../sass/_skin.scss */
.advanced-search2 li a:hover {
    border-top: 1px solid #41464b;
    color: #41464b;
    text-decoration: none;
                             }

/* line 839, ../sass/_skin.scss */
.media {
    margin-bottom: 40px;
    margin-top: 0;
    min-height: 100px;
}

/* line 844, ../sass/_skin.scss */
.media-left {
    padding-right: 20px;
            }

/* line 851, ../sass/_skin.scss */
.media-heading {
    font-size: 20px;
    font-weight: 300;
               }

/* line 856, ../sass/_skin.scss */
.media {
    color: inherit;
    /*display: inline-block;*/
       }
/* line 860, ../sass/_skin.scss */
    .media a:hover {
        color: #0069af;
    }

/* line 865, ../sass/_skin.scss */
.main-content .media-object
{
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
}

/* line 871, ../sass/_skin.scss */
a[href*='www.altinn.no'] .media-object {
    width: 62px;
                                       }

/* line 876, ../sass/_skin.scss */
.main-content h1, .main-content h2, .main-content h3 {
    font-weight: 300;
                                                     }

/* line 881, ../sass/_skin.scss */
.main-content h3 {
    font-size: 30px;
                 }

/* line 885, ../sass/_skin.scss */
.page-section-header {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
                     }

/* line 891, ../sass/_skin.scss */
.page-section-header .page-section-sub-title {
    margin-bottom: 40px;
    font-size: 18px;
                                             }

/* line 896, ../sass/_skin.scss */
.page-section-header .page-section-title {
    font-size: 26px;
                                         }

/* line 901, ../sass/_skin.scss */
.main-content .column-list-2
{
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/*.showTooltip
{
    display: inline;
}*/

.hideTooltip
{
    display: none;
}

/* line 909, ../sass/_skin.scss */
.page-section {
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 40px;
    /*margin-bottom: 50px;*/
    height: 100%;
              }
/* line 910, ../sass/_skin.scss */
.page-section:first-of-type {
    margin-top: 60px;
                            }

/* line 923, ../sass/_skin.scss */
.main-content > .container {
    /*padding-top: 50px;*/
    /*padding-bottom: 120px;*/
    width: 100%;
                           }

/* line 929, ../sass/_skin.scss */
body .main-content table {
    font-size: 14px;
    font-weight: 300;
                         }

/* line 934, ../sass/_skin.scss */
.main-content #search {
    font-size: 16px;
                      }

heading {
    font-size: 16px;
    font-weight:bolder 400;
}

@media screen and (max-width: 768px) {
    /* line 939, ../sass/_skin.scss */
    .main-content .column-list-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    .media {
        color: inherit;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 0;
        min-height: 120px;
    } 
    
    .table > tbody > tr > td:first-child {
        width: 40%;
    }
}

@media (max-width: 576px)
{ 
    .hideTooltip
    {
        display: inline;
    }
}

@media screen And (max-width:1022px) {
    .content-container { 
        min-height: 500px; 
        margin: 0 auto !important;
    }
     
}
@media screen and (max-width: 992px) {
    /* line 949, ../sass/_skin.scss */
    .advanced-search { margin-top: 15px; }
    .media {
        margin-bottom: 30px;
        margin-top: 0;
        min-height: 120px;
    }
    .newSearch {margin-top: 0;}
    
}

    /* line 954, ../sass/_skin.scss */
/*#content {
    margin: 30px 0 40px;
    min-height: calc(80vh - 200px);
}
*/
    /* line 958, ../sass/_skin.scss */
    .disabled-button-tooltip {
        display: inline;
    }


    /* line 962, ../sass/_skin.scss */
    a.demo-button {
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: none;
        font-size: 1em;
        vertical-align: middle;
        width: 50px;
        height: 50px;
    }

        /* line 971, ../sass/_skin.scss */
        a.demo-button:after {
            content: url("/Images/icons/YouTube-icon-dark.png");
        }

    /* line 976, ../sass/_skin.scss */
    a.pdf-button {
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: none;
        font-size: 1em;
        vertical-align: middle;
        width: 50px;
        height: 50px;
    }

        /* line 985, ../sass/_skin.scss */
        a.pdf-button:after {
            content: url("/Images/icons/pdf.png");
        }


    /* line 990, ../sass/_skin.scss */
    .baseClass {
        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: none;
        vertical-align: middle;
    }

    /* line 998, ../sass/_skin.scss */
    .status-changed:before {
        content: url("/Images/icons/status.png");
    }

    /* line 1003, ../sass/_skin.scss */

    .journal-changed:before {
        content: url("/Images/icons/journal.png");
    }

    .info-icon, .infoIcon {
        -ms-background-position: center center;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px;
        margin-left: 5px;
    }

    .flext-element {
        display: flex;
        padding-right: 1rem;
    }

    .alert-icon:before {
        content: url('alert_outlined.svg');
    }

    .info-icon {
        background-image: url('../Images/info-outlined.svg');
    }

    .info-icon:after {
        content: "";
    }

    .infoIcon:before {
        content: url('../Images/info-outlined.svg');
    }

    .dueDate:before {
        content: url("/Images/icons/Handlevogn_Asterisk_BLUE.png");
    }

    .icon_Published {
        content: url("/Images/icons/4_LIVE_App_Published_Opposition.png");
        max-width: 30px;
        margin-right: 15px;
        margin-top: -5px;
    }

    .dueDate-Passed:before {
        content: url("/Images/icons/Handlevogn_Asterisk_ORANGE.png");
    }

.popover-toggle {
    cursor: pointer;
    vertical-align: middle;  
}
.popover-toggle > table td { 
    text-align: start;
}

    div.Results {
        min-height: 300px;
        height: 400px;
         
        overflow-y: auto;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
        -ms-border-radius: 3px;
        border-radius: 3pt;
        outline: none;
        padding: 10px;
        background-color: #fff;
        border: 0pt #a9a9a9 solid;
        resize: vertical;
    }

    .cc-card {
        display: inline-block;
        margin: 2px;
        /*min-width: 160px;*/
        min-height: 42px;
        padding-left: 70px;
        padding-top: 10px;
    } 
    .bankAxess {
        background-image: url("/Images/bank-axess-logo.png");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 60px;
         
    }

    .Visa {
        background-image: url("/Images/Visa-card.png");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 60px; 
    }

    .Master-Card {
        background-image: url("/Images/mastercardjpg.jpg");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 60px;
        display: inline-block;
    }


    .NettBank {
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 60px;
        display: inline-block;
    }
    .Faktura {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 60px;
        display: inline-block;
    } 

    .toTopBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 25%; /* Place the button at the bottom of the page */
        right: 40px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: #008760; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 10px; /* Some padding */
        width: 60px;
        border-radius: 30px; /* Rounded corners */
        -ms-border-radius: 30px; /* Rounded corners */
    }

     

    .consentForm {
        position: fixed;
        bottom: 0px;
        padding: 35px 5%;
        background: #f3f0f1;
        width: 100%;
        font-size: 1.2em;
        z-index: 100;
        opacity: 0.95;
        line-height: 1.5;
        box-shadow: 0px -8px 20px 0px rgba(0,0,0,0.2);
    }

    .consentForm a, .consentForm a:hover {
        color: #008bc0;
    }

.muted{
    color:lightgray !important;
}
 
.beta {
    background-color: #75cd80;
    padding: 4px;
} 
 
.panel-primary > .panel-heading {
    background-color: #5AE7ED !important;
}
.msgBtn {
     
    box-shadow: 0 0 0 1pt #008760 !important;
    border: 0 dashed #008760;
    color: #212121 !important;
}

.msgBtn:hover {
    background-color: #00eda9 !important;
} 

a.companyInfo {
    color: #00342E !important;
}
a.companyInfo:hover {
    color: #00342E !important;
}
@media print {
    /* line 22, ../sass/screen.scss */
    .search-row, .nav-results-count, footer, nav, .button-bar, aside, .expand-collapse, .download-all, #fancybox-lock, .popover-toggle {
        display: none !important;
    }

    .table > tbody > tr > td:first-child {
        width: 30% !important;
    }

    .table {
        table-layout: fixed !important;
    }

    .material-icons-outlined{
        display:none;
    }
    .ps-logo {
        margin-top: -55px;
    }
    /* line 23, ../sass/screen.scss */
    .panel-heading {
        color: #333 !important;
        background-color: #f5f5f5 !important;
        border-color: #ddd !important;
    }

    /* line 29, ../sass/screen.scss */
    .panel {
        page-break-inside: avoid;
        -webkit-break-inside: avoid;
        break-inside: avoid;
        page-break-before: auto;
    }

    /* line 35, ../sass/screen.scss */
    header {
        min-height: 0;
        height: auto;
        margin-bottom: 20px;
    }
    /* line 39, ../sass/screen.scss */
    header a {
        font-size: 0;
    }
    /* line 43, ../sass/screen.scss */
    header .container1 {
        width: auto;
    }

    /* line 48, ../sass/screen.scss */
    a[href]:after {
        content: "" !important;
    }
    }

    @media print and (max-width: 767px) {
        /* line 54, ../sass/screen.scss */
        header .hidden-xs {
            display: block !important;
        }
    }

    .hiddenIframe {
        width: 0 !important;
        height: 0 !important;
    }



