@charset "UTF-8";
.v-select-tree-large .v-select-selected,
.v-select-tree-large .v-select-items-li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.v-select-tree-large .v-select-selected-i {
    line-height: 40px !important;
}

.v-select-tree-middle .v-select-selected,
.v-select-tree-middle .v-select-items-li {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.v-select-tree-middle .v-select-selected-i {
    line-height: 32px !important;
}

.v-select-tree-small .v-select-selected,
.v-select-tree-small .v-select-items-li {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
}

.v-select-tree-small .v-select-selected-i {
    line-height: 24px !important;
}

.v-select-tree {
    display: inline-table;
}

.v-select-tree-dd,
.v-select-tree-dt {
    z-index: 9999;
}

.v-select-tree-dd,
.v-select-tree-dt,
.v-select-tree-items {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

.v-select-tree-items {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.v-select-tree a,
.v-select-tree a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.v-select-tree-selected {
    position: relative;
    display: block;
    border: 1px solid #c8cdd4;
    border-radius: 2px;
}

.v-select-tree-selected:hover {
    color: #ed4114;
    border-color: #ed4114;
}

.v-select-tree-selected-span {
    width: 80%;
    display: block !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
}

.v-select-tree-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #1f2d3d;
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    outline: none;
    padding-left: 2px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 80%;
    text-align: left;
}

.v-select-tree-selected-i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 120%;
}

.v-select-tree-dd {
    position: absolute !important;
    z-index: 9999999;
}

.v-select-tree-items {
    position: fixed;
    top: 2px;
    left: 0px;
    list-style: none;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    border: 1px solid #d1dbe5;
    color: #C5C0B0;
    padding: 5px 0px;
    width: auto;
}

.v-select-tree-items-li {
    white-space: nowrap;
}

.v-select-tree-items-li.active {
    background-color: #ed4114;
}

.v-select-tree-items-li.active a {
    color: #fff;
}

.v-select-tree-items-li-a {
    width: 100%;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}

.v-select-tree-items-li-a-left {
    text-align: left;
}

.v-select-tree-items-li-a-center {
    text-align: center;
}

.v-select-tree-items-li-a-right {
    text-align: right;
}

.v-select-tree-items-li:hover {
    background-color: #ffd4c9;
    color: #fff;
}

.v-select-tree-items-li.active:hover {
    background-color: #ed4114;
}

.v-select-tree-oper {
    background-color: #fff;
    border: 1px solid #d1dbe5;
    padding: 5px;
    text-align: right;
}

.v-select-tree-btn {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #eee;
    cursor: pointer;
}

.v-select-tree-btn:hover {
    background-color: #ed4114;
    color: #fff;
}