.myCheckbox {
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
}

.myRadio {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
}

.panel-heading {
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.text {
    font-size: 15px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 700;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #007bff;
    background-color: #007bff;
}

.list-group-item {
    padding: 5px 10px;
}

.table > thead {
    background-color: #fafafa;
}

.fixed-table-body > .table > thead > tr > th,
.fixed-table-body > .table > tbody > tr > td {
    border-left: 0;
    border-right: 0;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.fixed-table-container {
    border: none;
}

.tree_table > tBody > tr > td {
    padding: 5px;
    line-height: 1.02857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.bootstrap-table-checkbox input:checked + span:before,
.bootstrap-table-radio input:checked + span:before {
    border: 1px solid #007bff;
    background: #007bff;
}

.bootstrap-table-checkbox span:hover::before,
.bootstrap-table-radio span:hover::before {
    border: 1px solid #007bff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #e6f7ff;
}

.dropdown-menu > li > a[class~="disabled"] {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}

.asterisk::before {
    content: "*";
    color: red;
}

.checks {
    margin-right: 10px;
}

.icheckbox_square-blue {
    margin-right: 5px;
}

.J_menuTab {
    font-size: 14px;
}
