/*效果图*/
.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;
}
.header-blue{
    background-color: #00c0ef;
}
.h3-color{
    color: white;
}
.header-bg-color{
    background-color: #e3e8e8;
}
.selected {
    background-color: #dcc3ff;
}

/*外层div*/
.input-file-box{
    border: 1px solid gray;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
/*文字描述*/
.input-file-box > span{
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: gray;
}

/*input框*/
.input-file-box #uploadfile{
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*//css文件*/
div.page{
    /*margin: 50px auto 50px auto;*/
    max-width: 500px;
    position: relative;
    text-align: left;
}

div.pinch-zoom {
    position: relative;
}
div.pinch-zoom a{
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    background: #333;
    padding: 3px;
    font-size: 11px;
}

div.pinch-zoom div.description {
    position: absolute;
    top: 500px;
    left: 210px;
}

div.pinch-zoom div.description h1{
    font-size: 40px;
    margin: 0px;
    margin-bottom: 10px;
}
div.pinch-zoom div.description p{
    margin: 0px;
}

ul{
    margin: 0;
    padding: 0;
}

.imgWidth{
    width: 100%;
    /*height: 100%;*/
}
.anchorBL {
    display: none;
}

