@charset "utf-8";

body {
  background: #ffffff;
}

.container {
  width: 1200px !important;
}

.breadcrumb-wrap {
  margin-top: 10px;
}

.order-container {
  margin-bottom: 20px;
}
/* alert */
.alert {
  padding: 8px 15px;
}

.alert-info {
  color: #1d9aba;
  background-color: #ebf8ff;
  border-color: #dceffe;
}

.mb-1l {
  margin-bottom: 15px !important;
}

.list-inline-201905141103 {
  margin-bottom: 0;
  margin-top: 7px;
  margin-right: 15px;
}

.list-inline-201905141103 li+li {
  border-left: 1px solid #ddd;
}

.list-inline-201905141103 li {
  padding: 0 10px;
  line-height: 1;
}

.list-inline-201905141103 li img {
  margin-right: 2px;
  margin-top: -2px;
}

.title-201905141412 {
  border-left: 3px solid #4098f9;
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.query-access {
  position:absolute;
  top:0;
  right:-62px;
}
.query-access > img {
	width: 66px;
}

/* 部门按钮 */
.depts-wrapper {
  /* min-height: 62px; */
  margin-bottom: 10px;
}
.depts-wrapper .no-data {
  padding: 10px 15px;
  background: #f8f8f8;
  margin-left: 15px;
  margin-right: 15px;
}
.depts-wrapper .order-dept {
  padding-top: 5px;
  padding-bottom: 5px;
}
.depts-wrapper .btn {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
  background: #ffffff url(../../img/hallmanager/201905141133.png) 10px center no-repeat;
}
.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.depts-wrapper .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.depts-wrapper .btn.active {
  background: #4098f9 url(../../img/hallmanager/201905141134.png) 10px center no-repeat;
}

.btn.btn-default.active {
  background-color: #4098f9;
  border-color: #4098f9;
  color: #fff;
}

.btn.active {
  box-shadow: none;
}

/* 预约表格 */

.table-201905141406 thead th {
  background-color: #edf7ff !important;
  font-weight: normal;
}

.table-201905141406 th,
.table-201905141406 td {
  border: 1px solid #9ccbff !important;
}

/* 部门加载中效果 */
.wb-loading-wrapper {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background-color: hsla(0,0%,100%,.9);
}
.wb-loading {
  font-size: 36px;
}