.sidebar-wrapper,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*----------------page-wrapper----------------*/
.page-wrapper{
    height: 100vh;
}

/*----------------toggeled sidebar----------------*/


/* css注释：设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */


@media screen and (max-width: 2000px) { 	
	.toggled .sidebar-wrapper .sidebar-brand > a{
    left: 60px;
    }
    
    .con-wid {
    position: fixed;
    left: 270px;
    width: calc(100% - 280px);
    top: 51px;
    /* margin: 10px; */
    height: 95%;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
    .work-active.con-wid{
     height: calc(100% - 96px);
    }

}

@media screen and (max-width: 1661px) { 	
	.toggled .sidebar-wrapper .sidebar-brand > a{
    left: 50px;
    }
    
    .con-wid {
    position: fixed;
    left: 270px;
    width: calc(100% - 280px);
    top: 51px;
    /* margin: 10px; */
    height: 94%;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.work-active.con-wid{
     height: calc(100% - 90px);
    }
} 
	
@media screen and (max-width: 1441px) { 	
	.toggled .sidebar-wrapper .sidebar-brand > a{
    left: 50px;
    }
    
    .con-wid {
    position: fixed;
    left: 270px;
    width: calc(100% - 280px);
    top: 51px;
    /* margin: 10px; */
    height: 93%;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

	.un-short .width-11{
		width: 6vw;
	}
	
	.work-active.con-wid{
     height: calc(100% - 90px);
    }
} 

 
/* 
@media screen and (max-width: 768px) {
    body.toggled .page-content{
        left:-100px;
    }
} */

body.toggled #toggle-sidebar{
    /* position: absolute; */
    color: #cacaca;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper{
    /* width: 12.5%; */
    background: #fff;
    /* height: 93%; */
    max-height: 100%;
    position: fixed;
    top: 51px;
    left:262px;
    z-index:111;
    /* border-right: 1px solid #717782; */
}

/* .toggled .sidebar-wrapper{
	width: 10.5%;
} */



.sidebar-wrapper ul li:hover a i,
.sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.sidebar-wrapper .sidebar-search input.search-menu:focus + span{
    color: #0086fd;
}

.sidebar-wrapper ul{
    list-style-type: none;
    padding: 0;
}
.sidebar-wrapper a{
    text-decoration: none;
} 
/*----------------sidebar-content----------------*/
.sidebar-content{
	margin-top: 10px;
    max-height: 100%;
    height: 100%;
    /* position: relative; */
    overflow: hidden;
}
.sidebar-content.desktop{
    overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/
.hd-wid .sidebar-brand {
        padding: 15px 9px 0;
        text-align: center;
        height:30px;
}

.hd-wid .sidebar-brand > a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size:14px;
    margin-left:8px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 24px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header{
    padding: 20px;
    overflow: hidden;
    border-top: 1px solid #202a3c;
    border-bottom: 1px solid #10151d;
}
.sidebar-wrapper .sidebar-header .user-pic{
        float: left;
        width: 60px;
        padding: 2px;
        border: 1px solid #585858;
        border-radius: 8px;
        margin-right:15px;
}
.sidebar-wrapper .sidebar-header .user-info{
        float: left;
        color: #ccc;
}
.sidebar-wrapper .sidebar-header .user-info span{
        display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role{
        font-size: 12px;
        color: #929292;
}
.sidebar-wrapper .sidebar-header .user-info .user-status{
        display: inline-block;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search{
    border-top: 1px solid #222b35;
    border-bottom: 1px solid #10151d;
    
}
.sidebar-wrapper .sidebar-search > div{
          padding: 10px 20px;
}
 .sidebar-wrapper .sidebar-search input.search-menu,
 .sidebar-wrapper .sidebar-search .input-group-addon{
    background: #0c1119;  
    box-shadow: none;
    color: #9c9c9c;   
    border-color: #3c485d;
    transition: color .5s
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu{
    /* border-top: 1px solid #263642;   
    padding: 15px 0; */
   overflow-y: scroll;
}

.sidebar-wrapper .sidebar-menu .header-menu span{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b9b9b9;
    padding: 10px 20px;
    display: inline-block;
}

/* .sidebar-wrapper .sidebar-menu ul li a{
    display: inline-block;
    width: 87%;
    color: #333;
    text-decoration: none;
    transition:color .3s;
    position: relative;
    padding: 10px 0 10px 20px;
} */

.sidebar-wrapper .sidebar-menu ul li .sl-menu{
    color: #333;
    font-size: 16px;
    /* padding-right: 30px;
    padding-left: 0; */
    padding: 4px 8px;
}

/* .sidebar-wrapper .sidebar-menu ul li:hover > a{
    color: #fff;
} */

.sidebar-wrapper .sidebar-menu  ul li a i{
    margin-right: 10px;
    font-size: 14px;
    background: #0c1119;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.steps #sortable i.fa{
	/* background:transparent url(../images/menu-icon.png) no-repeat; 
	background-position: -94px -1px;*/
	background:transparent url(../images/menu-icon.png) no-repeat;
	background-position: -94px -1px;
	width: 18px;
    height: 16px;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 15px;
    
}

.steps #sortable li.active i.fa{
	background:transparent url(../images/menu-icon-active.png) no-repeat;
	background-position: -94px -1px;
	transition: all 0.7s ease;
}

.sidebar-wrapper .sidebar-menu  ul li.active a .sl-menu{
	color:#f17a36
}

.toggled .logo-show{
	position: absolute;
    width: 35px;
    right: 3px;
    background: #263642;
    z-index: 999;
}

.toggled .sidebar-wrapper .sidebar-brand > a.sl-textname{
	color:#263642;
	left: -92px;
}

/* .toggled .sidebar-brand > a i{
    position: absolute;
    width: 70px;
    right: 15px;
    background: #1c232f;
} */

.hd-wid .sidebar-brand > a i{
	background:transparent url(../images/sl-logo.png) no-repeat;
	background-size: 100% 100%;
	display: block;
    height: 25px;
    width: 25px;
}

/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background: #0c1119;
    border-bottom: 1px solid #222b35; 
}*/
/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        content: "\f105";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: 0 0;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 15px;
        top: 10px;

}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .nav-direction:after {
    transform: rotate(90deg);
    right: 17px;
} */

.sl-twoMenu .nav-direction{
	background:transparent url(../images/icon-slleft.png) no-repeat;
	display: block;
    height: 20px;
    width: 20px;
    float: right;
}

.sl-twoMenu.active .nav-direction{
	transform: rotate(90deg);
    right: 17px;
}


/* @media (max-width: 1920px) {
	.sidebar-submenu  ul{
	min-height:3vh;
    max-height: 65vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
}

@media (max-width: 1660px) {
	.sidebar-submenu  ul{
	min-height:3vh;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
}

@media (max-width: 1440px) {
	.sidebar-submenu  ul{
	min-height:3vh;
    max-height: 54vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
} */

/* .sidebar-submenu  ul::-webkit-scrollbar {滚动条整体样式
	width: 3px; 高宽分别对应横竖滚动条的尺寸
}
.sidebar-submenu ul::-webkit-scrollbar-thumb {滚动条里面小方块
	width: 2px;
	background: #ffa32b;
	border-radius:2px;
}
.sidebar-submenu ul::-webkit-scrollbar-track{滚动条里面轨道
	background: #576375;
} */


/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
} */

/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
        content: "\f10c";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right:10px;
        font-size: 10px;


} */

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge{
    float: right;
    margin-top: 7px;
    margin-left:5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label{
    float: right;    
     margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .badge{
    background: #384558;
}
/* .sidebar-wrapper .sidebar-menu .sidebar-submenu{
    display: none;
} */
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after{
    transform:rotate(90deg);
    right: 17px;
}
/*--------------------------side-footer------------------------------*/

.sidebar-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background: #1c232f;  
    box-shadow: 0px -1px 5px #0c1119;
    border-top: 1px solid #222b35;
}
.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid #222b35;
    border-right: 1px solid #10151d;
    height: 30px;
    line-height: 30px;
    color:#9c9c9c;
    position: relative;
}
.sidebar-footer > a:first-child {
    border-left: none;
}
.sidebar-footer > a:last-child {
    border-right: none;
}
.sidebar-footer > a:hover{
    color: #ccc;
}
.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content{
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.page-wrapper .page-content > div {
    padding: 20px 40px;
}
.page-wrapper .page-content {
    overflow-x: hidden;
}
/*---------------------toggle-sidebar button-------------------------*/

/* body.toggled #toggle-sidebar{
    left: 1%;
} */
#toggle-sidebar{
   
    color: #D5D6E2;
    font-size: 18px;
    cursor:pointer
}

#header div.sl-menuInfo{
    /* position: absolute;
    top: 15px;
    width: 400px; */
    font-size: 12px;
    left: 30px;
    color: #b3b3b3;
    margin-left: 10px;
    text-align: left;
    padding: 15px 0;
    display:block;
}

