/* ���ʿƼ� */

body {
  font-family: ΢���ź�;
  background: #f2f2f2;
}

/* ͷ�� */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* �ҳ�水ť */

/* input�����css */
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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* ��߲˵���css */
.accordion-group {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.accordion-group .accordion-heading {
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* ���β˵�css */
.ztree {
  background-color: #fff;
}
.ztree ul li a:hover {
  background-color: #e7f3fa;
  border: 1px solid #4ea6da;
  text-decoration: none;
}
.ztree li > a:hover,
.ztree li > a:focus {
  background-color: #e7f3fa;
  border: 1px solid #4ea6da;
  text-decoration: none;
}
.noneLine {
  outline: none;
}

/* �ұ߿��ҳ���в�ѯ����css */
#searchForm {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .div-search {
  width: 1000px;
  margin: 0 auto;
}
.form-search .div-search .ul-form li {
  width: auto;
}

.search-option{
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  margin-top: 10px;
  padding: 10px;
  z-index: 3;
}
.search-option ul {
  margin: 0;
}
.form-search .ul-form li .search-option ul li {
  list-style: none;
  float: none;
}
.form-search .ul-form li .search-option ul li label{
  margin-left: 0;
}
.form-search .custom-search-icon{
  position: absolute;
  top: -20px;
  left: 30px;
  color: #ccc;
}
.search-option-mark{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  z-index: 1;
}

.select2-container .select2-choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* �ҳ��css */
.form-horizontal .fillForm {
  display: table;
  background-color: #edffee;
  border: 1px solid #4ea6da;
  width: 100%;
}
.form-horizontal .newLine {
  width: 100%;
}
.form-horizontal .controls {
  padding: 5px 20px;
  margin-left: 140px;
  overflow: hidden;
}
.form-horizontal .control-label {
  padding: 10px 0;
  width: 130px;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  padding: 1px 0;
}

.input-small {
  width: 160px;
}
.input-medium {
  width: 180px;
}
.input-large {
  width: 220px;
}
.input-xlarge {
  width: 240px;
}
.input-xxlarge {
  width: 280px;
}
.input-xxxlarge {
  width: 340px;
}
.btnlist-box {
  text-align: center;
  padding: 8px 16px !important;
}
.breadcrumb {
  margin-bottom: 12px !important;
}
.preview-btn{
  background: #b59851;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  color: #fff !important;
  margin: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.layui-layer-btn0.disabled{
  background: #85ccf5 !important;
  border-color: #85ccf5 !important;
}

/*指纹和人脸识别添加*/
.finger-print-item{
  padding: 7px 0;
}
.finger-print-item a{
  margin-left: 30px;
  cursor: pointer;
}
.add-item-btn{
  margin-top: 7px;
  cursor: pointer;
}

/* 新的选章样式 */
.hidden-sealid{
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index:-3;
}

input[name=sealCount]{
  width: 35px;
}

/* 新增 */
.page-container{
  padding: 15px;
  background: #f2f2f2;
}
object{
  opacity: 0;
  filter:alpha(opacity=0);
  width: 0;
  height: 0;
}
.content-white-wrap{
  background: #fff;
  padding: 15px;
}
.custom-layui-tab{
  margin-top: 0;
}
.hide{
  display: none;
}
.btn-wrap-enter{
  text-align: center;
  margin-top: 20px;
}

/*筛选样式*/
#searchForm .layui-form-label{
  padding: 4px 15px;
}
#searchForm .layui-input,#searchForm .layui-select{
  height: 30px;
  line-height: 30px;
}
#searchForm .layui-form-mid{
  padding: 5px 0 !important;
}
.layui-table tbody tr:hover{
  background: #e1e1e1 !important;
}

/*bootstrap alert*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*开始时间，结束时间样式*/
#startDate,
#endDate{
  width: 100% !important;
}