
.business-tree-panel {
    width: 100%;
    padding: 12px;
    color: #7d7b7b;
    background: #edeeef;
    margin-bottom: 0px;
    height: 715px;
    border-radius: 3px;
    border: 0px solid #e3e3e3;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}

.business-search-group {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.business-search-mode {
    width: 23%;
    min-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.business-checkbox{
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-top: 3px;
    max-width: 13px;
    max-height:13px;
    padding-left: 0px;
}

.business-search-input {
    background: url(../images/search.gif) 95% 8px no-repeat;
    background-color: #ffffff;
    float: left;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    width: 77%;
}

.business-tree-prompt {
    font-size: 10px;
    margin-left: 3px;
    color: #808080de;
    float: right;
    width: 100%;
    margin-bottom: 5px
}

.business-tree-component {
    margin-top: 8px;
    width: 235px;
    max-width: 100%;
}

.business-tree-component-scroll {
    width: 100%;
    /*overflow-y: hidden;*/
    /*overflow-x :hidden;*/
    /*font-size: 14px;*/
    padding: 0em;
    max-height: 100%;
}

.business-tree-node-operation {
    float: right;
    width: 35px;
}

.business-tree-node-icon {
    float: left;
    height: 13px;
    width: 13px;
    padding-left: 0px;
    min-width: 0px;
    margin-top: 5px;
}

.business-tree-node-operation-icon {
    float: left;
    height: 13px;
    width: 13px;
    padding-left: 0px;
    min-width: 0px;
    margin-top: 5px;
}

.business-tree-node-operation-eye {
    height: 15px;
    width: 15px;
    margin-top: 4px;
}

.business-tree-node-operation-edit {
    float: right;
    height: 13px;
    width: 13px;
}

/* 左侧树形菜单 */
.tytopo-menu{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    padding-top: 8px;
    background: rgba(249,249,249,1);
    width: 250px;
    /* max-height: 780px;
    min-height: 720px; */
    height: 100%;
    /*margin-top: 5px;*/
    transition:all .2s linear;
    z-index:99;
}
.tytopo-menu-panel{
    /*width:100%;*/
}
/* 展开收缩按钮 */
.tytopo-side-btn{
    position: absolute;
    top:90px;
    right:-16px;
    width:16px;
    height:30px;
    background: linear-gradient(225deg,rgba(88,90,104,0.9) 0%,rgba(48,50,72,1) 100%);
    border-radius:0 4px 4px 0;
    cursor:pointer;
}
.tytopo-side-btn span{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-100%,-50%);
    display: inline-block;
    width:0;
    height:0;
    border:4px solid transparent;
    border-right-color:rgba(0,160,233,1);
}
.tytopo-menu-head{
    padding:10px 15px 0;
}
.tytopo-menu-btn{
    width: 50%;
}
.tytopo-menu-btn:first-child{
    float: left;
    padding-right: 2px;
}
.tytopo-menu-btn:last-child{
    float: right;
    padding-left:2px;
}
.tytopo-menu-btn .tytopo-btn{
    width: 100%;
}
.tytopo-menu-body{
    height:calc(63% - 25px);
    /*padding-bottom:171px;*/
}
.tytopo-input{
    position:relative;
    padding:10px 15px;
}
input::-webkit-input-placeholder {
    color: rgba(41,42,45,.3);
}
/* .tytopo-input input{
    width: 100%;
    height:26px;
    padding:0 10px;
    border:1px solid rgba(41,42,45,.3);
    border-radius:4px;
    outline: none;
    font-size:12px;
    color: rgba(41,42,45,1);
    background:transparent;
} */
.tytopo-input span{
    position:absolute;
    width:14px;
    height:14px;
    right:26px;
    top:50%;
    margin-top:-7px;
    cursor:pointer;
}
.tytopo-input-search{
    background: url("../images/search-icon.svg") no-repeat center;
    background-size:contain;
}
/* 菜单部分 */
.tytopo-menu-list{
    height: 89%;
    overflow: auto;
}
.tytopo-menu-item{
    position: relative;
    padding:0 15px;
    height:26px;
    line-height:25px;
    cursor:pointer;
}
.tytopo-menu-item:hover,.tytopo-menu-item.active{
    color:rgba(0,159,232,1);
    background: rgba(236,247,255,1);
}
.tytopo-menu-item span{
    display: inline-block;
    width: calc(100% - 15px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* vertical-align: middle; */
    font-size: 12px;
    font-family: Microsoft YaHei,Arial,lucida Grande,Verdana;
    color: rgba(41,42,45,.8);
    margin-left:5px;
}
.tytopo-menu-item:hover span,.tytopo-menu-item.active span{
    color:rgba(53,123,231,1);
}
.tytopo-menu-operat{
    position: absolute;
    right:5px;
    top:50%;
    padding-left:10px;
    transform: translateY(-50%);
    /* background: #edeeef; */
    display: block;
}
.tytopo-menu-item:hover .tytopo-menu-operat{
    /*display: block;*/
    background: rgba(236,247,255,1);
}
.tytopo-menu-operat i{
    margin:0 2px;
}
.tytopo-menu-icon{
    position:relative;
    display: inline-block;
    width:14px;
    height:14px;
    /* vertical-align: middle; */
}
.tytopo-menu-icon:hover .tytopo-bubble{
    display: block;
}
.icon-triangle{
    background: url("../images/triangle-right.png") no-repeat center;
}
.icon-triangle.active{
    background: url("../images/triangle-bottom.svg") no-repeat center;
}
.icon-hexagon-six{
    background: url("../images/hexagon-six-gray.svg") no-repeat center;
    vertical-align: super;
}
.icon-hexagon-three{
    background: url("../images/hexagon-three-gray.svg") no-repeat center;
    vertical-align: super;
}
.icon-hexagon-one{
    background: url("../images/hexagon-one-gray.svg") no-repeat center;
    vertical-align: super;
}
.dark .icon-hexagon-six{
    background: url("../images/hexagon-six.svg") no-repeat center;
    vertical-align: super;
}
.dark .icon-hexagon-three{
    background: url("../images/hexagon-three.svg") no-repeat center;
    vertical-align: super;
}
.dark .icon-hexagon-one{
    background: url("../images/hexagon-one.svg") no-repeat center;
    vertical-align: super;
}
.icon-eye-open-blue{
    background: url("../images/eye-open-blue.svg") no-repeat center;
}
.icon-eye-open{
    background: url("../images/eye-open.svg") no-repeat center;
}
.icon-eye-open:hover{
    background: url("../images/eye-open-white-hover.svg") no-repeat center;
}
.dark .icon-eye-open:hover{
    background: url("../images/eye-open-hover.svg") no-repeat center;
}
.icon-eye-close-yellow{
  background: url("../images/eye-close-yellow.svg") no-repeat center;
}
.icon-eye-close{
  background: url("../images/eye-close.svg") no-repeat center;
}
.icon-eye-close:hover{
    background: url("../images/eye-close-white-hover.svg") no-repeat center;
}
.dark .icon-eye-close:hover{
    background: url("../images/eye-close-hover.svg") no-repeat center;
}
.icon-edit-tree{
    opacity:1;
    background: url("../images/tytopo-edit.svg") no-repeat center;
    vertical-align:baseline;
}
.icon-edit-tree:hover{
    background: url("../images/tytopo-edit-white-hover.svg") no-repeat center;
}
.dark .icon-edit-tree:hover{
    background: url("../images/tytopo-edit-hover.svg") no-repeat center;
}
.tytopo-menu-foot{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:12px 0;
    /* background: #EDEEEF; */
    height: 34%;
    /*border-top:1px solid rgba(204,204,204,1);*/
}
.tytopo-menu-foot ul{
    height: 82%;
    overflow: auto;
}
.tytopo-menu-mini{
    width:6px;
}
.tytopo-menu-mini>div{
    display: none;
}
.tytopo-menu-mini .tytopo-side-btn span{
    border-right-color:transparent;
    border-left-color:rgba(0,160,233,1);
    transform: translate(-50%,-50%);
}
/* 左侧树形菜单 */
/* 拓扑图 */
.tytopo-svg-mini{
    position: relative;
    margin-left:240px;
    min-height:900px;/* 待删 */
}
.tytopo-svg{
    margin-left:30px;
}

/* 按钮样式 */
.tytopo-btn-box{
    position:absolute;
}
.tytopo-btn-box.right-top{
    top:0;
    right:0;
}
.tytopo-btn-box.right-bottom{
    bottom:0;
    right:0;
}
.tytopo-btn{
    position:relative;
    display: inline-block;
    min-width:30px;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:14px;
    border:1px solid rgba(0,159,232,1);
    border-radius:3px;
    cursor:pointer;
    vertical-align:middle;
    text-align: center;
    white-space: nowrap;
}
.tytopo-btn:hover .tytopo-bubble{
    display: block;
}
.tytopo-btn.tytopo-btn-sm{
    height:26px;
    line-height:24px;
    font-size:12px;
}
.tytopo-btn-box .tytopo-btn{
    margin:5px;
}
/* 纯文字按钮 */
.tytopo-btn-text{
    color:rgba(0,159,232,1);
}
.tytopo-btn-text:hover,.tytopo-btn-text.active{
    color:rgba(255,255,255,1);
    background: rgba(0,159,232,1);
}

/* 滚动条 */
.tytopo-menu-list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tytopo-menu-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    background: #BDBEBF;
}

.tytopo-menu-foot ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tytopo-menu-foot ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    background: #BDBEBF;
}

/*调整面板比例*/
.tytopo-adjust{
    position: absolute;
    left: 50%;
    top:-8px;
    transform: translateX(-50%);
}
.tytopo-adjust:before,.tytopo-adjust:after{
    content:'';
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    display: inline-block;
    height:4px;
    width:98px;
    border:1px solid rgba(41,42,45,.6);
    border-left:none;
    border-right:none;
}
.tytopo-adjust:before{
    right:20px;
}
.tytopo-adjust:after{
    left:20px;
}
.icon-adjust{
    width:16px;
    height:15px;
    cursor:n-resize;
    background: url("../images/icon-adjust.svg") no-repeat center;
    background-size:contain;
    opacity: .3;
}
.icon-adjust:hover{
    opacity: 1;
}

/* dark theme*/
.tytopo-menu.dark{
    background : #303135;
}
.tytopo-menu-item.dark:hover,.tytopo-menu-item.active.dark{
    color: #fff;
    background: #2A2B2E;
}
.tytopo-menu-item.dark span{
    color: rgba(255,255,255,.65);
}
.tytopo-menu-item.dark:hover span,.tytopo-menu-item.active.dark span{
    color:#fff;
}
.tytopo-side-btn.dark{
    background : #1D1E22;
}
.tytopo-side-btn.dark span{
    border-right-color:rgb(164, 164, 164);
}
.tytopo-menu-mini .tytopo-side-btn.dark span{
    border-left-color:rgb(164, 164, 164);
    border-right-color:transparent;
}
.tytopo-btn.dark{
    border:1px solid #565555;
}
.tytopo-btn-text.dark{
    color:rgb(164, 164, 164);
}
.tytopo-btn-text.dark:hover,.tytopo-btn-text.dark.active{
    color:#1D1E22;
    background: rgb(164, 164, 164);
}
/* .tytopo-input input.dark{
    background : #1D1E22;
    border:1px solid #565555;
} */
/* .tytopo-menu-operat.dark{
    background: #1D1E22;
} */
.tytopo-menu-item:hover .tytopo-menu-operat.dark{
    /*display: block;*/
    background: #2A2B2E;
}
.tytopo-menu-foot.dark{
    background: #303135;
    /* border-top:1px solid #080808; */
}

.tytopo-menu-list.dark::-webkit-scrollbar {/*滚动条整体样式*/
    width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tytopo-menu-list.dark::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    background: #565555;
}

.tytopo-menu-foot.dark ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.tytopo-menu-foot.dark ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    background: #565555;
}
.dark .tytopo-adjust:before,.dark .tytopo-adjust:after{
    border:1px solid rgba(255,255,255,.3);
    border-left:none;
    border-right:none;
}
/**/
.ui-tree .ui-tree-toggler {
    color: rgba(255,255,255,.6);
}



