﻿/*plus.BoernUngeLiv.dk*/

/*SBM 07/03/2017: Udgår og erstattes med montserratregular */
/*@font-face {
    font-family: 'roboto-regular';
    src: url('/Fonts/roboto-regular-webfont.eot');
    src: url('/Fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Fonts/roboto-regular-webfont.woff2') format('woff2'), url('/Fonts/roboto-regular-webfont.woff') format('woff'), url('/Fonts/roboto-regular-webfont.ttf') format('truetype'), url('/Fonts/roboto-regular-webfont.svg#roboto_regular_webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/Fonts/montserrat-bold-webfont.eot');
    src: url('/Fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Fonts/montserrat-bold-webfont.woff2') format('woff2'), url('/Fonts/montserrat-bold-webfont.woff') format('woff'), url('/Fonts/montserrat-bold-webfont.ttf') format('truetype'), url('/Fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/Fonts/montserrat-regular-webfont.eot');
    src: url('/Fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Fonts/montserrat-regular-webfont.woff2') format('woff2'), url('/Fonts/montserrat-regular-webfont.woff') format('woff'), url('/Fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/Fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('/fonts/montserrat-bold-webfont.woff') format('woff'), url('/fonts/montserrat-bold-webfont.ttf') format('truetype'), url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('/fonts/montserrat-regular-webfont.woff') format('woff'), url('/fonts/montserrat-regular-webfont.ttf') format('truetype'), url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*body {
    height: 100%;
    width: 100%;
    background-color: white; 
    font-family: montserratregular,Arial,Helvetica;
    font-size: 13px;
    
}*/
/* SBM 07/03/2017: firefox mac issue med webfonts og fed skrift*/
body {
    height: 100%;
    width: 100%;
    background-color: white; /*#e4e4e4;*/
    font-family: 'Verdana';
    font-size: 12px;
    /*overflow:hidden;*/ /* VIGTIG!!!!! Skal aktiveres igen hvis scrollbar skal være synlig på designeren*/
}


.respondent {
    background-color: #fff;
    min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: montserratbold;    
}


.questionnaire-header {
    color: #212121;
    font-family: Roboto;
}

.questionnaire-header-row hr {
    border-top: 1px solid #DADADA;
}

/*h3 {
    margin-top: 10px;
}*/

h3 section {
    color: #313131;
}

.panel-heading-spot h3 {
    font-size: 18px;
}

h5 {
    font-weight: 600;
    color: black;
}

.visible-xs h3 {
    font-family: montserratbold, Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom:0px;
    word-wrap: break-word;
}

blockquote {
    border-left: 5px solid #5F9EA8;
}

/* Links style */

a {
    color: #2c5653;
}

    a:focus, a:hover {
        color: #BD6046;
        text-decoration: none;
    }

p {
    /*margin: 0 0 2px;*/ /*SBM fjernet 20/02/2019*/
}

    p a {
        color: #db7219;
    }

.span {
    padding-right: 5px;
}

