﻿    /*.noBord {
        border: none !important;
    }*/

    .grayminicircle {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: rgb(207,207,207);
        border: 1px solid rgb(207,207,207);
        /*margin: auto !important;*/
        float: left !important;
    }

    .grayminicirclepadded {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: rgb(207,207,207);
        border: 1px solid rgb(207,207,207);
        cursor: pointer;
        /*margin: auto !important;*/
        float:left !important
    }

    .circleCol {
        width: 65px;
    }

    .tableHeaderFont {
        font-weight: 500 !important;
        color: rgb(166,166,166) !important;
    }

    #rgbLights {
        width: 75px;
        height: 200px;
        background: black;
        border-radius: 8%;
    }

    #rgbLightsProd {
        width: 75px;
        height: 200px;
        background: black;
        border-radius: 8%;
    }

    .redLight {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background-color: rgb(255,0,0);
        cursor: pointer;
         margin-top: 10px;
    }

    .amberLight {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        background-color: rgb(255,192,0);
        cursor: pointer;
    }

    .greenLight {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background-color: rgb(146,208,80);
        cursor: pointer;
    }

    .margin-lights {
        padding-top: 10px;
        margin-left: 13px;
    }

    .picBox {
        border: solid 1px #33cccc;
        border-radius: 15px;
        height: 194px;
        width: 194px;
        background-size: cover;
        background-position: 50%;
        z-index: 100;
    }

    .fileBox {
        border: 1px solid #33cccc;
        max-width: 150px;
        max-height: 150px;
    }

    .sizeMargins {
        margin-right: 85px;
    }