/* Put your custom styles here */

/* generic settings */
/*
:required  {
    background: url(https://cdn0.iconfinder.com/data/icons/fugue/icon/asterisk-small.png) no-repeat;
    background-position:right top;
}
*/


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

#row {
    padding: 0px;
    margin: 0px;
}


* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* <weight>: Use a value from 200 to 1000 */
    color: #333;
}

html {
    font-size: clamp(100%, calc(95% + 0.6vw), 125%);
    height: 100%;
}

body {
    font-size: 1rem;
    line-height: 1.2;
    color: #333;

    /* height: 100%; */
    /* margin: 0px; */
}

/* color settings */
.Eventalix-DarkGrey {
    color: #444a4b;
}

/* can be used for text when black is to strong, e.g. in titles */
.Eventalix-AlmostBlack {
    color: #222222;
}


/* EVT colors - our colors */


.Eventalix-Blue {
    color: #2081d6; /* #007bff; ;*/
}


.Eventalix-Red {
    color: red ;
}

.Eventalix-Grey {
    color: lightgrey;
}


a.Eventalix-Hidden {
    display: none;
    font-size: 50rem;
    color:red;
}

.Eventalix-Green {
    color: mediumseagreen;
}

.Eventalix-DarkBlue {
    color: #007db3;
}

.Eventalix-White {
    color: white;
}

.Eventalix-Black {
    color: black;
}


.Eventalix-StripeColor {
    color: #635bff;
}

.Eventalix-LoginBlackText {
    color: #555555; /* black; */
    font-size: 1rem;
}

.Eventalix-Transparant {
    background-color: transparent;
    border-style: none;
}

.Eventalix-BackgroundLightGrey {
    background-color: #f7f8f9;
}


.Eventalix-BackgroundGrey {
    background-color: #FEFEFE; /* lightgrey; */
}


.Eventalix-BackgroundMenu {
    background-color: #EFEFEF; /* lightgrey; */
}



.Eventalix-BackgroundLightGreen {
    background-color: #c9e2b3;
}




.Eventalix-BackgroundOrange {
    background-color: orange;
}

.Eventalix-InvalidInput {
    border: 2px dashed red;
    background-color: #FDD;
}

.Eventalix-Italic {
    font-style: italic;
}

#EventalixMain {
    overflow-x: hidden;
    transition: 0.5s;
}


/* Eventalix font settings */




.Eventalix-TextCenter {
    text-align: center;
}

.Eventalix-TextRight {
    text-align: right;
}

.Eventalix-TextLeft {
    text-align: left;
}


.Eventalix-SocialPanelBodyText
{
    display:inline;
    text-align: left;
    color: black;
    font-size: 1rem;
}


.Eventalix-InfoUserText
{
    /*used to shown speficic information to the user in the message on top of the order and event screen */
    /* to be used with p */
    text-align: left;
    color: black;
}


.Eventalix-SocialText
{
    /* to be used with p */
    color: black;
    font-size: 1rem;
}



.Eventalix-MenuText
{
    /* is used in the messagefiles for the information block */
    text-align: left;
    color: white; /* #009de0; */
    font-weight: bold;
    font-size: 1rem;
}


.Eventalix-FacebookText
{
    /* is used in the messagefiles for the information block */
    text-align: left;
    color: black; /* #009de0; */
    font-weight: bold;
    font-size: 1rem;
}


/* end of styles to be used with p */




.Eventalix-BottomMenuLogoImage {
    margin-left: 0px;
    text-align: left;
    display:block;
    max-width: 100%;
    object-fit: contain;
}


/* panel settings */

.Eventalix-PagePanel {
    margin: 0px;
    margin-bottom: 0px;
    padding: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.Eventalix-VideoPanel {
    height : 100vh;
    max-width: 100%;
}

.Eventalix-QR-Reader {
    max-width: 100%;
}

.Eventalix-ScannerGreen {
    color: mediumseagreen;
    font-weight: bold;
}

.Eventalix-PagePanelBody
{
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-style: none;
}


.Eventalix-DashboardCard {
    margin: auto;
    width: 98%;
    max-width: 1200px;
    margin-bottom: 5px;
}

.Eventalix-DashboardCardMid {
    margin: auto;
    width: 90%;
    max-width: 1200px;
    margin-bottom: 5px;
}

.Eventalix-DashboardCardLarge {
    margin: auto;
    width: 98%;
    margin-bottom: 5px;
}


.Eventalix-SmallCard {
    margin: auto;
    width: 90%;
    max-width: 1000px;
    margin-bottom: 5px;
}


.Eventalix-FormCard {
    margin: auto;
    width: 98%;
    max-width: 2000px;
    margin-bottom: 5px;
}

.Eventalix-OverviewCard {
    margin: auto;
    width: 98%;
    margin-bottom: 5px;
}






.Eventalix-ModalPanelBody {
    margin: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    background-color: #f7f8f9;
    text-align: left;
    box-shadow: 0px 0px 4px #b6bfc8;

}


.Eventalix-Container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 2000px;
}

