@-moz-document url-prefix() {
    .rgbInputs input {
        width: 50px!important
    }
}

.bi-eye:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="" viewBox="0 0 16 16"> <path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"></path> <path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"></path> <path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"></path> </svg>')!important;
}

.bi-eye-slash:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16"> <path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path> <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path> </svg>');
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.autoButtons {
    text-align: center
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog {
    font-family: arial;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

#deviceVersion {
    display: inline-block;
    font-weight: 700;
    font-family: monospace;
    font-size: 25px;
    margin: 0 0 0 5px;
    position: absolute;
    margin-top: -7px;
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    border: none;
    background: transparent;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:300px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

body {
    background: transparent;
    margin: 52px 0 0 0;
}

a, a:hover, a:focus {
    color: #1E6535;
    text-decoration: none;
}

.container {
    max-width: 300px;
    margin: 0 auto;
}

.navbarTop {
    position: fixed;
    top: 0;
    width: 94%;
    max-width: 300px;
    box-sizing: border-box;
}

.dcContainer {
    background: white;
    box-shadow: 0px 0px 3px #00000240;
    padding: 10px;
    z-index: 10;
}

#homepageLogo {
    display: block;
}

#configBtn {
    display: block;
    float: right;
}

#mainBar {
}

#mainBar a {
    padding: 0 7px;
    float: right;
}

.navText {
    display: block;
    margin-top: 20px;
}

.navText div {
    font: normal normal bold 12px/15px Arial;
    letter-spacing: 0.7px;
    color: #1E6535;
    opacity: 1;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    padding: 10px;
}

.navText div.active a {
    font-weight: 600;
}

.navText div.active {
    box-shadow: 0px 0px 3px #00000240;
}

.deviceName {
    display: block;
    margin-top: 8px;
    font: normal normal normal 16px/18px Arial;
    letter-spacing: 0.93px;
    color: #3B3B3B;
    text-transform: uppercase;
    opacity: 1;
}

span {
    text-align: left;
    font: normal normal normal 12px/15px Arial;
    letter-spacing: 0.7px;
    color: #3B3B3B;
}

.bigText {
    text-align: left;
    font: normal normal bold 18px/15px Arial;
    letter-spacing: 1.04px;
    color: #3B3B3B;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.rgbBox {
    box-shadow: 0px 0px 7px #00000480;
    height: 10px;
    margin: 12px 12px;
    width: 262px;
}

.filterBox {
    height: 32px;
    padding: 0;
    margin: 0 12px;
    width: 262px;
    border: 1px solid white;
    background: linear-gradient(90deg, rgba(14,185,60,1) 0%, rgba(28,163,3,1) 29%, rgba(204,182,14,1) 67%, rgba(240,112,14,1) 82%, rgba(234,7,7,1) 100%);
}

.filterBox div {
    display: block;
    height: 100%;
    background: #EDEDED;
    float: right;
}

#filterMessage span a {
    color: #D93108;
}

