﻿@charset "UTF-8";
html,
body,
div,
span,
input,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  min-width:1000px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}
a:hover,
a:focus a:active {
  color: #0181cc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
input,
button,
select,
textarea {
  border: none;
}
select,
option {
  box-sizing: content-box;
}
textarea {
  resize: none;
}
input,
select {
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.tc {
  text-align: center !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.d-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.d-t {
  display: table;
}
.d-n {
  display: none;
}
.ib-vm {
  display: inline-block;
  vertical-align: middle;
}
.font-wb {
  font-weight: bold;
}
.font-wn {
  font-weight: normal;
}
.font-s12 {
  font-size: 12px;
}
.font-s14 {
  font-size: 14px;
}
.font-s16 {
  font-size: 16px;
}
.font-s18 {
  font-size: 18px;
}
.font-s20 {
  font-size: 20px;
}
.font-s22 {
  font-size: 22px;
}
.font-s24 {
  font-size: 24px;
}
.tu {
  text-decoration: underline;
}
.tn {
  text-decoration: none;
}
.text-white {
  color: #fff;
}
.text-base {
  color: #333333;
}
.text-primary {
  color: #0181cc;
}
.text-thin {
  color: #ddba38;
}
.text-success {
  color: #5cb85c;
}
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-danger {
  color: #d9534f;
}
.text-gray {
  color: #999999;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.content-r {
  padding-left: 250px;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn-group{}
.btn-group .btn{
	border-radius:0;
	float:left;
	margin-left: -1px;
}
.btn-group .first{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0;
}
.btn-group .last{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: no-drop;
}
.btn-default.btn-border {
  color: #ffffff;
  background-color: #fff;
}
.btn-default.btn-border:hover,
.btn-default.btn-border:focus,
.btn-default.btn-border.focus,
.btn-default.btn-border:active,
.btn-default.btn-border.active {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  color: #ffffff;
  background-color: #0181cc;
  border-color: #0171b3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #016199;
  border-color: #014a76;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active {
  background-color: #0181cc;
  border-color: #0171b3;
  cursor: no-drop;
}
.btn-primary.btn-border {
  color: #0181cc;
  background-color: #fff;
}
.btn-primary.btn-border:hover,
.btn-primary.btn-border:focus,
.btn-primary.btn-border.focus,
.btn-primary.btn-border:active,
.btn-primary.btn-border.active {
  color: #fff;
  background-color: #016199;
  border-color: #014a76;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
.btn-success.disabled.active,
.btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
  cursor: no-drop;
}
.btn-success.btn-border {
  color: #5cb85c;
  background-color: #fff;
}
.btn-success.btn-border:hover,
.btn-success.btn-border:focus,
.btn-success.btn-border.focus,
.btn-success.btn-border:active,
.btn-success.btn-border.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.disabled.active,
.btn-info[disabled].active {
  background-color: #5bc0de;
  border-color: #46b8da;
  cursor: no-drop;
}
.btn-info.btn-border {
  color: #5bc0de;
  background-color: #fff;
}
.btn-info.btn-border:hover,
.btn-info.btn-border:focus,
.btn-info.btn-border.focus,
.btn-info.btn-border:active,
.btn-info.btn-border.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
  cursor: no-drop;
}
.btn-warning.btn-border {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning.btn-border:hover,
.btn-warning.btn-border:focus,
.btn-warning.btn-border.focus,
.btn-warning.btn-border:active,
.btn-warning.btn-border.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
  cursor: no-drop;
}
.btn-danger.btn-border {
  color: #d9534f;
  background-color: #fff;
}
.btn-danger.btn-border:hover,
.btn-danger.btn-border:focus,
.btn-danger.btn-border.focus,
.btn-danger.btn-border:active,
.btn-danger.btn-border.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-thin {
  color: #ffffff;
  background-color: #ddba38;
  border-color: #d7b125;
}
.btn-thin:hover,
.btn-thin:focus,
.btn-thin.focus,
.btn-thin:active,
.btn-thin.active {
  color: #ffffff;
  background-color: #c19f21;
  border-color: #a3861c;
}
.btn-thin:active,
.btn-thin.active {
  background-image: none;
}
.btn-thin.disabled,
.btn-thin[disabled],
.btn-thin.disabled:hover,
.btn-thin[disabled]:hover,
.btn-thin.disabled:focus,
.btn-thin[disabled]:focus,
.btn-thin.disabled.focus,
.btn-thin[disabled].focus,
.btn-thin.disabled:active,
.btn-thin[disabled]:active,
.btn-thin.disabled.active,
.btn-thin[disabled].active {
  background-color: #ddba38;
  border-color: #d7b125;
  cursor: no-drop;
}
.btn-thin.btn-border {
  color: #ddba38;
  background-color: #fff;
}
.btn-thin.btn-border:hover,
.btn-thin.btn-border:focus,
.btn-thin.btn-border.focus,
.btn-thin.btn-border:active,
.btn-thin.btn-border.active {
  color: #fff;
  background-color: #c19f21;
  border-color: #a3861c;
}
.btn-gray {
  color: #ffffff;
  background-color: #999999;
  border-color: #8c8c8c;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #6e6e6e;
}
.btn-gray:active,
.btn-gray.active {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active {
  background-color: #999999;
  border-color: #8c8c8c;
  cursor: no-drop;
}
.btn-gray.btn-border {
  color: #999999;
  background-color: #fff;
}
.btn-gray.btn-border:hover,
.btn-gray.btn-border:focus,
.btn-gray.btn-border.focus,
.btn-gray.btn-border:active,
.btn-gray.btn-border.active {
  color: #fff;
  background-color: #808080;
  border-color: #6e6e6e;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.panel > .title {
  height: 39px;
  line-height: 39px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0181cc;
}
.panel > .title > span {
  padding: 8px 12px;
  font-size: 18px;
  color: #0181cc;
  
}
/***author by lsx***/
.panel > .con{border:1px solid #d2d6de;padding: 25px 15px; margin-bottom: 20px;} 
.panel > .con .tableLists {margin-bottom:20px;}
.panel > .con .tableLists thead{border-bottom: 2px solid #ffbb4b;line-height: 35px;}
.panel > .con .tableLists thead th {font-weight: normal;}
.panel > .con .tableLists tbody tr{border-bottom: 1px solid #dcdcdc;line-height: 40px;text-align: center;}
.panel > .con .tableLists tbody td.enter{color:#0181cc;} 
.panel > .con .tableLists tbody td.cpending{color:#f18408;}
.panel > .con .tableLists tbody td.apply{color:#48bb0a;}
.panel > .con .tableLists tbody td.cancel{    color: #999999;text-decoration: line-through;}
.panel > .con .tableLists tbody td.abnormal,.panel > .con .tableLists tbody td.nopass,.panel > .con .tableLists tbody td.goback{color:#fd0404;}
.panel > .con .tableLists a.lookinfo{border: 1px solid #0181cc;font-size: 12px;padding: 2px 5px;color:#0181cc;} 
.panel > .con .tableLists a.lookinfo:hover, .panel > .con .tableLists a.lookinfo:focus , .panel > .con .tableLists a.lookinfo:active{background-color:#0181cc;color:#fff;}
.panel > .con > .pagination{ text-align: center;display: block;overflow: hidden;clear: both; }
.panel > .con .pagination{margin: 0px auto;}



.breadcrumb {
  color: #999999;
}
.breadcrumb a {
  color: #999999;
}
.breadcrumb a:after {
  content: ">>";
  color: #999999;
}
.breadcrumb a:hover {
  color: #0181cc;
}
.article > .head {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.article > .head h3 {
  font-size: 22px;
  line-height: 36px;
}
.article > .txt {
  margin: 20px 50px;
}
.sidebar {
  position: absolute;
  min-height: 100%;
  width: 220px;
  border: 1px solid #ddd;
}
.sidebar .title {
  background-color: #0181cc;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}
.sidebar .title:before {
  content: "";
  border-left: 15px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #0b5a88;
  float: left;
  margin-right: 10px;
  margin-top: 40px;
}
.sidebar .title:after {
  content: "";
  border-top: 40px solid transparent;
  border-right: 20px solid #fff;
  float: right;
}
.sidebar .title i {
  font-size: 24px;
  margin-right: 6px;
}
.sidebar ul {
  margin-top: 20px;
}
.sidebar ul li {
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  text-align: center;
}
.sidebar ul li.on {
  background-color: #68c7fe;
}
.sidebar ul li.on a {
  color: #fff;
}
.sidebar ul li.on a:before {
  border-color: #fff;
}
.sidebar ul li a {
  display: block;
  color: #333;
}
.sidebar ul li a:before {
  content: "";
  border: 4px solid #aaa;
  border-radius: 50%;
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 10px;
}
.tab {
  margin-bottom: 20px;
}
.tab li {
  float: left;
  text-align: center;
  line-height: 36px;
  background: #cdecff;
  margin-right: 5px;
  font-size: 16px;
}
.tab li.last {
  margin-right: 0;
}
.tab li.on {
  background-color: #0181cc;
  color: #fff;
}
.tab li.on:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #0181cc;
  margin-top: 36px;
}
.tab li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../img/icon_tabs_sb.png") 0 0 no-repeat;
}
.list {
  margin: 8px;
}
.list > a,
.list > li {
  padding: 6px 8px;
  display: block;
}
.list > a:before,
.list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0181cc;
  display: inline-block;
  margin: 5px 5px 5px 0;
  vertical-align: middle;
}
.list > a:hover,
.list > li:hover {
  text-decoration: underline;
  color: #0181cc;
}
.list > a span,
.list > li span {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list > a i,
.list > li i {
  float: right;
  display: inline;
  float: right !important;
  color: #999999;
  font-style: normal;
  line-height: 24px;
}
.list-b a {
  border-bottom: 1px dashed #dddddd;
}
.list-c {
  margin-bottom: 20px;
}
.list-c .title {
  line-height: 36px;
  font-weight: bold;
  color: #0181cc;
}
.list-c a {
  padding: 2px 0;
}
.list-c a:before {
  display: none;
}
.list-c a > span {
  width: 90%;
}
.list-d > li > b {
  margin-right: 6px;
}
.list-d > li:hover {
  text-decoration: none;
  color: #333333;
}
.list-double li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.list-img {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin-left: 40px;
}
.list-info {
  padding-left: 160px;
  line-height: 30px;
}
.list-info .t > a {
  color: #0181cc;
  font-size: 18px;
}
.list-info .t > span {
  background-color: #4fb6f2;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 4px;
}
.group {
  margin-bottom: 10px;
}
.group > a,
.group > p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.group > label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90px;
  text-align: right;
}
.group > label > span {
  color: #d9534f;
  margin: 0 4px;
}
.input {
  display: inline-block;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
  -o-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;
}
.input: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);
}
.input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #999999;
}
.input::-webkit-input-placeholder {
  color: #999999;
}
.input[disabled],
.input[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.input {
  height: auto;
}
.table {
  text-align: center;
}
.table th {
  background-color: #ddba38;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
}
.table td {
  line-height: 24px;
  padding: 6px;
  border: 1px solid #eeeeee;
}
.table td > i {
  height: 34px;
  width: 38px;
  display: inline-block;
  background: url("../img/tableicon1.png");
}
.table td > a.btn {
  margin: 6px auto;
  display: block;
  width: 98px;
  height: 20px;
  border: 1px solid #ddba38;
  border-radius: 4px;
  padding: 0;
  color: #ddba38;
}
.table td > a.btn:hover {
  color: #fff;
  background-color: #ddba38;
}
.table-list td {
  border: 1px solid #eeeeee;
  padding: 15px;
}
.table-list .field {
  background-color: #cdecff;
  text-align: right;
  width: 160px;
}
.table-box {
  margin: 10px 0;
  background-color: #e4c964;
  border-radius: 10px;
  padding-top: 10px;
}
.table-box > div {
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.table-box dl {
  border-bottom: 1px solid #ddd ;
  font-size: 0;
}
.table-box dl.last {
  border-bottom: none;
}
.table-box dd {
  width: 160px;
  text-align: right;
}
.table-box dd,
.table-box dt {
  display: inline-block;
  font-size: 14px;
  padding: 15px;
}
.operation {
  padding: 10px 0;
  margin-bottom: 10px;
}
.operation.bg {
  background-color: #eeeeee;
  padding-bottom: 0;
}
.operation i {
  font-size: 14px;
}
.operation .input {
  border-radius: 0px;
}
.input-group-search {
  display: inline-block;
  padding: 6px 12px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #0181cc;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  vertical-align: bottom;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0181cc;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #015180;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0181cc;
  border-color: #0181cc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
