/*
z插件包样式表
ui-dialog.css
datepick
uploadifive
zTree Style3.5.19(需配合同路径下img文件夹)
*/
.uploader {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uploader .btn,.uploader {
    position: relative;
    overflow: hidden
}

.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.ui-dialog-content,.ui-dialog-statusbar .label,.ui-dialog-statusbar input {
    vertical-align: middle
}

.ui-dialog {
    position: relative;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-in-out,opacity .15s ease-in-out;
    transition: transform .15s ease-in-out,opacity .15s ease-in-out
}

.ui-popup-show .ui-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ui-popup-focus .ui-dialog {
    box-shadow: 0 0 8px rgba(0,0,0,.1)
}

.ui-popup-modal .ui-dialog {
    box-shadow: 0 0 8px rgba(0,0,0,.1),0 0 256px rgba(255,255,255,.3)
}

.ui-dialog-grid {
    width: auto;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: 0 0
}

.ui-dialog-body,.ui-dialog-footer,.ui-dialog-header {
    padding: 0;
    border: 0;
    text-align: left;
    background: 0 0
}

.ui-dialog-header {
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F4F8FB;
    border-radius: 6px 6px 0 0
}

.ui-dialog-close,.ui-dialog-max {
    position: relative;
    float: right;
    top: 8px;
    right: 13px;
    padding: 0 4px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.ui-dialog-max {
    top: 13px;
    font-size: 12px;
    font-weight: 300
}

.ui-dialog-footer button,.ui-dialog-statusbar,.ui-dialog-title {
    line-height: 1.428571429;
    white-space: nowrap
}

.ui-dialog-close:focus,.ui-dialog-close:hover,.ui-dialog-max:focus,.ui-dialog-max:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ui-dialog-title {
    margin: 0;
    min-height: 16.43px;
    padding: 9px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    cursor: default
}

.ui-dialog-body {
    padding: 10px;
    text-align: center
}

.ui-dialog-content {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #000
}

.ui-dialog-footer {
    padding: 0 15px 15px
}

.ui-dialog-statusbar {
    float: left;
    margin-right: 20px;
    padding: 6px 0;
    font-size: 14px;
    color: #888
}

.ui-dialog-statusbar label:hover {
    color: #333
}

.ui-dialog-button {
    float: right;
    white-space: nowrap
}

.ui-dialog-footer button+button {
    margin-bottom: 0;
    margin-left: 5px
}

.ui-dialog-footer button {
    width: auto;
    overflow: visible;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff
}

.ui-dialog-footer button:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.ui-dialog-footer button:focus,.ui-dialog-footer button:hover {
    text-decoration: none
}

.ui-dialog-footer button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-image: none
}

.ui-dialog-footer button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-dialog-footer button:active,.ui-dialog-footer button:focus,.ui-dialog-footer button:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.ui-dialog-footer button[disabled],.ui-dialog-footer button[disabled]:active,.ui-dialog-footer button[disabled]:focus,.ui-dialog-footer button[disabled]:hover {
    background-color: #fff;
    border-color: #ccc
}

.ui-dialog-footer button.ui-dialog-autofocus {
    color: #fff;
    background-color: #428bad;
    border-color: #357ebd
}

.ui-dialog-footer button.ui-dialog-autofocus:active,.ui-dialog-footer button.ui-dialog-autofocus:focus,.ui-dialog-footer button.ui-dialog-autofocus:hover {
    color: #fff;
    background-color: #186e83;
    border-color: #186e83
}

.ui-dialog-footer button.ui-dialog-autofocus:active {
    background-image: none
}

.ui-popup-top .ui-dialog,.ui-popup-top-left .ui-dialog,.ui-popup-top-right .ui-dialog {
    top: -8px
}

.ui-popup-bottom .ui-dialog,.ui-popup-bottom-left .ui-dialog,.ui-popup-bottom-right .ui-dialog {
    top: 8px
}

.ui-popup-left .ui-dialog,.ui-popup-left-bottom .ui-dialog,.ui-popup-left-top .ui-dialog {
    left: -8px
}

.ui-popup-right .ui-dialog,.ui-popup-right-bottom .ui-dialog,.ui-popup-right-top .ui-dialog {
    left: 8px
}

.ui-dialog-arrow-a,.ui-dialog-arrow-b {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px dashed transparent
}

.ui-popup-follow .ui-dialog-arrow-a,.ui-popup-follow .ui-dialog-arrow-b {
    display: block
}

.ui-popup-top .ui-dialog-arrow-a,.ui-popup-top-left .ui-dialog-arrow-a,.ui-popup-top-right .ui-dialog-arrow-a {
    bottom: -16px;
    border-top: 8px solid #7C7C7C
}

.ui-popup-top .ui-dialog-arrow-b,.ui-popup-top-left .ui-dialog-arrow-b,.ui-popup-top-right .ui-dialog-arrow-b {
    bottom: -15px;
    border-top: 8px solid #fff
}

.ui-popup-left-bottom .ui-dialog-arrow-a,.ui-popup-left-bottom .ui-dialog-arrow-b,.ui-popup-right-bottom .ui-dialog-arrow-a,.ui-popup-right-bottom .ui-dialog-arrow-b {
    bottom: 15px
}

.ui-popup-top-left .ui-dialog-arrow-a,.ui-popup-top-left .ui-dialog-arrow-b {
    left: 15px
}

.ui-popup-top .ui-dialog-arrow-a,.ui-popup-top .ui-dialog-arrow-b {
    left: 50%;
    margin-left: -8px
}

.ui-popup-top-right .ui-dialog-arrow-a,.ui-popup-top-right .ui-dialog-arrow-b {
    right: 10px
}

.ui-popup-bottom .ui-dialog-arrow-a,.ui-popup-bottom-left .ui-dialog-arrow-a,.ui-popup-bottom-right .ui-dialog-arrow-a {
    top: -16px;
    border-bottom: 8px solid #7C7C7C
}

.ui-popup-bottom .ui-dialog-arrow-b,.ui-popup-bottom-left .ui-dialog-arrow-b,.ui-popup-bottom-right .ui-dialog-arrow-b {
    top: -15px;
    border-bottom: 8px solid #fff
}

.ui-popup-bottom-left .ui-dialog-arrow-a,.ui-popup-bottom-left .ui-dialog-arrow-b {
    left: 6px
}

.ui-popup-bottom .ui-dialog-arrow-a,.ui-popup-bottom .ui-dialog-arrow-b {
    margin-left: -8px;
    left: 50%
}

.ui-popup-bottom-right .ui-dialog-arrow-a,.ui-popup-bottom-right .ui-dialog-arrow-b {
    right: 15px
}

.ui-popup-left .ui-dialog-arrow-a,.ui-popup-left-bottom .ui-dialog-arrow-a,.ui-popup-left-top .ui-dialog-arrow-a {
    right: -16px;
    border-left: 8px solid #7C7C7C
}

.ui-popup-left .ui-dialog-arrow-b,.ui-popup-left-bottom .ui-dialog-arrow-b,.ui-popup-left-top .ui-dialog-arrow-b {
    right: -15px;
    border-left: 8px solid #fff
}

.ui-popup-left-top .ui-dialog-arrow-a,.ui-popup-left-top .ui-dialog-arrow-b {
    top: 15px
}

.ui-popup-left .ui-dialog-arrow-a,.ui-popup-left .ui-dialog-arrow-b {
    margin-top: -8px;
    top: 50%
}

.ui-popup-right .ui-dialog-arrow-a,.ui-popup-right-bottom .ui-dialog-arrow-a,.ui-popup-right-top .ui-dialog-arrow-a {
    left: -16px;
    border-right: 8px solid #7C7C7C
}

.ui-popup-right .ui-dialog-arrow-b,.ui-popup-right-bottom .ui-dialog-arrow-b,.ui-popup-right-top .ui-dialog-arrow-b {
    left: -15px;
    border-right: 8px solid #fff
}

.ui-popup-right-top .ui-dialog-arrow-a,.ui-popup-right-top .ui-dialog-arrow-b {
    top: 15px
}

.ui-popup-right .ui-dialog-arrow-a,.ui-popup-right .ui-dialog-arrow-b {
    margin-top: -8px;
    top: 50%
}

/*DatePicker*/
.datepicker-container {
    font-size: 14px;
    line-height: 30px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 252px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    direction: ltr!important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.datepicker-container:after,.datepicker-container:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border: 5px solid transparent
}

.datepicker-dropdown {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before {
    top: -5px;
    left: 10px;
    border-top: 0
}

.datepicker-top-left:before,.datepicker-top-right:before {
    border-bottom-color: #39f
}

.datepicker-top-left:after,.datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff
}

.datepicker-bottom-left,.datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before {
    bottom: -5px;
    left: 10px;
    border-bottom: 0
}

.datepicker-bottom-left:before,.datepicker-bottom-right:before {
    border-top-color: #39f
}

.datepicker-bottom-left:after,.datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff
}

