﻿body {
}

.page {
    background-color: black
}



.moduleTitle{
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.centerHorizontically {
    display: flex;
    justify-content: center;
}

.moduleSearch {
    font-family: Roboto;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000000;
    color: rgb(0, 0, 0);
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 2px solid black;
    border-radius: 20px;
    background-color: black;
    color: white;
    outline: none; /* This removes the default focus outline */
    /* Transition for smooth animation */
    transition: all 0.3s ease-in-out;
}

    /* Style the input when focused */
    .moduleSearch:focus {
        background-color:black;
        border-left: 6px solid black; /* Blue color, adjust as needed */
        padding-left: 8px; /* Adjust padding to align the text properly */
    }

.moduleClaim {
    font-family: Roboto;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #000000;
    color: rgb(0, 0, 0);
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 2px solid black;
    border-radius: 20px;
    background-color: black;
    color: white;
    outline: none; /* This removes the default focus outline */
    /* Transition for smooth animation */
    transition: all 0.3s ease-in-out;
}

.moduleHeader {
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    text-align: center;
}

.moduleBox {
    background-color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    position: relative;
    /* display: -webkit-box;
        display: -ms-flexbox;*/
    /* display: flex; */
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    justify-content: center;
    /* border: 1px solid rgb(var(--border-grey));*/

    height: 28px;
    height: 2.8rem;
    min-width: 90px;
    min-width: 9rem;
    /* margin: 4px 1px 0 0;*/ /*
    margin: 0.4rem 0.1rem 0 0;*/
    /* padding: 4px 8px 4px 8px;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;*/
    line-height: 18px;
    line-height: 1.8rem;
    /*    border-radius: 4px 4px 4px 4px;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;*/
    background-color: rgb(235, 235, 235, 0.1);
    cursor:pointer;
}



 .table>:not(caption)>*>* {
    padding: 2px;
}


.moduleMACLabel {
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.moduleLastUpdateHeader {
    font-family: Roboto;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.moduleDetailsTitle {
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.moduleDetails {
    font-family: Roboto;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.moduleDetailsCard {
    color: #FFFFFF;
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    padding: 15px;
    height: 100px;
    margin-left:-8px;
    margin-bottom: 10px;
}

.moduleCard {
    color: #FFFFFF;
    background-color: rgba(255,255,255,0.1);
  width:100%;
  padding:15px;
  height: 150px;
}


.moduleCardHeader {
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.bsColumnSpacing {
    padding-right: 4px; /* Adjust the right padding as needed */
    padding-left: 4px; /* Adjust the left padding as needed */
}

.moduleCardContent {
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.moduleCardSubContent {
    margin-top:5px;
    font-family: Roboto;
    font-weight : normal;
        font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    opacity: 0.4;
}

.ModuleDetailsStatsSpacing{
    margin-bottom:100px;
}

.moduleTitleDetailsSpacing{
    margin-bottom:100px;
}

.moduleDetailsTopSpacing{
    margin-top:100px
}


.led-red {
    width: 12px;
    height: 12px;
    background-color: #940;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #600 0 -1px 9px, #F00 0 2px 12px;
}

.led-gray {
    width: 12px;
    height: 12px;
    background-color: #808080;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #808080 0 -1px 9px, #808090 0 2px 12px;
}

.led-yellow {
    margin: 20px auto;
    width: 12px;
    height: 12px;
    background-color: #A90;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #660 0 -1px 9px, #DD0 0 2px 12px;
}

.led-green {
    margin: 11px;
    width: 12px;
    height: 12px;
    background-color: #390;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #260 0 -1px 9px, #5D0 0 2px 12px;
}

.led-blue {
    margin: 20px auto;
    width: 12px;
    height: 12px;
    background-color: #4AB;
    border-radius: 50%;
    box-shadow: #000 0 -1px 7px 1px, inset #006 0 -1px 9px, #06F 0 2px 14px;
}
/*#region Quality*/

.qualityControlTitle {
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    text-align: center;
}

.qualitySerialLabel {
    font-family: Roboto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.64px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}


.qualityForm {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    justify-items: center
}



/*#endregion RegionName*/