﻿#LGR-circle-container {
    background-color: #71c3e3;
    color: white;
    bottom: 5px;
    right: 77px;
    position: fixed;
    width: 170px;
    height: 60px;
    padding: 14px;
    transition: background-color 0.15s, bottom 0.20s;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    box-shadow: unset;
    pointer-events: all;
    opacity: 1;
    z-index: 1000000000000000000000000;
    font-family: var(--btn-typography_font-name);
    font-weight: bold;
    font-style: var(--btn-typography_font-style);
    letter-spacing: var(--btn-typography_font-letter-spacing);
    text-transform: var(--btn-typography_font-transform);
    font-size: 18px;
}


html.reached-top #LGR-circle-container {
    bottom: -100px !important;
}


#LGR-circle-container.hide {
    opacity: 0;
    pointer-events: none;
}


#LGR-circle-container:hover {
    background-color: #218a97;
    cursor: pointer;
    transition: background-color 0.15s;
}

#LGR-popup-container {
    width: 300px;
    min-height: 200px;
    background-color: white;
    position: fixed;
    bottom: -250px;
    right: 10px;
    opacity: 0;
    transition: 0.25s;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    pointer-events: none;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.21);
}

    #LGR-popup-container.show {
        bottom: 30px;
        opacity: 1;
        transition: 0.25s;
        pointer-events: all;
        z-index: 1000;
    }

    #LGR-popup-container label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        display: inline-block;
        color: #3c3c3c;
    }


.LGR-minus-btn {
    background-color: #6e9fdd;
    color: white;
    border: none;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.15s;
    top: 0px;
    width: 37px;
    position: relative;
    height: 38px;
    font-weight: bold;
    float: right;
}

#LGR-next-page {
    background-color: #75c45e;
    color: white;
    border: none;
    padding: 9px 0px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: background-color 0.15s;
    position: relative;
    border-bottom-right-radius: 5px;
    top: 0px;
    font-weight: bold;
    width: 62.999%;
}

    #LGR-next-page[disabled] {
        background-color: #d7d7d7;
        color: white;
        cursor: not-allowed;
    }


#LGR-previous-page {
    background-color: white;
    color: #e85812;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    padding: 9px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: background-color 0.15s;
    position: relative;
    border-bottom-left-radius: 5px;
    top: 0px;
    font-weight: bold;
    float: left;
    border-right: 1px solid #dfdfdf;
    width: 33.999%;
}

    #LGR-previous-page:hover {
        background-color: #e85812;
        color: white;
        cursor: pointer;
        transition: background-color 0.15s;
    }

.LGR-plus-btn {
    background-color: #6e9fdd;
    color: white;
    border: none;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.15s;
    top: 0px;
    width: 37px;
    position: relative;
    height: 38px;
    font-weight: bold;
    float: right;
    margin-right: 0px;
}





.LGR-minus-btn:hover {
    background-color: #9a9a9a;
    cursor: pointer;
    transition: background-color 0.15s;
}

.LGR-plus-btn:hover {
    background-color: #9a9a9a;
    cursor: pointer;
    transition: background-color 0.15s;
}

input#LGR-stoelen {
    padding: 10px 13px;
    width: 157px;
    background-color: #f9f9f9;
    border: 1px solid #cacaca;
    border-radius: 4px;
    float: left;
    box-sizing: border-box !important;
    font-size: 14px;
}


#LGR-popup-container select {
    padding: 10px 13px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #cacaca;
    border-radius: 4px;
    box-sizing: border-box !important;
    font-size: 14px;
    margin-bottom: -15px;
}



#LGR-popup-container input:not(#LGR-stoelen), #LGR-popup-container textarea {
    padding: 8px 9px;
    width: calc(90% - calc(8px/2));
    background-color: #f9f9f9;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 4px;
    font-size: 13px;
}

#LGR-opmerking {
    margin-bottom: -20px;
}

.LGR-popup-header {
    padding: 18px 0px 15px 0px;
}

.LGR-popup-page-header {
    padding: 20px;
}