.backgroundImage {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='376' viewBox='0 0 159 376'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h159v376H0z' fill='%23fff' stroke='%23707070' transform='translate(324 314.2)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' opacity='.6' transform='translate(-324 -314.2)'%3E%3Cg fill='none' stroke='%23006128' stroke-miterlimit='10'%3E%3Cpath d='M412 373.2c-37.6-6-70 9.7-101.5 25C281 412.5 253 426 221.6 422l-2.3 47.3a19.6 19.6 0 0 0 3.7 1 110 110 0 0 0 40.7-1.2c21.4-4.5 41.4-14.3 61-23.8 28.5-13.8 55.6-27 85.7-24.2l2.4-47.9-.7-.1Zm-4.1 92.6c-37.7-6-70.2 9.8-101.6 25-29.3 14.2-57 27.7-88 24l-2.4 47.6a19.4 19.4 0 0 0 3 .7 110 110 0 0 0 40.6-1.3c21.4-4.5 41.3-14.2 61-23.7 30.2-14.7 58.7-28.6 91-23.6l2.3-46.7a20.3 20.3 0 0 0-6-2Zm41.2 83.2c-37.7-6.2-70.2 9.6-101.6 24.9-29.2 14.2-57 27.6-88 24l-2.3 47.6a19.3 19.3 0 0 0 2.8.7 110 110 0 0 0 40.7-1.3c21.4-4.5 41.4-14.2 61-23.7 29.8-14.5 58-28.2 89.7-23.8l2.3-47.1a19.9 19.9 0 0 0-4.6-1.4Z' stroke-width='1.5' opacity='.2'/%3E%3Cpath d='M431.2 347.3c-47-7.6-87.7 12.2-127 31.3-36.9 17.9-71.8 34.8-111 29.9l-2.8 59.3a24.5 24.5 0 0 0 4.3 1.2 137.5 137.5 0 0 0 50.9-1.6c26.7-5.7 51.7-17.8 76.2-29.7 37-18 72.2-35 111.6-29.8l2.9-59.2a24.7 24.7 0 0 0-5-1.4ZM426 463.2c-47.2-7.6-87.8 12.2-127.1 31.3-37 18-72 35-111.4 29.8l-2.9 59.2a24.7 24.7 0 0 0 4.9 1.3 137.6 137.6 0 0 0 50.8-1.5c26.8-5.7 51.8-17.8 76.2-29.7 38-18.5 74-36 114.7-29.4l1.5.2 2.8-57.5a26 26 0 0 0-9.6-3.7Zm51.5 103.9c-47-7.6-87.7 12.2-127 31.3-38.7 18.8-75.3 36.5-116.8 29l-2.9 57.3a26.3 26.3 0 0 0 10.2 4 137.5 137.5 0 0 0 50.9-1.5c26.7-5.7 51.7-17.8 76.2-29.7 37.2-18 72.4-35.2 112-29.8l3-59a24.9 24.9 0 0 0-5.6-1.6Z' opacity='.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.coText {
    color: #1E6535;
}

.infoBtn {
    padding: 0 0 4px;
    border: none;
    background: transparent;
}

.settingBtn {
    margin: 5px 0 40px 0;
}

.settingBtn a, .settingBtn input[type=submit],.settingBtn button {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    font: normal 12px Arial,Regular;
    text-transform: uppercase;
    color: #1E6535;
    padding: 22px 0;
    border: 1px solid #1E6535;
    border-radius: 0;
    width: 200px;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

#errorCount {
    font: normal normal normal 9px/11px Arial;
    letter-spacing: 0.52px;
    color: #D93108;
    fill: #D93108;
}

.manualButtons > div > button {
    display: inline-block;
    border: 1px solid #1E6535;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    text-align: center;
    color: #1E6535;
    background: transparent;
}

.manualButtons > div > button:before {
    border: 3px solid black;
}

.manualButtons > div > button.active {
    box-shadow: 0 0 0 3px #1E6535;
}

.manualButtons > div > button:hover {
    box-shadow: 0 0 0 2px #1E6535;
}

.manualButtons > div > button:focus {
    outline: none;
}

.manualButtons > div {
    float: left;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

datalist {
    border: 1px solid grey;
    position: absolute;
    background-color: lightgrey;
    font-family: sans-serif;
    font-size: 0.8rem;
}

option {
    background-color: rgba(250,250,250);
    padding: 4px;
    margin-bottom: 1px;
    cursor: pointer;
}

.autoButtons button {
    text-transform: uppercase;
    border: 1px solid #1E6535;
    background: transparent;
    color: #1E6535;
    font: 12px Arial,Regular;
    padding: 7px 9px;
    margin: 10px 9px;
}

.autoButtons button:hover, .autoButtons button.active {
    border: 1px solid transparent;
    background: #1E6535;
    color: white;
}

.colorButtons {
    margin-bottom: 15px;
}

.colorButtons > div {
    display: inline-block;
    width: 32%;
}

.colorButtons > div > div {
    height: 35px;
    width: 35px;
    border-radius: 44px;
    box-shadow: 0px 0px 1px #000000A0;
    margin: 0 auto;
}

.colorButtons > div > div:hover {
    box-shadow: 0px 0px 3px #000000A0;
    cursor: pointer;
}

.colorButtons > div > div.active {
    box-shadow: 0 0 0 3px #1e6535;
}

.colorButtons > div:nth-child(1) > div {
    background: rgb(255,3,3);
}

.colorButtons > div:nth-child(2) > div {
    background: rgb(255,110,20);
}

.colorButtons > div:nth-child(3) > div {
    background: rgb(252,179,76);
}

.colorButtons > div:nth-child(4) > div {
    background: rgb(255,50,100);
}

.colorButtons > div:nth-child(5) > div {
    background: rgb(62,184,15);
}

.colorButtons > div:nth-child(6) > div {
    background: rgb(52,124,191);
}

.colorButtons > div:nth-child(7) > div {
    background: rgb(160,71,160);
}

.colorButtons > div:nth-child(8) > div {
    background: rgb(44,169,160);
}

.colorButtons > div:nth-child(9) > div {
    background: rgb(255,255,255);
}

.rgbInputs input {
    box-shadow: 0px 3px 6px #00000029;
    width: 41px;
    border: none;
    margin-bottom: 20px;
}

.rgbInputs input {
    font: 16px Arial;
}

.rgbInputs span {
    text-align: center;
    display: inline-block;
    font: normal normal 18px/15px Arial;
    letter-spacing: 1.04px;
    color: #3B3B3B;
}

.customSlider {
    margin-top: 5px;
}

.customSlider span.first {
    float: left;
}

.customSlider span.second {
    float: right;
}

.customSlider input#myRange {
    background-color: #ddd;
    width: 100%;
}

#myRange {
    width: 100%;
    margin: 8.5px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

#myRange:focus {
    outline: none;
}