.padding-sides-15 {
    padding: 0px 15px;
    margin-bottom: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.padding-top-bottom {
    padding: 20px 15px;
}

.margin-top-frontpage {
    margin-top: 38px;
}

.margin-top {
    margin-top: 30px;
}

.margin-top-medium {
    margin-top: 20px;
}

.margin-top-slim {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-bottom-medium {
    margin-bottom: 20px;
}

.margin-bottom-slim {
    margin-bottom: 10px;
}

#content {
    max-width: 1000px;
    margin: 0px;
    padding-top: 40px;
}

.content {
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}

content-li-padding ul {
    list-style: none;
    padding-top: 50px;
}

/*.container {
    background: #fff;
    max-width: 1000px;
}*/

.container .jumbotron {
    background-image: url(/Images/ForsidePige.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0px;
    min-height: 200px;
    margin-bottom: 0px;
    padding: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .container .jumbotron h6 {
        color: #fff;
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
    }

.logo-owner {
    padding-right: 10px;
}

.header-new {
    background-color: #8ab1af;
}

.page-header {
    background-color: #8ab1af;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

    .page-header a {
        color: #fff;
    }

        .page-header a:hover {
            color: #fff;
            text-decoration: none;
        }

    .page-header h1 {
        font-family: 'Montserratbold';
    }

    .page-header h2 {
        font-family: Montserratbold;
        font-weight: 400;
        font-size: 45px;
        margin-top: 15px;
        margin-bottom: 25px;
        padding-left: 12px;
    }


label.valid {
    width: 24px;
    height: 24px;
    background: url(assets/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.sub-header {
    color: #212121;
    padding: 0px 10px;
    margin-bottom: 15px;
    background-color: #ECECEC;
    /*border-bottom:solid 2px #FFAB00;*/
}

    .sub-header h4 {
        font-weight: 400;
        color: #212121;
    }

.bg-standard {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 11px;
}

.bg-default {
    background-color: #52ace1;
}


.bg-border {
    border-left: 1px solid #C3C3C3;
}

.bg1 {
    background-color: #536463;
    padding-bottom: 30px;
    padding: 40px;
}

.bg2 {
    background-color: #414F4E;
    padding-bottom: 65px;
    padding: 54px 50px;
}

.bg3 {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}


/*.border-sides {
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    background-color: #fbfaf8;
}

.border-sides-white {
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    padding: 13px;
    background-color: #fff;
}*/

.border-bottom {
    border-bottom: 1px solid #ECECEC;
}

.border-sides-preview {
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    background-color: #F4F4EA;
}

/*Navigation*/

.top-menu {
    margin-right: 0px;
    margin-left: 0px;
}

.menu {
    font-family: montserratregular;
    font-size: 1.1em;
    background: #8ab1af;
}

.menu-admin {
    background: #455A64;
}

.global-menu {
    min-width: 134px;
    padding: 0px 0px;
    margin: 0px -14px 0;
    border-radius: 0px;
    background-color: #5F9EA8;
}

.main-menu .dropdown-menu > li > a {
    color: #fff;
    line-height: 2em;
    font-size: 13px;
}

    .main-menu .dropdown-menu > li > a:hover {
        color: #FFAF75;
        background-color: #52868e;
    }

/* User-box style */

.user-box {
    background-color: #244543;
    color: #212121;
    width: 126px;
    height: 28px;
}

    .user-box nav ul li {
        color: #212121;
    }

    .user-box .nav li a {
        padding: 5px 15px;
    }

    .user-box .dropdown-menu {
        min-width: 128px;
        padding: 0px 0px;
        margin: -3px -16px 0;
        border-radius: 0px;
        background-color: #244543;
    }

        .user-box .dropdown-menu > li > a {
            color: #FFAF75;
            background-color: #244543;
            background-image: none;
        }

            .user-box .dropdown-menu > li > a:hover {
                color: #FFAF75;
                background-color: #326360;
                background-image: none;
            }

            .user-box .dropdown-menu > li > a:focus {
                color: #FFAF75;
                background-color: #517471;
                background-image: none;
            }

.navbar {    
    margin-bottom: 0px;
    position: relative;
    min-height: 20px;
    border: 0px;
}

    .navbar a {
        color: #fff;
    }

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/**/
#nyNav .nav > li > a:hover {
    text-decoration: none;
    background-color: none;
    color: #e19a5d;
}

#nyNav .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

#nyNav .navbar-sks {
    background-color: none;
}

#nyNav .navbar-nav > li > a {
    background-color: #455A64;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: solid 1px #ECECEC;
}

#nyNav .navbar-toggle {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #c1c1c1;
}

#nyNav .nav-justified > li {
    display: table-cell;
    width: 1%;
    background-color: #2C5653;
    border-left: 1px solid #8C9B96;
}
/**/

.nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    text-decoration: underline;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar-nav > li > a {
    background-color: #8ab1af;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-toggle {
    background-color: #fff;
}

    .navbar-toggle .icon-bar {
        background-color: #c1c1c1;
    }

.nav-justified > li {
    display: table-cell;
    width: 1%;
    background-color: #2C5653;
    border-left: 1px solid #8C9B96;
}

/* SUB navigation */

.sub-navigation {
    padding-left: 5px;
    padding-top: 20px;
}

    .sub-navigation .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #db7219;
        background-color: transparent;
        font-weight: 600;
    }

    .sub-navigation .nav-pills > li > a {
        border-radius: 0px;
    }

    .sub-navigation .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 10px;
        color: #212121;
    }

        .sub-navigation .nav > li > a:hover {
            position: relative;
            display: block;
            padding: 5px 10px;
            background-color: #e5e5cf;
        }

.nav .open > a, .nav .open > a:focus {
    background-color: transparent;
}

.admin-menu .dropdown-menu > li > a {
    color: #fff;
    line-height: 2;
}

.admin .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e19a5d;
}

/* News style */
.spot2 {
    background-image: url(../img/spot_grundskole_dark.jpg);
}

.news {
    line-height: 0.8em;
}

