html {
  position: relative;
  min-height: 100%;
}
body{
    font-family: 'M PLUS Rounded 1c', sans-serif; 
    /* Margin bottom by footer height */
    margin-bottom: 210px;
}

footer{ 
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 210px;
    border-top: 1px solid #ccc;
}
footer a{ text-decoration: none; }


h1, .h1, h2, .h2, h3, .h3{ font-weight: 700; }
h5, .h5{ font-weight: bold; }

h1, .h1{ font-size: 1.6rem }
h2, .h2{ font-size: 1.4rem }
h3, .h3{ font-size: 1.3rem }
h4, .h4{ font-size: 1.2rem }


a{ color: #5562eb; text-decoration: underline; }
nav a{ text-decoration: none;  } 
.btn{ text-decoration: none;  } 

input[type=number].form-control{
    padding: .375rem 4px .375rem .75rem;
}

h1.title-action { position: relative; padding-right: 150px; }
.title-action > div{ position: absolute; right: 0; top: 15px; font-size: 1rem; text-align: right; }

.btn-primary{ background-color: #00dab3; border-color: #00dab3; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, 
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus{ background-color: #07bd9d; border-color: #07bd9d; }
.btn-secondary{ background-color: #c5c5c5; border-color: #c5c5c5; }
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{ background-color: #c1c1c1; border-color: #c1c1c1; }

.btn-outline-info, a.btn-outline-info{ background: #fff; border-color: #fff; color: #00dab3; }
.alert-success a.btn-outline-info{ color: #00dab3; font-weight: bold; }

.btn-outline-primary {
    color: #00dab3;
    border-color: #00dab3;
}

.display-4{
    font-size: 1.5em;
    font-weight: 700;
}
.lead{ font-size: 1.2rem; }

.card-header{ background: #5562eb; color: #fff; }

.table td{ vertical-align: middle; }




.container {
  max-width: 960px;
}

.logo{ font-size: 1.1rem; font-weight: 700; }

.dropdown-menu{ right: 0; left: auto; color: #212529; border: none; }
.firstchar{ text-transform: uppercase; padding: 2px 5px; border-radius: 3px; display: inline-block; height: 30px; width: 30px; font-size: 18px; text-align: center; background: rgba(255, 255, 255, .5); font-weight: 700; }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header .dropdown-menu a{ color: #212529; }
.site-header .dropdown-menu a:hover{ color: #000; }

.user-note span{ background: #f8f9fa; padding: 3px 8px; border-radius: 3px; }

.jumbo-bg{ background: url('../../img/corona-church.jpg'); background-position: center; background-size: cover; background-repeat: none; }
.flatpickr-calendar{ 
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.container-smaller{
    max-width: 550px;
    margin: 0 auto;
}

.container-smaller {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-step {
  display: none;
}
.form-step .invalid label {
  color: #dc3545;
}
.form-step .invalid input, .form-step .invalid textarea {
  border-color: #dc3545;
}

.form-control.time{ width: 60px; }
.form-control.persons,
.form-control.persons-sub{ width: 60px; }


.form-step .time-row label{
    display: table-cell;
}
.form-step .times .time-row label{
    vertical-align: bottom; 
    height: 2rem;
}

.form-step .times .time-row{
    border-top: 1px solid #ddd;
}
.form-step .times .time-row:first-child{
    border-top: none;
}

.form-step .times .time-row .time-remove label{ display: none; }



/*
 * Custom translucent site header
 */

.site-header {
  background-color: #5562eb;
}
.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.date-list-subscription{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    
}
.date-list-subscription .number{ display: none; margin-top: 0.5em; }
.date-list-subscription .persons,
.date-list-subscription .persons-sub{ height: calc(1.5em + 0.3rem + 2px); }

.ajax-load{
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}

#tooManyAssignments{ display: none; }

.confirmation-sent{ 
    font-size: .7rem;
    background: #01dab4;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff; 
}



.footer-logo{ font-size: 1.2rem; font-weight: bold; color: #00dab3; }
.footer-note{ font-size: 0.8rem; }

/*
 * Flatpickr styles
 */
.flatpickr-calendar{ margin: 0 auto; }
.flatpickr-calendar .flatpickr-current-month .numInputWrapper{ width: 80px; }

.flatpickr-calendar .flatpickr-months .flatpickr-month{ height: 50px; }

.flatpickr-calendar .flatpickr-day.selected, 
.flatpickr-calendar .flatpickr-day.startRange, 
.flatpickr-calendar .flatpickr-day.endRange, 
.flatpickr-calendar .flatpickr-day.selected.inRange, 
.flatpickr-calendar .flatpickr-day.startRange.inRange, 
.flatpickr-calendar .flatpickr-day.endRange.inRange, 
.flatpickr-calendar .flatpickr-day.selected:focus, 
.flatpickr-calendar .flatpickr-day.startRange:focus, 
.flatpickr-calendar .flatpickr-day.endRange:focus, 
.flatpickr-calendar .flatpickr-day.selected:hover, 
.flatpickr-calendar .flatpickr-day.startRange:hover, 
.flatpickr-calendar .flatpickr-day.endRange:hover, 
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay, 
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, 
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, 
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay, 
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, 
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay{
    
    background: #00dab3;
    border-color: #00dab3;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month, 
.flatpickr-calendar .flatpickr-months .flatpickr-next-month{
    
    padding: 16px;
}

.activity-date .options-list a{ text-decoration: none; font-weight: bold; }

.explain-steps i{ font-size: 350%; line-height: 100px; width: 100px; border-radius: 150px; color: #fff; background: #5562eb; }

.login-links .list-group .list-group-item{ border-left: none; border-right: none; border-radius: 0;  }
.login-links .list-group .list-group-item:first-child{ border-top: none; }
.login-links .list-group .list-group-item a{ text-decoration: none; }




.overflow-hidden { overflow: hidden; }

/*
 * The Checkboxes
 */
.inputGroup {
  background-color: #fff;
  display: block;
  margin: 0;
  position: relative;
  max-width: 550px;
}
/*.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 0;
}*/
/*.inputGroup.full-animation label{*/
/*   min-height: 72px; */
/*}*/
/*.inputGroup.full-animation label:before {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    content: '';*/
/*    background-color: #5562eb;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%) scale3d(1, 1, 1);*/
/*    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);*/
/*    opacity: 0;*/
/*    z-index: -1;*/
/*}*/

.inputGroup label{
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

.inputGroup {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  /*min-height: 32px;*/
  margin-bottom: 0;
}

.inputGroup.full-animation:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.inputGroup.full-animation.active {
    color: #fff;
}
.inputGroup.full-animation.active:before {
    transform: translate(-50%, -50%) scale3d(60, 60, 1);
    opacity: 1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23dedede' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.inputGroup.full-animation label:after{
   right: 30px;
   left: auto;
}

.inputGroup label.reject:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23dedede;stroke-miterlimit:10;stroke-width:2.5px;%7d%3c/style%3e%3c/defs%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1-2'%3e%3cline class='cls-1' x1='23.73' y1='8.22' x2='7.8' y2='24.15'/%3e%3cline class='cls-1' x1='23.73' y1='24.15' x2='7.8' y2='8.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: 1px 1px;
}


.inputGroup input:checked ~ label {
  color: #fff;
}
/*.inputGroup.full-animation input:checked ~ label:before {*/
/*  transform: translate(-50%, -50%) scale3d(56, 56, 1);*/
/*  opacity: 1;*/
/*}*/

.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}


.inputGroup input:checked ~ label.reject:after {
    background-color: #eb5578;
    border-color: #eb5578;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23ffffff;stroke-miterlimit:10;stroke-width:2.5px;%7d%3c/style%3e%3c/defs%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1-2'%3e%3cline class='cls-1' x1='23.73' y1='8.22' x2='7.8' y2='24.15'/%3e%3cline class='cls-1' x1='23.73' y1='24.15' x2='7.8' y2='8.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-times{
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    border: 2px solid #D1D7DC;
    transform: translateY(-50%);
    cursor: auto;
    background-color: #eb5578;
    border-color: #eb5578;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23ffffff;stroke-miterlimit:10;stroke-width:2.5px;%7d%3c/style%3e%3c/defs%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1-2'%3e%3cline class='cls-1' x1='23.73' y1='8.22' x2='7.8' y2='24.15'/%3e%3cline class='cls-1' x1='23.73' y1='24.15' x2='7.8' y2='8.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: 1px 0px;
    position: relative;
    top: 15px;
}

.icon-times-disabled{
    background-color: #fff;
    border-color: #D1D7DC;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23dedede;stroke-miterlimit:10;stroke-width:2.5px;%7d%3c/style%3e%3c/defs%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1-2'%3e%3cline class='cls-1' x1='23.73' y1='8.22' x2='7.8' y2='24.15'/%3e%3cline class='cls-1' x1='23.73' y1='24.15' x2='7.8' y2='8.22'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.icon-plus-option:after{
    background: #ff8b00;
    color: #fff;
    content: 'Plus optie';
    padding: 3px 6px;
    font-size: 11px;
    font-style: normal;
    border-radius: 3px;
    font-weight: bold;
}

.plus-accent{ background: #ff8b00;
    color: #fff;
    content: 'Plus optie';
    padding: 3px 6px;
    font-size: 11px;
    font-style: normal;
    border-radius: 3px;
    font-weight: bold; }

.inputGroup input[type=checkbox] {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
/*
 * End the checkboxes
 */



.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    _position: absolute;
    width: 100%;
    padding: 15px 6%;
    line-height: 1.2;
    font-size: .9em;
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    background: #efefef;
}

ol > li > ol{ list-style-type: lower-alpha; }
ol > li > ol > li > ol{ list-style-type: lower-roman; } 

.events-wrapper li,
.activity-times-wrapper li{ border: 1px solid #ccc; border-radius: 5px; padding: 0; box-shadow: 0 1px 4px rgba(0,0,0,.25); }

.iconbox{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #5562eb;
    width: 50px;
    height: 90px;
    transition: .15s ease;
    transition-property: background-color;
    z-index: 1;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color:  rgba(255, 255, 255, 0.5)
}
.activity-times-wrapper .iconbox{ width: 50px; font-size: 15px; }
.activity-times-wrapper h5{ font-size: 1rem; }
.eventinfo{
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.eventbtn{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 90px;
    color: #aaa;
}
.events-wrapper a{ color: #212529; text-decoration: none; display: block; margin-bottom: 15px; }
.events-wrapper a:hover{ background-color: #f2f3f9; }
.events-wrapper a:hover .fas{ color: #5562eb; }
.events-wrapper h5,
.activity-times-wrapper h5{ font-weight: bold; }
.events-wrapper .fa-2x{ font-size: 1.5em; }


.activity-times-wrapper li{ color: #212529; text-decoration: none; display: block; margin-bottom: 15px; }
.card.border-warning{ background: #fff8e1; color: #9c7f26; }

.alert-danger{
    text-align: center;
    border: none;
    border-radius: 0;
    background: #eb5578;
    color: #fff;
}
.alert-success{
    text-align: center;
    border: none;
    border-radius: 0;
    background: #00dab3;
    color: #fff;
}
.alert-danger a, .alert-success a{ color: #fff; }

.past-activities .iconbox{ background-color: #bbb; }
.past-activities .eventinfo{ color: #bbb; }
.past-activities .eventinfo a{ color: #bbb; }


.accordion .btn-link{ color: #fff; }
/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}

.new-subscription li{
    position: relative;
}
.new-subscription li:first-child:after{

    content: '\f355';
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 40px;
    color: #01dab4;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -38px;
    animation: blink-animation 1s steps(5, start) 6;
    -webkit-animation: blink-animation 1s steps(5, start) 6;
    visibility: hidden;
    z-index: 99;
}

.attendancy-form .table thead th{ vertical-align: top; }

#activityLink{ color: #9c7f26; width: 380px; }
.camouflageInput{ background: transparent; border: none; }
.miniButton{ color: #9c7f26; border: 1px solid #9c7f26; padding: 2px 4px; text-decoration: none; font-size: 0.8em }
.miniButton:hover, .miniButton:active{ color: #9c7f26; }

.visit-status{ font-size: 0.7em; padding: 2px 6px; border-radius: 3px; color: #fff; }
.visit-confirmed{ background: #54E0C7; }
.visit-unknown{ background: #ff8b00; }
.visit-rejected{ background: #eb5578 }

.quick-note{ color: #5562eb; margin-left: 20px; }

.attendancy-form .editable-input .input-sm{ width: 170px; }

.checkbox-row{ padding: 30px; text-align: left; background: #efefef; }

.corona-check{ padding: 15px; text-align: left; background: #efefef; }
.corona-check .corona-error{ display: none; color: #dc3545; }
.corona-check.invalid .corona-error{ display: block; }
.form-step .corona-check.invalid label{ color: #212529; }

.corona-checklist-questions .h4{ padding: 15px; font-size: 1.2em; border: 2px solid #00dab3; border-radius: 6px; }


@keyframes blink-animation {
    from{
        visibility:visible;
    }
    to{
        visibility:hidden;

    }
}
@-webkit-keyframes blink-animation {
    from{
        visibility:visible;
    }
    to{
        visibility:hidden;

    }
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }

    .display-4{
        font-size: 3.5em;
        font-weight: normal;
    }
    .lead{ 
        font-size: 1.5rem; 
    }
    
    .h1, h1 {
        font-size: 2.5rem;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.7rem;
    }
    .h4, h4 {
        font-size: 1.5rem;
    }
    
    .subscription-types ul{ height: 360px; }
    
    .flatpickr-calendar .dayContainer{ width: 400px; min-width: 400px; max-width: 400px; }
    .flatpickr-calendar .flatpickr-day{ max-width: 57px; height: 57px; line-height: 57px; }
    .flatpickr-calendar span.flatpickr-weekday{ font-size: 130%; }
    .flatpickr-calendar .flatpickr-day{ font-size: 130%; }
    .flatpickr-calendar .flatpickr-current-month{ font-size: 170%; }
    
    .form-step .times .time-row label{
        display: none;
        vertical-align: bottom;
    }
    
    .form-step .times .time-row{
        border-top: none;
    }
    
    .form-step .times .time-row:first-child label{
        height: 50px;
    }
    
    .form-step .times .time-row:first-child label{
        display: table-cell;
    }
    
    .iconbox{
        width: 90px;
    }
    
    .eventbtn{
        padding-left: 50px;
    }
    
    .activity-times-wrapper .iconbox{ width: 120px; font-size: 25px; }
    
    
}

@media (min-width: 992px) {
    .subscription-types ul{ height: 480px; }
}