.Eventalix-TableContainer
{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 2000px;
}


.Eventalix-QRPanel
{
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
    text-align: center;
}


.Eventalix-PanelBodyNews
{
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: white; /*#f7f8f9; /* white; */
}






@media only screen and (max-width: 720px) {

}


/* Modal setting */
/* see www.W3schools.com for more information about modal diaog */


.modal-dialog {
    width: 1000px;
    margin: auto;
    font-size: 1.4rem;
}



.Eventalix-FAQPanel
{
    margin: 5px;
    padding: 10px;
    border-color: #444a4b;
    text-align: left;
}


.Eventalix-FAQBody
{
    margin: 10px;
    padding: 10px;
    text-align: left;
    border-color: #444a4b;
    background-color: white;
    color: #444a4b;
}


/* styling of buttons */

.Eventalix-ButtonBlueMaxWidth {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    color: white;
    width: 90%;
    max-width: 300px;
    white-space: normal;
    font-size: 1rem;
    background-color:  #339900; /*#007bff;*/
    box-shadow: 2px 2px #444444;
    cursor: pointer;
}

.Eventalix-ButtonBlueMaxWidth:hover {
    color: black;
    background-color: #DDDDDD;
}


.Eventalix-ButtonWithIcon {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    color: #2081d6; /* #007bff; */
    width: 90%;
    max-width: 300px;
    white-space: normal;
    font-size: 1rem;
    font-weight: normal;
    border:0.1em solid #007bff;
    border-radius:0.3em;
    box-shadow: 1px 1px #999999;
    background-color: white;
    cursor: pointer;
}

.Eventalix-ButtonWithIcon:hover {
    color: black;
    background-color: #DDDDDD;
}



.Eventalix-ButtonBlue {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    color: white;
    min-width: 100px;
    width: auto;
    white-space: normal;
    font-size: 1rem;
    background-color:  #339900; /*#007bff;*/
    box-shadow: 2px 2px #AAAAAA;
    cursor: pointer;
}


.Eventalix-ButtonBlueFixedWidth {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    color: white;
    min-width: 200px;
    width: auto;
    max-width: 300px;
    white-space: normal;
    font-size: 1rem;
    background-color:  #339900; /*#007bff;*/
    box-shadow: 2px 2px #DDDDDD;
    cursor: pointer;
}

.Eventalix-ButtonBlueFixedWidth:hover {
    color: black;
    background-color: #DDDDDD;
    box-shadow: 2px 2px #444444;
}

.Eventalix-ButtonOrderForm  {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    color: white;
    min-width: 200px;
    width: auto;
    max-width: 300px;
    white-space: normal;
    font-size: 1rem;
    background-color:  #339900; /*#007bff;*/
    box-shadow: 2px 2px #DDDDDD;
    cursor: pointer;
}

.Eventalix-EventInfoText {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.Eventalix-OrderInfoText {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.Eventalix-CardEventInfoHeader {
    margin: 0%;
    font-size: 1rem;
}

.Eventalix-CardEventInfoTitle {
    font-size: 1rem;
    line-height: 20%;
    margin-bottom: 0.2rem;
}

.Eventalix-CardEventInfoText {
    margin-bottom: 0.2rem;
    /* line-height: 20%; */
}

.Eventalix-CardEventInfoTextLine {
    font-size: 0.8rem;
    line-height: 100%;
    margin-bottom: 0.2rem;
}


.Eventalix-InfoButton {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin: auto;
    color: #444a4b;
    width: auto;
    white-space: normal;
    font-size: 1.2rem;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}


.Eventalix-InfoButton:hover {
    color: lightgrey;
}

.Eventalix-ButtonBlue:hover{
    /*  background-color: white; */
    color: black;
    opacity: 0.7;
}



#EventDescriptionShowMoreButton {
    font-weight: bold;
}

.Eventalix-Icon {
    font-size: 1.2rem;
}
/* */
/* end of section with styling of buttons */
/* */


/* Table settings */


#orderListTable tr {
    border: 0;
    margin: 0px;
}