.news-headline h4 {
    font-weight: 500;
    margin-top: 3px;
    font-size: 14px;
}

.news-headline hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 2px solid #5F9EA8;
}

.news-date {
    color: #BBB96A;
}

/* ---------   Panels (Skema styling)    --------- */

.panel a {
    color: #212121;
}

.panel {
    line-height: 1.1em;
    border-radius: 0px;
    margin-bottom: 3px;
    box-shadow: 0 1px 1px rgba(97, 97, 97, 0.15);
}

.panel-body {
    padding: 8px;
}


#panel-body-1 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-foer-skole.jpg);
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#panel-body-2 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-grundskole.jpg);
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#panel-body-3 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-unge.jpg);
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#panel-body-research-1 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-foer-skole.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-1 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-body-research-2 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-grundskole.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-2 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-body-research-3 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-unge.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-3 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-body-research-4 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-unge.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-4 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-body-research-5 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-grundskole.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-5 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#panel-body-research-6 .panel-body {
    height: 126px;
    background-image: url(../Images/spot-unge.jpg);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#panel-body-research-6 .panel-heading-research {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}




.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 0px;
}

.panel-heading-spot {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #71372F;
    color: #fff;
}

.panel-heading-research {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    background-color: #517471;
    color: #fff;
}

    .panel-heading-research h3 {
        font-size: 13px;
    }

.panel-default {
    border-color: #cfd8dc;
}

    .panel-default .panel-heading {
        background-image: none;
        background-color: #78909c;
        color: #fff;
    }

        .panel-default .panel-heading:hover {
            background-image: none;
            background-color: #cfd8dc;
            color: #212121;
        }

.NytPanel .panel-card-style:hover {
    background-color: #fff;
}

.panel-round-corner {
    border-radius: 7px;
}

.panel-round-corner-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.panel-round-corner-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.panel-card-style {
    padding: 8px;
    border: solid 1px #ECECEC;
    box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 1.0;
}

    .panel-card-style:hover {
        padding: 8px;
        background-color: #D5D3C5;
        color: #212121;
        border: solid 1px #ECECEC;
        box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
        margin-top: 5px;
        margin-bottom: 8px;
        line-height: 1.0;
    }

    .panel-card-style .label-info {
        background-color: #fff;
        color: #212121;
        border: 1px solid #BDBDBD;
    }


.panel-project {
    padding: 0px;
    margin-bottom: 10px;
}

    .panel-project h5 {
        color: #008986;
        font-size: 14px;
        font-weight: 400;
    }

.panel-inactive {
    background-color: #f5f5f5;
    color: #C0C0C0;
}

.panel-hold {
    background-color: #b95959;
    color: #fff;
}

/* ---------   tables   --------- */

.table-cursor tbody tr {
    cursor: pointer;
}

.table .inactive tr {
    color: #C0C0C0;
}

.inactive tr:hover {
    color: #C0C0C0;
    cursor: default;
}


.table-hover > tbody > tr:hover {
    background-color: #e5e5e5;
}

/* ---------   forms   --------- */

.form-control {
    border-radius: 0px;
}

    .form-control:focus {
        border-color: #828282;
        border-width: 2px;
        outline: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: 0;
    }

/* ---------   lists    --------- */

.list-group {
    border-width: 1px;
    border-radius: 0px;
    box-shadow: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 15px;
    background-color: #fff;
    border: 0px;
}