.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before {
    right: 10px;
    left: auto
}

.datepicker-panel>ul:after,.datepicker-panel>ul:before {
    display: table;
    content: ' '
}

.datepicker-panel>ul:after {
    clear: both
}

.datepicker-panel>ul {
    width: 102%;
    margin: 0;
    padding: 0
}

.datepicker-panel>ul>li {
    float: left;
    width: 36px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
}

.datepicker-panel>ul>li.highlighted,.datepicker-panel>ul>li:hover {
    background-color: #cae0f4
}

.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover {
    color: #ccc
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce6ff
}

.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover {
    color: #fff;
    background-color: #357ebd
}

.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover {
    cursor: default;
    color: #ccc;
}

.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e6f2ff
}

.datepicker-panel>ul>li[data-view='years prev'],.datepicker-panel>ul>li[data-view='year prev'],.datepicker-panel>ul>li[data-view='month prev'],.datepicker-panel>ul>li[data-view='years next'],.datepicker-panel>ul>li[data-view='year next'],.datepicker-panel>ul>li[data-view='month next'],.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view='month current'],.datepicker-panel>ul>li[data-view='years current'],.datepicker-panel>ul>li[data-view='jyear current'],.datepicker-panel>ul>li[data-view='year current'] {
    width: 180px
}

