html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.ryan-checkbox {
    width: 40px;
    height: calc(1.5em + 0.75rem + 2px);
}


/*查詢的時候給予隱藏*/
.query-hide {
    display: none;
}
/*查詢到符合的文字給他個底色*/
.query-find {
    background-color: #f3f586;
    /*color: white;*/
}

#gotop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    color: @storeParas.ThirdColor;
    cursor: pointer;
}

    #gotop:hover {
        color: @storeParas.ThirdColor;
    }

.form-control.form_date.d-inline, .form-control.form_datetime.d-inline {
    width: 80%;
}

.fa-2x {
    padding-left: 8px;
}
