﻿html, body
{
    height: 100%;
    margin:0px 0px;
    padding:0px 0px;
    position:relative;
}
html, body, input, button, textarea
{
    font: 13px/1.231 "Microsoft Yahei","Helvetica Neue",Helvetica Neue,Helvetica,Arial,Lantinghei SC,Hiragino Sans GB,sans-serif;
}
body
{
    background:#f5f5f5;
}

.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.oprstatus
{
	color:#ff0000; 
	padding:0px 0px; 
	margin:0px 0px 0px 0px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:normal;
    display:inline-block;
}
.oprstatus_blue
{
	color:#1996e6; 
	padding:0px 0px; 
	margin:0px 0px 0px 0px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:normal;
    display:inline-block;
}
.tipred
{
    color:#f00;
}
.tipblue
{
    color:#00f;
}

.tabrow
{
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
}

/*左侧功能菜单*/
.frame-nav
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 60px;
    min-height: 500px;
    z-index: 1000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

/*右侧区*/
.frame-main
{
    min-height: 100%;
    margin-right: 0 !important;
    margin-left: 0px !important;
    min-width: 1200px !important;
    position: relative;
    -webkit-transition: margin-left .2s linear;
    -moz-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
.frame-main:after
{
    content: '';
    display: table;
    zoom: 1;
}

/*右侧顶部菜单和内容区*/
#page-nav
{
    min-width: 1100px;
    margin-bottom: 0px;
    z-index: 502;
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    color: #3f4a56;
    height: 60px;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(128,145,165,0.2);
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    transition: left .2s linear;
    border-bottom:1px solid #ccc;
}
#page-content
{
    padding: 0px 0px;
    width: auto !important;
    min-height: 500px;
    min-width: 1200px;
    position:fixed;
    left: 1px;
    top: 61px;
    right: 1px;
    bottom:1px;
}
#footer
{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
}

/*左侧的菜单块*/
#tree-wrapper
{
    background: #2a68c9;
    border-top: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 99;
}
.left-tree-brick
{
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    margin-bottom: 15px;
    position:relative;
}
.left-tree-brick:hover
{
    background-color: #255baf;
}
.current-brick
{
    background-color: #204e97;
}
.left-tree-brick .brick-logo
{
    margin:5px 0px 5px 0px;
	padding:0px;
	border:none;
	border-style:none;
    text-align: center;
    width:30px;
}
.left-tree-brick .brick-wrap
{
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    text-decoration:none;
}
.left-tree-brick .brick-icon
{
    margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
	border-style:none;
    text-align: center;
    width:30px;
}
.left-tree-brick .left-tree-brick-text
{
    margin-top: 0px 0px 0px 0px;
    color: #d7e6fe;
}
.left-tree-brick:hover .font-new-leftnav, .left-tree-brick.current .font-new-leftnav, .left-tree-brick:hover .left-tree-brick-text, .left-tree-brick.current .left-tree-brick-text
{
    color: #fff;
}
/*任务的提醒红点*/
.nav-icon-num
{
    background-color: #eb5945;
    color: #eb5945;
    display: inline-block;
    text-align: center;
    min-width:10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    line-height: normal;
    vertical-align: top;
    position: absolute;
    left: 35px;
    top: 3px;
}
.left-tree-brick .brick-wrap:hover .nav-icon-num
{
    height: 14px;
    line-height: 14px;
    max-width: 26px;
    padding: 0px 6px 2px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
}
/*左侧底部*/
.left-tree-bottom
{
    width: 60px;
    position: absolute;
    bottom: 0px;
}

/*顶部左侧提示区*/
.nav-tip-left
{
    width:0px;
    margin: 15px 80px 0px 0px;
    float:left;
}
/*顶部菜单*/
.nav-menu-main
{
    margin-bottom: -1px;
    float:left;
}
.nav-menu-main .menu
{
    border-bottom: 2px solid transparent;
    margin: 0px 15px;
    float: left;
}
.nav-menu-main .menu:hover
{
    border-bottom-color: #5d9bfc;
}
.nav-menu-main .current-menu
{
    border-bottom-color: #3582fb;
}
.nav-menu-main .menu .cmd
{
    color: #3f4a56;
    display: block;
    padding: 20px 5px;
    line-height: 18px;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.nav-menu-main .menu .cmd:hover
{
    color: #3582fb;
}
.nav-menu-main .current-menu .cmd
{
    color: #3582fb;
}
/*顶部右侧信息区*/
.nav-tip-right
{
    margin: 10px 10px 0px 0px;
    float:right;
}
.date-info
{    
    display: block;
    padding: 0px 0px;
    margin:0px 0px 0px 0px;
    font-size: 13px;
    text-align:right;
}
.date-info a
{    
    color:#1996e6;
    text-decoration:none;
}
.date-info a:hover
{    
    color:#f27b04;
    text-decoration:underline;
}
.tip-company
{
    display: block;
    padding: 0px 0px;
    margin:0px 0px 5px 0px;
    font-size: 14px;
    color:#000;
    text-align:right;
}

/*顶部菜单栏下的工具栏区*/
.ct_toolbar
{
    position:absolute;
    left:5px;
    top:5px;
    right:5px;
}
/**工具栏下面的整体列表区，有边框，白色背景**/
.ct_main
{
    position:absolute;
    left:5px;
    top:45px;
    bottom:5px;
    right:5px;
    border:1px solid #ccc;
    background: #fff;
}
/**工具栏下面的整体列表区，无边框无背景色**/
.ct_main0
{
    position:absolute;
    left:5px;
    top:45px;
    bottom:5px;
    right:5px;
}
/**无工具栏的整体列表区，有边框，白色背景**/
.ct_main1
{
    position:absolute;
    left:5px;
    top:5px;
    bottom:5px;
    right:5px;
    border:1px solid #ccc;
    background: #fff;
}
/**无工具栏下面的整体列表区，无边框，背景色为白色**/
.ct_mainp
{
    position:absolute;
    left:5px;
    top:5px;
    bottom:5px;
    right:5px;
    background: #fff;
}
/**无工具栏下面的整体列表区，无边框，无背景色**/
.ct_mainp0
{
    position:absolute;
    left:5px;
    top:5px;
    bottom:5px;
    right:5px;
}

/**顶部无工具栏，左右侧有空隙**/
.ct_left
{
    position:absolute;
    left:5px;
    top:15px;
    bottom:5px;
    width:300px;
    border:1px solid #ccc;
    background: #fff;
}
.ct_right
{
    position:absolute;
    left:322px;
    top:15px;
    right:5px;
    bottom:5px;
    border:1px solid #ccc;
    background: #fff;
}
/**顶部无工具栏，左右侧紧邻无空隙**/
.ct_left2
{
    position:absolute;
    display:block;
    left: 5px;
    bottom: 5px;
    top: 15px;
    width: 300px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    padding:0px;
    background: #fff;
}
.ct_right2
{
    position:absolute;
    display:block;
    right: 5px;
    bottom: 5px;
    top: 15px;
    left: 306px;
    padding:0px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:0px solid #ddd;
    border-right:1px solid #ccc;
    background: #fff;
}

/**顶部有工具栏，左右侧有空隙**/
.ct_left0
{
    position:absolute;
    left:5px;
    top:45px;
    bottom:5px;
    width:300px;
    border:1px solid #ccc;
    background: #fff;
}
.ct_right0
{
    position:absolute;
    left:322px;
    top:45px;
    right:5px;
    bottom:5px;
    border:1px solid #ccc;
    background: #fff;
}

/**顶部有工具栏，左右侧紧邻无空隙**/
.ct_left20
{
    position:absolute;
    display:block;
    left: 5px;
    bottom: 5px;
    top: 45px;
    width: 300px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ccc;
    padding:0px;
    background: #fff;
}
.ct_right20
{
    position:absolute;
    display:block;
    right: 5px;
    bottom: 5px;
    top: 45px;
    left: 306px;
    padding:0px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:0px solid #ddd;
    border-right:1px solid #ccc;
    background: #fff;
}

/**工具栏区**/
.ct_toolbar .cmd
{
    display:inline-block;
    margin:5px 0px 0px 10px;
    padding:0px 0px 0px 10px;
    border-left:1px solid #1996e6;
    text-decoration:none;
    color:#1996e6;
}
.ct_toolbar .cmd:hover
{
    color:#f27b04;
    text-decoration:underline;
}
.ct_toolbar .tbstatus
{
    display:inline-block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#1996e6;
}

/**页码中的每页行数区**/
.numperpage
{
    display:block;
    position:absolute;
    right:5px;
    bottom:5px;
}

/**用于修改bootstrap的缺省设置**/
.bsleft
{
    display:block;
    float:left;
    margin:0px 5px 0px 0px;
}
.bsright
{
    display:block;
    float:right;
    margin:0px 0px 0px 5px;
}
.bsleft0
{
    display:block;
    float:left;
    margin:0px 0px 0px 0px;
}
.bsright0
{
    display:block;
    float:right;
    margin:0px 0px 0px 0px;
}
.bsw50
{
    width:50px;
}
.bsw60
{
    width:60px;
}
.bsw80
{
    width:80px;
}
.bsw100
{
    width:100px;
}
.bsw150
{
    width:150px;
}
.bsw160
{
    width:160px;
}
.bsw200
{
    width:200px;
}
.bsw250
{    
    width:250px;
}
.bsw300
{    
    width:300px;
}
.bsw400
{    
    width:400px;
}
.bsw500
{    
    width:500px;
}
.bsw600
{    
    width:600px;
}
.bsline
{
    overflow:hidden;
    white-space:nowrap;
}
.bsh15
{
    height:15px;
    overflow:hidden;
}
.bsh20
{
    height:20px;
    overflow:hidden;
}
.bsmargin0
{
    margin:0px 0px;
    padding:0px 0px;
}
.bsmargin_r5b5
{
    margin:0px 5px 5px 0px;
}
.bsmargin_r100b5
{
    margin:0px 100px 5px 0px;
}
.bscenter
{
    margin:0px;
    padding:0px;
    text-align:center;
}









