body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#klaver-logo { width: 154px; height: 154px; background: url('klaver.green.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


body {
    color: #010;
    font-size: larger;
}

a {
    color: #393;
    font-weight: 500;
}

    a:hover {
        color: #191;
    }

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

*, :before, :after {
    box-sizing: border-box;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*
.menu__background {
    position: absolute;
    background-image: url(../img/purty-wood.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/


.navbar {
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}


.main-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 1.15rem;
    z-index: 30;
    background-image: url(../img/purty-wood.png);
}

.navbar-brand {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item {
    background: #1619;
    margin-left: 5px;
    border: 3px solid #161;
    border-radius: 10px;
}

    .nav-item:hover {
        background: #191f;
        border: 3px solid #383
    }

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.hero__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*    background: url('../img/tablewide.png') no-repeat;*/
}

.dropdown-item {
    cursor: pointer;
    color: white;
    font-weight: 400;
    font-size: larger;
}

    .dropdown-item.disabled {
        color: #bbb !important;
    }

    .dropdown-item.selected {
        font-weight: 800;
    }

    .dropdown-item:hover {
        color: black !important;
    }


.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #161e;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}


.white-space {
    height: 90px;
    width: 100%;
}

.hero__content {
    max-width: 650px;
    width: 100%;
    z-index: 3;
}

.hero__row {
    z-index: 3;
    padding: 15px;
}

.hero__white {
    background: #eeee;
    border-radius: 10px;
}

.hero__quickmenu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__sub {
    width: 40%;
    padding: 15px;
    margin: 0px 15px 0px 15px;
    text-align: center;
    font-weight: 800;
    font-size: larger;
}

.hero__button {
    color: #fff;
    background-color: #22542C;
    border: 3px solid #131;
    border-radius: 10px;
}

    .hero__button:hover {
        background: #191f;
        color: white;
    }

.hero__title {
    display: block;
    font-size: 60px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 35px;
    color: #152;
}

.space {
    min-height: 50px;
}

.hero__subtitle {
    display: block;
    font-size: 30px;
    color: #22542C;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 80px;
}

.img-shadow {
    margin-left: 10%;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.sideimg {
    width: 100%;
    max-height: 800px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: large;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

p {
    font-size: large;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


.banner {
    max-width: 100%;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h1, h2, h3, h4 {
    color: #22542C;
    font-family: 'Comic boys', 'Comic Sans MS', Verdana, Tahoma;
}

.row ul {
    padding-inline-start: 0px;
    list-style: none;
    margin-block-start: 0em;
    padding-left: 0;
}

li a {
    color: inherit;
}

.row li {
    position: relative;
    margin-left: 1.5em;
    padding-left: 0.5em; /* space to preserve indentation on wrap */
    padding-top: 0.3em;
}

.row ul li:before {
    content: ''; /* placeholder for the SVG */
    position: absolute;
    left: 0; /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    left: -20px;
    top: 13px;
    color: #161;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-suit-club-fill' viewBox='0 0 16 16'> <path d='M11.5 12.5a3.5 3.5 0 0 1-2.684-1.254 20 20 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a20 20 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5'/> </svg>") no-repeat;
}


ul.nav li:before {
    background: none;
    width: 0em;
}

.text-danger li {
    padding-left: 0em;
}

.text-danger ul li:before {
    background: none;
    width: 0em;
}

input, textarea, select {
    font-weight: 800;
    margin: 5px;
    background-color: rgb(255, 255, 255);
    border-width: 0.125rem;
    border-style: solid;
    border-radius: 10px;
    border-color: #22542C;
    border-image: initial;
    padding: 0.5rem 0.6rem;
    width: 300px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}


    input[type=checkbox] {
        width: 40px;
    }

    input[type=button], input[type=submit], input[type=reset] {
        background-color: #22542C;
        /*background-color: #B5074A;*/
        border: 3px solid #131;
        border-radius: 15px;
        color: white;
        padding: 16px 32px;
        text-decoration: none;
        min-width: 350px;
        margin: 4px 2px;
        cursor: pointer;
    }

        input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
            background-color: #161;
        }

.button100 {
    width: 100%;
    min-width: 50px !important;
}

.errorRow {
    position: relative;
}

.field-validation-error {
    font-weight: 600;
    color: red;
    border: 3px red solid;
    padding: 5px;
    display: inline-block;
    margin: 5px;
}

.errorSpan {
    position: absolute;
    top: 5px;
    border: 3px red solid;
    padding: 5px;
    border-radius: 15px;
    max-width: 300px;
}

    .errorSpan:empty {
        display: none;
    }

    .errorSpan::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -13px;
        border-width: 13px;
        border-style: solid;
        border-color: transparent #f00 transparent transparent;
    }

/**********************************************************
        Feedback form
    ************************************************************/

.feedback-button {
    height: 40px;
    border: solid 3px #CCCCCC;
    background: #333;
    width: 100px;
    line-height: 32px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 45%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
}

#feedback-main {
    display: none;
    float: left;
    padding-top: 0px;
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 5000;
}

#feedback-div {
    background-color: #006c8eff;
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.8);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    width: 450px;
    float: left;
    left: 50%;
    color: white;
    position: absolute;
    margin-top: 30px;
    margin-left: -260px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
    color: #3c3c3c;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

    .feedback-input:focus {
        border: 3px solid #3498db;
    }

#feedback-comment, textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

    #feedback-div input:hover, #feedback-comment:hover, #feedback-div input:focus, #feedback-comment:focus {
        background-color: white;
    }

#feedback-button-blue {
    float: left;
    width: 100%;
    cursor: pointer;
    background-color: #eee;
    color: black;
}

