@CHARSET "UTF-8";
body {
  font-size: 12px;
  line-height: 20px;
  background-color: #F0F7FA;
}
label,
input,
button,
select,
.input-group input,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

/* BS2->BS3 兼容：BS3 移除了 span3/span4/input-small/input-large 的宽度定义，
   按 BS2.3.2 原像素宽度补回，保持页面原有布局 */
.span3 {
  width: 215px;
}

element.style {
    margin-left: -3px;
}
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}
.span4 {
    width: 300px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
label, input, button, select, .input-prepend input, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}
select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}

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: #fff;
    border: 1px solid #ccc;
    -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 .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
}

select{
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}
.span4 {
  width: 286px;
}
.input-small {
  width: 92px;
}
.prerequest_form .need {
  width: 10px;
  margin-right: 1px;
  color: #b20202;
}
.table-condensed th,
.table-condensed td {
  padding: 0px 0px;
}

/* Base class */

.basic_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.basic_info:after {
  content: "基本信息";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
#basic-info table tr td:nth-child(1) {
  vertical-align: inherit;
}
#basic-info table p {
  margin: 0 0 0px;
}

/* Tweak examples
------------------------- */

.basic_info > p:last-child {
  margin-bottom: 0;
}
.basic_info .table,
.basic_info .progress,
.basic_info .well,
.basic_info .alert,
.basic_info .hero-unit,
.basic_info .pagination,
.basic_info .navbar,
.basic_info > .nav,
.basic_info blockquote {
  margin-bottom: 5px;
}
.basic_info .pagination {
  margin-top: 0;
}

/* DB class */

.db_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.db_info:after {
  content: "查询数据库";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.db_info > p:last-child {
  margin-bottom: 0;
}
.db_info .table,
.db_info .progress,
.db_info .well,
.db_info .alert,
.db_info .hero-unit,
.db_info .pagination,
.db_info .navbar,
.db_info > .nav,
.db_info blockquote {
  margin-bottom: 5px;
}
.db_info .pagination {
  margin-top: 0;
}

/* article_info class */

.article_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.article_info:after {
  content: "文献信息";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.article_info > p:last-child {
  margin-bottom: 0;
}
.article_info .table,
.article_info .progress,
.article_info .well,
.article_info .alert,
.article_info .hero-unit,
.article_info .pagination,
.article_info .navbar,
.article_info > .nav,
.article_info blockquote {
  margin-bottom: 5px;
}
.article_info .pagination {
  margin-top: 0;
}

/* other_info class */

.other_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.other_info:after {
  content: "其他说明";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.other_info > p:last-child {
  margin-bottom: 0;
}
.other_info .table,
.other_info .progress,
.other_info .well,
.other_info .alert,
.other_info .hero-unit,
.other_info .pagination,
.other_info .navbar,
.other_info > .nav,
.other_info blockquote {
  margin-bottom: 5px;
}
.other_info .pagination {
  margin-top: 0;
}

/*==========以下部分是Validform必须的===========*/

.Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}
.Validform_right {
  color: #71b83d;
  padding-left: 20px;
  background: url("/_vivi/source/aHR0cHM6Ly9jaGF5aW4ubmFua2FpLmVkdS5jbg/img/right.png")no-repeat left center;
}
.Validform_wrong {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url("/_vivi/source/aHR0cHM6Ly9jaGF5aW4ubmFua2FpLmVkdS5jbg/img/error.png")no-repeat left center;
}
.Validform_loading {
  padding-left: 20px;
  background: url("/_vivi/source/aHR0cHM6Ly9jaGF5aW4ubmFua2FpLmVkdS5jbg/img/onLoad.gif")no-repeat left center;
}
.Validform_error {
  background-color: #ffe7e7;
}
#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}
#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #000;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}
#Validform_msg a.Validform_close:hover {
  color: #cc0;
}
#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}
.rta {
	width: 110px;
	text-align: right;
	display: inline-block;
}
.selfAppend {
	width: 60px;
	display: inline-block;
	margin: 5px;
}
/*帮助信息样式*/
.helpCName {
  margin-left: -16px;
  cursor: pointer;
  z-index: 1111111;
}