﻿@charset "utf-8";

.droplist,
.droplist * {
    box-sizing: content-box;
}

.droplist {
	float: left;
}

.droplist p {
    margin: 0;
}

.droplist .wdName {
    float: left;
    color: #000;
    height: 24px;
    line-height: 24px;
}

.droplist .dtHtml {
    float: left;
    width: 122px;
    position: relative;
    font-size: 12px;
    color: #666;
    z-index: 900;
}

.droplist .dtHead {
    padding-right: 25px;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #b8b5b3;
    cursor: pointer;
    z-index: 998;
    text-shadow: 0 1px 0 #fff;
    overflow: hidden;
    background: #fff;
    *background: #fff url(../images/arrow.png) no-repeat right 6px;
}

.droplist .dtHead:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 8px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.droplist .dtHead:hover {
    background-color: #fff
}

.droplist .dtHead:active,
.droplist .dtHead:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.droplist .dtBody {
    width: 120px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 999;
    text-align: center;
    background: #fff;
    border: 1px solid #aaa;
    display: none;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.droplist .dtBody:after,
.droplist .dtBody:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 10px;
    bottom: 6px;
    width: 100%;
    height: 15%;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.15);
}

.droplist .dtBody .dtList {
    overflow-y: auto;
    overflow-x: hidden;
}

.droplist .dtBody .dtList ul {
    max-height: 300px;
    min-width: 120px;
}

.droplist .dtBody ul li {
    white-space: nowrap;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    font-size: 12px;
    color: #6D6A67;
    background: #fff;
    text-align: left;
    padding: 8px 15px;
}

.droplist .dtBody ul li:hover {
    background-color: #009cff;
    color: #fff
}

.droplist .dtDrag {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: w-resize;

    position: absolute;
    z-index: 2;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-color: #aaa;
}

.droplist .dtFoot {
    clear: both;
    padding: 8px 5px;
    height: 24px;
    background: #fff;
    border-top: 1px solid #aaa;
    position: relative;
}

.droplist .dtFoot .dtText {
    width: 50%;
    height: 16px;
    padding: 3px;
    float: left;
    font-size: 11px;
    color: #888;
    background: #fff;
    border: 1px solid #acacac;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Helvetica, sans-serif;
}

.droplist .dtFoot .dtText:focus {
    color: #444;
    border: 1px solid #009cff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(67, 131, 197, 0.5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(67, 131, 197, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(67, 131, 197, 0.5);
}

.droplist .dtFoot .dtTextBtn {
    width: 40px;
    height: 22px;
    line-height: 22px;
    float: right;
    border: 1px solid #056ee1;
    color: #fff;
    cursor: pointer;
    background: #009cff;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3c98fc), color-stop(100%, #056ee1)), #009cff;
    background: -webkit-linear-gradient(#3c98fc 20%, #056ee1), #009cff;
    background: -moz-linear-gradient(#3c98fc 20%, #056ee1), #009cff;
    background: -o-linear-gradient(#3c98fc 20%, #056ee1), #009cff;
    background: linear-gradient(#3c98fc 20%, #056ee1), #009cff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-family: "Microsoft YaHei", Helvetica, sans-serif;
}

.droplist .dtFoot .dtTextBtn:hover {
    background: #009cff
}

.droplist .dtFoot .dtTextBtn:active {
    background: #009cff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
}

.droplist .dtFoot .nodeErrorInfo {
    border: 1px solid #aaa;
    height: 144px;
    width: 116px;
    background: #fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50px;
    left: -1px;
    padding: 2px 0 2px 4px;
    font-size: 12px;
    z-index: 1;
    text-align: left;
    display: none;
    font-family: "宋体";
}

.droplist .nodeErrorInfo:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 36px;
    top: -8px;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #aaa;
}

.droplist .nodeErrorInfo:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 36px;
    top: -7px;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;

}

.droplist .dtFoot .nodeErrorInfo p {
    line-height: 24px;
}

.droplist .dtFoot .nodeErrorInfo p.first {
    color: #009cff;
}

.droplist .dtFoot .nodeErrorInfo p.nbsp {
    padding-left: 24px;
}