@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);

button {
  border: none;
}
input {
  outline: 0;
}
table caption {
  width: 0px;
  height: 0;
  overflow: hidden;
}
.table__overflow--wrap {
  width: 100%;
  overflow-x: scroll;
  height: 600px;
}
.table__overflow--wrap td {
  white-space: nowrap;
  padding: 5px 10px;
}

.btn_com {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 3px;
}
.btn_del {
  color: #ffe9e9;
  background: #fe6464;
}
.btn_del img {
  width: 20px;
  left: 0;
}
.table_tem1 {
  width: 100%;
}
.table_tem1 th,
.table_tem1 td {
  text-align: center;
  white-space: nowrap;
}
.table_tem1 th {
  background: #c6c6c6;
  height: 40px;
  border-bottom: 1px solid #6e787f;
  border-right: 1px solid #6e787f;
}
.table_tem1 td {
  height: 34px;
  color: #000;
  font-weight: 300;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #6e787f;
  border-right: 1px solid #6e787f;
}
.date_picker {
  width: 100px;
  text-align: center;
  height: 28px;
}
.width_auto {
  width: auto;
  padding: 0 15px;
}

.search__list {
  display: flex;
}
.search__item {
  display: flex;
  align-items: center;
}
.search__item:not(:last-child) {
  margin-right: 10px;
}
.search__el {
  height: 30px;
  box-sizing: border-box;
  text-align: center;
}
.list_search_btn {
}
