/* sxm 2014-11-14*/
.dialogPanel{
    height: auto;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    top: 0;
    box-shadow: 1px 1px 15px 3px;
}
.dialogNav{
    overflow: auto;
    width: 180px;
  /*min-height: 300px;*/
    background-color: #2b3142;
    height: 100%;
    float: left;
    position: absolute;
}
.dialog-nav-title{
    padding: 15px 10px;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.dialog-nav-title:hover{
    cursor: pointer;
    color: #fff;
    background-color: #3d4457;
}
.dialog-nav-title.active{
    background-color: #fff;
    cursor: pointer;
    color: #333;
}
.dialogContent{
    margin-left: 180px;
  /*   min-width:  550px; */
    position: relative;
}
.dialogContent .head{
    height: 26px;
    line-height: 26px;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
a.title{
    color: #333;
}
.dialogContent .close{
    float: right;
    position: relative;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    margin-right: 10px;
}

#panel_close{
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #2b3142;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#panel_close:hover{
    color: #f54718;
    cursor: pointer;
}
.iconfont.openTitle{
    font-family: "iconfont" !important;
    font-size: 22px;
    color: #2b3142;
    font-style: normal;
    position: absolute;
    top: 10px;
    right: 45px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
div a.title:hover,.openTitle:hover{
    color: #7ba7fe;
    cursor: pointer;
}
.dialogContent .close:hover{
    background-position: center -24px;
}
.dialogContent .content{
    overflow: auto;
    margin: 0 10px 10px 10px;
}
.dialog-nav-num{
    position: absolute;
    top: 12px;
    right: 18px;
    background-color: #f54718;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 10px;
    color: #FCFCFC;
    width: 30px;
    text-align: center;
}
.dialogNoContent{
    margin: 0 auto;
    color: #ddd;
    font-weight: bold;
    font-size: 15px;
    padding: 100px 250px;
}
#panel_content .TableList,
#panel_content .TableHeader{
	min-width: 200px; 
	width:100%;
}