.LGR-popup-page-content {
    padding: 20px;
    min-height: 140px;
}


.LGR-page-indicator-circle {
    border-radius: 50px;
    width: 11px;
    height: 11px;
    background-color: lightgray;
    display: inline-block;
    border: 3px solid white;
    margin: 0px 2px;
    transition: 0.5s;
}

.LGR-page-indicator-circle.filled {
    background-color: #89d3f0;
    transition: 0.5s;
}

.LGR-page-indicator {
position: absolute;
top: -16px;
left: calc(50% - calc(132px/ 2));
width: 132px;
z-index: 9999;
}

.LGR-review-item-label {
    display: block;
    position: relative;
    color: #444;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: -4px;
}

.LGR-review-item-value {
    margin-bottom: 3px;
    color: #797979;
    font-size: 16px;
    line-height: 118%;
}

.LGR-page-people{
    padding-bottom: 40px;
}

.LGR-popup-close {
   
width: 31px;
  height: 33px;
  background-color: #fff;
  border-radius:
0px;
    border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  color: #5e5e5e;
  padding:
5px;
    padding-top: 5px;
  padding-top: 5px;
  padding-top: 5px;
  padding-top: 5px;
  padding-top: 5px;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition:
0.15s;
  border-left:
1px solid #d7d7d7;
  text-align: center;
  padding-top: 6px;
  border-top-right-radius: 5px;
    
}

    .LGR-popup-close:hover {
        background-color: #5e5e5e;
        border-left: 1px solid #5e5e5e;
        color: white;
        cursor: pointer;
        transition: 0.15s;
    }

.LGR-heading-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -15px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
    text-align: center;
    color: #626262;
    margin-top: -14px;
}

.LGR-popup-page-footer {
    text-align: right;
    border-top: 1px solid #dfdfdf;
    width: calc(100%);
    margin-top: 22px;
}









.month-btn {
    border: 1px solid #6e9fdd;
    text-align: center;
    background-color: #fff;
    color: #6e9fdd;
    font-size: 18px;
    padding: 2px 6px;
    border-radius: 5px;
    width: 100%;
}

    .month-btn:hover {
        background-color: #6e9fdd;
        color: white;
        cursor: pointer;
    }


.month-year {
    font-size: 15px;
    color: black;
    text-align: center;
}


#calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin: 0 auto;
}

    #calendar table {
        width: 100%;
    }

    #calendar td {
        text-align: center; /* Center the text (button) horizontally */
        vertical-align: middle;
        text-align: center;
        width: 14%;
    }

        #calendar td button {
            width: 100%; /* Make the button take up the full width of the cell */
            height: 40px; /* Adjust the height of the buttons */
            font-size: 14px; /* Adjust the font size */
            cursor: pointer;
            border: none;
        }


.day-button {
    background-color: #edf9f3;
    color: #317952;
    cursor: pointer;
    float: left;
    width: 100%;
    font-size: 75%;
    table-layout: fixed;
}

    .day-button:hover {
        background-color: #c4f7ff;
        color: #216641;
    }

    .day-button.selected {
        background-color: #75c45e;
        color: #fff;
    }

    .day-button.gelsoten {
        pointer-events: none;
        background-color: #ff5a5a9e !important;
        color: #842E2E !important;
        text-decoration: line-through;
        table-layout: fixed;
    }

    .day-button.vol {
        pointer-events: none;
        background-color: #ff5a5a9e !important;
        color: #842E2E !important;
        text-decoration: line-through;
        table-layout: fixed;
    }

    .day-button.past-day {
        pointer-events: none;
        background-color: #f7f7f7 !important;
        color: #ACACAC !important;
        table-layout: fixed;
        text-decoration: line-through;
    }

    .day-button.today {
        background-color: #c4f7ff;
        color: #216641 !important;
    }

        .day-button.today:hover {
            background-color: #91d5b3 !important;
            color: black !important;
            font-weight: bold;
        }

        .day-button.today.selected {
            background-color: #75c45e !important;
            color: white !important;
            font-weight: bold;
        }

