html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*修改日期選擇下拉式年月清單寬度*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 65px !important;
}

#BtnItem1 {
    display: block;
}

#BtnItem2 {
    display: none;
}

.maskLoad {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:lightgray;
    z-index:999;
}
.MaskLoadDiv {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.MaskLoadObj {
    height: 5rem;
    width: 5rem;
}

    @media only screen and (max-width : 400px) {
        #BtnItem1 {
        display: none;
    }
    #BtnItem2 {
        display: block;
    }
    #mobileControl {
        width:100%;
    }
}


#BtnInr:disabled {
    background-color:black;
    color:white;
}