@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf')  format('truetype'), url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'RobotoCondensed-Regular', sans-serif;
}

#output {
    height:500px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5, label {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

p {
    font-size: 0.7em;
}

.breadcrumb-item.active{
    font-size: 0.7em;
}

table td, table th {
    font-size: 0.9em;
}

.forgot-password:focus, .forgot-password:hover {
    outline-offset: -2px;
    text-decoration: underline;
    color: #23527c !important;
}

a:hover, a:focus {
    /*text-transform: none;*/
    text-decoration: none;
    color: #ffffff;
}

.modules-container {
    padding-top: 70px;
}

.marginbottom {
    margin-bottom:10px;
}

.active {
    font-weight:bold;
}

#reservation-form .btn {
    margin-top: 8px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.reservation-times a {
    padding: 0 5px;
}

.reservation-times li.active a {
    color: #000000;
}

.filters {
    padding: 12px;
}

.filters a {
    display: inline-grid;
    color: black;
    font-size: 16px;
    /* padding: 12px; */
    min-width: 50px;
    max-width: 100px;
    cursor: pointer;
    margin: auto;
}

.filters i {
    color: #337ab7;
    display: inline;
    font-size: 22px;
}

.reservation-times a:hover, .reservation-times a:focus {
    text-decoration: none;
    color: #000000;
}

.reservation-rating th{
    border-bottom: 2px solid black !important;
}

.reservation-state {
    width: 100%;
}

.reservation-rating .time-slots {
    padding: 20px;
}

.time-slots .list {
    padding: 25px;
}

.button-rating {
    width: 20px;
}

.button-rating a {
    width: 45px;
    padding:  3px;
}

.reservation-header a {
    color: black;
}

.reservation-header i {
    font-size: 25px;
}

.reservation-rating-pdf {
    font-size: 9px;
}

/*.reservation-rating-pdf .left-table {*/
    /*padding-right: 0;*/
    /*padding-left: 0;*/
/*}*/

.reservation-rating-pdf {
    padding: 0 15px;
    border-color: black;
}

.reservation-rating-pdf [class*=' col-'] {
    padding: 0;
}

.reservation-rating-pdf .row {
    /*border: 1px solid;*/
    border-top: none;
    border-bottom: none;
}

.reservation-rating-pdf .table {
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 0;
    border: none;
    font-family:Verdana;
}

.reservation-rating-pdf .table>tbody>tr>th, .reservation-rating-pdf .table>tbody>tr>td{
    padding: 2px;
}

.reservation-rating-pdf td {
    border: 1px solid !important;
}

.reservation-rating-pdf th {
    border: none !important;
}

.reservation-rating-pdf .time-ago{
    min-width: 20%;
}

.time-frames-pdf {
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid !important;
}

.reservation-rating-pdf ul {
    margin: 0;
}

.reservation-rating-pdf .table {
    width: 100%;
    text-align: center;
}

.reservation-rating-pdf .reservation-times {
    text-align: left;
}


.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row .block > [class*='col-'] {
    display:block;
}

textarea {
    min-height: 100px;
}

textarea.ratingtext {
    min-height:40px;
}

.cancel-reservation {
    /* font-size: 12px !important; */
}

.select-timeslot {
    color: white;
    margin: 5px 0;
    background: #bbb;
    /* height: 60px; */
    border: 1px solid;
    border-radius: 8px;
    cursor: pointer;
}

.select-timeslot p {
    margin: 0;
    text-align: center;
    padding: 5px 0 0;
}

.select-timeslot .blocked {
    margin-top: 10px
}

.select-timeslot > label {
    margin: auto;
}

.maxpax-0 {
    background:#907e49;
}

.change-timeslots {
    margin-top: 10px;
}

.btn-reservations a{
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.reservation-list-tbl {
    font-size: 0.8em;
}

.reservation-list-tbl th, .reservation-list-tbl td{
    background: #c7eae1;
}

.edit-reservation:hover {
    color: black;
}

.edit-reservation {
    cursor: pointer;
}

.reservation-list-wp a {
    font-size: 1em;
}

.filters a{
    font-size: 0.7em;
}
.reservation-date-details, .reservation-list-wp {
    border: 1px solid #bbb;
}

.reservation-date-details .date {
    margin: 10px;
}

.reservation-date-details table td, .reservation-list-wp table td, .reservation-list-wp table th {
    padding: 5px !important;
    border-top: none !important;
    font-size: 1em;
}

.reservation-list-wp table td, .reservation-list-wp table th {
    vertical-align: middle !important;
    text-align: center !important;
}

.reservation-list-wp table td.tdleft {
    text-align: left !important;
}

.reservation-details-datepicker table {
    width: 100% !important;
}


.reservation-date-details a:hover, .reservation-date-details a:focus{
    color: black;
}

.max-pax-percent-2 {
    background: #e6a1a1 !important;
}

.max-pax-percent-4 {
    background: #2bcbff !important;
}

.max-pax-percent-4 a {
    color:#FFF;
}

.max-pax-percent-6 {
    background: #9ff19f !important;
}

.full-time-slot {
    background: #907e49 !important;
}

.full-time-slot a {
    color:#fff;
}

.selected-timeslot {
    background: #337ab7 !important;
}

.blocked-time-slot {
    background: #ffd588 !important;
}

.time-slots-legends {
    color: white !important;
    /* width: 50% !important; */
    margin: 0 auto;
    padding: 10px;
}

.time-slots-legends td {
    margin-top: 0;
    padding: 1px !important;
    font-size: 0.8em;
}

.reservation-list-wp .header {
    padding: 10px 5px 10px;
}

.reservation-list-wp .header h4 {
    margin: 0;
}

.reservation-list-wp .header i {
    font-size: 25px;
    cursor: pointer;
    color: black;
}

.reservation-list-wp table {
    color: black;
    font-size: 0.9em;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.reservation-list-wp input {
    margin: 0;
}

.reservation-list-wp {

}

.reservation-list-wp .template-input{
    min-width: 65px;
}

.reservation-list-wp .form-control {
    height: 30px !important;
    font-size: 1em !important;
}

.reservation-list-wp select.form-control {
    padding: 0;
}

.reservation-list-wp .form-group, .reservation-list-wp select {
    margin-bottom: 0;
}

.reservation-list-wp .button-rating, .reservation-list-wp .button-remove {
    padding: 0 5px 0 !important;
}

.reservation-list-wp .button-rating a, .button-remove a, .reservation-list-wp .button-remove button {
    padding: 3px;
}

.reservation-list-wp .btn-edit-timeslot {
    cursor: pointer;
}

.reservation-date-details .date-content {
    display: flex;
    justify-content: center;
}

.reservation-date-details .date-content > i {
    margin-top: 20px;
    font-size: 22px;
    cursor: pointer;
}

.addreservationtimes-time {
    float:left;
    width: 95px;
    border:0px;
    text-align:center;
    color:#FFF;
    margin:5px;
    padding:8px;
}

.addreservationtimes-time-available {
    background:#00a651;
    cursor: pointer;
}

.addreservationtimes-time-disabled {
    background:#000;
}

.addreservationtimes-legenda-full {
    background:#000;
    width:15px;
    height:15px;
}

.addreservationtimes-time-overrule {
    background:#2b542c;
}

.addreservationtimes-time-selected {
    background:#ad6704;
}

.addreservationtimes-legenda-open {
    background:#00a651;
    width:15px;
    height:15px;
}

.addreservationtimes-time-toomany span {
    font-size: 0.8em;
}

#addreservationtimes .selected {
    background-color: #00BFFF;
}

.addreservationtimes-legenda-full:after, .addreservationtimes-legenda-open:after {
    content: "\00a0\00a0\00a0\00a0";
}

#addreservationtimes {
    margin-bottom:20px;
}

.btnback {
    background-color:#FFF;
    color:#EEE;
}

.print50 {
    width:50%;
}

.print60 {
    width:70%;
}

.print10 {
    width:10%;
}

.navchoosebtn {
    margin-top:100px;
    height:50px;
}

.margintop {
    margin-top:20px;
}

a.navchoosebtn {
    font-size:1.2em;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.navchooseframe {
    margin-top:10px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#confirmdata {
    font-size:1.2em;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 20px;
}

.horeca-dashboard .horeca-date-details, .horeca-dashboard .horeca-date-details table{
    padding: 0 5px;
    margin: 20px 0 0;
    min-width: 200px;
}

.pointer {
    cursor: pointer;
}

.horeca-dashboard .reservation-date {
    margin: 0;
}

.horeca-dashboard .horeca-date-details td {
    height: 35px;
    padding: 8px 15px;
    font-size: 1.1em;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.horeca-dashboard .bar-name {
    padding: 10px 15px;
    max-width:  100px;
    font-size: 1em;
}

.horeca-dashboard a:hover, a:focus {
    color: black;
}

.horeca-dashboard .date {
    vertical-align: middle;
    font-size: 1.1em;
}

.horeca-dashboard .location-date {
    margin-top: 30px;
}

.horeca-dashboard .mobile {
    padding-top: 16px;
}

.horeca-dashboard .mobile #goToLocationSelect {
    margin-bottom: 10px;
}

.horeca-dashboard .mobile .card {
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.horeca-dashboard .mobile .card .card-data-list {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.horeca-dashboard .mobile .card .card-data-list .list-item {
    padding: 5px 10px;
    height: 31px;
    border-bottom: 1px solid #e7e7e7;
}

.horeca-dashboard .mobile .card .card-data-list .list-item.highlight {
    background-color: #e5e5e5;
}

.horeca-dashboard .mobile .card .card-data-list .list-item:last-child {
    border-bottom: none;
}

.legend .open, .open {
    background: #dff0d8;
}

.legend .closed, .closed {
    background: #f2dede;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

#external-events {
    /* margin-top:40px; */
    /* width: 100%; */
    /* padding: 0 10px; */
    text-align: left;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    padding:3px;
    cursor: pointer;
    font-size: 1em;
}

#calendar .fc-event {
    font-size: 1.2em;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#external-events .default-template button{
    /*background-color: #3a87ad;*/
    /*color: #ffffff;*/
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    /*border: 1px solid #3a87ad;*/
    text-align:  left;
    padding: 2px;
    width: 100%;
}

#calendar {
    /* max-width: 500px; */
    /* margin-top:40px; */
    /* height:  200px; */
}

.legend td{
    width: 80px;
    padding: 0 3px !important;
}

.legend .open, .open {
    background: #dff0d8;
}

.legend .closed, .closed {
    background: #f2dede;
}

.popover .btn {
    height: 35px !important;
    font-size: 1em;
    line-height: 2px;
    margin: 0;
    text-transform: uppercase;
}

.popover-content {
    padding: 0;
}

.popover-content .form-group {
    margin: 0;
}

.fc-widget-content .fc-row {
     height: 50px !important;
}

.fc-widget-content .fc-day-grid-container {
    height: inherit !important;
}

.reservation-details-collapse {
    margin-bottom: 0;
}

.collapse table {
    display: none;
}

.collapse.in table {
    display: table;
}

.update-list td, .update-list th {
    font-size: 1em;
}

.update-list table, .update-list .table {
    background-color: inherit;
    font-size: 1em;
    margin: 0;
}

.reservation-update-history {
    /* margin-right: 10px; */
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.reservation-update-history {
    cursor: pointer;
}

.rating {
    min-height: 32px;
}

table .textlong {
    max-width: 50px;
    overflow-wrap: break-word;
    margin: 0;
}

.bluecircle {
    color: #247bfd;
}

.pauseRed{
    color:red;
}

.linksize {
    font-size:1em;
}

#review-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    background-color: #fef7f1;
    color:#000;
    text-align: center;
    padding:35px;
    border-radius: 25px;
}

#review-google-redirect-alt {
    display:block;
    color:#e4e4e4;
    margin-top:50px;
}

#review-google-redirect-alt a {
    color:#d4d4d4;
}

