/* generated from main.less */
html,
body {
  height: 100%;
}
thead {
  background-color: #c9e3ff;
}
.control-buttons > button {
  min-width: 100px;
  width: auto;
}
#data_table td {
  word-break: break-all;
}
.mail_text {
  background-color: #EEEEEE;
}
.group-filter-select-wrapper {
  margin-bottom: 10px;
}
.group-filter-select-wrapper select {
  width: auto;
}
.flatpickr-input[readonly=readonly] {
  background-color: white;
}
body.login-page main {
  min-height: 400px;
  height: calc(100% - 100px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
body.login-page .form-signin {
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: 0 auto;
}
body.login-page .form-signin > .login-form {
  max-width: 330px;
  margin: 0 auto;
}
body.login-page .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
body.login-page .form-signin .form-control:focus {
  z-index: 2;
}
body.login-page .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.login-page .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.group-page [name=description] {
  height: 8em;
}
body.group-page #data_table tr th:nth-child(1) {
  width: 250px;
}
body.group-page #data_table tr th:nth-child(2) {
  width: auto;
}
body.group-page #data_table tr th:nth-child(3) {
  width: 350px;
}
body.group-page #data_table tr th:nth-child(4) {
  width: 150px;
}
body.user-page #data_table tr th:nth-child(1) {
  width: 150px;
}
body.user-page #data_table tr th:nth-child(2) {
  width: 200px;
}
body.user-page #data_table tr th:nth-child(3) {
  width: 200px;
}
body.user-page #data_table tr th:nth-child(5) {
  width: 120px;
}
body.user-page #data_table tr th:nth-child(6) {
  width: 130px;
}
body.user-page #data_table tr td:nth-child(5) {
  text-align: center;
}
body.meeting-page [name=description] {
  height: 8em;
}
body.meeting-page textarea[name=content] {
  height: 16em;
}
body.meeting-page #data_table tr th:nth-child(1) {
  width: 150px;
}
body.meeting-page #data_table tr th:nth-child(2) {
  width: 200px;
}
body.meeting-page #data_table tr th:nth-child(3) {
  width: auto;
}
body.meeting-page #data_table tr th:nth-child(4) {
  width: 120px;
}
body.meeting-page #data_table tr th:nth-child(5) {
  width: 150px;
}
body.meeting-page #data_table tr th:nth-child(6) {
  width: 230px;
}
body.meeting-page #data_table tr td:nth-child(4) {
  text-align: center;
}
body.meeting-page #data_table tr td:nth-child(5) {
  text-align: center;
}
@media (max-width: 768px) {
  body.archive-page #data_table {
    font-size: 0.8em;
  }
  body.archive-page #data_table td:first-of-type {
    font-size: 0.8em;
    padding: 1em;
  }
}
body.archive-page #data_table tr th:nth-child(1) {
  width: 180px;
}
body.archive-page #data_table tr th:nth-child(2) {
  width: 300px;
}
body.archive-page #data_table tr th:nth-child(3) {
  width: 500px;
}
body.archive-page #data_table tr th:nth-child(4) {
  width: 80px;
}
body.attendance-confirm-page #data_table tr th:nth-child(1) {
  width: auto;
}
body.attendance-confirm-page #data_table tr th:nth-child(2) {
  width: 150px;
}
body.attendance-confirm-page #data_table tr th:nth-child(3) {
  width: 200px;
}
body.attendance-confirm-page #data_table tr th:nth-child(4) {
  width: 380px;
}
body.attendance-confirm-page #data_table tr td:nth-child(2) {
  text-align: center;
}
body.attendance-confirm-page #data_table tr td:nth-child(3) {
  text-align: center;
}