/* 左侧树形菜单 */
/* 拓扑图 */
.tytopo-svg-mini{
    position: relative;
    margin-left:240px;
    min-height:900px;/* 待删 */
}
.tytopo-svg{
    margin-left:30px;
}

/* 按钮样式 */
.tytopo-btn-box{
    position:absolute;
}
.tytopo-btn-box.right-top{
    top:0;
    right:0;
}
.tytopo-btn-box.right-bottom{
    bottom:0;
    right:0;
}
.tytopo-btn{
    position:relative;
    display: inline-block;
    min-width:30px;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:14px;
    border:1px solid rgba(0,159,232,1);
    border-radius:3px;
    cursor:pointer;
    vertical-align:middle;
    text-align: center;
    white-space: nowrap;
}
.tytopo-btn:hover .tytopo-bubble{
    display: block;
}
.tytopo-btn.tytopo-btn-sm{
    height:26px;
    line-height:24px;
    font-size:12px;
}
.tytopo-btn-box .tytopo-btn{
    margin:5px;
}
/* 纯文字按钮 */
.tytopo-btn-text{
    color:rgba(0,159,232,1);
}
.tytopo-btn-text:hover,.tytopo-btn-text.active{
    color:rgba(255,255,255,1);
    background: rgba(0,159,232,1);
}

