/* front page */
h1.h1-as-h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
}

.small-h2-headline {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

.headline-box {
    margin-top: 15px;
    height: 65px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.headline-box-event-h2 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0px;
    font-weight: bold;
    border-bottom: solid;
    border-color: #bbbbbb;
    border-bottom-width: 1px;
    margin-bottom: 15px;

}

.headline-box img {
    padding-left: 15px;
    padding-right: 15px;
}

.a-circle, .a-circle:hover, .a-circle:focus {
    text-decoration: none;
}

#front-page-row {
    overflow: hidden;
}

#front-search-boxes {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 276px;
}

#front-search-boxes .row {
    padding-bottom: 10px;
}

#front-search-boxes .col-md-4 {
    padding-bottom: 20px;
}

#front-search-boxes h2 {
    margin-top: 0px;
}

#front-search-boxes form {
    margin-bottom: 0px;

}

#front-search-boxes input[type='text'],
#front-search-boxes input[type='search'] {
    height: 40px;
    border: 0;
}

#front-search-boxes .glyphicon-search {
    font-size: 20px;
}

#front-search-boxes button {
    border: 0;
    height: 30px;
}

form#kunnj {
    margin-bottom: 10px;
}

.front-icon-h1 {
    position: relative;
}

.front-icon-title {
    position: absolute;
    top: 15px;
}

#frontpage-textbox {
    padding-right: 15px;
    padding-left: 100px;
    padding-bottom: 40px;
    background-color: #f6f6f7;
    margin-top: 0px;
}

#frontpage-textbox h3 {
    margin-top: 5px;
}

/* front page end*/

/*section article/news*/

.page-date {
    font-style: italic;
    font-size: 14px;
}

/*section article  /news end*/

#company-search {
    background-color: var(--main-blue-10);
    padding-bottom: 30px;
}

.sidebar {
    clear: both;
}

.sidebar li {
    margin-left: 0px;
}

figcaption, .wp-caption-text {
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    margin-top: 5px;
}

figure {
    margin-bottom: 15px;
}

