html {
    color: #000;
    background: #E7F6F9;
}

body, div, ul, li, form, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #F4F9FF;
    font-family: 'Helvetica Neue','Luxi Sans','DejaVu Sans',Tahoma,'Hiragino Sans GB',STHeiti,'Microsoft YaHei';
    font-size: 14px;
    color:#014F8A;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

li {
    list-style: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: #4371B7;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline-style: none;
        -moz-outline-style: none;
    }

table, div {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
    color: #22405A;
}

input[type=text], input[type=password],input[type=file], select,textarea {
    width: 150px;
    outline: none;
    outline-style: none;
    outline-width: 0;
    border: 1px solid #999999;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size:inherit;
    color:#000;
}
input[type=text] {
    height: 20px;
    line-height: 20px;
}

.btn3_mouseout,.btn3_disable,.tdbtn3, .btn3_mouseout:focus,.btn3_disable:focus,.tdbtn3:focus,.btn_link {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    vertical-align: middle;
    width: 80px;
    background: #ddd;
    color: #000;
    cursor: pointer;
    outline: none;
    outline-style: none;
    outline-width: 0;
    border: 1px solid #2993A9;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}
.tdbtn3, .tdbtn3:focus{
    height:22px;
}
    .btn3_disable, .btn3_disable:focus,.btn3_disable:hover {
        /*background:#e4e4e4;*/
    }
    .btn3_mouseout:hover,.tdbtn3:hover {
        /*background: #09c;
        color: #fff;*/
    }
.btn_link {
    background-color:transparent;
    border:none;
    color:#00f;
    text-decoration:underline;
}
input[type=button][disabled=disabled],input[type=button][disabled=disabled]:hover {
    /*background:#888;*/
}
/*topheader*/
.alldiv {
    float: left;
    width: 100%;
    min-width: 962px;
    height: 100%;
}

.topheader, .bottomcontent {
    float: left;
    width: 100%;
    min-width: 960px;
}

.topheader {
    height: 46px;
    background: #43beb9;
}

.bottomcontent {
    background: #fff;
    min-height: 500px;
    overflow-y: auto;
}

    .bottomcontent .leftnav, .bottomcontent .maincontent {
        height: 100%;
        border: none;
    }

    .bottomcontent .leftnav {
        float: left;
        width: 190px;
        border-right: 1px solid #ccc;
        background: #f2f2f2;
    }

    .bottomcontent .maincontent {
        float: left;
        margin-left: 3px;
        /*border-left:1px solid #ccc;*/
        background: #fff;
    }

.maintable {
    border-collapse: collapse;
    min-width:880px;
    /*table-layout:fixed;*/
      width:100%;  
        
}

.maintable.mtext {
    table-layout:fixed !important;
        
}
.maintable.mtext td>div{
overflow:auto;
}

    .maintable td {
        border: 1px solid #2993A9;
        height: 28px;
        vertical-align: middle;
        padding-left: 4px;
        padding-right: 4px;
        font-family:'Helvetica Neue','Luxi Sans','DejaVu Sans',Tahoma,'Hiragino Sans GB',STHeiti,'Microsoft YaHei';
        font-size:11px;
        color:#22405A;
    }
    .maintable td.haschild div.specdiv {
                width:100%;  overflow:auto;
            }
    .maintable td.tl {
        text-align:left;
    }
    .maintable td.tr {
        text-align:right;
    }
    .maintable td.tc {
        text-align:center;
    }
        .maintable td.haschild {
            border: 0;
            padding: 0;
        }

        .maintable td.tblheader {
            border: 0;
            font-size: 12pt;
            font-weight: 700;
            height: 36px;
            line-height: 36px;
        }

.tdbreak td > span {
    /*white-space:pre-line;
    word-wrap:break-word;
    word-break:break-all;*/
    word-break:break-all;
    width: auto;
    display: block;
    white-space:normal;
    word-wrap: break-word;
    overflow: hidden;
}

.GridViewStyle {
    border: 0;
    border-collapse: collapse;
}

    .GridViewStyle td {
        border: solid 1px #e7e7e7;
    }

.HeaderStyle {
    height: 24px;
    color: #999;
}

    .HeaderStyle th {
        border: solid 1px #e7e7e7;
        border-top: 0;
        padding: 0px;
        height:24px;
        line-height:24px;
        background: #DFEEF5;
        text-align: left;
        white-space: nowrap;
        font-size: 9pt;
        color:#014F8A;
    }

        .HeaderStyle th a {
            color: #014F8A;
        }

            .HeaderStyle th a:hover {
                color: #014F8A;
            }

.LeafNodesStyle {
    text-align: left;
}

.RowStyle td, .AltRowStyle td {
    height: 30px;
    white-space: nowrap;
    color: #22405A;
    text-align: left;
    font-size:9pt;
    height:23px;
    line-height:23px;
}

.RowStyle td {
    background-color: #fff;
    text-align:left;
}
/*
.maintable td input[type=checkbox]{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#999 solid 1px;
    border-radius: 3px;
    min-height: 12px;
    width:20px;
    min-width: 12px;
}
.maintable td input[type=checkbox]:checked {
    background: #3190e8;
}
.maintable td input[type=checkbox]:checked::after{
    content: '';
    top: 3px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}
*/

.AltRowStyle td {
    background-color: #F4F9FF;
    text-align:left;
}
.AltRowpec td {
    background-color: #43beb9;
    color:#fff;
    text-align:left;
}
    .AltRowpec td input[type=text] {
        color:#fff;
    }

    .RowStyle td a, .AltRowStyle td a {
        display: inline-block;
        color: #fff;
        background: #09c;
        border: 1px solid #999999;
        padding: 3px 5px;
        text-decoration: none;
    }

        .RowStyle td a:hover, .AltRowStyle td a:hover {
            background: #09c;
        }
        .RowStyle td a[disabled=disabled], .AltRowStyle td a[disabled=disabled] {
            background: #888;
        }

.GridViewStyle td a.hyperlink {
    background: none;
    color: blue;
    border: none;
    text-decoration: underline;
}

.EmptyRowStyle td {
    border-top: none;
}

.PagerStyle {
    background-color: #fff;
    background-repeat: repeat-x;
}

    .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .PagerStyle table td {
            border: 0;
            padding: 5px; /*padding around pager numbers */
        }

    .PagerStyle td {
        border-top: #e7e7e7 1px solid; /*top border of pager*/
        height: 23px;
    }

    .PagerStyle a {
        display: inline-block;
        color: #000000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        /*border around pager numbers*/
        border: solid 1px #ddd;
    }

        .PagerStyle a:hover {
            background: #eee;
        }

    .PagerStyle span {
        display: inline-block;
        font-weight: bold;
        border: 1px solid #ddd;
        background: #eee;
        color: #000000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        width:auto;
    }

.Pagerext a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding-left:10px;
    padding-right:10px;
    /*border around pager numbers*/
    border: solid 1px #ddd;
    height:20px;
    line-height:20px;
    vertical-align: middle;
}

    .Pagerext a:hover {
        background: #eee;
    }

.Pagerext span {
    display: inline-block;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
    /*border around pager numbers*/
    border: solid 1px #ddd;
    height:22px;
    line-height:22px;
    background: #eee;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
}

.Pagerext input {
    display:none;
    padding-left:10px;
    padding-right:10px;
    border: solid 1px #ddd;
    height:22px;
    line-height:22px;
    vertical-align: middle;
    box-sizing: border-box;
}



/*遮罩层*/
.bgmask {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.submask {
	position: fixed;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 8%;
	width: 300px;
	height: 200px;
	line-height: 200px;
	z-index: 999999;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
}
.submask img {
    page-break-inside: avoid;
    max-width: 100% !important;
    vertical-align: middle;
    margin-top:20px;
  }

.rc-handle-container {
  position: relative;
}
.rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
  z-index: 2;
}
table.rc-table-resizing {
  cursor: ew-resize;
}
table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
  cursor: ew-resize;
}