/*
a.sidebar-cta {
    color: #;
}

a, strong, .asterisk, .note {
    color: #;
}

.nav_buttons .next_button button.button, button.loginbutton {
    color: #;
    background: #;
}

.nav_buttons .prev_button button.button {
    color: #;
    background: #;
}

.accordion_step--finished .accordion_status, .accordion_step--current .accordion_status, .accordion--current .accordion_status, .nav_buttons .next_button button.button {
    background: #;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    background: # !important;
    color: # !important;
}

:focus {
    border: 1px solid # !important;
}
*/

/********************************************************************************
 * Template
 ********************************************************************************/
 body.indevelopment {
    margin: 10px 0 0 0;
 }
    @font-face {
        font-family: 'CorpidRegular';
        src: url("../fonts/CorpidC1s-Regular.otf") format("opentype"),
            url("../fonts/CorpidC1s-Regular.woff2") format("woff2"),
            url("../fonts/CorpidC1s-Regular.eot") format("embedded-opentype"),
            url("../fonts/CorpidC1s-Regular.ttf") format("truetype"),
            url("../fonts/CorpidC1s-Regular.svg") format("svg"),
            url("../fonts/CorpidC1s-Regular.woff") format("woff");
        font-weight: normal;
        font-style:normal;
    }

    @font-face {
        font-family: 'CorpidBold';
        src: url("../fonts/CorpidC1s-Bold.otf") format("opentype"),
            url("../fonts/CorpidC1s-Bold.woff2") format("woff2"),
            url("../fonts/CorpidC1s-Bold.eot") format("embedded-opentype"),
            url("../fonts/CorpidC1s-Bold.ttf") format("truetype"),
            url("../fonts/CorpidC1s-Bold.svg") format("svg"),
            url("../fonts/CorpidC1s-Bold.woff") format("woff");
        font-weight: normal;
        font-style:normal;
    }

    body {
        background: #e0e7ea;
        font-family: 'CorpidRegular';
    }

    .menu-container {
        max-width: 100%;
        position: relative;
        box-shadow: 0px 0px 0px 0px;
        height: auto;
        background: #fff;
    }

    .menu-container-inner {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }

    img.menu-logo {
        left: 8px;
        position: relative !important;
        padding-bottom: 30px;
    }

    .mle-switch {
        right: 20px;
    }

    .mle-switch select {
        font-size: 1em;
        border-bottom: 1px solid #121469;
        color: #121469;
        padding: 0.1em;
    }

    .mle-switch select:focus, textarea:focus {
        border: #121469 !important;
        background: #121469 !important;
        color: #fff !important;
    }

    .menu-items, .burgermenu {
        display: none;
    }

    .visual-container {
        width: auto;
        height: 20vh;
        margin-top: 0;
        background-image: url("../images/bg.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 1px;
    }

    .content-row {
        max-width: 620px;
    }

    .content-holder {
        box-shadow: 0px 0px 0px 0px;
    }

    .content-main {
        min-height: 300px;
    }

    .content-main-fullwidth {
        width: 100%;
        padding-bottom: 40px;
    }

    .mainform {
        margin: 25px 0;
    }

    .poweredby {
        display: none;
    }

    .login_logobox {
        background-image: url("../images/bg.jpg");
    }

    button.loginbutton:hover, .dsb-button:hover {
        background: #d5d5d5;
        color: #7A7983;
    }

    .logout {
        padding: 20px 40px;
    }

    .logoutlink {
        color: gray;
        font-size: 90%;
    }

/********************************************************************************
 * Content
 ********************************************************************************/

    .form_label {
        font-size: 14px;
        color:#121469;
    }

    p, td {
        color: #3D3F3F;
        font-size: 14px;
    }

    p, td {
        color: #3D3F3F;
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
    }

    h2, h1 {
        margin: 2rem 0 1.4rem 0;
        color: #121469;
        /*font-size: 3.2rem;*/
        line-height:1.6;
        font-size: 22px;
        font-family: 'CorpidBold';
        font-weight: normal;
    }

    h2 {
        text-transform: initial;
    }

    a {
        color: #121469;
        text-decoration: underline;
    }

    .nav_buttons button.button,
    .nav_buttons input.button {
        -webkit-appearance: none;
        border: none;
        padding: 10px;
        width: auto;
        min-width: 150px;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: bold;
        border-radius: 0;
        color: #FFF;
        margin-top: 1em;
    }

    .nav_buttons .next_button button.button,
    .nav_buttons .next_button input.button,
    .accordion_step--finished .accordion_status, .accordion_step--current .accordion_status, .accordion--current .accordion_status, button.loginbutton, .dsb-button {
        background: #121469;
        border-radius: 25px;
    }

    .multipage_nav {
        margin-top: 0.5em;
    }

    .previous_button {
        display: inline-block;
    }

    .previous_button button.button,
    .previous_button input.button {
        background: #333;
        color:#FFF;
        border-radius: 25px;
    }

    .message.message--error {
        border: 1px solid red;
        background: #ece3e3;
        padding: 0.5em;
        border-radius: 5px;
        color: red;
    }

    .message-toast {
        display: block;
        background-color: #62be4a;
        border: 1px solid #62be4a;
        color: #292929;
        font-size: 1.2em;
        padding: 0.5em 0.2em;
        text-align: center;
        margin: 0 21px 1em 0;
    }

    .next_button {
        float: left;
    }

    .onsite_input {
        font-size: 25px;
    }

    .js-date.grid-inline > * {
        position: relative;
    }

    .js-date.grid-inline > * .form_check {
        margin-right: 1.2em !important;
    }

    .js-date.grid-inline > *:last-child .form_check {
        margin-right: 0.7em !important;
    }

    .js-timeslot.disabled {
        color: #CCC;
        text-decoration: line-through;
    }

    .loading_image {background: url(../images/loading_spinner.gif) no-repeat 50% 50%; background-color: rgba(256,256,256,0.7) !important;}
/********************************************************************************
 * Scanner
 ********************************************************************************/

    .onsite {
        display: block;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        z-index: 99999;
    }

    .onsite-content {
        display: block;
        width: 50%;
        height: auto;
        margin: 25% auto;
        background: #FFFFFF;
        padding: 1.5em;
        border-radius: 0.25em;
        min-height: 6em;
    }

    .onsite .onsite-content .title {
        color: #121469;
        font-size: 1.5em;
        font-weight: bold;
    }

    .onsite .onsite-content .counter {
        color: #CCC;
        border-top: 1px solid #CCC;
    }

    .onsite .onsite-content .error-mark {
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        text-align: center;
        vertical-align: middle;
        line-height: 1.7em;
        background: #121469;
        color: #FFF;
        border-radius: 2em;
        position: absolute;
        font-size: 1.2em
    }

    .onsite .onsite-content .title .text {
        margin-left: 2.3em;
        display: inline-block;
        font-size: 1.1em;
    }
    .onsite .onsite-content .error-container {
        font-size: 1em;
        font-weight: 600;
        margin: 1em 0;
    }

    .onsite .onsite-content .nav_buttons {
        margin: 2em 0;
    }
    .onsite .onsite-content .nav_buttons .button-blue {
        background: #121469;
        color:#FFF;
        border-radius: 25px;
    }

    .onsite .onsite-content .nav_buttons .button-gray {
        background: #333;
        color:#FFF;
        border-radius: 25px;
    }

    .scan-location {
        text-align: center;
        background: #121469;
        color: #fff;
        padding: 0.2em;
    }

@media screen and (max-width: 767px) {
    .grid-inline > *  {
        margin-top: 0.75em;
    }
}

.dsb-button {
    color: #FFF;
    display: inline-block;
    padding: 1em 0.5em;
    background: #121469;
    font-size: 0.9em;
    margin-bottom: 1em;
}

.dsb-button.full-width {
    width: 25%;
    min-width: 250px;
}

.data_row {
    height: 2em;
}

.data_row:nth-child(odd){
    background: #e6e6e6;
}

.data_row td {
    padding-left: 0.2em;
}

.td_button {
    text-align: right;
    padding-right: 0.5em;
    font-size: 120%;
}

.td_status{
    text-align: right;
    padding-right: 0.5em;
}
.status-orb {
    width: 1.5em;
    height: 1.5em;
    background: #CCC;
    display: inline-block;
    border-radius: 1.5em;
}

.status-orb.aanwezig {
    background-color: #209c20;
}

.status-orb.afwezig {
    background-color: #ad1111;
}

.status-orb.pending {
    background-color: #b9b941;
}

.status-orb.aanwezig::before {
    content: "✓";
}

.status-orb.afwezig::before {
    content: "🗙";
}

.status-orb.pending::before {
    content: "!";
}

.status-orb{
    text-align: center;
}

.status-orb::before{
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
}

.dashboard_block {
    text-align: center;
    margin: 2em 0;
}
.cancel {
    float:right;
}

.display_stats.location {
    display: block;
    margin: 0;
    padding: 10px;
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1em;
}

/* .display_stats.location:nth-of-type(even) {
    border-left: 5px solid #000;
}

.display_stats.location:nth-of-type(odd) {
    border-right: 5px solid #000;
} */

.display_stats.location > div {
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .display_stats.location {
        display: block;
        width: 100%;
    }
}

/********************************************************************************
 * Stats printen
 ********************************************************************************/

@media print {
    .menu-container,
    .visual-container {
        display: none;
    }

    body,
    .content-main-fullwidth {
        padding-bottom: 0;
    }
}

/********************************************************************************
 * Blind/slecht ziende verbeteringen
 ********************************************************************************/
.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.form_element {
    background: #fdfdfd;
}

fieldset.form_element {
    border: none;
    margin-top: -35px;
}

fieldset.form_element legend {
    border: none;
    padding-top: 35px;
}

.form_label {
    color: #505050;
}

.form_element{
    box-shadow: 0px 1px 1px #505050;
}

label.form_error, .form_error_box .form_label, label.form_error ::placeholder, .form_error_box ::placeholder {
    color: #d40000 !important;
}

.form_error_box {
    border:1px solid #d40000;
    background: #fff4f4;
}

:focus {
    border: 1px solid #121469 !important;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    border:none !important;
    background:#ededed96 !important;
    color: #000 !important;
}

.present_guests .display_title {
    margin: 2rem 0 1.4rem 0;
    color: #121469;
    line-height:1.6;
    font-size: 30px;
    font-family: 'CorpidBold';
    font-weight: normal;
}
.present_guests .display_title span {
    display: inline-flex;
}

.present_guests .display_title span:first-of-type{
    width: 60%;
}

.cookiebox_text {
    width: 80%;
}

::placeholder, input::placeholder{
    color:#121469 !important;
    opacity:1 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #FFFFFF;
	background:#121469 !important;
	font-weight: normal;
	color: #FFFFFF !important;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	color: #FFFFFF !important;
}

.cookiebanner {
    background: rgba(0, 0, 0, 0.95);
}

@media screen and (max-width: 767px) {
    .cookiebanner {
        position: unset;
    }
}

@media screen and (max-width: 767px) {
    .present_guests .display_title span {
        display: block;
    }

    .present_guests .display_title span{
        width: 100%;
    }
}

.menu {
    text-align: right;
}

.menu-item {
    border: 1px solid #121469;
    margin: 0 2px;
    padding: 4px 8px;
    text-decoration: none;
    width: auto;
    font-size: 1em;
    display: inline-block;
    min-height: 1.2em;
}

.menu-item:hover {
    background: #121469;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .menu-item {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
}