.datepicker-panel>ul[data-view=years]>li,.datepicker-panel>ul[data-view=months]>li {
    line-height: 63px;
    width: 63px;
    height: 63px
}

.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover {
    cursor: default;
    background-color: #fff
}

.datepicker-hide {
    display: none
}

.datepicker-panel .dptime {
    border-top: 1px solid #ddd;
    height: 37px;
    line-height: 32px;
    padding: 2px 15px
}

.datepicker-panel .dptime input {
    padding: 2px;
    width: 36px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: 1px solid #ddd;
}

.datepicker-panel input:focus {
    outline: none;
    border-color: #aaa;
    box-shadow: none;
}

.datepicker-panel .dptit li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #ddd
}

.datepicker-panel .dpbtn {
    display: inline-block;
    height: 28px;
    width: 40px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: right;
    text-align: center;
    margin-top: 2px;
    color: #333
}

.datepicker-panel .dpbtn:hover {
    background-color: #eee;
    text-decoration: none
}

.datepicker-panel .dpbtn:after {
    display: table;
    content: " "
}

.datepicker-panel>ul[data-view=jidus]>li {
    line-height: 63px;
    width: 125px;
    height: 63px
}

/*zTree Style3.5.19*/
.ztree,.ztree li a {
    color: #333;
    margin: 0
}

.ztree li a,.ztree li span.button {
    cursor: pointer;
    display: inline-block
}

