/* LINK COLORS */
a:active {
    color: yellow;
    text-decoration: underline;
}
a:link {
    color: yellow;
    text-decoration: underline;
}
a:visited {
    color: yellow;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
/* END LINK COLORS

/* HEADER COLORS */
h1 {
    color: #ffffff;
    font-weight: bold;
    font-family: "Verdana";
    text-decoration: underline;
}

h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Verdana";
    text-decoration: underline;
}

h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Verdana";
    text-decoration: underline;
}

hr {
    color: red;
    background-color: red;
    height: 5px;
    width: 98%;
}
/* END HEADER COLORS */

.sidepanel {
    font-family: "Verdana";
    font-size: 21px;
}

/* MAIN BODY */
p {
    font-family: "Verdana";
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
}

body {
    font-family: "Verdana";
    font-size: 18px;
    text-decoration: none;
    background-color: #19252F;
    color: #FFFFFF;
}

/* TABLES */
th {
    text-decoration: underline;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ffffff;
    border-color: #ffffff;
    border-collapse: collapse;
    font-weight: bold;
    font-size: 18px;
    font-family: "Verdana";
    background-color: yellow;
    color: #000000;
    position: sticky;
    top: 0;
}
.th-report {
    text-decoration: underline;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #FFFFFF;
    border-color: #FFFFFF;
    background-color: yellow;
    border-collapse: collapse;
    font-weight: bold;
    font-size: 18px;
    font-family: "Verdana";
}

table {
    border: 1px solid #FFFFFF;
    border-color: #FFFFFF;
    font-size: 18px;
    font-family: "Verdana";
}

/* MAIN TABLE-OVERALL */
#maint {
    width: 98%;
    border-spacing: 1px;
    padding: 1px;
    border: 1px solid white;
    font-size: 18px;
    font-family: "Verdana";
}

/* MAIN TD */
#maintd {
    border-spacing: 1px;
    padding: 1px;
    border: 1px solid white;
    font-size: 18px;
    font-family: "Verdana";
}

/* LINKS TD */
#linkstd {
    border-spacing: 1px;
    padding: 1px;
    border: 1px solid white;
}

/* RECORD TABLES */
#record {
    width: 60%;
    border-spacing: 2px;
    padding: 2px;
    border: 2px solid red;
    background-color: #19252F;
    color: #000000;
}
#recordth {
    text-decoration: underline;
    text-align: center;
    vertical-align: middle;
    background: yellow;
    border: 2px solid red;
    border-color: red;
    border-collapse: collapse;
    color: black;
    font-weight: bold;
    font-family: "Verdana";
}
#recordtd {
    border-spacing: 2px;
    padding: 2px;
    border: 2px solid red;
}

/* TABLE */
#galt {
    width: 98%;
    border-spacing: 1px;
    padding: 1px;
    border: 1px solid white;
    font-size: 18px;
    font-family: "Verdana";
}

/* TD */
#galtd {
    border-spacing: 1px;
    padding: 1px;
    border: 1px solid white;
}

/* FORMS AND BUTTONS */
/* INPUT FIELDS FOR FORMS */
#fields {
    background-color: #FFFFFF;
    color: #000000;
}

/* MAIN BUTTONS */
#button {
    border-radius: 20px;
    font-family: "Verdana";
    font-size: 18px;
    border: 3px solid yellow;
    padding: 8px 8px;
    margin: 2px 2px;
    font-weight:bold;
    cursor: pointer;
    width: 50%;
}

#button_delete {
    border-radius: 20px;
    font-family: "Verdana";
    font-size: 12px;
    border: 2px solid #0000FF;
    padding: 8px 8px;
    margin: 4px 4px;
    font-weight:bold;
    cursor: pointer;
    color: #0000FF;
    background-color: darkgray;
}

.button_select {
    border-radius: 15px;
    font-family: "Verdana";
    font-size: 35px;
    border: 1px solid #0000FF;
    padding: 5px 5px;
    margin: 2px 2px;
    font-weight:bold;
    cursor: pointer;
    color: #0000FF;
    background-color: #cccc99;
}

#num1 {
    width: 6em;
}
#num2 {
    width: 3em;
}

/* FIELDS TEXT */
.box-cal {
    width: 300px;
    height: 80px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 30px;
}
.box {
    width: 70px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box1 {
    width: 100px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box2 {
    width: 150px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box3 {
    width: 200px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box4 {
    width: 250px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box5 {
    width: 300px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box6 {
    width: 400px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.box7 {
    width: 500px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.event_drop {
    width: 600px;
    height: 25px;
    border: 1px solid #0000ff;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_contact {
    width: 600px;
    height: 130px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_report {
    width: 1000px;
    height: 400px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_record {
    width: 950px;
    height: 200px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_bird {
    width: 950px;
    height: 200px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_statements {
    width: 1200px;
    height: 300px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.textarea_photo {
    width: 400px;
    height: 50px;
    color: #000000;
    background-color: #CCCCCC;
    border-radius: 5px;
    box-shadow: 1px 1px #ccc;
    font-family: "Verdana";
    font-size: 18px;
}
.supply_non {
    background-color: grey;
    color: yellow;
    border: 1px solid black;
}
.supply_default {
    background-color: #cccccc;
    color: black;
    border: 1px solid black;
}