body {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    background: #DDD;
}
.skin-black .content-header {
    background: #FFF;
}

.skin-black .wrapper {
    background-color: #DDD;
}

.content-header>.breadcrumb {
    position: relative;
    float: none;
    top: 0;
    right: 0;
    background: #FFF;
}
.content-header>.breadcrumb>li+li:before {
    content: '/';
}
.content-wrapper {
    /*background: #F2F2F2;*/
    background: #DDD !important;
}

.skin-green-light .main-header li.user-header {
    background: transparent;
}
.skin-green-light .sidebar-menu>li>.treeview-menu {
    background: #DDD;
}

.main-sidebar {
    background-color: #222d32;
}

.sidebar-menu li.header {
    font-size: 16px;
}
.main-sidebar .tree li:before {
    width: 0;
    height: 0;
    content: '';
}
.dropdown-toggle > .hidden-xs {
    display: inline !important;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 10px;
    }
}
.tree li {
}
.treeview-menu > li > a {
    padding: 5px;
    font-size: 13px !important;
}
.control-label {
    text-align: right;
}
#tree {
    padding: 20px 15px;
    max-height: 300px;
    background: #E8F3FF;
    overflow-y: auto;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
.flex-4 {
    flex: 4;
}
.flex-5 {
    flex: 5;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}

.mg-5 {
    margin: 5px !important;
}
.mg-10 {
    margin: 10px !important;
}
.mg-15 {
    margin: 15px !important;
}
.mg-20 {
    margin: 20px !important;
}
.mg-30 {
    margin: 30px !important;
}
.mg-tb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.mg-tb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mg-tb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mg-tb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mg-lr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mg-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mg-lr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mg-lr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.pd-5 {
    padding: 5px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}
.pd-20 {
    padding: 20px !important;
}
.pd-30 {
    padding: 30px !important;
}
.pd-tb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pd-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pd-tb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pd-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pd-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pd-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pd-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pd-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.radius-5 {
    border-radius: 5px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-15 {
    border-radius: 15px;
}

.w-60 {
    max-width: 60px;
}
.w-80 {
    max-width: 80px;
}
.w-100 {
    max-width: 100px;
}
.w-120 {
    max-width: 120px;
}
.w-160 {
    max-width: 160px;
}
.w-200 {
    max-width: 200px;
}

.img-modal {
    cursor: pointer;
}

.tbl-header {
    background: #F5F5F5;
    padding: 10px;
}
.table th {
    text-align: center;
    padding: 10px 3px; !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #EEE;
}
.table td {
    word-break: keep-all;
    text-align: center;
}

.btn-wrapper {
    padding: 10px 5px !important;
    /*background-color: #2C3B41;*/
    box-sizing: border-box;
}
.btn {
    padding: 3px 12px;
}
.btn-icon-blue, .btn-icon-brown, .btn-icon-green, .btn-icon-red, .btn-icon-yellow {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
}
.btn-icon-blue i, .btn-icon-brown i, .btn-icon-green i, .btn-icon-red i, .btn-icon-yellow i {
    font-size: 16px;
    color: #FFF;
    margin-top: 1px;
    display: block;
}
.btn-icon-green {
    background: #38B03F;
}
.btn-icon-red {
    background: #EA644A;
}
.btn-icon-yellow {
    background: #F1A325;
}
.btn-icon-blue {
    background: #0a67fb;
}
.btn-icon-brown {
    background: #BD7B46;
}
.input {
    position: relative;
}
input[readonly] {
    /*border: none;*/
    /*background-color: #FFF !important;*/
}
.has-error > .error {
    position: absolute;
    top: 30px;
    left: 5px;
    display: block;
}
.panel-heading {
    /*padding: 10px 15px;*/
}

.pagination {
    list-style-type: none;
    clear: both;
    padding: 0 0 10px 5px;
    display: block;
}
.pagination li {
    padding: 2px 8px;
    float: left;
    margin-right: 5px;
    background: #FFF;
    font-size: 13px;
}

.pagination li.disabled {
    color: #666;
    background: #DDD;
}
.pagination li.active {
    color: #FFF;
    background: #38B03F;
}
.pagination > li > a {
    background: none;
}
hr {
    border-top: 1px solid #EAEAEA;
}
.frm_btn {
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
}
.form-inline > * {
    margin-bottom: 10px;
}

.text-bold {
    font-weight: 600;
}
.border-top {
    margin-bottom: 15px;
}
.border-top::after {
    content:'';
    width: 100%;
    border-top: 1px solid #EAEAEA;
    transform: scaleY(0.5);
}
.border-bottom::after {
    content:'';
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    transform: scaleY(0.5);
}

.help-block {
    color: #0a67fb;
}

label {
    font-weight: normal;
}
.label-mg {
    display: inline-block !important;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #666 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a.btn {
    color: #FFF !important;
}
.box {
    border-radius: 0;
}
.box.box-default {
    border-top-color: #2C3B41;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
}
.skin-black .main-header li.user-header {
    background-color: #666;
    color: #FFF;
}

.skin-green-light .sidebar-menu .treeview-menu>li.active>a, .skin-green-light .sidebar-menu .treeview-menu>li>a:hover {
    color: #00A65A;
    font-weight: normal;
}

.dropdown-toggle {
    padding: 5px 10px;
}

.text-black {
    color: #000 !important;
}

/*.form-inline input.form-control, .form-inline button.btn {*/
/*    margin-bottom: 0;*/
/*}*/
.app-create, .app-edit, .app-delete {
    cursor: pointer;
}
.form-inline div.bootstrap-select {
    margin-bottom: 10px !important;
}

input.readonly {
    border: 0 !important;
    background: transparent !important;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: middle;
    }
}
select.ui-choose { display: none; }
ul.ui-choose { box-sizing: border-box; display: inline-block; border: 1px solid transparent; border-right: none; border-bottom: none; font-size: 13px; margin: 0; padding: 5px 0 0 0; list-style: none; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
ul.ui-choose:after { content: ""; display: table; clear: both; }
ul.ui-choose>li { box-sizing: border-box; border: 1px solid #DDD; background: #DDD; float: left; height: 26px; line-height: 22px; margin: -1px 0 0 -1px; padding: 0 16px; cursor: pointer; position: relative; z-index: 1; min-width: 20px; text-align: center; }
ul.ui-choose>li:first-child { border-radius: 0; }
ul.ui-choose>li:last-child { border-radius: 0; }
ul.ui-choose>li:hover { z-index: 4; border-color: #38B03F; color: #38B03F; background: #FFF; }
ul.ui-choose>li.selected { z-index: 3; border-color: #38B03F; background-color: #38B03F; color: #fff; }
ul.ui-choose>li.disabled { z-index: 2; background-color: #f2f2f2; color: #aaa; cursor: not-allowed; }
ul.ui-choose>li.disabled:hover { border-color: #aaa; }
ul.ui-choose>li.selected.disabled { z-index: 2; background-color: #8FC7FF; color: #fff; cursor: not-allowed; border-color: #8FC7FF; }
ul.choose-type-right>li.selected { color: #FFF;}
ul.ui-choose.choose-flex { display: flex; }
ul.ui-choose.choose-flex>li { flex: 1; padding: 0 8px; }

.dot-red {background-color: #EA644A;border-radius: 100%;width: 10px;height: 10px;margin-top: 2px;}
.main-header .logo {
    font-size: 18px !important;
    -webkit-line-clamp: 1; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
}