@charset "UTF-8";
body {
  margin: 0;
  /*デフォルトは8px*/
}

.flash_message {
  padding-top: 10px;
  height: 30px;
  /* 合計で40pxになる計算 */
  background-color: #D4EDDA;
  color: #477F59;
  vertical-align: middle;
  text-align: center;
}

.user_info_container {
  background-color: #F8F9FA;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.user_info_table {
  margin-left: auto;
  text-align: left;
}

.user_info_table td {
  padding-right: 20px;
}

.user_info_table th {
  padding-right: 10px;
}

.select_month {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #F8F9FA;
  margin-left: 10px;
  margin-bottom: 10px;
}

hr {
  border: 0;
  height: 5px;
  margin: 0;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}

.serial_num_condition {
  font-size: 10px;
}

.main_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
  border-color: #e3e7e8;
  border-left: 1px solid #e3e7e8;
  border-bottom: 1px solid #e3e7e8;
}

.main_table th {
  border-width: 1px 1px 1px 0;
  border-color: #e3e7e8;
  border-style: solid;
  letter-spacing: .1em;
  /*文字の感覚*/
  font-weight: 400;
  /*文字の太さ*/
  text-align: center;
}

.main_table td {
  text-align: center;
  border-right: 1px solid #e3e7e8;
}

.main_table tbody tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}

.table_width_3 {
  width: 3%;
}

.table_width_5 {
  width: 5%;
}

.table_width_6 {
  width: 6%;
}

.table_width_7 {
  width: 7%;
}

.table_width_8 {
  width: 8%;
}

.table_width_10 {
  width: 10%;
}

.table_width_12 {
  width: 12%;
}

.table_width_15 {
  width: 15%;
}

.table_width_20 {
  width: 20%;
}

.table_width_25 {
  width: 25%;
}

.table_width_30 {
  width: 30%;
}

.cost_hour_input {
  width: 50%;
}

.trash_box {
  color: inherit;
}

.buttons_container {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}

.buttons_container_for_input {
  text-align: right;
  padding-top: 10px;
}

.search_button_container {
  text-align: right;
}

.back_button_container {
  text-align: right;
}

.submit_button {
  height: 30px;
  width: auto;
  color: white;
  background-color: #4EA0B5;
  border-radius: 5px;
  border: 1px solid #4EA0B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submit_button:hover {
  border: 1px solid white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.dis_submit_button {
  height: 30px;
  width: auto;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e3e7e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dis_submit_button:hover {
  border: 1px solid gray;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.search_button {
  height: 30px;
  width: auto;
  color: white;
  background-color: #4EA0B5;
  border-radius: 5px;
  border: 1px solid #4EA0B5;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search_button:hover {
  border: 1px solid white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.back_button {
  height: 30px;
  width: auto;
  color: white;
  background-color: #4EA0B5;
  border-radius: 5px;
  border: 1px solid #4EA0B5;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.back_button:hover {
  border: 1px solid white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.add_row_button {
  height: 30px;
  width: auto;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #e3e7e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add_row_button:hover {
  border: 1px solid gray;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.total_cost {
  text-align: right;
  margin-top: 10px;
  margin-right: 40px;
}

.total_cost > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.total_summary_hours {
  text-align: right;
  margin-top: 10px;
}

.total_summary_hours > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.search_table {
  padding-left: 20px;
}

.search_table .input_1 {
  width: 97%;
}

.search_select {
  height: 100%;
  width: 100%;
}

.search_condition {
  padding-left: 20px;
}

.result_table_container {
  margin-left: 20px;
  width: 50%;
}

.report_container {
  overflow-y: scroll;
  height: 50vh;
}

.search_3_result_container {
  overflow-y: scroll;
  height: 50vh;
}

.approve_search_result_container {
  overflow-y: scroll;
  height: 40vh;
}

.search_condition_container {
  margin-left: 20px;
  width: 50%;
}

.box_size_fix {
  height: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input_box_size_fix {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project_name_input {
  width: 95%;
}

.serial_num_input {
  width: 40%;
}

.branch_num_input {
  width: 15%;
}

#datepicker_start {
  width: 50%;
}

#datepicker_end {
  width: 50%;
}

.trash_icon:hover {
  color: blue;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */