@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
}
body {
    font-family: Segoe UI, Tahoma, Verdana, sans-serif;
    margin: auto;
    padding: 2%;
    padding-bottom: 10%;
    background-color: black;
}
a {
    text-decoration: none;
}
input {
    text-align: center;
}
input[type=checkbox] {
    cursor: pointer;
}
input[type=text] {
    background-color: lightgray;
}
textarea {
    background-color: lightgray;
}
input:checked {
    accent-color: lightgreen;
}
input[type=submit] {
    font-size: 16px;
    font-weight: bold;
    background-color: lightgreen;
    float: right;
    cursor: pointer;
    border-radius: 10px;
}
table {
    border-collapse: collapse;
    text-align: left;
    float: left;
}
table th {
    color: darkslategray;
    font-weight: normal;
    font-size: larger;
}
table td {
    vertical-align: top;
}
mark {
    font-size: x-large;
    font-variant: small-caps;
    font-weight: bold;
    font-style: italic;
    background-color: transparent;
    color: white;
}
sup {
    font-size: small;
    font-weight: bold;
}
img {
    border: 5px solid lightgray;
    border-radius: 10px;
    border-style: groove;
    width: 25%;
    height: auto;
}
.audiotest {
    display: none;
}
.vbuttons {
    font-size: 16px;
    font-weight: bold;
    background-color: lightyellow;
    border-radius: 25px;
    padding: 10px;
    cursor: pointer;
}
.tbuttons {
    font-size: 16px;
    font-weight: bold;
    background-color: lightyellow;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
}
#Logo {
    width: 72px;
    height: 72px;
    border: none;
}
#btnErase {
    background-color: red;
}
#btnClear {
    background-color: red;
}
#ListStatus {
    color: red;
    font-size: smaller;
    font-weight: bold;
}
#AudioTime {
    text-align: center;
    font-weight: bold;
    background-color: yellow;
    padding: 10px;
}
#HistoryTable {
    font-size: small;
    padding-bottom: 20px;
}
#RefreshHistory {
    text-align: center;
    font-size: 36px;
    padding: 20px;
    cursor: pointer;
}
.datetime {
    color: white;
}
summary {
    color: blue;
    font-weight: bold;
}
details {
    border-style: groove;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
}
select {
    padding: 10px;
}
.xremove {
    color: red;
    cursor: pointer;
}
.refresh {
    color: blue;
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
}
.receipt {
    float: right;
    padding-bottom: 20px;
    text-align: center;
}
.viewbutton {
    background-color: yellow;
}
.listenbutton {
    background-color: lightgreen;
}
.topicsource {
    padding: 10px 10px 10px 10px;
    background-color: whitesmoke;
}
.topicsource .tag {
    color: #1A3668;
}
#CCContainer {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    max-width: 720px;
    border-style: groove;
    border-radius: 20px;
    padding: 2px;
    /*background-image: url("hires-metal-radial-brushed-texture.jpg");*/
    /*background-image: radial-gradient( gray 15%, green 60% );*/
    background-color: lightseagreen;
    background-repeat: no-repeat;
    background-size: cover;
}
#CCBanner {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#CCForm {
    position: relative;
    text-align: center;
    overflow-x: hidden;
    border-style: groove;
    border-radius: 20px;
    padding: 30px;
    min-height: 300px;
}
#ShowMessage {
    display: none;
    position: absolute;
    font-size: 24px;
    width: 80%;
    height: auto;
    margin: auto;
    border-style: groove;
    border-radius: 20px;
    padding: 30px;
    background-color: whitesmoke;
    border-color: blue;
    text-align: left;
}
#AnnieBotController {
    position: relative;
    text-align: center;
    overflow: auto;
}
#ControllerGraphic {
    display: inline-block;
    border-style: none;
    width: 45%;
    padding: 20px;
}
#ControllerPrompt {
    text-align: left;
    display: inline-block;
    float: right;
    border-style: groove;
    border-radius: 20px;
    width: 45%;
    height: 250px;
    padding: 20px;
    overflow-y: scroll;
}
#UserGUI {
    background-color: yellow;
    font-size: 36px;
    font-weight: bold;
    border-radius: 20px;
}
#tracker {
    margin: auto;
    width: 100px;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
}
.copyright {
    text-align: center;
    font-size: small;
    padding-top: 5px;
    padding-bottom: 5px;
    color: darkslategray;
}
footer {
    padding-top: 5px;
    padding-bottom: 5px;
}
#companyinfo {
    color: #1A3668;
    font-size: small;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: transparent;
}
#companyinfo span {
    cursor: pointer;
}
#screensaver {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 5;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 2;
    text-align: center;
}
#overlay button {
    margin-top: 1%;
    width: 49%;
    height: 96%;
    font-size: 144px;
    background-color: darkslategray;
    color: yellow;
    border-radius: 24%;
    border-width: thin;
    cursor: pointer;
}
#closeoverlay {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 18px;
    cursor: pointer;
}
#btnplay {
    background-color: lightgreen;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #CCContainer {
        position: relative;
        width: 98%;
        height: auto;
        border-style: none;
    }
    img {
        width: 50%;
    }
}
/* Other devices (desktops, laptops, portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #CCContainer {
        position: relative;
        width: 800px;
        margin: auto;
        height: auto;
        border-style: solid;
    }
    img {
        width: 50%;
    }
    #HistoryTable {
        font-size: large;
        padding-bottom: 40px;
    }
    .formdiv {
        padding-left: 20%;
        font-size: larger;
    }
    #btnListen {
        font-size: 24px;
    }
    #btnSend {
        font-size: 24px;
    }
    input {
        font-size: larger;
    }
    textarea {
        font-size: larger;
    }
    #MessageHistory {
        margin-left: 20%;
        width: 60%;
    }
}