.background
{
    background-color: #0f027b;
    padding: 10px;

    /*height: 100%;*/
}

.subsection
{
    position: relative;
    line-height: 40px;
    padding-top: 30px;
}

.dashboard-container
{
    /*max-width: 1200px;*/
    margin: 0 auto;
    box-sizing: border-box;

    /*height: 100vh;*/

}



.center_image
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.bottom-right-image
{
    padding-bottom: 80px;
    padding-right: 28px;
    width: 30%;
    float: right;
}



.styled-div {
    font-size: 15px;
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    width: 150px;
    height: 40px;
    text-align: center;

    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.right
{
    right: 20px;
}

.left
{
    left: 20px;
}

.top-text
{
    text-align: center;
    color: white;
    font-size: 20pt;
    letter-spacing: 9px;
    margin: -5px;
}

.styled-div-center
{
    margin: auto;


    background-color: black;
    color: white;
    border: 3px solid white;
    border-radius: 30px;
}

.h1_center
{
    margin: 20px;
    font-size: 60pt;
    text-align: center;
    line-height: 70px;
}

table.info-table {
    margin-top: 20px;
    width: 100%;
    height: 170px;
    text-align: center;
    border-collapse: collapse;
}
table.info-table td, table.info-table th {
    padding: 3px 15px;
}
table.info-table tbody td {
    font-size: 13px;
}
table.info-table tfoot td {
    font-size: 14px;
}
table.info-table tfoot .links {
    text-align: right;
}
table.info-table tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

td.digital-display
{
    /*background: radial-gradient(ellipse at center, #1C6EA4 0%, #0f027b 75%);*/
}

p.digital-display
{
    font-size: 75pt;
    margin: 0 !important;
    font-family: "Kode Mono", monospace;

}

p.digital-display_blue
{
    color: #1C6EA4FF;

    text-shadow:
            0 0 5px rgba(28, 110, 164, 0.3),
            0 0 10px rgba(28, 110, 164, 0.3),
            0 0 15px rgba(28, 110, 164, 0.3),
            0 0 20px rgba(28, 110, 164, 0.3),
            0 0 25px rgba(28, 110, 164, 0.3),
            0 0 30px rgba(28, 110, 164, 0.3),
            0 0 35px rgba(28, 110, 164, 0.3);
}

p.digital-display_silver
{
    color: #c0c0c0;

    text-shadow:
            0 0 5px rgba(192, 192, 192, 0.3),
            0 0 10px rgba(192, 192, 192, 0.3),
            0 0 15px rgba(192, 192, 192, 0.3),
            0 0 20px rgba(192, 192, 192, 0.3),
            0 0 25px rgba(192, 192, 192, 0.3),
            0 0 30px rgba(192, 192, 192, 0.3),
            0 0 35px rgba(192, 192, 192, 0.3);
}

p.digital-display_red
{
    color: red;

    text-shadow:
            0 0  5px rgba(255, 0, 0, 0.22),
            0 0 10px rgba(255, 0, 0, 0.22),
            0 0 15px rgba(255, 0, 0, 0.22),
            0 0 20px rgba(255, 0, 0, 0.22),
            0 0 25px rgba(255, 0, 0, 0.22),
            0 0 30px rgba(255, 0, 0, 0.22),
            0 0 35px rgba(255, 0, 0, 0.22);
}

p.digital-display_purple
{
    color: #e100fd;

    text-shadow:
            0 0  5px rgba(225, 0, 253, 0.25),
            0 0 10px rgba(225, 0, 253, 0.25),
            0 0 15px rgba(225, 0, 253, 0.25),
            0 0 20px rgba(225, 0, 253, 0.25),
            0 0 25px rgba(225, 0, 253, 0.25),
            0 0 30px rgba(225, 0, 253, 0.25),
            0 0 35px rgba(225, 0, 253, 0.25);
}


div.digital-display
{
    border: 1px solid #AAAAAA;
    width: 90%;
    margin: auto;
}

div.digital-display-red
{
    background: radial-gradient(ellipse at center, rgba(184, 115, 51, 0.3) 0%, #070040 75%);
}

div.digital-display-blue
{
    background: radial-gradient(ellipse at center, rgba(28, 110, 164, 0.3) 0%, #070040 75%);
}

div.digital-display-silver
{
    background: radial-gradient(ellipse at center, rgba(192, 192, 192, 0.3) 0%, #070040 75%);
}

div.digital-display-purple
{
    background: radial-gradient(ellipse at center, rgba(225, 0, 253, 0.3) 0%, #070040 75%);
}

.suplimentory-text
{
    text-align: center;
    color: white;
    font-size: 14pt;
    margin: 3px;
}


.polarity-indicator-on {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    background-color: red;

    box-shadow:
            0 0  5px rgba(255, 0, 0, 0.22),
            0 0 10px rgba(255, 0, 0, 0.22),
            0 0 15px rgba(255, 0, 0, 0.22),
            0 0 20px rgba(255, 0, 0, 0.22),
            0 0 25px rgba(255, 0, 0, 0.22),
            0 0 30px rgba(255, 0, 0, 0.22),
            0 0 35px rgba(255, 0, 0, 0.22);
}

.polarity-indicator-off {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
}


.dashboard_footer
{
    display: block;
    position:absolute;
    bottom:0;
}

.serial_number_header
{
    font-style: italic;
    font-weight: bold;
    color: white;
    padding: 10px;
    font-size: 15pt;
    text-align: center;
    margin: 0;
}

.serial_number_text
{
    font-size: 20pt;
    margin: 10px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: bold;
}

.serial-number-div
{
    margin: auto;
    text-align: center;
    border-radius: 15px;
    border: 5px solid black;
    background-color: #e5e5e5;
    width: 400px;
    background: linear-gradient(166deg, rgba(170,170,170,1) 6%, rgba(229,229,229,1) 29%, rgba(255,255,255,1) 50%, rgba(229,229,229,1) 68%, rgba(170,170,170,1) 92%);
}

.wifi_connected
{
    margin-top: -15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    background-color: #66eeff;

    box-shadow:
            0 0  5px rgba(102, 238, 255, 0.43),
            0 0 10px rgba(102, 238, 255, 0.43),
            0 0 15px rgba(102, 238, 255, 0.43),
            0 0 20px rgba(102, 238, 255, 0.43),
            0 0 25px rgba(102, 238, 255, 0.43),
            0 0 30px rgba(102, 238, 255, 0.43),
            0 0 35px rgba(102, 238, 255, 0.43);
}

.copper_test_box
{
    border: 1px solid #AAAAAA;
    width: 50%;
    padding: 10px;
}

.copper_test_text
{
    font-size: 14pt;
    font-weight: 400;
    text-align: center;

    color: #FFFFFF;

}