.ztree li a.tmpTargetNode_inner,ul.tmpTargetzTree,ul.ztree.zTreeDragUL {
    opacity: .8;
    filter: alpha(opacity=80)
}

.ztree * {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,AppleGothic,sans-serif
}

.ztree {
    padding: 5px
}

.ztree li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    outline: 0
}

.ztree li ul {
    margin: 0;
    padding: 0 0 0 18px
}

.ztree li ul.line {
    background: url(data:image/gif;base64,R0lGODlhCQACAIAAAMzMzP///yH5BAEAAAEALAAAAAAJAAIAAAIEjI9pUAA7) repeat-y
}

.ztree li a {
    padding: 1px 3px 0 0;
    height: 17px;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top
}

.ztree li a:hover {
    text-decoration: underline
}

.ztree li a.curSelectedNode,.ztree li a.curSelectedNode_Edit {
    padding-top: 0;
    background-color: #FFE6B0;
    color: #000;
    height: 16px;
    border: 1px solid #FFB951;
    opacity: .8
}

.ztree li a.tmpTargetNode_inner {
    padding-top: 0;
    background-color: #316AC5;
    color: #fff;
    height: 16px;
    border: 1px solid #316AC5
}

.ztree li a input.rename {
    height: 14px;
    width: 80px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 1px solid #7EC4CC
}

.ztree li span {
    line-height: 16px;
    margin-right: 2px
}

.ztree li span.button {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(img/zTreeStandard.png)
}

.ztree li span.button.chk {
    width: 13px;
    height: 13px;
    margin: 0 3px 0 0;
    cursor: auto
}

.ztree li span.button.chk.checkbox_false_full {
    background-position: 0 0
}

.ztree li span.button.chk.checkbox_false_full_focus {
    background-position: 0 -14px
}

.ztree li span.button.chk.checkbox_false_part {
    background-position: 0 -28px
}

.ztree li span.button.chk.checkbox_false_part_focus {
    background-position: 0 -42px
}

.ztree li span.button.chk.checkbox_false_disable {
    background-position: 0 -56px
}

.ztree li span.button.chk.checkbox_true_full {
    background-position: -14px 0
}

.ztree li span.button.chk.checkbox_true_full_focus {
    background-position: -14px -14px
}

.ztree li span.button.chk.checkbox_true_part {
    background-position: -14px -28px
}

.ztree li span.button.chk.checkbox_true_part_focus {
    background-position: -14px -42px
}

.ztree li span.button.chk.checkbox_true_disable {
    background-position: -14px -56px
}

.ztree li span.button.chk.radio_false_full {
    background-position: -28px 0
}

.ztree li span.button.chk.radio_false_full_focus {
    background-position: -28px -14px
}

.ztree li span.button.chk.radio_false_part {
    background-position: -28px -28px
}

.ztree li span.button.chk.radio_false_part_focus {
    background-position: -28px -42px
}

.ztree li span.button.chk.radio_false_disable {
    background-position: -28px -56px
}

.ztree li span.button.chk.radio_true_full {
    background-position: -42px 0
}

.ztree li span.button.chk.radio_true_full_focus {
    background-position: -42px -14px
}

.ztree li span.button.chk.radio_true_part {
    background-position: -42px -28px
}

.ztree li span.button.chk.radio_true_part_focus {
    background-position: -42px -42px
}

.ztree li span.button.chk.radio_true_disable {
    background-position: -42px -56px
}

.ztree li span.button.switch {
    width: 18px;
    height: 18px
}

.ztree li span.button.root_open {
    background-position: -92px -54px
}

.ztree li span.button.root_close {
    background-position: -74px -54px
}

.ztree li span.button.roots_open {
    background-position: -92px 0
}

.ztree li span.button.roots_close {
    background-position: -74px 0
}

.ztree li span.button.center_open {
    background-position: -92px -18px
}

.ztree li span.button.center_close {
    background-position: -74px -18px
}

.ztree li span.button.bottom_open {
    background-position: -92px -36px
}

.ztree li span.button.bottom_close {
    background-position: -74px -36px
}

.ztree li span.button.noline_open {
    background-position: -92px -72px
}

.ztree li span.button.noline_close {
    background-position: -74px -72px
}

.ztree li span.button.root_docu {
    background: 0 0
}

.ztree li span.button.roots_docu {
    background-position: -56px 0
}

.ztree li span.button.center_docu {
    background-position: -56px -18px
}

.ztree li span.button.bottom_docu {
    background-position: -56px -36px
}

.ztree li span.button.noline_docu {
    background: 0 0
}

.ztree li span.button.ico_open {
    margin-right: 2px;
    background-position: -110px -16px;
    vertical-align: top
}

.ztree li span.button.ico_close {
    margin-right: 2px;
    background-position: -110px 0;
    vertical-align: top
}

.ztree li span.button.ico_docu {
    margin-right: 2px;
    background-position: -110px -32px;
    vertical-align: top
}

.ztree li span.button.edit {
    margin-right: 2px;
    background-position: -110px -48px;
    vertical-align: top
}

.ztree li span.button.remove {
    margin-right: 2px;
    background-position: -110px -64px;
    vertical-align: top
}

.ztree li span.button.ico_loading {
    margin-right: 2px;
    background: url(img/loading.gif) no-repeat;
    vertical-align: top
}

ul.tmpTargetzTree {
    background-color: #FFE6B0
}

span.tmpzTreeMove_arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 2px 0 0 1px;
    border: 0;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -110px -80px;
    background-image: url(img/zTreeStandard.png)
}