#orderListTable tr:nth-child(even) {
    background-color:  #f7f8f9;
}
/* section with styling of navigation bar */



/*  file upload button */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/* default padding is 10 px */
/* set to 0 px paddingg to have full screen */

#page-wrapper {
    margin: 0px;
    padding: 0px;
    background-color: #f0f8ff; /* #e6f7ff; */
}



/* styling voor de contact us form */




.focused{
    color:#30aed6;
    border:#30aed6 solid 3px;
}


textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}


.submit:hover {
    color: #3498db;
}

.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
    width:100%;
    background-color:white;
}


#email-signin-email {
    font-size: 1rem;
}

#email-signin-password {
    font-size: 1rem;
}


/* */
/* section with social buttons and styling for logon screen */
/* */

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white; // In yourUse @body-bg
opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #4267B2;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
    position: relative;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}
.omb_spanOr {
    font-size: 160%;
    color: black;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}


.Eventalix-SocialLoginButton {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}

.Eventalix-SocialLoginButton:hover {
    opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.Eventalix-SocialLoginButtonFacebook {
    background-color: #4267B2;
    color: white;
}

.Eventalix-SocialLoginButtonFacebookRevert {
    color: #4267B2;
    background-color: white;
}
.Eventalix-SocialLoginButtonTwitter {
    background-color: #55ACEE;
    color: white;
}

.Eventalix-SocialLoginButtonGoogle {
    background-color: #dd4b39;
    color: white;
}


.Eventalix-EmailLoginButtonGoogle {
    background-color: deepskyblue;
    color: white;
}



.Eventalix-ModalLanguage {
    margin:auto;
    width: 80%;
    max-width:400px;
}
/* end of section with styling for social buttons */
/* */


/* styling for contact us modal screen */

/* Icons ---------------------------------- */
#ContactUsName{
    /* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;

}

#ContactUsName:focus{
    /* background-image: url(http://rexkirby.com/kirbyandson/images/name.svg); */
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;

}

.Eventalix-MessageModal {
    margin-top: 100px;
}

/* Retina display */
@media screen and (min-width: 1300px){


    .modal-dialog {
        width: 80%;
        max-width: 1200px;
    }

    .Eventalix-ModalLanguage {
        margin:auto;
        width: 80%;
        max-width:400px;
    }

}

/* Desktop */
@media screen and (min-width: 768px) and (max-width: 1300px){

    .modal-dialog {
        width: 80%;
        max-width: 1200px;
    }

    .Eventalix-ModalLanguage {
        margin:auto;
        width: 80%;
        max-width:400px;
    }
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 768px){


    .modal-dialog {
        width: 80%;
    }


    .Eventalix-MessageModal {
        margin-top: 20px;
    }


    .Eventalix-ModalLanguage {
        width: 80%;
        max-width:300px;
    }

    .Eventalix-ButtonBlue {
         max-width: 300px;
    }

    .Eventalix-Container {
        padding-right: 5px;
        padding-left: 5px;
    }


    .Eventalix-LogoImage
    {
        /* max-height: 0px; */
    }

    .Eventalix-SmallInputField {
        max-width:100%;
    }

    .form-control {
        padding-left: 3px;
        padding-right: 3px;
        margin-left: 0px;
        margin-right: 0px;
        color: #1da1f2;
    }


    .Eventalix-ButtonOrderForm {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .Eventalix-divSmallDevices {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .Eventalix-divSmallDevices p {
        margin-bottom: 2px;
    }

    .Eventalix-divSmallDevices h5 {
        margin-bottom: 2px;
    }

    #street_field, #houseNr_field, #email_field, #preferredLanguageCode_field, #name_field, #firstName_field, #phone_field,
    #olderThanSixteen, #emailAddressGuardian_field, #agreementConditions1, #zip_field, #location_field, #ajaxCountryCode_field  {
        margin-bottom: 2px; /* 0.5rem; */
        margin-left: 0px;
    }

    .Eventalix-hrSmallDevices {
        margin-top: 1px;
        margin-bottom: 1px;
    }

}

/* Mobile LD */
@media screen and (max-width: 350px) {
    html {
        font-size: 1.2rem;
    }

    .Eventalix-NotOnSmallDevices {
        display: none;
    }

    .Eventalix-FAQPanel
    {
        margin: 1px;
        padding: 1px;
    }

    .Eventalix-FAQBody
    {
        margin: 1px;
        padding: 1px;
    }


    .Eventalix-Container {
        padding-right: 5px;
        padding-left: 5px;
    }


    .Eventalix-LogoImage
    {
        /* max-height: 0px; */
    }

    .Eventalix-ButtonBlue {
        max-width: 300px;
    }

    .Eventalix-SmallInputField {
        max-width:25px;
    }

    .modal-dialog {
        width: 80%;
    }

    .Eventalix-ModalLanguage {
        width: 80%;
        max-width:300px;
    }

    .form-control {
        padding-left: 3px;
        padding-right: 3px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .Eventalix-ButtonOrderForm {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .Eventalix-divSmallDevices {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .Eventalix-colSmallDevices {
        padding-left: 5px;
        padding-right: 5px;
    }

    .Eventalix-divSmallDevices p {
        margin-bottom: 1px;
    }

    .Eventalix-divSmallDevices h5 {
        margin-bottom: 1px;
    }

    #street_field, #houseNr_field, #email_field, #preferredLanguageCode_field, #name_field, #firstName_field, #phone_field,
    #olderThanSixteen, #emailAddressGuardian_field, #agreementConditions1, #zip_field, #location_field, #ajaxCountryCode_field  {
        margin-bottom: 1px; /* 0.5rem; */
    }

    .Eventalix-hrSmallDevices {
        margin-top: 1px;
        margin-bottom: 1px;
    }
}


.Eventalix-ModalSignin {
    margin:auto;
    width: 90%;
    max-width: 800px;
}


#email-signin-modal, #facebookPixel {
    display: none;
}


#iframePrivacy {
    width: 100%;
    margin: auto;
    height: 600px;
}

#iframeGeneralConditions {
    width: 100%;
    margin: auto;
    height: 600px;
}


