﻿ul {
    list-style-type: none;
}

li {
    cursor: pointer;
}

.head-label {
    display: block;
    text-align: center;
    width: 100%;
    font-family: Verdana;
    font-size: 14pt;
    background-color: #FF9900;
    box-shadow: 5px 5px 20px #bfbbbb;
}

.top-row {
    display: grid;
    grid-template-columns: 200px 300px 150px 350px 200px;
    grid-template-rows: 200px;
    box-shadow: 5px 5px 20px #bfbbbb;
    margin-top: 10px;
}

.pie-chart {
    grid-column: 1;
    vertical-align: top;
    height: 200px;
    width: 200px;
    background-color: white;
    box-shadow: 5px 5px 20px #bfbbbb;
}

.large-image {
    grid-column: 2;
    vertical-align: top;
    height: 200px;
    width: 300px;
    box-shadow: 5px 5px 20px #bfbbbb;
}

.image-container {
    grid-column: 3;
    display: grid;
    height: 200px;
    width: 150px;
    grid-template-columns: 150px;
    grid-template-rows: 100px;
    box-shadow: 5px 5px 20px #bfbbbb;
}

.top-image {
    grid-column: 1;
    grid-row: 1;
    height: 100px;
    width: 150px;
}

.bottom-image {
    grid-column: 1;
    grid-row: 2;
    height: 100px;
    width: 150px;
}

.info-container {
    grid-column: 4;
    font-family: Verdana;
    font-size: 8pt;
    box-shadow: 5px 5px 20px #bfbbbb;
    margin-left: 5px;
}

.show-bids {
    font-family: Verdana;
    grid-column: 5;
    grid-row: 1;
    height: 200px;
    width: 200px;
    overflow-y: scroll;
}

.show-users {
    font-family: Verdana;
    grid-column: 5;
    grid-row: 1;
    height: 200px;
    width: 200px;
    overflow-y: scroll;
}

.bid-message {
    height: 25px;
    width: 350px;
    font-family: Verdana;
    margin-left: 5px;
    font-size: 8pt;
    color: red;
}

.small-bid {
    height: 30px;
    width: 350px;
    font-family: Verdana;
    font-size: 8pt;
    margin-top: -5px;
    margin-left: 30px;
}

#txtBid {
    width: 100px;
}

.info-big-label {
    font-family: Verdana;
    font-size: 12pt;
    width: 350px;
    text-align: center;
}

.info-caption {
    font-size: 8pt;
    color: darkgrey;
    text-align: right;
}

.info-value {
    font-size: 9pt;
    background-color: #F0F0F0;
    color: black;
}

#listBids li {
    font-family: Verdana;
    font-size: 10pt;
    margin-left: 10px;
    height: 20px;
    width: 150px;
}

#listUsers li {
    font-family: Verdana;
    font-size: 10pt;
    margin-left: 20px;
    height: 20px;
    width: 150px;
}

.bid-admin {
    vertical-align: top;
    width: auto;
    font-family: Verdana;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.award-button {
    width: 200px;
}

.list-container {
    display: grid;
    grid-template-columns: 200px 200px 200px 200px 400px;
    grid-template-rows: 30px 500px 150px;
    grid-gap: 5px;
}

.list-labels-property {
    grid-row: 1;
    grid-column: 1;
    width: 200px;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

.list-labels-kristi {
    grid-row: 1;
    grid-column: 2;
    width: 200px;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

.list-labels-cyndi {
    grid-row: 1;
    grid-column: 2;
    width: 200px;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

.list-labels-stephen {
    grid-row: 1;
    grid-column: 4;
    width: 200px;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

.list-labels-history {
    grid-row: 1;
    grid-column: 5;
    width: 200px;
    font-family: Verdana;
    font-size: 10pt;
    color: black;
}

.property-list {
    grid-row: 2;
    grid-column: 1;
    width: 200px;
    height: 300px;
    font-family: Verdana;
    margin-left: 0;
    font-size: 9pt;
    overflow-y: scroll;
    background-color: #DDDDDD;
}

.kristi-list {
    grid-row: 2;
    grid-column: 2;
    width: 200px;
    height: 300px;
    font-family: Verdana;
    font-size: 10pt;
    overflow-y: scroll;
    background-color: #99CCFF;
}

.cyndi-list {
    grid-row: 2;
    grid-column: 3;
    width: 200px;
    height: 300px;
    font-family: Verdana;
    font-size: 10pt;
    overflow-y: scroll;
    background-color: #99FF99;
}

.stephen-list {
    grid-row: 2;
    grid-column: 4;
    width: 200px;
    height: 300px;
    font-family: Verdana;
    font-size: 10pt;
    overflow-y: scroll;
    background-color: #FFCCFF;
}

.selected_item {
    background-color: #FFFFFF;
    width: 200px;
}

.history-list {
    grid-row: 2;
    grid-column: 5;
    background-color: #FFFF99;
    font-family: Verdana;
    font-size: 6pt;
    width: 400px;
    height: 300px;
    overflow-y: scroll;
}

.property-totals {
    grid-row: 3;
    grid-column: 1;
    width: 200px;
    font-family: Verdana;
    font-size: 9pt;
}

.total-value {
    background-color: lightgrey
}

.total-caption {
    text-align: right;
}

.participant-totals-kristi {
    grid-row: 3;
    grid-column: 2;
    width: 200px;
    font-family: Verdana;
    font-size: 9pt;
}

.progress-kristi {
    margin-top: 5px;
    width: 200px;
    height: 15px;
    background-color: darkgray;
    color: #99CCFF;
}

.progress-cyndi {
    margin-top: 5px;
    width: 200px;
    height: 15px;
    background-color: darkgray;
    color: #99FF99;
}

.progress-stephen {
    margin-top: 5px;
    width: 200px;
    height: 15px;
    background-color: darkgray;
    color: #FFCCFF;
}

.participant-totals-cyndi {
    grid-row: 3;
    grid-column: 3;
    width: 200px;
    font-family: Verdana;
    font-size: 9pt;
}

.participant-totals-stephen {
    grid-row: 3;
    grid-column: 4;
    width: 200px;
    font-family: Verdana;
    font-size: 9pt;
}

.message-text {
    grid-row: 3;
    width: 400px;
}

.history-buttons {
    grid-row: 4;
    font-family: Verdana;
    font-size: 8pt;
    height: 30px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#bid-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 320px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-note {
    position: fixed;
    color: white;
    font-family: Verdana;
    font-style: italic;
    font-size: 20pt;
    left: 500px;
}
