/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body ,.navigation,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.table th, .table td,.header-navbar,.form-group .help-block ul li,.modal .modal-content .modal-header .modal-title {
    font-family: "Microsoft YaHei";
}
.col-form-label
{
    font-size: 1.2rem;
}
.table thead th,.table tbody td
{
    font-size: 1rem;
}
.table th, .table td {
    padding: 8px;
    text-align: center;
}
.card-body {
    padding-bottom: .2rem;
}
label,.form-group .help-block ul li
{
    font-size: 1rem !important;
}
form.hongma-form-layout label {
    height: calc(1.4em + 0.94rem + 3.7px);
    line-height: calc(1.4em + 0.94rem + 3.7px);
}
.help-block ul{
    margin-bottom: 0;
}
.checkbox label:before{
    top: 10px;
}
.checkbox label:after{
    top: 10px;
 }
.checkbox input:checked ~ label:before
{
    top: 10px;
}
.checkbox input:checked ~ label:after{
    top: 15px;

}
.form-group .help-block ul li::before
{
    content: '*';
}