html { }
body { margin: 0; font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333333; background-color: #ffffff; }
.page-loading { background-image: url('imgs/loading.gif'); background-repeat: no-repeat; background-position: center center; width: 100%; height: 100%; }
.scan_movie { background-position: center center; background-image: url('imgs/scan_movie.gif'); background-repeat: no-repeat; }
.mm { margin: 30px 23px 30px 23px; border-left-style: dashed; border-left-width: 1px; border-left-color: #CCCCCC; }
A:link { color: #0000CC; text-decoration: none; }
A:visited { color: #0000CC; text-decoration: none; }
A:hover { color: #ff7f24; text-decoration: none; }
A:active { color: #ff7f24; text-decoration: none; }

A:link.easyui-linkbutton { color: black; text-decoration: none; }
A:visited.easyui-linkbutton { color: black; text-decoration: none; }
A:hover.easyui-linkbutton { color: black; text-decoration: none; }
A:active.easyui-linkbutton { color: black; text-decoration: none; }

A:link.l-btn { color: black; text-decoration: none; }
A:visited.l-btn { color: black; text-decoration: none; }
A:hover.l-btn { color: black; text-decoration: none; }
A:active.l-btn { color: black; text-decoration: none; }

/*头部样式*/
.topbg{height: 81px; overflow: hidden;background-color: #0F65C4;color:rgb(15, 115, 191);}

/*
.form-control { display: block; width: 95%; height: 28px; padding: 2px 6px;  font-size: 14px; line-height: 1.428571429; color: #555555; vertical-align: middle; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0px;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control:-moz-placeholder { color: #999999; }
.form-control::-moz-placeholder { color: #999999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999999; }
.form-control::-webkit-input-placeholder { color: #999999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; }
*/

textarea.form-control { height: auto; }
label { display: block; margin-bottom: 5px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 20px; padding: 4px 0px; margin-bottom: 0px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
input, textarea, .uneditable-input { width: 206px; }
textarea { height: auto; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px; margin-top: 0; line-height: normal; }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; }
input:disabled { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
input:readonly { border: 0px solid #DDD; background-color: #FFFFFF; color: #000; }

* html input.disabled { border: 1px solid #DDD; background-color: #F5F5F5; color: #000; }
* html input.readonly { border: 1px solid #DDD; background-color: #FFFFFF; color: #000; }

select, input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 30px; }
select { width: 208px; background-color: #ffffff; border: 1px solid #cccccc; }
select[multiple], select[size] { height: auto; }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

table { border-collapse: collapse; }

/* scrollable root element */
.wizard { background: #fff repeat scroll 0 0; height: 100%; width: 100%; overflow-x: hidden; position: relative; /* rounded corners for modern browsers */ }

/* scrollable items */
.wizard .items { width: 20000em; clear: both; position: absolute; }

/* single item */
.wizard .page { margin: 30px 23px 30px 23px; }
.wizard .status { margin: 0px !important; height: 35px; background: #338cce repeat-x; padding-left: 25px !important; _background: #123; }
.status li { list-style-type: none; list-style-image: none; float: left; color: #f2f6ff; padding: 10px 30px; }
.status li.active { background-color: #fbec87; color: #060793; font-weight: normal; }

/*menu style*/
#menubox { z-index: 9999; left: -199px; top: 70px; width: 200px; position: absolute; }
#menubox .menu-content { background-color: #DAE1EB; width: 200px; display: block; overflow: hidden; }
#menubox .menu-collapsbutton { position: relative; background: url('imgs/menu/collaps.png') no-repeat; float: right; left: 7px; top: 275px; width: 7px; height: 64px; cursor: pointer; opacity: 0.6; filter: alpha(opacity=60); }
#menubox .menu-item { padding: 5px 0 5px 50px; border-bottom-color: #E3E3E3; border-bottom-width: 1px; border-bottom-style: dashed; }
#menubox .menu-item-selected { background-color: #e5f0fe; border-right-style: solid; border-right-width: 2px; border-right-color: #0066FF; }
#menubox a { color: #000000; }
#menubox a:hover { color: #0c4a8a; opacity: 1.0; filter: alpha(opacity=100); }

.tool-bar { padding: 3px; background-color: #EEEEEE; border-bottom: solid 1px #D4D4D4; }

.web-logo { background-image: url('imgs/logo.png'); height: 81px; background-repeat: no-repeat; background-position: 20px -5px; font-size: 30px; color: #fff; line-height: 81px; padding-left: 100px; }
.web-searchbox { border: 1px solid #808080; width: 440px; height: 27px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #FFFFFF; padding-left: 5px; }
.web-searchbox input { padding: 0px 5px 0px 5px; margin: 0px; border-style: none; width: 335px; height: 27px; display: block; float: left; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); font-size: 12px; }
.web-searchbox input:focus { border: 0; outline: 0; outline: thin dotted 0 \9; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(82, 168, 236, 0.6); }
.web-searchbox a { margin-top: 2px; float: left; width: 30px; height: 22px; display: block; }
.win-btnline { border-top: solid 1px #E4E4E4; background-color: #F7F7F7; height: 100%; text-align: right; padding-right: 10px; padding-top: 7px; }

.web-session { font-family: 黑体; color: #CCE1F2; cursor: default; }
.web-session td { line-height: 30px; padding-left: 10px; padding-right: 10px; letter-spacing: 1px; }
.web-session td span { display: inline-block; float: left; }

.web-menu { border: 1px solid #CCCCCC; background-color: #ECF5FF; }
.web-menu span { width: 25px; height: 25px; border-right-style: solid; border-right-width: 1px; border-right-color: #EBEBEB; display: block; float: left; }
.web-menu a { width: 60px; height: 25px; display: block; float: left; padding-left: 5px; line-height: 25px; font-size: 12px; cursor: default; }

.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }

/*边框*/
.border-solid { border: solid 1px #D4D4D4; }
.border-top-solid { border-top: solid 1px #D4D4D4; }
.border-bottom-solid { border-bottom: solid 1px #D4D4D4; }
.border-left-solid { border-left: solid 1px #D4D4D4; }
.border-right-solid { border-right: solid 1px #D4D4D4; }
.border-dotted { border: dotted 1px #D4D4D4; }
.border-top-dotted { border-top: dotted 1px #D4D4D4; }
.border-bottom-dotted { border-bottom: dotted 1px #D4D4D4; }
.border-left-dotted { border-left: dotted 1px #D4D4D4; }
.border-right-dotted { border-right: dotted 1px #D4D4D4; }

/*表单样式*/
table.formGrid { font-size: 14px; border: 1px solid #D4D4D4; margin: 0;padding: 0;}
table.formGrid th { background-color: #FCFCFC; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; padding: 5px; text-align: right; color: #666666; font-family: 宋体, Arial, Helvetica, sans-serif; }
table.formGrid td { border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; padding: 5px; }
table.formGrid td input { width: 100%; }
table.formGrid td textarea { width: 100%; resize: none; }
table.formGrid td input[disabled] { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
table.formGrid td input[readonly] { border: 0; background-color: #FFFFFF; color: #000; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
table.formGrid td textarea[disabled] { border: 0px solid #DDD; background-color: #F5F5F5; color: #000; }
table.formGrid td textarea[readonly] { border: 0; background-color: #FFFFFF; color: #000; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }

table.partGrid { border: 1px solid #D4D4D4; }
table.partGrid th { padding: 5px; height: 30px; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; text-align: left; color: #3A8BC7; }
table.partGrid td { padding: 5px; height: 30px; border-left: dotted 1px #D4D4D4; border-bottom: solid 1px #D4D4D4; text-align: left; }

table.nbGrid { border:none }
table.nbGrid td { border:none }

/*业务单样式*/
.businessBox { /*margin: 10px;*/ border: 0px solid #D3D3D3; border-collapse: collapse; }
.businessBox .bis-title { border-bottom: solid 1px #D4D4D4; background-color: #FCFCFC; background-image: url('imgs/icon_07.png'); background-repeat: no-repeat; background-position: 5px center; height: 35px; line-height: 35px; padding-left: 40px; font-size: 14px; font-weight: bold; }
.businessBox .btn-Line { border-top: solid 1px #D4D4D4; background-color: #FCFCFC; padding:7px 10px; }
.businessBox .btn-Line2 { border-top: solid 1px #D4D4D4; background-color: #FCFCFC; padding:7px 10px; text-align:left; }

/*无边框文本输入*/
input.noborder, textarea.noborder, textarea.noborder:focus, input.noborder:focus { border: 0; padding: 0; margin-bottom: 0px; font-size: 14px; line-height: 20px; color: #555555; vertical-align: middle; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: url('imgs/bottomline.png') 0 0; overflow-x: hidden; overflow-y: hidden; resize: none; }
input.noshadow, textarea.noshadow, textarea.noshadow:focus, input.noshadow:focus { overflow-x: hidden; overflow-y: hidden; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0s, box-shadow linear 0s; -moz-transition: border linear 0s, box-shadow linear 0s; -o-transition: border linear 0s, box-shadow linear 0s; transition: border linear 0s, box-shadow linear 0s; resize: none; }

/*查询*/
.grid-toolbar, .grid-query {text-align: left; vertical-align: middle; }
.grid-toolbar { height: 30px; overflow: hidden; }
.grid-query { overflow: hidden; padding:2px; }
.grid-query table { vertical-align: middle; height: 99%; float: left;border:0px;}
.grid-query table th { vertical-align: middle; text-align: left; font-weight: normal; padding-left: 15px; padding-right: 5px;border:0px;}
.grid-query table td { vertical-align: middle; text-align: left;border:0px; }
.grid-query input {padding:0 3px; height: 22px; font-size:12px; border: 1px solid #bcbcbc; vertical-align:middle;line-height:18px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
input.grid-query-input {padding:0 3px; height: 22px; font-size:12px; border: 1px solid #bcbcbc; vertical-align:middle;line-height:15px;  -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px;}
.grid-query .combo .combo-text{font-size:12px;height:22px;}

.datagrid-btable .borderStyle { border-left:2px solid red;}
.datagrid .datagrid-cell a { padding: 0 4px; }

#index_tabs .tabs { height: 26px;margin-left: 5px;border-style: none;}
.frame-menu { width: 29px;height: 25px;position: absolute;left: 2px;top: 78px; background: url('menuIcons/frame-menu.png');cursor: pointer;}

.grid-toolbar-subkey{ background-color:#fff;  display: table; width:100%; height:30px; }
.grid-toolbar-subkey .left, .grid-toolbar-subkey .right { display:table-cell;}
.grid-toolbar-subkey .left{width:50%; text-align:left; padding-left:10px;}
.grid-toolbar-subkey .right{width:50%; text-align:right; padding-right:10px; border-right: 1px solid #ccc;}

.subkey-edit{width:200px; height:200px; border:1px solid #ccc;float:left; top:0; display:none; }
.subkey-edit input[type=radio]{ width:20px;}
.subkey-edit input[type=text]{ width:30px; height:15px; text-align:center;}
.subkey-edit label{ display:inline-block;}
.subkey-edit table td{ border: none; height:25px;}

.stepinfo{ float: left; position:relative;background:#f2f2f2;margin:22px auto 0 auto;width:495px;}
.stepinfo ul{margin:0; height:3px;}
.stepinfo li{float:left;width:80px;height:3px;background:#bbb; margin:0 33px 0 0;  list-style-type:none;}
.stepico{border-radius:15px;padding:10px;background:#c4c4c4;text-align:center;line-height:15px;color:#fff; position:absolute;width:15px;height:15px; top:-18px; font-size:18px;}
.stepico1{}
.stepico2{left:115px;}
.stepico3{left:230px;}
.stepico4{left:345px;}
.stepico5{left:460px;}
.steptext{color:#666;margin-top:10px;width:55px; text-align:center;margin-left:-20px; font-size:12px;}
.curstep{background:#8dcf6e;}
.curstep .steptext{color:#8dcf6e; font-weight:bold;}