#calendar {
    margin-top: -25px;
    margin-bottom: -30px;
}


.LGR-month-header {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.LGR-months thead tr th {
    background-color: #edf9ff;
    color: #737373;
    height: 40px;
    font-size: 14px;
    border-bottom: 2px solid #5370c859;
}


.LGR-page-date {
    min-height: 354px;
}

.empty-space-button {
    pointer-events: none;
    background-color: #fbfbfb;
    table-layout: fixed;
    text-decoration: line-through;
}

#calendar td {
    background-color: #fbfbfb;
}

.empty-space-button:hover {
    pointer-events: none;
}

.LGR-months {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 2px;
}




.LGR-page-time .LGR-popup-page-content button.tijd-item {
    padding: 0px 18px;
    cursor: pointer;
    background-color: #fff;
    color: #75c45e;
    font-size: 15px;
    height: 41px;
    margin: 3px;
    border: 1px solid #91c881;
    border-radius: 5px;
}

    .LGR-page-time .LGR-popup-page-content button.tijd-item:hover {
        background-color: #75c45e;
        color: white;
        border: 1px solid #42973b;
        transition: 0.15s;
    }

    .LGR-page-time .LGR-popup-page-content button.tijd-item.vol {
        background-color: #ffdbdb;
        color: #842b2b;
        text-decoration: line-through;
        border: 1px solid #ffdbdb;
    }

        .LGR-page-time .LGR-popup-page-content button.tijd-item.vol:hover {
            cursor: not-allowed;
            transition: 0.15s;
        }

    .LGR-page-time .LGR-popup-page-content button.tijd-item.selected {
        background-color: #75c45e;
        color: white;
        border: 1px solid #42973b;
        transition: 0.15s;
    }


.LGR-time-afternoon, .LGR-time-morning, .LGR-time-evening {
    position: relative;
    margin-bottom: 24px;
    margin-top: 20px;
}


.LGR-text-center {
    text-align: center;
}

.LGR-big {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 9px;
}

.LGR-muted {
    color: #9a9a9a;
}

.LGR-small {
    font-size: 12px;
}

.LGR-required-asteriks {
    color: #ff5d4c;
    font-size: 18px;
}

.LGR-invalid {
    border: 1px solid #ff5d4c !important;
}

.LGR-valid {
    border: 1px solid #75c45e !important;
}

.LGR-loader {
    display: none;
    position: absolute;
    z-index: 9999;
    background-image: url("/public-assets/LGReservering/LGR-loader-image.svg");
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000063;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    border-radius: 5px;
}

    .LGR-loader.show {
        display: block;
    }

#LGR-popup-container * {
    box-sizing: unset !important;
}

#LGR-popup-container table:not(.LGR-months) th, #LGR-popup-container table:not(.LGR-months) thead {
    background-color: transparent !important
}

#LGR-popup-container table th {
    padding: 0px;
    border-width: 0px;
    border-color: transparent;
}


#LGR-popup-container table td {
    padding: 2px;
    border-width: 1px;
    border-color: white;
}

#LGR-popup-container #calendar td button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 0px;
}

#LGR-popup-container #calendar table {
    width: 100%;
    border: 0px;
}

#calendar {
    margin-top: -5px;
    margin-bottom: -50px;
}

.LGR-months thead tr th {
    border-bottom: 2px solid #5370c859 !important;
    border-bottom-width: 2px !important;
}

.LGR-months {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 2px;
}

.LGR-prive-locatie-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.past-days {
    background-color: #f4f4f4;
    color: #bbb;
    cursor: pointer;
    float: left;
    width: 100%;
    font-size: 75%;
    table-layout: fixed;
    pointer-events: none;
    text-decoration: line-through;
}

.LGR-time-vol{
    pointer-events:none;
}

.LGR-page-time .LGR-popup-page-content .LGR-time-vol button.tijd-item {
    background-color: #f4f4f4;
    color: #bbb;
    text-decoration: line-through;
    border: 1px solid #f4f4f4;
    pointer-events: none;
}