﻿body {
    background-color:#e4e4e4;
}

.page-header h2 {
    padding-left:0px;
}

.padding-40 {
    padding:40px;
}

.padding-sides-70{
    padding:0px 70px;
}

.margin-neg-50{
    /*margin-left:-50px;*/
}

.btn {
    border-radius: 4px;
    border: 0px;
    font-family: Arial, sans-serif;
    font-size:14px;
}

.btn-area {
    width:170px;
    background-color:#8ab1af;
    color:#fff;
    font-size:18px;    
}

.btn-area:hover {
    width:170px;
    background-color:#86a8a6;
    color:#fff;
    font-size:18px;    
}

.back-link {
    color: #dc7b23;
}

label { /*NKB: sørger for at labels står ud for radioknapper - tilføjet 28/11/2016*/
    margin-bottom:0px;
}

.header-sksplus {
    background-color: #8ab1af;
    color: #fff;
    padding-top:15px;
    padding-bottom: 16px;
}

.sub-header-sksplus {
    font-size:15px;
}

.logo-color {
    color:#f59e50;
}

.login-skolesundhedPLUS {
    background-color:#efefef;
}

.login-skolesundhedPLUS ul {
    padding-left:15px;
}

.MenuAdmin {
    padding-top:0px;
}

.sks-plus-menu {
    background-color:#ececec;
    font-weight:600;
}

.sks-plus-menu li > a:hover {
    text-decoration: none;
    color: #82a7a5;
    text-decoration: underline;
}

.svar-login {
    padding:15px;
    border: 1px solid #c5c5c5;
}

.user {
    padding-top:10px;
    padding-left:19px;
    font-size: 0.85em;
    color: gray;
}

/*Overwritten in different resolutions!
    ONLY FRONTPAGE
*/
.sksplus-content {
    background-image: url(/Images/bg_frontpage.jpg);
    background-size: cover;
    background-position: 50% 26%;
    min-height: 370px; /* 20-09-2016 NKB rettet fra 470 til 350 */
}

.sksplus-content-page {
    min-height:430px;
    background-color:#fff;
}

.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);
        height: 220px;
        width: 220px;
    }

.svar-bumper-mobil {
    /*margin-left: 61%;*/
    margin-top: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(/Images/bumper.png);
    height: 220px;
    width: 220px;
}

    .svar-bumper-mobil:hover {
        /*margin-left: 61%;*/
        margin-top: 150px;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/Images/bumper_hover.png);
    }

.heading-skolesundhedplus {
    min-height: 60px;
    background-image: url(/Images/skolesundhedplus_heading_public.jpg);
    background-size: cover;
    background-position: center;
}

    .heading-skolesundhedplus h1 {
        color: #fff;
    }

.svar-box {
    min-height: 220px;
}

.svar-box:hover {
    background-color: #98bfbd;
}

.svar-box-1 {
    border-right: 0px;
    background-color: #8ab1af;
}

.svar-box-2 {
    border-right: solid 1px #fff;
    background-color: #82a7a5;
}

.svar-box-3 {
    background-color: #8ab1af;
}

.svar-footer-second {
    color: #ECECEC;
    background-color: #e4e4e4;
    padding: 25px;
    /*min-height: 250px;*/
}

.panel-help {
    border-radius: 8px;
    border: 2px solid #8ab1af;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

    .panel-help h3 {
        color:#8ab1af;
    }

.panel-body {
    line-height:1.4;
}

.area {
    padding:30px;
}

.well-help {
    padding:20px;
}

.well-help ol {
    padding-left:17px;
}

.fa {
    padding-right:0px;
}

.icon-h3 {
    margin-right: 12px;
    /*margin-left:-46px;*/
    color: #7dabb0;
    font-size:1.5em;
    /*padding-right:15px;*/
    position: relative;
    top: 5px;
}

.icon-h4 {
    margin-left: 0px;
    color: #7dabb0;
    font-size: 1.0em;
    padding: 0 15px;
    position: relative;
    top: 0px;
}


/*KOMITE portal farvescreening farver : bruges på oversigten*/

.warning_screening {
    background-color: #FDFA9E !important;
}

.danger_screening {
    background-color: #F5A6A6 !important;
}

.success_screening {
    background-color: #C9E2Be !important;
}

.info_screening {
    background-color: #D0D0D0 !important;
}

.success {
    border: 2px solid #a7e28f;
    color: #a7e28f;
}

.danger {
    border: 2px solid #fe756c;
    color: #fe756c;
}

.warning {
    border: 2px solid #eddd00;
    color: #eddd00;
}



@media print {

    a[href]:after { /*SBM 09/09/2020*/
        display: none;
        visibility: hidden;
    }

    .success_screening {
        border: 2px solid #a7e28f;
        background-color: red;
        color: #a7e28f;
    }

    .danger_screening {
        border: 2px solid #fe756c;
        color: #fe756c;
    }

    .warning_screening {
        /*border: 2px solid #F5EC68;*/
        border: 2px solid #eddd00;
        color: #eddd00;
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 730px;
    }
}


@media (min-width:992px) {
    .modal-dialog {
        width:1000px;
    }
}

@media (min-width:1200px) {
    .modal-dialog {
        width:1148px;
    }
}

/*Specielt overwittes class above*/
@media (min-width:970px) {
    .sksplus-content {
        background-image: url(/Images/bg_frontpage.jpg);
        background-size: cover;
        background-position: 50% 26%;
        min-height: 370px;
    }
}

/* Large devices (large desktops, 1170px - 1470px) */
@media (min-width: 1170px) {
    .sksplus-content {
        background-image: url(/Images/bg_frontpage.jpg);
        background-size: cover;
        background-position: 50% 26%;
        min-height: 420px;
    }     
}

@media (min-width:1440px) {
    .sksplus-content {
        background-image: url(/Images/bg_frontpage.jpg);
        background-size: cover;
        background-position: 50% 26%;
        min-height: 500px;
    }    
}

@media (min-width:1670px) {
    .sksplus-content {
        background-image: url(/Images/bg_frontpage.jpg);
        background-size: cover;
        background-position: 50% 26%;
        min-height: 650px;
    }
}



/*SBM 05/08/2021: added orientation*/

@media screen and (orientation : landscape) {
    #OrientationBarDiv {
        display: none;
    }
}

@media screen and (orientation : portrait) {
    #OrientationBarDiv {
        display: none;
    }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    #OrientationBarDiv {
        display: block;
        border: 10px dashed red;
    }
}

@media screen {
    .PresenterOrientationDiv {
        background: whitesmoke;
        width: 100%;
        text-align: center;
    }

    .PresenterOrientationCloseButton {
        margin: 15px;
    }

    .PresenterOrientationMessageLabel {
        color: #444444;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .PresenterOrientationImage {
        opacity: 0.6;
        margin: auto;
        height: 100px;
        width: 100px;
    }
}

@media print {
    .PresenterOrientationDiv {
        display: none !important;
    }
}

/*JL 30-06-2022: added btn-secondary styling*/
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-alert {
    background-color: ButtonFace;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}