.hidden{
    display: none;
}

.ty_choiceDatePicker{
    z-index: 420;
}



.url_filter_w {
  border-top: #dddddd 1px solid;
  width: 770px;
  float: left;
  padding-top: 10px;
  margin-left: 44px;
}

.hijack_ul1 {
  height: 295px;
  overflow: hidden;
}
.hijack_ul1 > li {
  list-style: none;
  float: left;
  margin-right: 15px;
  height: 293px;
  width: 250px;
}

.hijack_con {
  width: 100%;
  height: 255px;
  padding: 6px 0 0 5px;
  border: 1px solid #c0c0c0;
}

.hijack_ul2 {
  width: 100%;
  height: 215px;
  overflow: auto;
  list-style: none;
}
.hijack_ul2 > li {
  list-style: none;
  height: 22px;
  line-height: 22px;
  padding-left: 7px;
  width: auto;
  color: #666666;
  font-size: 12px;
  margin-bottom: 2px;
}

.li_arrow_left {
  width: 38px;
  height: 21px;
  border: 1px solid #c0c0c0;
  background: url(../images/networktask_icon1.png)
    no-repeat 12px -804px;
  cursor: pointer;
}
.li_arrow_right {
  width: 38px;
  height: 21px;
  border: 1px solid #c0c0c0;
  background: url(../images/networktask_icon1.png)
    no-repeat 12px -779px;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
  height: 25px;
}