.sl-menuInfo .col-fff{
	color:#fff
}

/*----------------  Scroll bar style   --------------- */

.mCSB_scrollTools{
    width: 6px;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0px; 
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar
{
    background: #657692;
}

/* .sidebar-menu ul li a .sl-menu{
	font-size:13px;
} */

.sidebar-wrapper .sidebar-menu ul li a{
	font-size:12px
}

/* .sidebar-submenu ul li.active .sl-twoA{
    color:#333
} */

.tittle-name p i{
	width: 21px;
	display: block;
	height: 16px;
	background:transparent url(../images/icon-slhead.png) no-repeat;
	margin: 2px;
}

.toggled .tittle-name p i,.fMenu .tittle-name p i{
	background:transparent url(../images/icon-slhead.png) no-repeat -21px 0;
}

/*-------输入下拉框--------*/
/*-------输入下拉框--------*/
/*-------输入下拉框--------*/
.comboTreeWrapper{
	position: relative;
	text-align: left !important;
}

.comboTreeInputWrapper{
	position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    padding: 5px;
    top: 1px;
    height: 25px;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #ffffff;
    border-radius: 0 3px 3px 0;
    background: #fff;
}

.comboTreeDropDownContainer {
	display: none;
	background: #fff;
	border: 1px solid #d3d3d3;
	max-height: 250px;
	overflow-y: auto;
	position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    top:26px;
}

.comboTreeDropDownContainer ul{
	padding: 0px;
	margin: 0;
}

.comboTreeDropDownContainer li{
	list-style-type: none;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover{
	background-color: #ddd;}
.comboTreeDropDownContainer li:hover ul{
	background-color: #fff;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
	background-color: #e8eff7;
	color: #333;}

span.comboTreeItemTitle{
	display: block;
	padding: 2px 5px 2px 7px;
}
.comboTreeDropDownContainer label{
    cursor: pointer;
	width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
	position: relative;
    top: 2px;
	margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}


.comboTreeArrowBtnImg{
	font-size: 10px;
}

.multiplesFilter{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
}



.del-icon{ 
	width:16px;
	height:16px;
	/* background:transparent url(../images/icon-delete.png) no-repeat;  */
    display: block;	
} 

/* .docs-pictures li:hover .del-icon{ */
.docs-pictures li .del-icon{
	width:48px;
	display: block;	
	height:18px;
	background:transparent url(../images/icon-delete-light_p.png) no-repeat;
	opacity: 0.8;
}

.docs-pictures li.text-li-show .del-icon{ 
	width:48px;
	background:transparent url(../images/icon-delete-light_p.png) no-repeat;

}

/* .docs-pictures li:hover .downloan-icon{ */
.docs-pictures li .downloan-icon{ 
	width:48px;
	display: block;	
	height:18px;
	background:transparent url(../images/downloan-icon_p.png) no-repeat;
	opacity: 0.8;
}

.docs-pictures li.text-li-show .downloan-icon{ 
	width:48px;
	background:transparent url(../images/downloan-icon_p.png) no-repeat;

}

@media screen and (max-width: 700px) { 
.docs-pictures li .del-icon{
	width:18px;
	background:transparent url(../images/icon-delete-light.png) no-repeat;
}	
	
.docs-pictures li .downloan-icon{ 
	width:18px;
	background:transparent url(../images/downloan-icon.png) no-repeat;
}

}

.docs-pictures li p:hover .del-icon,.docs-pictures li p:hover .downloan-icon{
	opacity: 1;
}

.del-icon-text{

}

#sxclass{
    position: relative;
    cursor: default;
}

.sxclass {
	display: none; 
}
.tb-table .borrInfo td span.sxclass {
    color: #555;
    position: absolute;
    font-size: 12px;
    /* width: 100px; */
    height: 24px;
   /*  background: #f1f1f1; */
    background: -moz-linear-gradient(to top, #e1e1e1 0%,#ffffff 100%);
    background: -webkit-linear-gradient(to top, #e1e1e1 0%,#ffffff 100%);
    background: -o-linear-gradient(to top, #e1e1e1 0%,#ffffff 100%);
    background: -ms-linear-gradient(to top, #e1e1e1 0%,#ffffff 100%);
    background: linear-gradient(to top, #e1e1e1 0%,#ffffff 100%);
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #555;
    bottom: -20px;
    border-radius: 3px;
}
#sxclass:hover span.sxclass {display: block; }

i.img-tishi{
	background:transparent url(../images/icon-help.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    margin-left: 7px;
}


.tb-table .borrInfo td span.tsclass {
    color: red;
    font-size: 12px;
    height: 24px;
    /* background: #f3f9ff; */
    line-height: 23px;
    padding: 0 5px;
    /* border: 1px solid #3b91ff; */
    border-radius: 3px;
}

/* .img-tishi-circle{
	border: 1px solid #ff3c3c;
    padding: 0 6px;
    border-radius: 20px;
    margin: 0 4px;
    color: #ff3c3c;
    font-size: 12px;
    font-weight: bold;
} */

.btn-settlement{
color: #fff;
    background: #006ad4;
    border: 1px solid #006ad4;
    height: 30px;
    border-radius: 2px;
    opacity: 1;
    margin-top: 10px;
    padding: 0 25px;
    width: unset;
    font-size: 14px;
    line-height: 30px;
}

.btn-settlement:hover{
	border: 1px solid #0055ab;
    background: #0055ab;
}

.btn-sett-ad{
    position: absolute;
    text-align: left;
    padding-left: 145px;
    bottom: 21px;
    right: 123px;
}

.t-settlement .dialog-button a{
    color: #0055ab;
    border: 1px solid #0055ab;
    background: #fff;
}


