.options {
  margin-right: 10px;
}

.month {
  display: flex;
  margin: 10px 0;
}

.month .month-box {
  width: 28px;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
  margin-right: 20px;
}

.month .month-box.select {
  background-color: #524d4d;
  color: #ffffff;
}

.names {
  display: flex;
  flex-wrap: wrap;
}

.names .name-container {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap;
  width: 90%;
}

.names .name-box {
  min-width: 50px;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 5px;
}

.names .name-box.select {
  background-color: #524d4d;
  color: #ffffff;
}

.listtable {
  border: 1px solid #ccc;
  border-top: 2px solid #D74E18;
  text-align: center;
  margin-top: 14px;
}

.listtable .tb-head {
  font-weight: bold;
}

.listtable td {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.listtable td .week-text {
  color: blue;
}

.listtable td .week-text-red {
  color: red;
}

.listtable td .view-detials {
  cursor: pointer;
}

.listtable td .view-detials:hover {
  color: blue;
}

.listtable .evaluate {
  padding: 0 10px;
  box-sizing: border-box;
}


.input-date {
  padding: 0 4px;
  box-sizing: border-box;
  height: 26px;
}

.search-btn {
  margin-left: 20px;
}

.date-format {
  margin-left: 20px;
}


.log-info {
  display: flex;
  justify-content: center;
  white-space: pre-wrap;
}


.log-info .evaluate-box {
  width: 360px;
  margin-left: 20px;
}

.log-info .evaluate-box .evaluate-box-row {
  display: flex;
  margin-top: 20px;
}

.log-info .evaluate-box .evaluate-box-row .evaluate-box-row-title {
  width: 40px;
}

.log-info .evaluate-box .buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.log-info .evaluate-box .buttons button {
  width: 60px;
  height: 30px;
  line-height: 30px;
}