#review-logo {
    position: absolute;
    top: 92px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
}

#review-logo img {
    max-width: 100%;
}

#review-text h1 {
    font-size:26px;
    padding-bottom: 12px;
}

#review-text h2 {
    font-size:14px;
    padding-bottom: 12px;
}

#review-text p {
    font-size:16px;
}

#review-content  {
    font-size:16px;
}

#review-form textarea  {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

#review-form .review-btn-submit  {
    width:150px;
    height:50px;
    border-radius: 25px;
    border:0px;
    background-color: #bbab9e;
    color:#fff;
    font-size:26px;
}

#review-content-success .review-fa-comment {
    font-size: 80px;
    color:#bbab9e;
    padding-bottom: 20px;
}


.review-success {
    color:#bbab9e;
}

#review-header-success {
    color:#bbab9e;
    font-size: 24px;
}

#review-subheader-success {
    color:#bbab9e;
    font-size: 20px;
}

#review-content-success {
    min-width: 500px;
}

#review-google-btn,#review-tripadvisor-btn {
    margin-top:20px;
    background-color: #fff;
    padding:20px;
    border-radius: 25px;
    display:block;
    border: 1px solid #eee;
    color:#000;
}

#review-feedback-msg {
    background-color: #f7f7f7 ;
    padding:10px;
}

