@font-face {
    font-family: "PingFang";
    src: url("../fonts/PingFang Light.ttf");
url("../fonts/PingFang Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.d-block {
    display: block;
}

.form-group {
    min-height: 90px;
    margin-bottom: 0;
}

.ibox .form-group {
    min-height: 0;
    margin-bottom: 0;
}

.inmodal .modal-header {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu {
    min-width: 100px;
}

.form-control.error {
    border: 1px solid #cc5965;
}

span.form-control {
    color: #a7a7a7;
    border: none;
    border-bottom: 1px solid #e5e6e7;
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.select2-drop {
    z-index: 10050 !important;
}

.select2-search-choice-close {
    margin-top: 0 !important;
    right: 2px !important;
    min-height: 10px;
}

.select2-search-choice-close:before {
    color: black !important;
}

/*防止select2不会自动失去焦点*/
.select2-container {
    z-index: 16000 !important;
    width: 100% !important;
}

.select2-drop-mask {
    z-index: 15990 !important;
}

.select2-drop-active {
    z-index: 15995 !important;
}

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e6e7 !important;
    min-height: 34px !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;;
}

.select2-dropdown {
    border-radius: 0 !important;
    border: 1px solid #e5e6e7 !important;
}

.select2-search__field {
    border: 1px solid #e5e6e7 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1ab394;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7eaec;
}

.select2-dropdown {
    border-color: #e7eaec;
}

.select2-dropdown input:focus {
    outline: none;
}

.select2-selection {
    outline: none;
}

.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #1ab394;
}

#data-table i {
    margin-right: 10px;
    font-size: 16px;
}

/*
label.i-checks{
    margin-bottom: 12px;
}*/

.tree-item-icon-color {
    color: #dfba49;
}