@media only screen and (max-width: 580px) {
    #feedback-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}

.feedbacksmile {
    font-size: xxx-large;
    padding-left: 10px;
}

    .feedbacksmile > a {
        padding-right: 10px;
    }

    .feedbacksmile .bi-emoji-frown {
        color: red;
    }

    .feedbacksmile .bi-emoji-smile {
        color: green;
    }

.adsbygoogle {
    position: absolute;
    left: 0px;
    width: 160px;
    height: 600px;
    /*border: 1px solid #333;
    background: #1a2142;*/
}

.requiredconsent {
    position: fixed;
    z-index: 100;
    margin-left: -40%;
    left: 50%;
    padding: 20px;
    bottom: 0px;
    font-size: large;
    background: #c1c1c1;
    border: 1px solid #666;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.7);
    width: 80%;
    height: 100px;
    zoom: 0.7;
}

    .requiredconsent button {
        background: #191;
        color: #fff;
        width: 150px;
        height: 30px;
        top: 15px;
        right: 10px;
        position: absolute;
    }

        .requiredconsent button:hover {
            color: #eee;
        }

@media only screen and (min-width: 700px) {
    .requiredconsent {
        zoom: 1.0;
    }
}


.btn, .button {
    background: #161;
    min-width: 200px;
    height: 40px;
    color: white;
}

.btn-large {
    background: #22542C;
    border: 3px solid #131;
    border-radius: 15px;
    color: white;
    padding: 16px 64px;
    text-decoration: none;
    min-width: 350px;
    margin: 16px 8px;
    cursor: pointer;
    font-weight: 800;
    line-height: 48px;
}


    .btn-large:hover, .btn-more:hover {
        color: white;
        background: #181;
        text-decoration: none;
    }

.btn-more {
    background: #22542C;
    border: 3px solid #131;
    border-radius: 15px;
    color: white;
    padding: 8px 64px;
    text-decoration: none;
    min-width: 350px;
    margin: 8px 8px;
    line-height: 48px;
    cursor: pointer;
    font-weight: 600;
}




.Button-small, input[type=button].Button-small, input[type=submit].Button-small, input[type=reset].Button-small {
    width: 100px;
}

.iconbutton { /* with a bootstrap icon, no border */
    background-color: transparent;
    color: #006c8e;
    border: none;
    min-width: 30px;
    margin: 0px;
    font-size: large;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .iconbutton:hover {
        background-color: #006c8e;
        color: white;
    }


.EditLabel {
    margin-top: 15px;
    font-weight: 600;
}

.card-highlight {
    background-color: #006c8e26;
}

.card .btn {
    max-width: 350px;
}

.actioncard {
    border: 1px solid #131;
    box-shadow: 5px 10px 10px #3337;
    background: #1912;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 210px;
}

.summarycard {
    border: 1px solid #131;
    box-shadow: 5px 10px 10px #3337;
    background: #1915;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 210px;
}


    .summarycard ol {
        padding-inline-start: 0px;
        margin-block-start: 0em;
    }

    .summarycard li::marker {
        font-weight: 800;
        color: #161;
    }

    .summarycard li {
        padding-left: 0.5em;
    }


.collapsible {
    text-align: left;
    font-weight: 500;
    font-size: larger;
    cursor: pointer;
    padding: 7px 2px 7px 50px;
    margin-left: 5px;
    margin-right: 5px;
    /* padding: 30px 5px; */
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #aaa;
    width: 300px;
}

    .collapsible:hover {
        color: #006c8e;
    }

.chevron.chevronup {
    background: url('../img/chevron-double-up.svg') no-repeat;
    background-position-x: 20px;
    background-position-y: 12px;
}

.chevron.chevrondown {
    background: url('../img/chevron-double-down.svg') no-repeat;
    background-position-x: 20px;
    background-position-y: 12px;
}

.flexgrid {
    flex-wrap: wrap;
    display: flex;
}

.tableborder table {
    margin: 20px;
}

.tableborder td {
    border: 1px solid #999;
    padding: 3px;
    padding-right: 40px;
}

.tableborder thead {
    font-weight: 600;
    color: white;
    background-color: #161;
}

.tableborder .number {
    /*height: 60px;*/
    text-align: center;
    border: 3px solid #151;
    box-shadow: 5px 5px 5px #333;
    border-radius: 2em;
    background: #191;
    padding: 15px;
    color: white;
    font-weight: 800;
    font-size: x-large;
}

.comp_row {
    width: 100%;
    display: flex;
    border: 1px solid #666;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color: #3b33;
}

.comp_name {
    width: 80%;
}

.comp_score {
    width: 20%;
    text-align: right;
}

@media only screen and (min-width: 993px) {

    .contents-panel {
        top: auto;
    }
}


.contents-panel {
    margin-top: 50px;
    border: 2px solid #131;
    border-radius: 10px;
    padding: 10px;
    background: #1312;
}

ol {
    padding-inline-start: 0px;
    margin-block-start: 0em;
}

li::marker {
    font-weight: 800;
    color: #161;
}

ol li {
    padding-left: 10px;
}

.contents-panel li {
    padding-left: 10px;
    cursor: pointer;
}

    .contents-panel li:hover {
        text-decoration: underline;
        font-weight: 500;
    }