.list-gray {
    background-color: #F7F7F7;
    border: solid 1px rgb(221, 221, 221);
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

ul li a {
    color: #464646;
}

.dxpc-content  li {
    padding-top: 1.1em; /*SBM 13/01/2020 luft indsat*/
}


/* ---------   col   --------- */

.col-xs-10 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.col-xs-9 {
    padding-bottom: 5px;
}


/* ---------   indent   --------- */
.dxpcLite .dxpc-content, .dxdpLite .dxpc-content {
    white-space: normal;
    padding: 25px;
}

/* ---------   Grid style   --------- */

.questionnaire-grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* ---------   btn style   --------- */

.well { /* gap between btns */
    padding: 7px;
    border-radius: 0px;
    margin-bottom: 14px;
}

.btn {
    border-radius: 0px;
    border: 0px;
    font-family: montserratregular;
    font-size:13px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

/*.btn:focus {
    outline: 0px;
    color: #212121;
    outline-offset: 0px;
}*/

.btn-action {
    background-color: #008986;
    color: #fff;
}

/*SBM 20/03/2020 ny knap farve på knapper ved oprettelse af skemaer - fra sammenlignings rapport*/
.btn-plusorange {
    background-color: #f49b46;
    color: white;
}

.btn-primary {
    background-image: none;
    background-color: #597584;
    border-color: #2C5653;
    color: #fff;
}

    .btn-primary:hover {
        border-color: #78909c;
        background-color: #455a64;
        background-position: 0 -15px;
    }

    .btn-primary:active {
        background-color: #37474f;
        border-color: #37474f;
        background-position: 0 -15px;
    }

    .btn-primary:focus {
        background-color: #3e677c;
        border-color: #37474f;
        background-position: 0 -15px;
    }

.btn-secondary {
    background-image: none;
    background-color: #DDDDDD;
    border-color: #34495e;
}

    .btn-secondary:focus, .btn-secondary:hover {
        background-color: #cbcbcb;
        border-color: #415b76;
        background-position: 0 -15px;
    }

    .btn-secondary:focus, .btn-secondary:active {
        background-color: #d7d7d7;
        border-color: #34495e;
        background-position: 0 -15px;
    }

    .btn-secondary.active {
        background-color: #bebebe;
        color: white;
    }

.btn-edit {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    margin: -2px;
}

    .btn-edit:hover {
        background-color: #d8d8d8;
        border: 1px solid #DDDDDD;
        margin: -2px;
    }

.btn-group-sm > .btn, .btn-sm {
    padding: 4px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-success {
    background-image: none;
    background-repeat: no-repeat;
    background-color: #49b043;
    border-color: #6db169;
}

    .btn-success:hover {
        background-image: none;
        background-repeat: no-repeat;
        background-color: #7ec77a;
        border-color: #6db169;
    }

.btn-danger {
    background-image: none;
    background-repeat: no-repeat;
    background-color: #ca4d4d;
    border-color: #ca4d4d;
}

.btn-attention {
    color:#fff;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #8bd0c4;
    border-color: #37474f;
}

.btn-attention:hover {
    color:#fff;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #7fbdb2;
    border-color: #37474f;
}

.btn-inactive {
    border: solid 1px #dcdcdc;
    background-image: none;
    background-color: rgb(242, 242, 242);
    margin: -2px;
}

    .btn-inactive:hover {
        border: solid 1px #d7d7d7;
        background-image: none;
        background-color: #d7d7d7;
        margin: -2px;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: 0px none none;
    outline-offset: 0px;
}

.btn-text-edit {
    background-image: none;
    background-color: #EEE;
    border: 1px solid #B2B2B2;
}

.btn-info {
    background-color: #ea8229;
    border-color: #ea8229;
}

    .btn-info:hover {
        background-color: #db7219;
        border-color: #db7219;
    }

    .btn-info:focus {
        background-color: #db7219;
        border-color: #db7219;
        box-shadow: none;
    }

    .btn-info:active {
        background-color: #db7219;
        border-color: #db7219;
        box-shadow: none;
    }

.btn-user {
    background-color: #2c5653;
    color: #fff;
}

    .btn-user:hover {
        background-color: #244543;
        color: #fff;
    }

    .btn-user:active {
        background-color: #244543;
        color: #fff;
    }

    .btn-user:visited {
        background-color: #244543;
        color: #fff;
    }

.close {
    float: right;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 0.6;
}

.svar-login .btn-default {
    border: 1px solid #F16767;
    color: #fff;
    background-color: #F16767;
    border-radius: 0px;
    font-size: 15px;
    padding: 15px 30px;
}

    .svar-login .btn-default:hover {
        border: 1px solid #f78484;
        color: #fff;
        background-color: #f78484;
        border-radius: 0px;
    }

.svar-login .panel-primary {
    border-color: #528E98;
}

    .svar-login .panel-primary .panel-heading-elev {
        /*background-color:#528E98;*/
        background-image: url(/Images/BoernLogin.jpg);
        background-size: cover;
        min-height: 220px;
        background-position-x: center;
        background-position-y: center;
    }

    .svar-login .panel-primary .panel-heading-foraldre {
        background-image: url(/Images/ForaeldreLogin.jpg);
        background-size: cover;
        min-height: 220px;
        background-position-x: center;
        background-position-y: center;
    }

.svar-login .panel-heading .panel-title {
    font-size: 38px;
    padding-top: 100px;
    font-family: montserratbold;
}

.svar-login .panel-footer {
    background-color: #fff;
    border-top: 0px;
}

.svar-login .text-height {
    font-size: 15px;
    font-family: montserratbold;
    padding: 20px;
    line-height: 20px;
    min-height: 100px;
}

.svar-login .text-height-big {
    height: 50px;
}

.svar-login-nemid {
    border: 1px solid #c5c5c5;
    margin-top:10px;
    padding-top:13px;
    padding-bottom:0px;
    /*min-height: 297px;*/
}

.svar-login-info {
    padding:18px 13px;
    min-height: 137px;
}

.svar-content {
    background-image: url(/Images/bg2.jpg);
    background-size: cover;
    background-position: 50% 26%;
    min-height: 370px; /* SBM rettet fra 600 til 550 */
}

.svar-bumper {
    position: absolute;
    top: 10%;
    right: 25%;
    background-repeat: no-repeat;
    background-image: url(/Images/bumper.png);
    height: 220px;
    width: 220px;
}

    .svar-bumper:hover {
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(/Images/bumper_hover.png);
    }

.svar-box {
    padding: 25px;
    min-height: 190px;
}

    .svar-box h4 {
        color: #212121;
    }

    .svar-box p {
        font-size: 1.3em;
        color: #fff;
    }

.svar-box-1 {
    border-right: solid 1px #fff;
    background-color: #74b1b8;
}

.svar-box-2 {
    border-right: solid 1px #fff;
    background-color: #65a9b0;
}

.svar-box-3 {
    background-color: #74b1b8;
}

.alert-unilogin {
    color: #212121;
    background-color: #f3f3f3;
    border-color: rgb(221, 221, 221);
    border-radius:0px;
    text-align:left;
}

.alert-nemid {
    color: #212121;
    background-color:#f3f3f3;
    border-color: rgb(221, 221, 221);
    border-radius:0px;
    text-align:left;
}

/* ---------   FontAwesome    --------- */

.fa {
    padding-right: 3px;
}

/* ---------   Section    --------- */

.section {
    margin-top: 0px;
    margin-bottom: 3px;
    min-height: 50px;
}

    .section ui-sortable {
        background-color: #fafafa;
    }

.section-margin {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}

#questionnairecontent {
    margin-bottom: 15px;
}

    #questionnairecontent ul {
        padding: 8px;
        margin: 0;
        list-style-type: none;
    }

/* ---------   Modal  ---------*/

.modal {
    overflow-y: auto;
}


.modal-content {
    background-color: #ECECEC;
    border-radius: 0px;
}

.modal-header {
    background-color: #ECECEC;
    margin-bottom: 10px;
}

.modal-color {
    background-color: #7f7f7f;
}

.modal-body {
    padding: 0px 15px;
    background-color: #ECECEC;
}

.modal-footer {
    background-color: #ECECEC;
    border-top: 1px solid #E0E0E0;
}

.modal-body .list-group-item {
    position: relative;
    display: block;
    padding: 3px 30px;
    background-color: #fff;
    border: 0px;
}

.modal-body .col-xs-2 {
    margin-top: 7px;
}

.modal-body .span-padding {
    min-width: 60px;
    text-align: left;
}

.modal-body .input-group {
    margin-bottom: 3px;
}

.modal-backdrop.in {
    opacity: 0.5;
}

/* ---------   Alerts    --------- */

.alert-info {
    color: #212121;
    background-color: #cfd8dc;
    background-image: none;
}

.alert-succes {
    background-image: none;
    color: #fff;
}

.has-error .form-control {
    border-color: #ca4d4d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #ca4d4d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

/* ---------   Modal Warning  ---------*/

#warningModal .modal-header {
    background-color: #ca4d4d;
}

#deleteModal .modal-header {
    background-color: #ca4d4d;
}


