/* Base */

body {
    background-color: #919375
}

/* Main Page */

area {
    cursor: pointer;
}
img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 60%;
    height: auto;
}
#image_container {
    top: 30px;
}
#blinking_light {
    position: absolute;
    top: 5px;
    left: 0;
}
#stop_button_down {
    position: absolute;
    top: 5px;
    left: 5px;
}
#skip_button_down {
    position: absolute;
    top: 5px;
    left: 5px;
}
@media screen and (min-width: 770px) {
    #image_container {
        position: relative;
        left: 18%;
    }
    html, body {margin: 0; height: 100%; overflow: hidden}
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
    #image_container {
        position: relative;
        left: 12%;
    }
    img {
        width: 75%;
    }
}
@media screen and (max-width: 769px) {
    img {
        width: 90%;
    }
    #about_button {
        top: 10px !important;
        right: 10px !important;
        font-size: 12px !important;
    }
}
@media screen and (max-width: 769px) and (min-height: 1024px) and (max-height: 1024px) {
    #image_container {
        position: relative;
        top: 130px;
        left: 12px;
        width: 95%;
    }
    #button_container {
        position: relative;
        bottom: -400px;
        left: -5px;
    }
}
#upload_button_up, #upload_button_down {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 300px;
    width: 300px;
    cursor: pointer;
}
#upload_button_down {
    bottom: -2px;
}


/* Upload/Record File Page */

 .container.upload-file {
     padding: 20px;
 }
 .form-control.custom-file * {
     cursor: pointer;
 }
.container.upload-file label {
    font-size: 18px;
}
.invalid-feedback, .error {
    color: red;
}
.recording-button-container {
    padding-left: 5px;
    padding-right: 5px;
}
.input-source-container {
    text-align: center;
}
#audioSource {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    height:40px;
}
.record-upload-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 3px;
}
a.active {
    font-weight: 900;
}
.pid {
    width: 10px;
    height: 10px;
    display: inline-block;
}
.input-volume-container {
    text-align: center;
    margin-top: 20px;
}
.input-volume-label {
    display: inline-block;
    margin-right: 20px;
}

/* User upload page */
.user-upload-table td {
    border: 1px grey solid;
    padding: 5px;
}
.user-upload-table th {
    padding-left: 10px;
    padding-right: 10px;
}
.user-upload-table {
    margin: 40px;
}
.admin-nav-container {
    margin: 40px;
    padding-top: 40px;
    font-size: 24px;
}
td.user-file-link {
    max-width: 300px;
    overflow: auto;
}
td.user-file-description, td.user-file-name, td.user-email, td.user-name {
    max-width: 200px;
    overflow: auto;
}
#recordingsList {
    list-style-type: none;
}
.messages {
    list-style-type: none;
    background: green;
    padding: 20px;
}
.messages li {
    font-size: 16px;
    font-weight: 800;
}
ul.messages.success {
    background: green;
}
ul.messages {
    background: red;
}
.about-text {
    margin-top: 10px;
    padding: 50px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 22px;
    text-align: center;
    color: white;
}
#upload_button_text {
    font-size: 32px;
    position: absolute;
    right: 88px;
    color: white;
    font-size: 32px;
    position: absolute;
    bottom: 30px;
    line-height: 5px;
}
#about_button {
    position: absolute;
    top: 40px;
    right: 55px;
    background-color: Transparent;
    background-repeat:no-repeat;
    font-size: 24px;
    font-weight: 600;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    box-shadow: 5px 5px black;
    border: 2px black solid;
}
h3 {
    font-size: 21px;
}
.nav_upload {
    display: inline-block;
}
.nav_upload i {
    color: red;
}
.upload_about_text {
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}
@media screen and (max-width: 450px) {
    #upload_button_up, #upload_button_down {
        right: 12%;
        width: 250px;
        height: 250px;
        bottom: -70px;
    }
    #upload_button_text {
        font-size: 32px;
        position: absolute;
        bottom: -70px;
        line-height: 5px;
        right: 28%;
        color: white;  
    }
    #image_container {
        position: absolute;
        left: 7%;
        width: 93%;
        top: 200px;
    }
    #stop_button_down {
        position: absolute;
        top: 0;
        left: 0;
    }
    #button_container {
        position: relative;
        bottom: -660px;
        left: -5px;
    }

}
@media screen and (max-height: 568px) and (min-width: 320px) and (max-width: 320px) {
    #image_container {
        top: 100px;
    }
    #button_container {
        bottom: -540px;
        left: 25px;
    }
}
@media screen and (max-height: 667px) and (min-width: 375px) and (max-width: 375px) {
    #image_container {
        top: 100px;
        left: 15px;
    }
    #button_container {
        bottom: -560px;
        left: -10px;
    }
}
@media screen and (max-height: 736px) and (min-width: 414px) and (max-width: 414px) {
    #image_container {
        top: 100px;
        left: 15px;
    }
    #button_container {
        bottom: -580px;
        left: -20px;
    }
}
@media screen and (max-height: 640px) and (min-width: 360px) and (max-width: 360px) {
    #image_container {
        top: 100px;
        left: 20px;
    }
    #button_container {
        bottom: -580px;
        left: -5px;
    }
}