#iframeFAQ {
    width: 100%;
    margin: auto;
    height: 600px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {

    padding: 50px;
}


.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: lightgray;
    color: black;
    padding-left: 10px;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-content a:hover {
    background-color: mediumseagreen;
    color: white;

}

.dropdown:hover .dropdown-content {
    display: block;
    margin-left: 50px;
    margin-right: 20px;
}

.dropdown:hover .dropbtn {
    color: black;
}


:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #009de0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: black;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    border: none;
    background: mediumseagreen;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #444a4b;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: black;
    display: none;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}



/* new CSS code added since Bootstrap 4.0 */
.Eventalix-Collapsible {
    /*background-color: #777;
    color: white;
    cursor: pointer;
    padding-left: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 0px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    color: #007bff;
    width: 100%;
    white-space: normal;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    border:0.1em solid #007bff;
    border-radius:0.3em;
    box-shadow: 1px 1px #999999;
    background-color: white;
    cursor: pointer;
}

.active, .Eventalix-Collapsible:hover {
    /* background-color: #555; */
}

.Eventalix-CollapsibleContent {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: normal;
    width:100%;
}

.Eventalix-CollapsibleText {
    font-size: 1rem;
    font-weight: normal;

}



.Eventalix-FaqHeadingText
{
    margin-top: 5px;
    margin-left: 10px;
    padding: 0px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
    color: #222222;
}

/* see on https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip for more information about tooltip */

.Eventalix-tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.Eventalix-tooltip .Eventalix-tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: lightyellow;
    color: black;
    text-align: center;
    /* border-radius: 6px;*/
    border-color: black;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.Eventalix-tooltip:hover .Eventalix-tooltiptext {
    visibility: visible;
}

/* new CSS code added since Bootstrap 4.0 */
/* used for card-styling */


.Eventalix-TabCard {
    margin-bottom: 10px;
    width: 95%;
}

.Eventalix-Card {
    margin-bottom: 5px;
    margin-top: 5px;
}

.Eventalix-CardTable {
    padding: 2px;
}

.Eventalix-CardBodyTable {
    padding-top: 5px;
    padding-bottom: 0px;
}


.Eventalix-Card95 {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}

.Eventalix-Card80 {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.Eventalix-Card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}



.Eventalix-CardImage50 {
    width: 50%;
    margin: auto;
    margin-top:10px;
    margin-bottom:10px;
}


.Eventalix-CardImageResponsive {
    width: 100%;
    margin: auto;
}


.card-columns {
    column-count: 2;
}


@media screen and (max-width: 1024px) {
    .card-columns {
        column-count: 1;
    }
}


.Eventalix-OrderFormTitle {
    text-align: center;
    color: #444a4b;

    line-height: 100%;
    font-size: 2.5rem;
    margin:auto;
}