/* count indicator near icons */
.nav > li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 9px;
    background: rgba(51,200,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.alert-text {
    font-size: 12px;
    font-weight: 600;
    color: #ca4d4d;
}

/* ---------   Discontinued    --------- */

.discontinued {
    border-color: #dedede;
    color: #C0C0C0;
}

.gray {
    color: #C0C0C0;
}

.discontinued .panel-heading {
    color: #C0C0C0;
    background-color: #F5F5F5;
}

.padding-none {
    padding-left: 0px;
    padding-right: 0px;
}

.gray input {
    color: #C0C0C0;
}

.gray i {
    color: #C0C0C0;
}

.gray a {
    color: #C0C0C0;
}

/* ---------   Hidden element    --------- */

.refreshButton {
    visibility: hidden;
}

.pad-left {
    padding-left: 30px;
}

/* --------     Card-styles  ----------- */

.card-style {
    padding: 15px;
    border: solid 1px #ECECEC;
    box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
    margin-top: 5px;
    background-color: #fff;
}

#frontpage-login-spot .card-style-frontpage {
    background-color: #be6046;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
    margin-top: 23px;
    color: #fff;
}

    #frontpage-login-spot .card-style-frontpage h3 {
        color: #fff;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 400;
    }

    #frontpage-login-spot .card-style-frontpage .btn-default {
        background-color: #ffaf74;
        font-size: 16px;
        border-radius: 6px;
        color: #fff;
        border: 0px;
        font-weight: 400;
    }

        #frontpage-login-spot .card-style-frontpage .btn-default:hover {
            background-color: #e9863d;
            border-radius: 6px;
            color: #fff;
            border: 0px;
            font-weight: 400;
        }

        #frontpage-login-spot .card-style-frontpage .btn-default:active {
            background-color: #e9863d;
            border-radius: 6px;
            color: #977054;
            border: 0px;
            font-weight: 600;
        }