@media only screen and (min-width: 401px) {

    figure.image-small {
        width: 48%;
        margin: 3%;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 400px) {

    figure.image-small {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 501px) {

    figure.image-small {
        width: 22%;
        margin: 3%;
        margin-top: 1%;
    }

    figure.image-medium {
        width: 48%;
        margin: 3%;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 500px) {

    figure.image-medium {
        float: none;
        width: 100%;
    }
}

figure.image-maxwidth img {
    clear: both;
}

div.form {
    border: 1px solid #d1d1d1;
    border-radius: 0px;

}

/*section img??? begin*/

.transparent-icon {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;

}

.br-button:hover .transparent-icon {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.security_icon {
    padding-right: 5px;
}

.pull-right > .transparent-icon {
    opacity: 1;
    margin-top: 7px;
}

/*section img??? end*/

/* --- Accordion begin --- */

.panel {
    border: 0;
    border: 1px solid #b6b7ba;
    box-shadow: none;
    border-radius: 0 !important;
    margin: 10px 0 !important;
}

/*.panel-heading {*/
a.panel-title-link {
    border-radius: 0 !important;
    border: 0;
    width: 100%;
    text-align: left;
    display: block;
    padding: 10px;
    color: #333;
    overflow: hidden;
}

a.panel-title-link .down-arrow {
    width: 23px;
    float: right;
    margin-top: 7px;
}

a.active-accordion-tab {
    font-weight: bold;
    color: #333;
    outline: 0;
}

a span.panel-title {
    color: inherit;
    outline: 0;
}

.panel-collapse {
    background-color: var(--grey-0);
    color: #333;
}

.panel-group {
    clear: both;
}

.panel-group a.panel-title-link {
    text-decoration: none;
}

.panel-group li {
    margin: 0;
}

/* --- Accordion end --- */

/*section search site???*/
a.searchresult {
    font-weight: bold;
}

.searchresulturl {
    color: #6d6f71;
}

.post-data {
    padding-top: 30px;
}

/*section search site?? end*/

/*section archive begin*/
.custompost {
    float: right;
    width: 2em;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    padding: 15px;
    margin-left: 30px;
    color: var(--grey-0);
    background-color: #e2f6fd;
}

a.archive-title {
    font-size: 18px;
    text-decoration: none;
    color: #1b4f6b
}

/* archive end?*/

h4, h5, h6 {
    color: #ccc;
    text-decoration: line-through;
}

/*forms*/
input[type='text'],
select,
textarea {
    border-radius: 0;
    border: 1px solid #ccc;
}

.form {
    width: 50%;
    border: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: normal;
}

.gform_body label {
    font-weight: normal;
}

.gform_wrapper .gform_button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #84dbf1;
    border: 0;
}

.gform_wrapper .gform_button:hover,
.gform_button:focus {
    background-color: #01b8e6;
}

.gform_wrapper .gfield_error {
    background-color: transparent !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield.gfield_error .ginput_container input {
    border-color: #eb5c31 !important;
}

.gform_wrapper div.validation_error {
    border-color: #eb5c31 !important;
    color: #eb5c31 !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #eb5c31 !important;
}

.gform_wrapper .validation_message {
    color: #eb5c31 !important;
}

.gform_wrapper .gfield_required {
    color: #eb5c31 !important;
}

.error {
    color: #eb5c31;
}

#tilbakemelding {
    background-color: var(--orange-05);
    padding: 15px 30px 15px 30px;
    margin-top: 10px;
}

.gform_confirmation_message {
    font-weight: bold;
}

/*forms end */

/* tablepress start */

h2.tablepress-table-name {
    display: none !important;
}

span.tablepress-table-description {
    font-style: italic !important;
}

th {
    font-weight: bold !important;
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}

td {
    border-bottom: 1px solid #d3d3d3 !important;
    background-color: transparent !important;
}

th, td {
    padding: 8px;
}

/* tablepress slutt */

/* Big button */
.br-service-button-big {
    background-color: #89d6f6;
}

.br-service-button-big:hover {
    background-color: #bce6fa;
}

/* big button ends */

/* buttontable */
.br-service-button-table {
    text-align: left;
    font-weight: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-image: url('//scf.brreg.no/bilder/pil_hoyre_litenknapp.svg');
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: 30px 30px;
    padding-left: 15px;
    display: inline-block;
    float: none;
    border: 1px solid #a2a4a3;
    border-width: 1px 2px 2px 1px;
}

.br-service-button-table-spacing {
    padding: 7px 10px;
}

.br-service-button-wrapping-class {
    line-height: 24px;
    white-space: normal;
}

p.tableparagraph {
    margin: 0;
    line-height: 24px;
    padding-right: 23px;
}

.br-service-button-table:hover, .br-service-button-table:active {
    font-weight: bold;
    border-width: 2px;
    background-color: transparent;
    background-position: 96% 50%;
    transition: background-position .3s;
    padding-top: 14px;
    padding-left: 14px;
}

.br-service-title {
    float: left;
    font-size: 16px;
}

.br-service-number {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 800px) {

    .br-service-title {
        float: none;
    }

    .br-service-number {
        text-align: left;
        padding-top: 10px;
    }
}

/* buttontable ends */

.aarshjul {
    font-size: 14px;
}

.aarshjul-heading {
    font-weight: bold;
    font-size: 14px;
}

/* diverse */
/*article > div > p {
    margin-top: 20px;
}
article > div:first-child > p:first-child {
    margin-top: 0px;
} */
#scheme-catalog > div:first-child > div:first-child > a:first-child {
    margin-top: 0px;
}

.div-box {
    background-color: #f6f6f7;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;

}

.div-box div {
    margin-top: 15px;
}

.div-box form {
    margin-bottom: 0px;
}

.info-box {
    background-color: #c1e3d5;
    padding: 15px;

}

.info-box-wrapper {
    margin-bottom: 30px;
}


.info-box div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box-headline {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.info-box-subline {
    font-size: 20px;
    text-align: center;
}

.info-box-mainline {
    line-height: 78px;
    font-size: 78px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 991px) and (min-width: 480px) {


    .info-box-wrapper {
        margin-bottom: 5px;
    }

    .info-box div {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .info-box {
        overflow: hidden;
    }

    .info-box-headline {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
        text-align: left;
        overflow-wrap: break-word;
    }

    .info-box-right {
        float: right;
    }

    .info-box-subline {
        display: inline-block;
        font-size: 14px;
    }

    .info-box-mainline {
        display: inline-block;
        line-height: 25px;
        font-size: 25px;
        font-weight: bold;
        text-align: right;
        margin-right: 5px;
    }
}

.ingress {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-under-title {
    margin-top: 20px;
}

/* diverse slutter*/

/*siste nytt*/
.br-img-circle {
    float: right;
    width: 2em;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    padding: 15px;
    margin-left: 20px;
    color: var(--grey-0);
    background-color: var(--main-blue-70);
}

.img-circle-taxonomy {
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* til recruiter-feeden */
#recruittable {
    width: 100%;
    border: 0px;
    spacing: 0px;
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}

span.nowrap {
    white-space: nowrap;
}

/* orgkart */

#orgKartFigure {
    position: relative;
}

.orgkart-avdeling {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1em;
    text-align: center;
    background-color: var(--main-blue-70);
    color: var(--grey-0);
    border: 3px solid transparent;
    -webkit-box-shadow: 1px 2px 4px
}

.orgkart-avdeling:hover {
    background-color: var(--main-blue-05);
    color: var(--secondary-blue-80);
    border-bottom: 3px solid var(--secondary-blue-80);
    cursor: pointer;
}

.orgkart-avdeling:focus {
    border: 3px solid var(--secondary-blue-80);
    color: var(--secondary-blue-80);
    background-color: var(--yellow-20);
}

.orgkart-avddir {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--grey-100);
    border: 1px solid var(--grey-100);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    text-align: center;
    z-index: 1;
}

.orgkart-linje {
    position: absolute;
    border: 1px solid var(--grey-100);
    z-index: -1;
}

/* orgkart ends */

.ikon-populare-tjenester {
    width: 29px;
    height: 27px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0px -112px;
    vertical-align: middle;
}

.ikon-nyttig-informasjon {
    width: 27px;
    height: 23px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0px -79px;
    vertical-align: middle;
}

.ikon-aktuelt {
    width: 29px;
    height: 21px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0px -48px;
    vertical-align: middle;
}

.ikon-ekstern-lenke {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0px 0px;
}

.icon-rss {
    width: 18px;
    height: 18px;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0 -902px;
    margin-bottom: 10px;
    margin-top: 12px;

}

.icon-rss-checked {
    width: 18px;
    height: 18px;
    background-image: url('//scf.brreg.no/bilder/sprites4.png');
    background-position: 0px -874px;
    margin-bottom: 10px;
    margin-top: 12px;
}

@media print {
    .panel-collapse,
    .panel-collapse .collapse {
        height: auto !important;
        display: block;
    }
}

.videoOuterWrapper {
    margin: 3%;
}

.videoWrapper {
    position: relative;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

h2.tablepress-table-name {
    display: none !important;
}

span.tablepress-table-description {
    font-style: italic !important;
}

th {
    font-weight: bold !important;
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}

td {
    border-bottom: 1px solid #d3d3d3 !important;
    background-color: transparent !important;
}

/* tablepress slutt */

.br-list-item {
    margin-left: 0px;
    border-bottom: solid;
    border-color: #bbbbbb;
    border-bottom-width: 1px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 15px;
}


.br-list-headline {

    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f6f6f7;
    margin-right: 15px;
}

.br-list {
    margin-bottom: 60px;
}

.ginput_container {
    margin-top: 0px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 25px !important;
}

.factbox {
    border: 1px solid var(--grey-100);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
}

.factbox-color-top {
    position: absolute;
    height: 7px;
    width: 65px;
    background-color: var(--yellow-10);
    top: -8px;
}

.factbox h1 {
    font-size: 26px;
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--grey-100);
    margin-bottom: 15px;
}

.error-box {
    padding: 15px;
}

.imgFloatLeft {
    float: left;
    margin: 10px 10px 10px 0px;
}

.imgFloatRight {
    float: right;
    margin: 10px 0px 10px 10px;
}

figure.imgInTheMiddle {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.imagegallerywrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.imagegallerywrapper > div {
    margin: 15px;
}

a.br-icon-button-big .br-button-title {
    line-height: 1.1em;
    border-bottom: 1px solid #019153;
}

a.br-icon-button-big .br-button-description {
    margin-top: 15px;
}

a.br-icon-button-big.big-button-desktop .br-button-title {
    padding-bottom: 2px;
    display: inline;
}

a.br-icon-button-big.big-button-mobile .br-button-title {
    padding-bottom: 6px;
    display: block;
}

a.br-icon-button-big:hover .br-button-title {
    text-decoration: none;
}

a.br-icon-button-big {
    background-color: #f6f6f7;
    position: relative;
    border-right: 2px solid #a2a4a3;
    border-bottom: 2px solid #a2a4a3;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

a.br-icon-button-big.big-button-desktop {
    height: 79px;
}

a.br-icon-button-big:hover {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.big-button-icon {
    background-color: #019153;
    height: 76px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 64px;
}

.big-button-desktop .big-button-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 114px;
}

.big-button-mobile .big-button-icon {
    padding: 0;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

@media (min-width: 641px) {
    .big-button-desktop {
        display: block;
    }

    .big-button-mobile {
        display: none;
    }
}

@media (max-width: 640px) {
    .big-button-desktop {
        display: none;
    }

    .big-button-mobile {
        display: block;
    }
}

@media print {
    a.br-icon-button-big {
        border-style: solid !important;
        border-width: 2px !important;
        border-color: black !important;
    }
}

div.frame-box, a.frame-box {
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 45px;
    padding: 20px;
    overflow: hidden;
    border: 2px solid transparent;
}

div.frame-box {
    background-color: #f0f4f6;
}

a.frame-box:hover {
    border: 2px solid #006bbf;
}

.frame-box img {
    width: 76px;
    height: 76px;
    margin-bottom: 10px;
}

.frame-box-fake-link {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
    text-decoration: underline;
    color: #006BBF;
}

a.frame-box:hover .frame-box-fake-link {
    font-weight: bold;
}

.frame-box-link, .shortcut-link {
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: 2px solid #006BBF;
    text-decoration: none;
}

.frame-box-link:link, .frame-box-link:visited, .shortcut-link:link, .shortcut-link:visited {
    color: #333333;
}

.frame-box-link:hover, .frame-box-link:focus, .shortcut-link:hover, .shortcut-link:focus {
    text-decoration: none;
    font-weight: bold;
    color: #006BBF;
    fill: #006BBF;
}

.more-links-link {
    padding-bottom: 1px;
    border-bottom: 2px solid #006BBF;
    text-decoration: none;
}

.more-links-link:link, .more-links-link:visited {
    color: #333333;
}

.more-links-link:hover, .more-links-link:focus {
    font-weight: normal;
    text-decoration: none;
    color: #0062ba;
}

.h2expanded {
    font-size: 22px;
    font-weight: normal;
}

.br-search-field-wrapper {
    border-right: 2px solid #a2a4a3;
    border-bottom: 2px solid #a2a4a3;
    overflow: hidden;
}

.br-search-field {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    margin-left: 0;
    float: left;
}

.br-search-field input[type='search'] {
    height: 40px;
}

.br-search-field .glyphicon-search {
    font-size: 20px;
}

.br-search-field-gray {
    background-color: #f6f6f7;
}

.br-search-field-blue {
    background-color: #dff1f7;
}

.br-search-field-icon {
    background-color: #03ace4;
    height: 100px;
    width: 100px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60px;
}

@media (max-width: 500px) {
    .br-search-field {
        padding-right: 20px;
        margin-right: 0px;
    }

    .br-search-field-icon {
        display: none;
    }
}

@media (min-width: 501px) {
    .br-search-field {
        padding-right: 130px;
        margin-right: -100px;
    }

    .br-search-field-icon {
        display: block;
    }
}

.error-field {
    border-color: #a94442 !important;
    background-color: #f2dede !important;
}

#errorMessage ul {
    padding-left: 0px;
}

.file {
    overflow: hidden;
    margin-bottom: 15px;
}

.attachment-filename {
    border: 1px solid #999;
    background-color: #eee;
    overflow: hidden;
    padding-left: 5px;
    height: 40px;
    width: 80%;
    line-height: 40px;
    float: left;
}

.remove-file {
    background-color: #f2dede;
    color: #a94442;
    float: right;
    font-size: 20px;
    height: 40px;
    width: 20%;
}

#tilbakemelding h2 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
}

#surveyPage2 textarea {
    padding: 5px;
    height: 100px;
    font-size: 14px;
    width: 100%;
}

.feedback-legend {
    text-indent: -999999px;
    border-bottom: 0px;
    margin-bottom: 0px;
    line-height: 7px;
}

.br-error-text {
    color: var(--red-70);
    padding: 10px 0px;
}

.br-error-frame {
    border: 2px solid var(--red-70);
}

#feedback a {
    text-decoration: underline;
}

/* br-button-2 begin*/
.br-button-2-main {
    background-color: var(--main-blue-70);
    color: var(--grey-0);
    border: 3px solid transparent;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
}

.br-button-2-secondary:not(:focus):not(:hover):not(:active) {
    background-color: transparent;
    color: var(--main-blue-70);
    border: 1px solid var(--main-blue-70);
    padding: 10px 12px 9px;
}

.br-button-2-secondary.attachment-button:not(:focus):not(:hover):not(:active) {
    padding-bottom: 11px;
}

.br-button-2-simple {
    background-color: transparent;
    color: var(--main-blue-70);
    border: 3px solid transparent;
    box-shadow: none;
}

.br-button-2 {
    width: auto;
    font-family: Open Sans, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    margin: 0 16px 22px 0;
    min-width: 64px;
    padding: 8px 10px 9px;
    outline-style: none;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
    vertical-align: middle;
    margin-top: -3px;
}

button-2.btn svg {
    margin: 0 8px 0 0;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
}

.br-button-2:active:not(:disabled),
.br-button-2:active:focus,
.br-button-2:active:focus:hover {
    background-color: var(--main-blue-05);
    border: 3px solid var(--secondary-blue-80);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    color: var(--secondary-blue-80);
}

.br-button-2:hover:not(:disabled) {
    background-color: var(--main-blue-05);
    border-color: transparent;
    border-bottom-color: var(--secondary-blue-80);
    border-style: solid;
    color: var(--secondary-blue-80);
}

.br-button-2:link:not(:disabled), .br-button-2:visited:not(:disabled), .br-button-2:active:not(:disabled), .br-button-2:hover:not(:disabled) {
    text-decoration: none;
    padding: 8px 10px 9px;
}

.br-button-2:focus:not(:active):not(:hover) {
    border: 3px solid var(--secondary-blue-80);
    color: var(--secondary-blue-80);
    background-color: var(--yellow-20);
}

.br-button-2:focus {
    border-color: var(--secondary-blue-80);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 10px 7px;
}

.br-button-2:disabled {
    color: var(--grey-30);
    cursor: default;
    box-shadow: none;
}

.br-button-2-secondary:disabled {
    border-color: var(--grey-30);
}

.br-button-2-main:disabled {
    background-color: var(--grey-05);
}

/* br-button-2 end */

ul.br-archive {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.br-archive > li {
    margin: 0;
}

.page-numbers {
    background-color: var(--main-blue-70);
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    margin: 0px 5px 15px;
}

a.page-numbers {
    border: 3px solid transparent;
}

a.page-numbers:hover {
    background-color: var(--main-blue-05);
    color: #004758;
    box-shadow: 0 5px 5px #808080;
}

a.page-numbers:active {
    background-color: var(--main-blue-05);
    color: #004758;
    box-shadow: 0 5px 5px #808080 inset;
}

a.page-numbers:focus:not(:active) {
    background-color: var(--yellow-20);
    color: var(--grey-100);
    border: 3px solid #004758;
    outline-style: none;
}

span.page-numbers {
    background-color: var(--main-blue-70);
    color: white;
    padding: 10px;
    font-weight: bolder;
}

span.page-numbers.current {
    background-color: var(--main-blue-05);
    color: #004758;
    border: 3px solid #004758;
}

.small-btn-default-fix {
    padding: 8px 10px 7px;
}

input.form-control[type='text'],
select.form-control,
textarea.form-control {
    border: 1px solid var(--grey-90);
}

input.form-control[type='text']:hover,
select.form-control:hover,
textarea.form-control:hover {
    background-color: var(--main-blue-05);
    border-bottom: 2px solid var(--main-blue-80);
}

input.form-control[type='text']:focus,
select.form-control:focus,
textarea.form-control:focus {
    border: 3px solid var(--main-blue-80);
    outline: 3px solid var(--yellow-20);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mandatory {
    color: var(--red-50);
}

.luft {
    margin-top: 20px;
    margin-bottom: 20px;
}

a.panel-title-link {
    border: 2px solid transparent;
    font-weight: normal;
    outline: none;
}

a.panel-title-link:hover:not(:active) {
    background-color: var(--main-blue-05);
    color: var(--secondary-blue-80);
    padding-top: 11px;
    border: 1px solid var(--secondary-blue-80);
    border-bottom: 2px solid var(--secondary-blue-80);
}

a.panel-title-link:hover:not(:active) .cls-1,
a.panel-title-link:active .cls-1 {
    fill: var(--secondary-blue-80);
}

a.panel-title-link:focus:not(:active):not(:hover) {
    background-color: var(--yellow-20);
    color: var(--grey-90);
    border: 2px solid var(--grey-90);
}

a.panel-title-link:focus:not(:active):not(:hover) .cls-1 {
    fill: var(--grey-90);
}

a.panel-title-link:active {
    background-color: var(--main-blue-05);
    color: var(--secondary-blue-80);
    border: 2px solid var(--secondary-blue-80);
}

a.panel-title-link[aria-expanded='true'] {
    font-weight: bold;
}

.info-circle img {
    height: 20px;
}

.card-container {
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
    margin: 3.5rem 0;
    display: block !important;
    padding: 2rem 7rem;
    background-position: 24px 35px;
    background-repeat: no-repeat;
    background-size: 31px;
}

.card-container.alert   {
    background-color: var(--red-05);
    background-image: url('//scf.brreg.no/bilder/iconer/icon_operation_alert_warn_triangle.svg?v=2');
}

.card-container.info   {
    background-color: var(--yellow-025);
    background-image: url('//scf.brreg.no/bilder/iconer/icon_operation_alert_info_circle.svg?v=2');
}

.card-container:first-of-type {
    margin-top: 0;
}

.card-container:last-of-type {
    margin-bottom: 5rem;
}

.card-body {
    display: inline-block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 1px;
}