* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"] {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
/** preloader */
.preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
}
.preloader:not(.loading) .play_icon {
    position: absolute;
    top: 0;
    left: 7px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 32px;
    border-style: solid;
    border-width: 18px 0px 18px 23px;
    border-color: transparent transparent transparent #202020;
    box-sizing: border-box;
    cursor: pointer;
}
.preloader:not(.loading) .lds-roller {
    display: none;
}
.preloader.loading .loading_pro {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.preloader.loading .lds-roller {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/****/

#main_cnt {
    position: relative;
    width: 700px;
    height: 400px;
    margin: 0 auto;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    overflow: hidden;
    background: url(../images/bg.png) 0 0 / 100% 100% no-repeat;
}
#main_cnt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

p {
    line-height: 18px;
}

p.para {
    margin-bottom: 18px;
}

.f14,
.font_14 {
    font-size: 14px;
}
.f15,
.font_15 {
    font-size: 14px;
}
.f16,
.font_16 {
    font-size: 16px;
}
.f18,
.font_18 {
    font-size: 18px;
}
.f20,
.font_20 {
    font-size: 20px;
}
.f22,
.font_22 {
    font-size: 22px;
}
.f24,
.font_24 {
    font-size: 24px;
}

#stage.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    height: 400px;
    z-index: 10;
}
#stage:not(.show) {
    display: none;
}

/** Hide and Show of Movie Clip / Slide */
.visible_false {
    visibility: hidden;
}
.mc.show,
.sub_mc.show {
    z-index: 10;
    animation: showAni linear 0.4s;
}
.mc:not(.show),
.sub_mc:not(.show) {
    display: none;
    opacity: 0;
}
.mc {
    position: relative;
    padding: 36px 70px 0 70px;
}
@keyframes showAni {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/***/

.mc1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 460px;
    height: 260px;
}

.mc1_1 > h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    margin-bottom: 60px;
}

.mc1_1 > h2 ~ p {
    margin: 20px 0;
    cursor: pointer;
}

.mc5_1 {
    margin: 10px 0 0 240px;
}

.mc5_2 {
    position: absolute;
    margin: 0 10px 0 385px;
}

.mc6_1 {
    margin-top: 20px;
}

p.mc6_1_1 {
    text-align: center;
}

p.mc6_1_2:not(.mc6_1_1), 
p.mc6_1_3:not(.mc6_1_1), 
p.mc6_1_4:not(.mc6_1_1) {
    margin-left: 150px;
    margin-top: 20px;
    margin-right: 20px;
}

.mc7_1_4 > span {
    cursor: pointer;
}

p.mc8_1_2, p.mc8_1_3 {
    position: absolute;
    margin-left: 380px;
    margin-right: 20px;
    margin-top: -28px;
    line-height: 17px;
}

p.mc9_1_4 {
    position: absolute;
    margin-left: 390px;
    margin-top: 30px;
    margin-right: 20px;
}

#sample_number_disp_mc9 {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#titrant_disp_mc9 {
    position: absolute;
    top: 37px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}

.titrant_btn {
    position: absolute;
    width: 35px;
    height: 35px;
    top:50px;
    left:50px;
    background-color: #fff;
    opacity: 0.01 !important;
    border-radius: 50%;
    cursor: pointer;
}

#drop_titrant_add_mc9 {
    top: 124px;
    left: 129px;
}
#stream_titrant_add_mc9 {
    top: 162px;
    left: 129px;
}  
#done_titrant_add_mc9 {
    top: 257px;
    left: 216px;
}
#abandon_titrant_add_mc9 {
    top: 306px;
    left: 216px;
}
#add_specific_titrant_add_mc9 {
    top: 354px;
    left: 216px;
}

