/*效果图*/
.wrapper-effectimg .color-lump {
    width: 45px;
    height: 23px;
}

/* --- Tree --- */
.tree-node {
    border-bottom: 1px solid #dae2ea;
    background: #f8faff;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 0px;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    padding: 10px;
}

.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    /*margin-right: 10px;*/
}

.btn {
    margin-right: 8px;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height: 100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.table.table-no-bordered > thead > tr > th,
.table.table-no-bordered > tbody > tr > td {
    border: 1px solid transparent;
}

.table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
    font-size: 15px;
}

.dl-horizontal dt {
    width: 40%;
}

.dl-horizontal dd {
    margin-left: 50%;
}

.navbar-nav > .lang-menu > .dropdown-menu > li > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
}
