﻿/* Mobile */
.clearance-form {
    background-color: #ffffff;
    color: #212121 !important;
    border: 1px solid #a09f9f;
    width: 100%;
    margin-bottom: 100px;
}

.btn-submit {
    width: 75%;
}

/* Desktop */
@media (min-width: 576px) {

    .clearance-form {
        width: 680px;
        display: inline-block;
    }

    .btn-submit {
        width: 50%;
    }
}

b.asterisk {
    font-weight: bold;
    color: red;
}

.form-group {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-desc {
    background-color: #d0cfcf;
    font-size: 14px;
}

    .form-desc div {
        padding: 5px 10px 10px 10px;
    }

.form-check span {
    margin-left: 25px;
}

.form-check-input {
    margin-left: 0;
}

input[type='radio'] {
    transform: scale(1.5);
}

.radio-boxes {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #377d47;
    width: 100%;
    margin-left: -20px;
    margin-bottom: 10px;
    cursor: pointer;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    transform: scale(1.8);
}

#google_translate_element {
    z-index: 99 !important;
}

.disclaimer-modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 120px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.disclaimer-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px;
}

.btn-start-checkin {
    width: 240px;
}

.visit-options {
    padding: 10px 16px 10px 16px;
}

    .visit-options b{
        margin-left: 16px;
    }

    .visit-options .form-check {
        margin-top: 20px;
    }

    .visit-options .form-check-label {
        margin-left: 30px;
        cursor: pointer;
    }

    .visit-options .btn-next {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
    }

.visit-form, .appointment-info {
    display: none;
}