.card-style-public {
    padding: 15px;
    border: solid 1px #ECECEC;
    box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #fff;
}

.card-style .label-info {
    background-color: #fff;
    color: #212121;
    border: 1px solid #BDBDBD;
}

.card-style-info {
    padding: 15px;
    border: solid 1px #ECECEC;
    box-shadow: 0px 1px 3px rgba(97, 97, 97, 0.25);
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: #fff;
    color: #212121;
}

.card-style-header {
    padding-left: 25px;
    background-color: #546e7a;
    color: #fff;
}

.card-style h4 {
    color: #546E7A;
    font-size: 20px;
    font-weight: 600;
}

.finished-examination {
    background-color: #F0F0F0;
    margin-top: 20px;
}

.admin {
    background-color: #455a64;
    color: #fff;
}

.admin2 {
    margin-top: 16px;
    text-shadow: none;
    padding-left: 0px;
    padding-right: 10px;
}

    .admin2 .nav-header {
        text-shadow: none;
    }

.admin h4 {
    color: #fff;
}

.admin ul li a {
    color: #fff;
}

.border {
    border: dashed 1px #C0C0C0;
}


/* --------     input types   ----------- */

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
}

.input-group-addon {
    border-radius: 0px;
}

/* --------     colorpicker   ----------- */
.colorpicker {
    z-index: 9999;
}

/*Footer*/

.footer {
    padding: 15px;
    background-color: #C0C0C0;
    color: #212121;
}

    .footer p {
        font-size: 0.9em;
        font-weight: 400;
        color: #fff;
    }


    .footer h4 {
        font-size: 1.1em;
        font-weight: 600;
        color: #fff;
    }

    .footer a {
        color: #fff;
    }

    .footer .well {
        padding: 4px;
        margin-bottom: 20px;
        background-color: #D0D0D0;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px;
        box-shadow: none;
    }

    .footer .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: none;
        transition: none;
    }

    .footer .btn-default {
        border-radius: 0px;
    }

.footer-second {
    color: #ECECEC;
    background-color: #498791;
    padding: 10px;
    padding-right: 30px;
}

    .footer-second p {
        margin-left: 0px;
        color: #212121;
    }

.svar-footer-second {
    color: #ECECEC;
    background-color: #e4e4e4;
    padding-top: 25px;
    min-height: 250px;
}

    .svar-footer-second p {
        margin-left: 0px;
        color: #212121;
    }

.svar-copyright {
    font-family: Montserratbold;
    font-size: 1em;
    color: #b7b7b7;
    /*padding-left: 15px;*/
}

/*@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        padding-right: 6px;
        padding-left: 6px;
    }
}*/

.linkpopup {
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal-dialog {
        min-width: 757px;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .svar-content {
        min-height: 350px; /* NKB rettet fra 470 til 350 */
        background-size:inherit;
    }

    .svar-bumper-xs {
        margin: auto;
        margin-top: 0px;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/Images/bumper.png);
        height: 220px;
        width: 220px;
    }

        .svar-bumper-xs:hover {
            margin: auto;
            margin-top: 0px;
            position: relative;
            background-repeat: no-repeat;
            background-image: url(/Images/bumper_hover.png);
            height: 220px;
            width: 220px;
        }
}

@media (max-width: 993px) {

    .panel-project h5 {
        font-size: 13px;
    }
}

/*JL 22-08-2022: Added after updating font-awesome*/
.pull-right {
    float: right;
}
