﻿   .DisplayColumn {
    border: 2px solid rgb(241 241 241);
    padding-top : 1%
}

.TableReservationContainer, .TableReservationContainerTA {
    position: relative;
    margin: 20px 0 10px 0;
}

    .TableReservationContainer label, .TableReservationContainerTA label {
        position: absolute;
        top: 5px;
        left: 0px;
        font-family: josefinSans-Regular;
        font-size: 16px;
        /*font-size: 1.1em;
        opacity: 0.9;*/
        color: #fff;
        transition: all 0.5s ease-in-out;
        padding: 1px;
        pointer-events: none;
    }

    .TableReservationContainer input, .TableReservationContainer select, .TableReservationContainerTA textarea {
        border: 0;
        border-bottom: 1px solid #fff;
        background: transparent;
        width: 100%;
        padding: 8px 0 0 0;
        font-family: josefinSans-Regular;
        font-size: 16px;
        /*font-size: 1.1em;*/
        color: #fff;
    }

        .TableReservationContainer input:focus, .TableReservationContainer select:focus, .TableReservationContainerTA textarea:focus,
        .TableReservationContainer input:valid, .TableReservationContainer select:valid, .TableReservationContainerTA textarea:valid {
            border: none;
            outline: none;
            border-bottom: 1px solid #5ea1ee;
        }

            .TableReservationContainer input:focus ~ label,
            .TableReservationContainer input:valid ~ label,
            .TableReservationContainer input[type=time]:focus ~ label,
            .TableReservationContainer input[type=time]:valid ~ label,
            .TableReservationContainer select:focus ~ label,
            .TableReservationContainer select:valid ~ label,
            .TableReservationContainerTA textarea:focus ~ label,
            .TableReservationContainerTA textarea:valid ~ label {
                top: -12px;
                color: #5ea1ee;
                font-family: josefinSans-Regular;
                font-size: 14px;
                /*font-size: 0.8em;*/
            }
        .TableReservationContainer input[type=time] ~ label {
              top: -12px;
                color: #5ea1ee;
                font-family: josefinSans-Regular;
                font-size: 14px;
        }
        .TableReservationContainer input[type=date] ~ label {
              /*top: -12px;
                color: #5ea1ee;
                font-family: josefinSans-Regular;
                font-size: 14px;*/
        }
        .TableReservationContainer #NoOfPeopleSelect ~ label {
              top: -12px;
                color: #5ea1ee;
                font-family: josefinSans-Regular;
                font-size: 14px;
        }
        .TableReservationContainer #NoOfPeopleSelect {
               border-bottom: 1px solid #5ea1ee;
        }
        /* Target only options in the dropdown */
        #NoOfPeopleSelect option {
            text-indent: 20px; /* adds left padding inside dropdown */
        }

        /* Remove indent from the selected value in the select box */
        #NoOfPeopleSelect {
            padding-left:10px;
        }


.TableReservationTypeContainer > .Title {
    font-family: josefinSans-Regular;
    font-size: 16px;
    color: #006B33;
}
.TableReservationTypeContainer label {
    font-family: josefinSans-Regular;
    font-size: 16px;
    color: #aeaeae;
}


#SubmitTableReservationButton {
    background-color: #006B33 !important;
    font-family: josefinSans-Medium;
    font-size: 16px;
    color: #f7f7f7;
}
    #SubmitTableReservationButton:hover {
        background-color: #007a3a !important;
    }


.TitleOfPage {
    font-family: 'josefinSans-Bold';
}
.TableReservationFormHeaderContainerCol {
    font-family: josefinSans-Regular;
}
#SubmitCareerRequestButton,
#CancelCareerRequestButton {
    max-width: 200px;
}
.TableReservationFormHeaderSpan {
    font-size: 17px;
    color: white;
}
/* Hide default clock icon */
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
/* Custom clock icon */
.custom-time-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: red; /* Customize icon color here */
    font-size: 16px;
    background:#092441;
}
    .custom-time-input .custom-icon img {
        width:22px;
        height:22px;
        filter:invert(1);
    }

/*- Custom Date- */
/*Default Icon*/
input[type='date']::-webkit-calendar-picker-indicator {
    /*background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;*/
}



.custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 54%;
    transform: translateY(-50%);
    pointer-events: none;
    color: red; 
    font-size: 16px;
    background:#092441;
}
.custom-date-input .custom-icon img {
        width:22px;
        height:22px;
    }

@supports (-webkit-touch-callout: none) {
  input[type="date"] {
    padding-right: 40px !important;
  }

  .custom-date-input .custom-icon {
    right: 0px !important;
  }
}

.VipRegForm .custom-date-input .custom-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-20%);
    pointer-events: none;
    color: red; 
    font-size: 16px;
    background:#092441;
}
@media (max-width:1200px) {
   .TableReservationFormHeaderSpan {
        font-size:14px;
   }
}
@media (max-width:992px) {
    .TableReservationFormHeaderSpan {
        font-size: 14px;
    }
}
@media (max-width:768px) {
    .TableReservationFormHeaderSpan {
        font-size: 14px;
    }
}
@media (max-width:576px) {
    .TableReservationFormHeaderSpan {
        font-size: 12px;
    }
    .custom-date-input .custom-icon {
        position: absolute;
        right: 0px;
        top: 54%;
        transform: translateY(-50%);
        pointer-events: none;
        color: red; 
        font-size: 16px;
        background:#092441;
    }
}