.Eventalix-ModalTitle {
    text-align: center;
    color: #009de0;
    font-weight: bold;
    line-height: 100%;
    font-size: 1.5rem;
    margin:auto;
}

@media screen and (max-width: 768px) {
    .Eventalix-CardImageResponsive {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .Eventalix-CardImage95 {
        width: 95%;
        margin: auto;
    }

    .Eventalix-OrderFormTitle {
        font-size: 2rem;
    }
}


.Eventalix-CardPanelBody20
{
    margin: 10px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* new CSS code added since Bootstrap 4.0 */
/* used for sidemenu and topmenu */



.Eventalix-TableColWidth0 {
    width: 0px;
}


.Eventalix-TableColWidth5 {
    width: 5%;
}


.Eventalix-TableColWidth10 {
    width: 10%;
}

.Eventalix-TableColWidth20 {
    width: 20%;
}

.Eventalix-TableColWidth25 {
    width: 25%;
}

.Eventalix-TableColWidth30 {
    width: 30%;
}

.Eventalix-TableColWidth30Max {
    width: 30%;
    max-width: 150px;
}

.Eventalix-TableColWidth30InputNumber {
    width: 30%;
    min-width: 100px;
    max-width: 100px;
}


.Eventalix-TableColWidth20InputNumber {
    width: 20%;
    min-width: 100px;
    max-width: 100px;
}


.Eventalix-TableColWidth10Checkbox {
    width: 10%;
    min-width: 100px;
    max-width: 100px;
}

.Eventalix-TableColWidth15InputPrice {
    width: 15%;
    min-width: 60px;
    max-width: 100px;
}


.Eventalix-TableColWidth40 {
    width: 40%;
}

.Eventalix-TableColWidth50 {
    width: 50%;
}

.Eventalix-TableColWidth60 {
    width: 60%;
}


.Eventalix-TableColWidth70 {
    width: 70%;
}

.Eventalix-TableColWidth80 {
    width: 80%;
}

.Eventalix-TableColWidth85 {
    width: 85%;
}


.Eventalix-TableColWidth90 {
    width: 90%;
}

.Eventalix-TableColWidth100 {
    width: 100%;
}

.Eventalix-TableText {
    font-size: 0.9rem;
}

.Eventalix-StatisticsTableColWidth10 {
    width: 10%;
    max-width: 200px;
}

.Eventalix-StatisticsTableColWidth20 {
    width: 20%;
    max-width: 200px;
}


.Eventalix-SmallModalDialog {
    margin-top: 5rem;
    max-width: 1200px;
}


.Eventalix-LoginDialog {
    max-width: 800px;
}




/* new CSS code added since Bootstrap 4.0 */
/* used for sidemenu and topmenu */






.Eventalix-DashboardLogoImage{
    margin: auto;
    text-align: center;
    display:block;
    margin-left: 10%;
    max-width: 60%;
    object-fit: contain;
}

/* new CSS code added since Bootstrap 4.0 */
/* used for sidemenu and topmenu */


.Eventalix-WaitingMessageDiv {
    margin:auto;
    top:50%;
    left:50%;
    max-width: 500px;
    width: 80%;
    height: auto;
    padding: 50px;
    padding-top: 10px;
    display : none;
    position: fixed;
    background-color: white;
    color: #444a4b;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 2px #b6bfc8;
    float: right;
    z-index: 2999;
    margin-top: -150px; /* assuming that #mydiv has the height of 100px */
    margin-left: -250px; /* assuming that #mydiv has the width of 200px */
}


@media screen and (max-width: 625px) {
    .Eventalix-WaitingMessageDiv {
        margin: auto;
        max-width: 500px;
        width: 80%;
        left: 10%;
        margin-top: -150px;
    }
}





.Eventalix-WaitingMessageText {
    margin:auto;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.Eventalix-Loader {
    margin: auto;
    margin-top: 10px;
}




#saveButton, #cancelButton {
    display:block;
}


/*   */

.Eventalix-ModalLogonCenter
{
    text-align: center;
}


#description .trumbowyg-box, #my-textarea .trumbowyg-editor {
    min-height: 100px !important;
}

#description .trumbowyg-editor, #my-textarea .trumbowyg-textarea {
    min-height: 100px !important;
}


.Eventalix_Block {
    display: block;
}




/* CSS for Croppie Modal    */
/* used to crop the images for the logo's */

.nounderline, .violet{
    color: #7c4dff !important;
}
.btn-dark {
    background-color: #7c4dff !important;
    border-color: #7c4dff !important;
}