#myRange::-webkit-slider-runnable-track {
    background: #187746;
    border: 0;
    width: 100%;
    height: 3px;
    cursor: pointer;
}

#myRange::-webkit-slider-thumb {
    margin-top: -8.5px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 3px solid #187746;
    border-radius: 20px;
    cursor: pointer;
    -webkit-appearance: none;
}

#myRange:focus::-webkit-slider-runnable-track {
    background: #187746;
}

#myRange::-moz-range-track {
    background: #187746;
    border: 0;
    width: 100%;
    height: 3px;
    cursor: pointer;
}

#myRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 3px solid #187746;
    border-radius: 20px;
    cursor: pointer;
}

#myRange::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 8.5px 0;
    color: transparent;
    width: 100%;
    height: 3px;
    cursor: pointer;
}

#myRange::-ms-fill-lower {
    background: #187746;
    border: 0;
}

#myRange::-ms-fill-upper {
    background: #187746;
    border: 0;
}

#myRange::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 3px solid #187746;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}

#myRange:focus::-ms-fill-lower {
    background: #187746;
}

#myRange:focus::-ms-fill-upper {
    background: #187746;
}

@supports (-ms-ime-align:auto) {
    #myRange {
        margin: 0;
    }
}

.modal {
    margin-top: 52px;
    overflow-y: initial !important
}

.modalText {
    font: Arial,Regular 14px;
    letter-spacing: 0.81px;
}

.modalText div {
    margin-bottom: 15px;
}

.modalText div.green,.modalText div.yellow,.modalText div.red {
    font-weight: 500;
}

.modalText div.green {
    color: #1E6535;
}

.modalText div.yellow {
    color: #f0700e;
}

.modalText div.red {
    color: #D93108;
}

.modalText div > a {
    text-decoration: underline;
}

.configModalText {
    text-align: center;
}

.configModalText div {
    text-transform: uppercase;
    font-size: 16px;
    font-family: ArialMT, Arial;
    letter-spacing: 0.058em;
    color: #3B3B3B;
    text-align: center;
}

.configModalText div:nth-child(1) {
    margin-top: 0px;
}

.configModalText div:nth-child(2) {
    margin-top: 10px;
}

.configModalText button {
    padding: 0!important;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font: 14px Arial;
    color: #1E6535;
    background: none;
    border: 2px solid #1E6535;
    text-align: center;
    margin: 10px 10px 0 10px;
}

.configModalText button:focus {
    outline: none;
}

.configModalText button:hover {
    box-shadow: 0 0 0 2px #1E6535;
    border-radius: 40px;
}

.configModalText button.active, .configModalText button:focus {
    box-shadow: 0 0 0 3px #1E6535;
    border-radius: 40px;
}

button {
    cursor: pointer;
}

.alert-danger {
    background: #cc2222aa;
    border-radius: 5px;
    margin-bottom: 1em;
    padding: 1em;
    color: white;
}

.updateButton {
    background: transparent;
    color: #1E6535;
    box-shadow: 0px 0px 3px #00000240;
    border: none;
    padding: 10px;
}

.col-1, .col-xs-10 {
    display: inline-block;
    box-sizing: border-box;
}

.col-1 {
    width: 8%;
}

.col-xs-10 {
    width: 80%;
}

.col-4 {
    width: 32%;
}

button:focus {
    border-radius: 0;
}

.disabled, .disabled:hover, .disabled:active, .disabled:focus {
    background: #ddd!important;
    cursor: not-allowed;
    color: #1E6535!important;
    border: 1px solid #1E6535!important;
}

.arrows a {
    text-decoration: none!important;
    font-size: 25px;
    font-weight: 900;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

#rangeVal {
    position: absolute;
    top: -27px;
    display: none;
    width: 25px;
    height: 24px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 3px;
    color: #777;
    font-size: .8em;
    line-height: 24px;
    text-align: center;
}

#prg {
    margin-top: 20px;
}

#userBtn {
    text-align: center;
    display: block;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
    font-size: 18px;
    padding: 11px 9px;
    position: absolute;
}
