﻿body {
    width: 100%;
    font-size: 1.3em;
}

.Logo {
    width: 10%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 5px;
    float: right;
    display: inline-block;
    vertical-align: top;
}

.LogoText {
    font-size: 1.0em;
    font-weight: bold;
    color: mediumblue;
    display: inline-block;
    vertical-align: top;
}

.St1 {
    display: inline-block;
    margin: 5px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    vertical-align: top;
}

.EmptyRow {
    font-size: large;
    border-style: none;
    border-width: 0px;
}

.GV {
}

    .GV table {
    }

    .GV caption {
        font-size: x-large;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        color: #000080;
        white-space: nowrap;
    }

    .GV th {
        font-weight: bolder;
        color: #FFFFFF;
        background-color: #D20803;
        text-align: center;
        border: 1px solid #000000;
        padding: 5px 10px 5px 10px;
    }

        .GV th a {
            color: #FFFFFF;
        }

            .GV th a:hover {
                color: #FFFF66;
            }

    .GV td {
        padding: 3px 2px 3px 2px;
        font-size: 1em;
    }

.GV_Col_I_L {
    text-align: left;
}

.GV_Col_I_L_Wrap {
    text-align: left;
    white-space: normal;
    word-wrap: normal;
}

.GV_Col_I_C {
    text-align: center;
}

.GV_Col_I_R {
    text-align: right;
}

.GV_Col_I_L_F {
    text-align: left;
    font-weight: bold;
    padding: 3px 2px 3px 2px;
    font-size: 1em;
}

.GV_Col_I_R_F {
    text-align: right;
    font-weight: bold;
    padding: 3px 2px 3px 2px;
    font-size: 1em;
}


.RowS {
    background-color: #FFFF66;
}

.RowG:hover {
    background-color: #FFFFB6;
}

.ImgBtn {
    margin: 10px;
}

.PanelList {
    margin: 15px;
    display: inline-block;
    vertical-align: top;
}

.btnSpace {
    display: inline-block;
}

.Active {
    color: white;
    background-color: blue;
    font-weight: bold;
}

.Inactive {
    background-color: cornflowerblue;
    color: white;
    font-weight: normal;
}

.signature-component {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    font: 18px "Helvetica Neue", sans-serif;
    box-sizing: border-box;
}

    .signature-component h1 {
        margin-bottom: 0;
    }

    .signature-component h2 {
        margin: 0;
        font-size: 100%;
    }

    .signature-component button {
        padding: 1em;
        background: transparent;
        box-shadow: 2px 2px 4px #777;
        margin-top: 0.5em;
        border: 1px solid #777;
        font-size: 1rem;
    }

        .signature-component button.toggle {
            background: rgba(255, 0, 0, 0.2);
        }

    .signature-component canvas {
        display: block;
        position: relative;
        border: 1px solid;
    }

    .signature-component img {
        position: absolute;
        left: 0;
        top: 0;
    }

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="file"],
input[type="checkbox"] {
    font-size: 1em;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: auto; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,1); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
}



/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.multi-div {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border-color: blue;
    border-width: thin;
    border-style: solid;
    margin: 5px;
}