﻿.f4-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.style2 {
    background-color: #FFFF80;
    font-weight: bold;
}

.style3 {
    color: #FF3300;
    font-weight: bold;
}

.style4 {
    color: #0066CC;
    font-weight: bold;
}

.style5 {
    width: 206px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.panelBackground {
    background-color: White;
    border: solid 3px orange;
    padding: 10px;
    border-radius: 20px;
    max-width: 450px;
    max-height: 300px;
    overflow-y: auto;
}

.panelHeading {
    font-weight: 500;
    font-size: 1.7em;
}

.hide {
    display: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.infoLabel {
    color: orange;
    font-weight: 600;
}

.f4-tips {
    background-color: mistyrose;
}

.f4-specialrequestbox {
    border-color: #FFFF80;
    border-width: 4px;
}

.f4-option-image {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.f4-option-image-right {
    float: right;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.f4-options-table {
    table-layout: fixed;
}

    .f4-options-table td {
        max-width: 700px;
        word-wrap: normal;
    }

.f4-checkbox {
    padding-left: 0.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.2rem;
}

    .f4-checkbox input {
        position: absolute;
        margin-top: 0.3rem;
        margin-right: -1.25rem;
        margin-left: 0.5rem;
    }