.popup_box {
    position: absolute;
    display: none;
    background-color: #e0e0e0;
    border-top: 3px solid #f7f7f7;
    border-left: 3px solid #f7f7f7;
    border-right: 3px solid #666666;
    border-bottom: 3px solid #666666;
    z-index: 11 !important;
}
.popup_box:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.01;
}
.popup_box.input_box {
    display: block;
    width: 290px;
    height: 145px;
    top: 250px;
    left: 230px;
}
.popup_box.input_box1 {
    display: block;
    width: 290px;
    height: 145px;
    top: 40px;
    left: 201px;
}
.popup_box.message_box {
    display: block;
    width: 310px;
    height: 165px;
    top: 130px;
    left: 200px;
}
.popup_box.message_box1 {
    display: block;
    width: 400px;
    height: 205px;
    top: 50px;
    left: 150px;
}
.popup_box.verify_box {
    display: block;
    width: 310px;
    height: 145px;
    top: 130px;
    left: 200px;
}
.popup_box.verify_box1 {
    display: block;
    width: 310px;
    height: 145px;
    top: 130px;
    left: 200px;
}
.popup_box .popup_box_title {
    height: 24px;
    width: 100%;
    background-color: #3366ff;
    font-weight: 600;
    color: #fff;
    padding: 3px 0 4px 6px;
}
.popup_box_btn_cnt {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 3px;
}
.popup_box_btn {
    width: 90px;
    padding: 4px;
    margin: 4px 16px 4px 0;
    background: url("../images/btn_bg.png") 0 0 / 100% 100% no-repeat;
    border-radius: 14px;
    box-shadow: 0 0 4px 1px #000;
    -webkit-appearance: none;
    font-weight: 600;
    cursor: pointer;
}
.popup_box_btn:active {
    background: url("../images/btn_down.png") 0 0 / 100% 100% no-repeat;
}
.popup_box.message_box .popup_box_cancel,
.popup_box.message_box1 .popup_box_cancel {
    display: none;
}
.popup_box_text {
    position: relative;
    height: 28px;
    margin: 5px;
    margin-top: 0;
    width: calc(100% - 10px);
    background-color: #fff;
    border: 1px solid #000;
    padding-left: 5px;
    z-index: 11;
}
.popup_box.message_box .popup_box_text,
.popup_box.verify_box .popup_box_text,
.popup_box.message_box1 .popup_box_text,
.popup_box.verify_box1 .popup_box_text {
    display: none;
}
.popup_box_description {
    padding: 6px;
    font-weight: 600;
}

.pointer {
    cursor: pointer;
}

#mc11_sample_number,
#mc13_sample_number {
    font-weight: 600;
}

p.mc11_3_1 {
    position: absolute;
    top: 22px;
    margin-left: 330px;
    margin-right: 28px;
}

#drop_titrant_add_mc11 {
    top: 124px;
    left: 129px;
}
#stream_titrant_add_mc11 {
    top: 162px;
    left: 129px;
}  
#done_titrant_add_mc11 {
    top: 257px;
    left: 216px;
}
#abandon_titrant_add_mc11 {
    top: 306px;
    left: 216px;
}
#add_specific_titrant_add_mc11 {
    top: 354px;
    left: 216px;
}

#sample_number_disp_mc11 {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#titrant_disp_mc11 {
    position: absolute;
    top: 37px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#vial_before_disp_mc11 {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#vial_after_disp_mc11 {
    position: absolute;
    top: 93px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}

p.mc11_6_1 {
    position: absolute;
    top: 130px;
    margin-left: 387px;
}

.mc12 {
    padding-top: 15px;
}
.mc12 p {
    line-height: 16px;
}

#sample_number_disp_mc13 {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#hcl_disp_mc13 {
    position: absolute;
    top: 37px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#titrant_disp_mc13 {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#vial_before_disp_mc13 {
    position: absolute;
    top: 93px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}
#vial_after_disp_mc13 {
    position: absolute;
    top: 121px;
    right: 20px;
    width: 215px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #000;
    padding: 3px;
    font-weight: 600;
}

#drop_titrant_add_mc13 {
    top: 124px;
    left: 129px;
}
#stream_titrant_add_mc13 {
    top: 162px;
    left: 129px;
}  
#done_titrant_add_mc13 {
    top: 257px;
    left: 216px;
}
#abandon_titrant_add_mc13 {
    top: 306px;
    left: 216px;
}
#add_specific_titrant_add_mc13 {
    top: 354px;
    left: 216px;
}

p.mc13_6_1 {
    position: absolute;
    top: 160px;
    margin-left: 390px;
    margin-right: 20px;
}