.review-starsloader {
    margin: auto;
    --s: 40px;
    height: calc(var(--s)*0.9);
    width: calc(var(--s)*5);
    --v1:transparent,#000 0.5deg 108deg,#0000 109deg;
    --v2:transparent,#000 0.5deg  36deg,#0000  37deg;
    -webkit-mask:
            conic-gradient(from 54deg  at calc(var(--s)*0.68) calc(var(--s)*0.57),var(--v1)),
            conic-gradient(from 90deg  at calc(var(--s)*0.02) calc(var(--s)*0.35),var(--v2)),
            conic-gradient(from 126deg at calc(var(--s)*0.5)  calc(var(--s)*0.7) ,var(--v1)),
            conic-gradient(from 162deg at calc(var(--s)*0.5)  0                  ,var(--v2));
    -webkit-mask-size: var(--s) var(--s);
    -webkit-mask-composite: xor,destination-over;
    mask-composite: exclude,add;
    -webkit-mask-repeat:repeat-x;
    background:linear-gradient(#ffb940 0 0) left/0% 100% #ddd no-repeat;
    animation: l20 2s infinite linear;
}
@keyframes l20 {
    90%,100% {background-size:100% 100%}
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4, label {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    p {
        font-size: 1em;
    }

    .nav a {
        font-size: 1.1em;
    }

    a, .breadcrumb-item.active{
        font-size: 1em;
    }

    .container {
        max-width: none;
    }

    .addreservationtimes-time {
        line-height: inherit;
        font-size: 1em;
    }

    .select-timeslot {
        height: 55px;
    }

    .filters a {
        font-size: 0.9em;
    }

    .reservation-module input[type=checkbox] {
        transform: scale(1.2);
    }

    .reservation-module .btn {
        height: 45px;
    }

    .fc-widget-content .fc-row {
        height: 70px !important;
    }
}

@media only screen and (min-width : 993px) {
    .addreservationtimes-time {
        line-height: inherit;
        font-size: 0.9em;
    }
}

@media only screen and (min-width : 993px) {
    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1em;
    }

    h6 {
        font-size: 0.9em;
    }

    p, label {
        font-size: 0.9em;
    }

    a, .breadcrumb-item.active {
        font-size: 0.9em;
    }

    .container {
        max-width: none;
    }


    .filters i {
        color: #337ab7;
        display: inline;
        font-size: 32px;
    }

    .reservation-date-details table td, .reservation-list-wp table td, .reservation-list-wp table th {
        font-size: 1.1em;
    }

    .time-slots-legends {
        width: 50% !important;
    }

    .reservation-list-wp table {
        font-size: 1em;
    }

    table td, table th {
        font-size: 1em;
    }

    .reservation-list-wp a, .filters a{
        font-size: 1em;
    }

    .horeca-dashboard .horeca-date-details td {
        font-size: 1.3em;
        height: 35px;
    }
}

@media only screen and (min-width : 1224px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.6em;
    }

    h4 {
        font-size: 1.235em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    p, label {
        font-size: 1em;
    }

    a, .breadcrumb-item.active {
        font-size: 1em;
    }

    .container {
        max-width: none;
    }
}

@media only screen and (min-width: 1280px) {
    h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.4em;
    }

    h5, label {
        font-size: 1.2em;
    }

    h6 {
        font-size: 1.1em;
    }

    p, span {
        font-size: 1.1em;
    }

    .resnav-btn {
        font-size: 1.2em !important;
    }

    .nav a, a.resnav-btn {
        font-size: 1.1em;
    }

    a, .reservation-list-wp a, .breadcrumb-item.active {
        font-size: 1em;
    }

    .reservation-list-wp table, table, table td, table th {
        font-size: 1.1em;
    }

    .navchoosebtn {
        height: 70px;
    }

    .addreservationtimes-time {
        font-size: 1.2em;
        width: 123px;
    }

    .reservation-module input[type=checkbox] {
        transform: scale(1.4);
    }

    .filters i {
        font-size: 2.3em;
    }

    .reservation-date-details .date-content > i {
        font-size: 1.8em;
    }

    #reservation-form .btn {
        margin-top: 10px;
    }

    .select-timeslot {
        height: 55px;
    }

    .pagination-container a {
        font-size: 1.3em !important;
    }

    #reservation-modal .addreservationtimes-time {
        font-size: 1em;
        width: 110px;
    }

    .horeca-dashboard .horeca-date-details td, .horeca-dashboard .horeca-date-details p {
        height: 35px;
        font-size: 0.7em;
    }

    .popover .btn {
        height: 45px !important;
    }

    #calendar .fc-event {
        font-size: 0.8em;
    }

    .fc-widget-content .fc-row {
        height: 90px !important;
    }
    .seat-list-table .textlong {
        max-width: 100px;
    }
}

@media screen and (max-width: 700px) {
    #review-logo {
        max-width: 150px;
        top: 50px;
    }
}
