
body.indevelopment {
    margin: 0 !important;
}

@font-face{
	font-family:'metropolis';
	font-style:normal;
	font-weight:normal;
	font-display:swap;
	src:url('../fonts/Metropolis-Medium.woff') format('woff')
}
@font-face{
	font-family:'metropolis';
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
		url('../fonts/metropolis-regular-webfont.woff') format('woff')
}

/*****************************************************************************
* HTML
*****************************************************************************/

body {
    background: #e0e7ea;
    font-family: 'metropolis', sans-serif !important;
}

h3{
    color:#121469;
    font-family: 'metropolis', sans-serif !important;
    font-size: 1.3em;
    font-weight: 800;
    text-transform: none;
}

/*****************************************************************************
* Mainform
*****************************************************************************/

.mainform {
    margin: 5px;
}

.content-row{
    max-width:720px;
}

.content-main {
    min-height: 300px;
    width:100%;
}

.content-holder{
    border-radius: 10px;
    margin: -200px 0 0 0;
}

.content-main-inner{
    padding: 30px 40px;
}

/*****************************************************************************
* Menu
*****************************************************************************/
.menu-container {
    max-width: 100%;
    position: relative;
    box-shadow: 0px 0px 0px 0px;
    height: auto;
    background: #fff;
    min-height:150px;
}

.menu-container-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

img.menu-logo {
    left: 8px;
    position: relative !important;
    padding-bottom: 30px;
    top:3em;
}

.mle-switch {
    right: 20px;
    top:50px;
}

.mle-switch select {
    font-size: 1em;
    border-bottom: 1px solid #121469;
    color: #121469;
}

.menu-items, .burgermenu {
    display: none;
}

.login_logobox {
    background-image: url(../images/bg_new.jp);
}


/*****************************************************************************
* Visual / header
*****************************************************************************/

.visual-container {
    width: auto;
    height: 40vh;
    margin-top: 0;
    background-image: url("../images/bg_new.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 1px;
}

.title-box {
    width:90%;
}

.logo-np {
    width:100%;
}

img.logo-np{
    max-width: 160px;
    padding-right:2em;
}

/*****************************************************************************
* Buttons / icons
*****************************************************************************/

a.sidebar-cta {
    color: #009edb;
}

a, strong, .asterisk, .note {
    color: #009edb;
}

.nav_buttons .next_button button.button {
    color: #ffffff;
    background: #004a7c;
}

.nav_buttons .prev_button button.button {
    color: #ffffff;
    background: #004a7c;
}

.accordion_step--finished .accordion_status, .accordion_step--current .accordion_status, .accordion--current .accordion_status, .nav_buttons .next_button button.button {
    background: #009edb;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    background: #009edb !important;
    color: #ffffff !important;
}

.next_button {
    float: left;
}

/********************************************************************************
 * 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: 1.8em;
}

/* .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;
}

.dashboard-container .overzicht {
    width:100%;
    margin:0 auto;
}

@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
 ********************************************************************************/

 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:#e0e7ea !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%;
}

@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;
}

.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;
    }
}

/*********
* stats
***********/
.tab-bar {
    border-bottom: 1px solid #000000;
    display: flex;
}

.tab-page {
    padding-top: 2em;
}

.tab-button {
    background-color: none;
    padding: 0.5em 1.25em;
    text-align: center;
    border-top: 1px solid #818181;
    border-right: 1px solid #818181;
    border-left: 1px solid #818181;
    cursor: pointer;
    color: #818181;
    border-radius: 5px 5px 0 0;
    margin-right: 8px;
}
.tab-button.tab-active {
    background-color: #000000;
    color: #FFF;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.tab-button h3 {
    margin: 0;
}

.tab-button.tab-active h3{
    color: #FFF;
}