.zTreeMask,ul.ztree.zTreeDragUL {
    background-color: #cfcfcf;
    position: absolute
}

ul.ztree.zTreeDragUL {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 1px dotted #00B83F
}

.zTreeMask {
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0)
}

/*jquery circliful*/
.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.cir-svg {
    overflow: visible!important
}

.cir-svg .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px)
}

.cir-svg .inner {
    fill: transparent;
    stroke: orange;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.cir-f {
    stroke: #61a9dc;
}

.cir-b {
    stroke: #e5e5e5;
}

.cir-per,.cir-text {
    font-size: 14px;
    fill: #666;
}

.cir-cheng .cir-f,.cir1 .cir-f {
    stroke: #e6ab83;
}

.cir-qing .cir-f,.cir2 .cir-f {
    stroke: #27bcb9;
}

.cir-green .cir-f,.cir3 .cir-f {
    stroke: #93d08e
}

.cir-zi .cir-f,.cir4 .cir-f {
    stroke: #cface6;
}

.cir-red .cir-f,.cir5 .cir-f {
    stroke: #d0899c;
}

.cir-yellow .cir-f,.cir6 .cir-f {
    stroke: #d6d367
}

.cir-fen .cir-f,.cir7 .cir-f {
    stroke: #cc8bbe
}

.cir-he .cir-f,.cir8 .cir-f {
    stroke: #44c35c;
}

/*! nouislider - 14.6.3 - 11/19/2020 */
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 12px
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 22px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 22px;
    height: 28px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #27bcb9
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #ebebeb,0 3px 6px -3px #BBB
}

.noUi-handle:focus {
    outline-color: #999
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after,.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #ccc;
    left: 11px;
    top: 5px
}

.noUi-handle:after {
    left: 14px
}

.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0,-18px);
    transform: translate(0,-18px);
    top: auto;
    right: 28px
}

/*swtBtn*/
.toggle-button {
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    position: relative;
    text-align: left;
    overflow: hidden;
    user-select: none;
    vertical-align: bottom
}

.toggle-button.deactivate {
    opacity: .5;
    cursor: default!important
}

.toggle-button.deactivate label,.toggle-button.deactivate span {
    cursor: default!important
}

.toggle-button>div {
    display: inline-block;
    width: 150px;
    position: absolute;
    top: 0
}

.toggle-button>div.disabled {
    left: -50%
}