.btn-dark .file-upload {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    background-color: mediumseagreen;
}

.profile-img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

/* CSS for Timing Loader window    */
/* used to show progress during loading images or else */


.Eventalix-Loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.Eventalix-LimitOnSmallScreens {
    height: auto;
    overflow: hidden;
}


.Eventalix-ShowLimitOnSmallScreens {
    display: none;

}



@media screen and (max-width: 1023px) {
    .Eventalix-LimitOnSmallScreens {
        max-height: 80px;
    }

    .Eventalix-ShowLimitOnSmallScreens {
        display: block;
        max-height: 80px;
    }
}


/* tab styling */
/* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1;*/
    width: 100%;
    border: none;
    border-bottom-style: solid;
    margin-top: 10px;
}

/* Style the buttons inside the tab */
.tab button {
    margin-left: 5px;
    background-color: #f7f8f9; /* inherit; */
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 20px 20px 0px 0px;
    border-color: lightgray;
    border-style: solid;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
    background-color: #007bff;
    border-color: #007bff;
}



/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc; */
    border-top: none;
}






.Eventalix-checkbox {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.Eventalix-chkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.Eventalix-chkBoxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Eventalix-chkBoxCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-color: black;
    border-style: solid;
    border-radius: .25rem;
    border-width: thin;
}

/* On mouse-over, add a grey background color */
.Eventalix-chkBoxContainer:hover input ~ .Eventalix-chkBoxCheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Eventalix-chkBoxContainer input:checked ~ .Eventalix-chkBoxCheckmark {
    background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Eventalix-chkBoxCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}



/* Show the checkmark when checked */
.Eventalix-chkBoxContainer input:checked ~ .Eventalix-chkBoxCheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Eventalix-chkBoxContainer .Eventalix-chkBoxCheckmark:after {
    left: 8px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.error-background {
    background-color: red;
}

.all-ok-background {
    background-color: green;
}

.Eventalix-ticket-info {
    font-size: 1rem; /* Adjust the size to your preference */
    margin: 2vh 0;
    flex-basis: 30vh;
}

.Eventalix-scan-info {
    font-size: 1rem;
    display: flex;
    flex-direction: column;   /* label boven selector */
    align-items: flex-start;  /* links uitlijnen */
    gap: 0.5rem;
}

/* Align label and select for scanning date selector */
#scanning-date-selector label {
    margin: 0; /* remove extra vertical margins */
}
#scanning-date-selector select {
    margin: 0; /* remove extra vertical margins */
}

.Eventalix-scan-button-div {
    flex-basis: 70vh;
}

.Eventalix-scan-button {
    display: block;
    width: 150px;
    height: 150px;
    padding: 30px;
    margin: 20px auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 5px #0056b3;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.Eventalix-scan-button:hover {
    background-color: #0056b3;
}

.Eventalix-scan-button:active {
    background-color: #004494;
    box-shadow: 0 2px #0056b3;
    transform: translateY(3px);
}

/* Ensuring the parent container centers the button */
.Eventalix-dateentrance-checker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Full viewport height to center vertically */
    text-align: center;
}

#scanning-date-selector {
    text-align: left;
}

.Eventalix-scanning-date-selector-container-div {
    text-align: left;
    width: 100%;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.Eventalix-entrance-checker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Full viewport height to center vertically */
    text-align: center;
}

.Eventalix-page-entrance-checker {
    height: 100vh; /* Full viewport height to center vertically */
}

/* Hamburger menu */
.entrance-checker-hamburger-menu {
    position: fixed;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000; /* Above other elements */
}

.entrance-checker-menu-icon {
    font-size: 40px; /* Hamburger icon size */
    cursor: pointer;
    padding-right: 10px; /* Added padding for better click area */
    padding-top: 10px; /* Added padding for better click area */
    text-align: right;
}

.entrance-checker-menu-options {
    display: none; /* Initially hidden */
    font-size: 0.8rem;
    flex-direction: column;
    background-color: white; /* Background color for options */
    border: 1px solid #ddd; /* Border for options */
    padding: 10px; /* Padding for options */
    border-radius: 5px; /* Rounded corners */
}

.entrance-checker-menu-options label {
    margin: 5px 0; /* Spacing between options */
}

/* Show options on hover or click */
.entrance-checker-hamburger-menu:hover .entrance-checker-menu-options,
.entrance-checker-hamburger-menu.active .entrance-checker-menu-options {
    display: flex;
}


