﻿.inputUI_BtnClose {
    position: absolute;
    float: right;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    user-select: none;
    background-color: black;
    color: white;
    font-size: 7pt;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.checkUI_BtnClose {
    position: absolute;
    float: right;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    user-select: none;
    background-color: black;
    color: white;
    font-size: 7pt;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.showUI_Box {
    z-index: 30;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 142px;
    width: 142px;
    min-height: 98px;
    height: 98px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('./images/Object3d_Info.png');
    pointer-events: none;
}

.showUI_TextObjTitle {
    z-index: 32;
    top: 0px;
    left: 0px;
    min-width: 128px;
    width: 128px;
    min-height: 18px;
    height: 18px;
    padding: 8px 8px 4px 4px;
    position: absolute;
    font-size: 14px;
    overflow: hidden;
    color: white;
}

.showUI_TextObjContent {
    z-index: 32;
    min-width: 116px;
    width: 116px;
    min-height: 44px;
    height: 44px;
    padding: 4px 10px 12px 12px;
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 11px;
    overflow: hidden;
    color: white;
}

.showUIPic_Box {
    z-index: 30;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 288px;
    width: 288px;
    min-height: 80px;
    height: 80px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url('./images/Picture_Info.png');
    pointer-events: none;
}

.showUIPic_TextObjTitle {
    z-index: 32;
    top: 3px;
    left: 0px;
    min-width: 272px;
    width: 272px;
    min-height: 18px;
    height: 18px;
    padding: 4px 8px 4px 8px;
    position: absolute;
    font-size: 16px;
    overflow: hidden;
    color: white;
}

.showUIPic_TextObjContent {
    z-index: 32;
    min-width: 272px;
    width: 272px;
    min-height: 38px;
    height: 38px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    top: 26px;
    left: 0px;
    font-size: 16px;
    overflow: hidden;
    color: white;
}





.inputUI_SliderBox {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 28px;
    min-height: 110px;
    width: 28px;
    height: 110px;
    overflow: visible;
    background-image: url('./images/slider_bar_bg2.png');
    background-size: 100% 100%;
    background-color: transparent;
}

.inputUI_SelectBox {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 156px;
    min-height: 30px;
    width: 156px;
    height: 30px;
    background-color: lightgray;
}


.checkUI_SliderBox {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 130px;
    min-height: 300px;
    width: 130px;
    height: 300px;
    background-color: darkgray;
}

.inputUI_SliderBack {
    position: absolute;
    left: 0px;
    top: 8px;
    min-width: 28px;
    min-height: 84px;
    width: 28px;
    height: 86px;
    overflow: visible;
    background-color: transparent;
}

.inputUI_SelectBack {
    position: absolute;
    left: 10px;
    top: 16px;
    min-width: 96px;
    width: 96px;
    overflow: visible;
    background-color: darkgray;
}


.checkUI_SliderBack {
    position: absolute;
    left: 60px;
    top: 16px;
    min-width: 50px;
    min-height: 260px;
    width: 50px;
    height: 260px;
    overflow: visible;
    background-color: white;
    z-index:5;
    overflow:hidden;
}

.inputUI_SliderBtn {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 28px;
    min-height: 24px;
    width: 28px;
    height: 24px;
    background-image: url('./images/slider_btn.png');
    background-size: 100% 100%;
    background-color: transparent;
}

.checkUI_SliderBtn {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 500px;
    width: 100%;
    height: 500px;
    background-color: rgb(50,120,255);
    z-index: 0;
}

.inputUI_SliderText {

}

.checkUI_SliderBtn:hover {
    background-color: rgb(50,120,255);
}
.inputUI_SliderBtn:hover {
    background-color: rgba(0,128,255,0.6);
}

.inputUI_SliderBtn:active {
    background-color: rgba(0,0,255,0.6);
}

.checkUI_SliderBtn:active {
    background-color: rgba(0,0,255,0.6);
}

.inputUI_NumberBox {
    position: absolute;
    z-index: 10;
    min-width: 84px;
    min-height: 36px;
    width: 84px;
    height: 36px;
    padding: 16px;
    border: solid 1px;
    background-color: white;
}

.buttonUI_Box {
    position: absolute;
    z-index: 10;
    min-width: 84px;
    min-height: 36px;
    width: 84px;
    height: 36px;
    padding: 16px;
    border: solid 1px;
    background-color: white;
}

.buttonUI_Btn {
    position: relative;
    float: left;
    min-width: 84px;
    min-height: 36px;
    width: 84px;
    height: 36px;
    font-size: 9pt;
    margin: 2px;
    user-select: text;
}


.inputUI_NumberUnitBox {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 160px;
    min-height: 32px;
    width: 160px;
    height: 36px;
    padding: 16px;
    background-color: lightgray;
}

.inputUI_InputNumber {
    position: relative;
    float: left;
    width: 64px;
    height: 20px;
    font-size: 9pt;
    margin: 2px;
    user-select: text;
}

.inputUI_UnitText {
    position: relative;
    float: left;
    font-size: 9pt;
    margin: 2px;
    height: 24px;
    padding: 6px 0px 0px 0px;
    width: 20px;
    min-width: 20px;
    z-index:200;
}

.inputUI_BtnFinish {
    position: relative;
    float: right;
    font-size: 9pt;
    width: 48px;
    height: 24px;
    background-color: orange;
    color: white;
    margin: 2px;
    text-align: center;
    vertical-align: center;
    user-select: none;
}

.inputUI_BtnFinish:hover {
    background-color: darkorange;
}

.inputUI_BtnFinish:active {
    background-color: red;
}    

.checkUI_Component {
    position: absolute;
    left: 0px;
}

.checkUI_Scaler {
    position: absolute;
    width: 120px;
    left: -2px;
}

.line {
    position:absolute;
    width: 120px;
    background-color: black;
    min-width: 30px;
}

.line.thick {
    top: calc(50% - 2px);
    height: 2px;
    width: 30px;
    min-width: 30px;
    background-color: black;
}

.line.thin {
    top: calc(50% - 0.5px);
    height: 1px;
    width: 30px;
    min-width: 30px;
    background-color: black;
}


.controlFlagImage {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.controlFlagText {
    position: absolute;
    text-align: center;
    bottom: 5%;
    width: 100%;
    height: 20%;
    line-height: 20%;
}

.controlFlagBackground {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.contorlFlag_on {
    background-color: #016937;
}

.controlFlag_off {
    background-color: rgb(50,120,255);
}

.controlGauge_maskRect {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 11;
    transform: rotate(45deg);
    top: 70.71%;
}

.controlGauge_outerCircle {
    opacity: 0;

    position: absolute;
    width: 95%;
    height: 95%;
    background-color: green;
    border-radius: 50%;
    z-index: 10;
    top: 2.5%;
    left: 2.5%;
}

.controlGauge_holeCircle {
    opacity: 0;

    position: absolute;
    width: 85%;
    height: 85%;
    background-color: white;
    border-radius: 50%;
    z-index: 20;
    top: 7.5%;
    left: 7.5%;
}

.controlGauge_innerCircle {
    
    opacity: 0;

    position: absolute;
    width: 70%;
    height: 70%;
    background-color: rgb(0,255,0);
    border-radius: 50%;
    z-index: 30;
    top: 15%;
    left: 15%;
}

.controlGauge_infoBox {
    width: 100%;
    height: 100%;
}

.controlGauge_nameTxt {
    position: absolute;
    display: block;
    top: 22%;
    left: 25%;
    min-width: 50%;
    min-height: 8%;
    width: 50%;
    height: 8%;
    line-height: 100%;
    font-size: 35%;
    z-index: 15;
    text-align: center;
    color: white;
}

.controlGauge_valTxt {
    position: absolute;
    display: block;
    top: 36%;
    left: 20%;
    min-width: 60%;
    min-height: 25%;
    width: 60%;
    height: 25%;
    line-height: 100%;
    z-index: 15;
    font-size: 100%;
    text-align: center;
    color: white;
}

.controlGauge_unitTxt {
    position: absolute;
    display: block;
    top: 68%;
    left: 40%;
    min-width: 20%;
    min-height: 10%;
    width: 20%;
    height: 10%;
    line-height: 100%;
    z-index: 15;
    font-size: 45%;
    text-align: center;
    color: white;
}

.controlGauge_arrow {
    width: 10%;
    height: 10%;
    z-index: 40;
    position: absolute;
    transform: rotate(0deg);
    top: -7%;
    left: 50%;
    /*
    top: 0%; */ /* -child size/2 */
    /*
    left: 45%;*/ /* parent size/2 - child size/2 */
}

.controlGauge_gauge {
    position: absolute;
    width: 100%;
    height: 100%;
}


.controlSliderH_Bar {
    position: absolute;
    left: 2.64%;
    top: 45.5%;
    min-width: 93.1%;
    min-height: 11.8%;
    width: 93.1%;
    height: 11.8%;
    overflow: visible;
    z-index: 21;
    background-color: transparent;
    pointer-events: auto;
}

.controlSliderH_Btn {
    position: absolute;
    left: 0%;
    top: -85%;
    min-width: 4.3%;
    min-height: 270%;
    width: 4.3%;
    height: 270%;
    background-image: url('./images/sf_slider_btn.png');
    background-position: center;
    background-size: 120% 125%;
    background-color: transparent;
    overflow: visible;
    z-index: 22;
    pointer-events: auto;
}

.controlSliderH_Btn:hover {
    background-image: url('./images/sf_slider_btn_active.png');
}

.controlSliderH_Btn:active {
    background-image: url('./images/sf_slider_btn_active.png');
}