.toggle-button input[type=checkbox] {
    display: none
}

.toggle-button span,.toggle-button label {
    cursor: pointer;
    position: relative;
    float: left;
    display: inline-block
}

.toggle-button label {
    background: #fefefe;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    z-index: 100;
    background-image: linear-gradient(to top,#fefefe,#e6e6e6);
    border-radius: 4px
}

.toggle-button .active label {
    background-image: linear-gradient(to bottom,#fefefe,#f6f6f6)
}

.toggle-button span {
    color: #fefefe;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    z-index: 1
}

.toggle-button span.labelLeft {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fefefe;
    background: #08c
}

.toggle-button span.labelRight {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #999;
    background-image: linear-gradient(to bottom,#ffffff,#f3f3f3)
}

.input-group>.toggle-button {
    margin-top: 4px;
    margin-left: 10px
}

/*bootstrap 多级下拉菜单*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
    content: "\f0da";
    line-height: 12px;
    color: #999;
    font-size: 12px;
    font-family: FontAwesome;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none!important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*table sort*/
table>thead>tr>th.sorter {
    padding-right: 15px;
    position: relative;
}

table>thead>tr>th.sorter:after {
    position: absolute;
    width: 10px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    right: 3px;
    color: #9f9f9f;
    padding-top: 3px;
    font-size: 12px;
    font-family: FontAwesome;
    content: "\f0dc";
}

table>thead>tr>th.sorter-desc:after {
    content: "\f0dd";
}

table>thead>tr>th.sorter-asc:after {
    content: "\f0de";
}

/*resize*/
.resizable,.resizable>thead>tr>th {
    position: relative!important
}

.resizable-handle {
    position: absolute;
    font-size: 12px;
    color: #ddd;
    right: 1px;
    bottom: -3px;
    height: 12px;
    cursor: nwse-resize;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.resizable .resizer {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    cursor: ew-resize;
}

/*scroll*/
.scrollable {
    position: relative;
    padding-right: 10px;
    padding-bottom: 6px;
}

.scrollable:focus {
    outline: 0;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
}

.scrollable .viewport .overview {
    position: absolute;
}

.scrollable .scroll-bar {
    display: none;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%;
    width: 6px;
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%;
    height: 6px;
}

.scrollable .scroll-bar .thumb {
    position: absolute;
    background-color: #333;
    opacity: 0.4;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable .scroll-bar:hover .thumb {
    opacity: 0.6;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*ul tree*/
ul.tree, ul.tree ul:not(.dropdown-menu) {
    margin: 0;
    padding: 0 0 0 16px;
}

ul.tree li {
    list-style: none;
    position: relative;
    line-height: 26px;
}

ul.tree li.tree-sub {
    padding: 0px 0px 0px 3px;
}

ul.tree li:before {
    position: absolute;
    content: '';
    top: 0px;
    left: -14px;
    width: 14px;
    /*height: 50%;*/
    height: 16px;
    border-style: none none solid solid;
    border-width: 0.05em;
    border-color: #999;
}

ul.tree li:not(:last-child):after {
    position: absolute;
    content: '';
    /*top: 50%;*/
    top: 16px;
    left: -14px;
    height: 100%;
    /*height:50%;*/
    bottom: 0;
    border-style: none none none solid;
    border-width: 0.05em;
    border-color: #999;
}

ul.tree>li:first-child:before {
    border-style: none none solid none;
}

ul.tree .dropdown-menu>li:after,ul.tree .dropdown-menu>li:before {
    display: none;
}

ul.tree li>.tree {
    padding-left: 20px;
}

ul.tree li>.tree:before {
    position: absolute;
    content: '';
    /*top: 50%;*/
    top: 16px;
    left: 0px;
    height: 36px;
    width: 10px;
    /*height:50%;*/
    bottom: 0;
    border-style: none none solid solid;
    border-width: 0.05em;
    border-color: #999;
}

.list li>.tree:before {
    height: /*44*/38px!important;
}
