.allTimecontent .ant-drawer-body {
  padding: 20px 5px;
}
.allTimecontent .ant-drawer-body .box {
  height: calc(100vh - 80px);
  position: relative;
}
.allTimecontent .ant-drawer-body .box h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.allTimecontent .ant-drawer-body .box .topTime {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allTimecontent .ant-drawer-body .box .topTime span {
  font-size: 14px;
  margin-right: 10px;
}
.allTimecontent .ant-drawer-body .box .topTime em {
  font-size: 14px;
  margin-right: 10px;
  font-style: normal;
  cursor: pointer;
  color: #1784fc;
}
.allTimecontent .ant-drawer-body .box .table {
  width: 100%;
  margin-bottom: 20px;
}
.allTimecontent .ant-drawer-body .box .table .tableTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(187, 187, 187, 0.4);
  background-color: #f0f2f5;
}
.allTimecontent .ant-drawer-body .box .table .tableTop span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid rgba(187, 187, 187, 0.4);
  text-align: center;
}
.allTimecontent .ant-drawer-body .box .table .tableTop span:nth-of-type(5) {
  border-right: 0;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(187, 187, 187, 0.4);
  border-top: 0;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid rgba(187, 187, 187, 0.4);
  text-align: center;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th .ant-input {
  width: 90%;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th:nth-of-type(5) {
  border-right: 0;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th i.anticon svg {
  width: 12px;
  height: 12px;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th span {
  color: #1784fc;
  cursor: pointer;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th span:nth-of-type(1) {
  margin-right: 10px;
}
.allTimecontent .ant-drawer-body .box .table .tableMiddle .th b {
  width: 45px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  margin-top: 10px;
}
.allTimecontent .ant-drawer-body .form_ctl {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.allTimecontent .ant-drawer-body .form_ctl > span {
  width: 80px;
  text-align: right;
  font-size: 14px;
}
.allTimecontent .ant-drawer-body .form_ctl .ant-input {
  width: 250px;
}
.allTimecontent .ant-drawer-body .form_ctl .ant-time-picker {
  width: 250px;
  margin-right: 0;
}
.allTimecontent .ant-drawer-body .form_ctl .el-color-picker {
  width: 250px;
  height: 32px;
}
.allTimecontent .ant-drawer-body .form_ctl .el-color-picker .el-color-picker__trigger {
  width: 250px;
  height: 32px;
  border: none;
  padding: 0;
}
.allTimecontent .ant-drawer-body .form_ctl .el-color-picker .el-color-picker__color {
  border-color: #f0f2f5;
}
.allTimecontent .ant-drawer-body .form_ctl .el-color-picker .el-color-picker__icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  display: inline-block;
  top: 0;
  right: 0;
  left: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}
.allTimecontent .ant-drawer-body .topBtn1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.allTimecontent .ant-drawer-body .topBtn {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
.allTimecontent .ant-drawer-body .topBtn button {
  margin-right: 20px;
}
.allTimecontent .ant-drawer-body .m-colorPicker {
  width: 200px;
  cursor: pointer;
  border: 1px solid #eee;
}
.allTimecontent .ant-drawer-body .m-colorPicker .colorBtn {
  width: 200px;
  height: 30px;
}
.el-color-dropdown.el-color-picker__panel .el-color-dropdown__btns .el-color-dropdown__link-btn {
  display: none;
}

.workLogs .ant-drawer-body {
  padding: 15px 0 0 15px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
.workLogs .topBox {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workLogs .topBox > .ant-input {
  width: 170px;
}
.workLogs .topBox .ant-calendar-picker {
  width: 200px;
}
.workLogs .timeBox {
  width: 765px;
  position: relative;
}
.workLogs .table {
  width: 100%;
}
.workLogs .table .tableTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(187, 187, 187, 0.4);
  background-color: #f0f2f5;
}
.workLogs .table .tableTop span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.workLogs .table .tableTop span:nth-of-type(4) {
  border-right: 0;
}
.workLogs .table .tableMiddle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(187, 187, 187, 0.4);
  border-top: 0;
}
.workLogs .table .tableMiddle .th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px;
  padding-top: 10px;
  text-align: center;
}
.workLogs .table .tableMiddle .th .ant-input {
  width: 90%;
}
.workLogs .table .tableMiddle .th:nth-of-type(4) {
  border-right: 0;
}
.workLogs .table .tableMiddle .th i.anticon svg {
  width: 12px;
  height: 12px;
}
.workLogs .table .tableMiddle .th span {
  color: #333;
  cursor: pointer;
}
.workLogs .table .tableMiddle .th span:nth-of-type(1) {
  margin-right: 10px;
}
.workLogs .table .tableMiddle .th span:hover {
  color: #1784fc;
}

.patientStoreWork .ant-card-head {
  padding-left: 24px;
  padding-right: 10px;
}
.patientStoreWork .ant-card-body {
  min-height: calc(100vh - 145px);
  padding: 5px 0 0 10px;
}
.patientStoreWork .topBoxs {
  width: 100%;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.patientStoreWork .topBoxs .topLeft {
  margin-right: 10px;
}
.patientStoreWork .topBoxs .topLeft .leftTime {
  margin-right: 8px;
}
.patientStoreWork .topBoxs .topmiddle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.patientStoreWork .topBoxs .el-date-editor {
  width: 200px!important;
}
.patientStoreWork .topBoxs .el-input__icon {
  line-height: 32px;
}
.patientStoreWork .classBtn {
  height: 40px;
}
.patientStoreWork .classBtn div {
  line-height: 32px;
  float: left;
}
.patientStoreWork .classBtn div .anticon {
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}
.patientStoreWork .classBtn .btnButton {
  height: 32px;
  line-height: 30px;
  padding-right: 15px;
  padding-left: 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
}
.patientStoreWork .classBtn .btnButton:hover {
  color: #1784FC;
  border-color: #1784FC;
}
.patientStoreWork .classBtn .btnButton .tag {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 4px;
}
.patientStoreWork .classBtn .ant-btn {
  margin-right: 10px;
}
#selectContainer {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#selectContainer .mask {
  position: absolute;
  background: #409eff;
  opacity: 0.4;
  z-index: 1000;
}
#selectContainer .ant-table-thead th {
  background-color: #f8f8f9;
  padding: 8px 0!important;
}
#selectContainer .ant-table-thead th.day0,
#selectContainer .ant-table-thead th.day6 {
  color: red;
}
#selectContainer .ant-table-tbody td {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0!important;
}
#selectContainer .ant-table-tbody td .first {
  background-color: #f8f8f9;
}
#selectContainer .ant-table-tbody td div {
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin: 0.5px;
}
#selectContainer .ant-table-tbody td .disabled {
  cursor: no-drop;
}

