﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    min-width: 660px;
}

select {
    font-family: Arial;
    font-size: 1em;
    background: white;
    border: 1px solid #999;
    border-radius: 3px;
}

input {
    text-align: right;
}

header {
    font-size: 0.8em;
    height: 116px;
    margin: 0 auto;
    width: 760px;
}

    header h3 {
        text-align: center;
    }

    header > img {
        height: 116px;
        max-width: 350px;
    }

.right {
    float: right;
}

.right-align {
    text-align: right;
}

.center {
    text-align: center;
}

.center-div {
    width: 260px;
    margin: 0 auto;
}

.center-div-large {
    width: 520px;
    margin: 0 auto;
}

p {
    margin: 2px;
}

.xsmall-text {
    font-size: .7em;
}

.small-text {
    font-size: .9em;
}

.indent {
    text-indent: .6em;
}

.sysinfo {
    width: 300px;
    padding-right: 1em;
}

.usage {
    border-radius: .25rem;
    background-color: #C2C2C2;
    margin-left: .6em;
    overflow: hidden;
}

.usage-amount {
    color: #fff;
    text-align: center;
}

.low {
    background-color: #4CAF50;
}

.medium {
    background-color: #f79114;
}

.high {
    background-color: #FF0000;
}

.menu {
    background-color: #C2C2C2;
}

    .menu a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        padding: 1em;
        line-height: 2.5em
    }

    .menu a:hover {
        color: black;
    }

.content {
    min-height: 90%;
    width: 760px;
    display: table;
    margin: auto;
    padding-bottom: 2em;
}

.search {
    text-align: center;
    border-radius: 1em;
    background-color: #EAEAEA;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h2 {
    margin-bottom: 0;
}

.status {
    width: 110px;
    margin-right: 5px;
    line-height: 1;
    text-align: center;
}

    .status > p {
        padding: 1px;
    }

.idle {
    color: white;
    background: #4CAF50;
}

.recording {
    color: white;
    background-color: red;
}

audio {
    max-width: 320px;
    max-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
}

a svg {
    margin-top: 7px;
}

    a svg:hover #download {
        fill: #424242;
    }

img[src*=".svg"] {
    width: 100%;
}

table {
    width: 760px;
    text-align: center;
    border: 1px solid #C2C2C2;
    border-collapse: collapse;
}

    table td, table th {
        padding: 2px 10px;
        border-top: 1px solid #C2C2C2;
    }

    table tbody td {
        font-size: 1em;
    }

    table tr:nth-child(even) {
        background: #EAEAEA;
    }

    table thead {
        background: #C2C2C2;
    }

.settings {
    width: 760px;
    background: #E9E9E9;
    border-radius: 1em;
    padding: 1em;
    margin: 1em 0em 1.5em 0em;
}

    .settings h2 {
        display: inline;
    }

    .settings table {
        border: none;
        width: 400px;
        margin: auto;
    }

    .settings table td, .settings table th {
        border-top: none;
    }

    .settings thead {
        background: none;
    }

    .settings tr:nth-child(even) {
        background: none;
    }

    .settings input {
        width: 5em;
        margin: 5px;
    }

    .settings form {
        margin: 1em;
    }

    .settings .button {
        margin-top: 1.5em;
    }

.button {
    color: white;
    border-radius: 3px;
    padding: .6em 1em;
    font-size: 14px;
    border-style: none;
    background-color: #C2C2C2;
    margin-left: 1em;
}

    .button:hover {
        background-color: #424242;
    }

.save-button {
    background-color: #4CAF50;
}

    .save-button:hover {
        background-color: forestgreen;
    }

    .save-button:disabled {
        background-color: #C2C2C2;
    }

.warn-button {
    background-color: darkorange;
}

    .warn-button:hover {
        background-color: orangered;
    }

    .warn-button:disabled {
        background-color: #C2C2C2;
    }

.validation-summary-errors {
    text-align: center;
    font-size: .9em;
    color: red;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.field-validation-error {
    font-size: .9em;
    color: red;
    display: block;
    text-align: center;
}

.input-validation-error {
    border-color: red;
}

.message {
    font-size: 1.5em;
    font-weight: bold;
    color: forestgreen;
    float: right;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: center;
}

.form-group {
    padding-top: 5px;
    width: 5.3em;
    max-width: 50%;
    position: relative;
    min-height: 1px;
}

.label {
    margin-left: 5px;
    display: inline-block;
}

#wifi-settings select {
    width: 120px;
}

#wifi-settings input {
    text-align: left;
    width: 120px;
}

#wifi-settings label {
    width: 90px;
    text-align: left;
}

#share-settings #Enabled input {
    text-align: left;
    width: 120px;
}

#share-settings #Enabled label {
    width: 90px;
    text-align: left;
}

#name-settings input {
    text-align: left;
    width: 120px;
}