.rumChartReport_btn_blue_min {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #3598db;
  font-size: 12px;
  color: #fff;
  float: right;
  border: 0px;
  margin-left: 10px;
}
.rumChartReport_btn_blue_min:hover {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #017dc5;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  float: right;
  border: 0px;
  margin-left: 10px;
}
.rumChartReport_btn_gray_min {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #eee;
  font-size: 12px;
  color: #666;
  float: right;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
}
.rumChartReport_btn_gray_min.close {
  opacity: 0.7;
}
.rumChartReport_btn_gray_min:hover {
  opacity: 1;
}

.rumChartReport_btn_red_min {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e8a3b5;
  font-size: 12px;
  color: #fff;
  float: right;
  border: 0px;
  margin-left: 10px;
}
.rumChartReport_btn_red_min:hover {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #dd85a4;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  float: right;
  border: 0px;
  margin-left: 10px;
}

.rumChartReport {
  width: 500px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  float: left;
  color: #333333;
  font-size: 12px;
  position: absolute;
  z-index: 1001;
  background: #ffffff;
}
.rumChartReport_title {
  border-bottom: #d3d3d3 1px solid;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  cursor: move;
}
.rumChartReport_content {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.rumChartReport_font {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  float: left;
}
.rumChartReport_input {
  border: 1px solid #d3d3d3;
  padding: 5px;
  line-height: 18px;
  height: 18px;
  color: #333333;
  float: left;
  width: 300px;
  box-sizing: content-box;
}
.rumChartReport_model {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.rumChartReport_model_second{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1002;
    top: 0;
    left: 0;
    opacity: .3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.rumChartReport_second{
    padding:10px;
    border: 1px solid #d3d3d3;
    float:left;
    color:#333333;
    font-size:12px;
    z-index: 1003;
    background: #FFFFFF;
    width:240px;
    height:85px;
    top:52%;
    left:54%;
    position: fixed;
    margin-top: -10%;
    margin-left: -12%;
    opacity: 1;
}

.rumChartReport_btn_red_min_second{width:100px; height:32px; line-height:32px; text-align:center; background: #db8750; font-size:12px; color:#fff; float:right; border:0px;}
.rumChartReport_btn_red_min_second:hover{width:100px; height:32px; line-height:32px; text-align:center; background: #c5872a; cursor:pointer; font-size:12px; color:#fff; float:right; border:0px;}

.time_selection_close {
  background: url("../images/icon_05.png") 0 -490px no-repeat;
}
.time_selection_close:hover {
  background: url("../images/icon_05.png") 0 -490px no-repeat;
  opacity: 0.8;
}
.tytopo-input.dark{
    position:relative;
    padding:10px 15px;
}
.tytopo-input.dark input::-webkit-input-placeholder {
    color: rgba(255,255,255,.2);
}
.tytopo-input.dark input{
    color: rgba(255,255,255,.6);
}
.dark .icon-eye-open:hover{
    background: url("../images/eye-open-hover.svg") no-repeat center;
}
.dark .icon-eye-close:hover{
    background: url("../images/eye-close-hover.svg") no-repeat center;
}
.dark .icon-edit:hover{
    background: url("../images/tytopo-edit-hover.svg") no-repeat center;
}
