@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: 微軟正黑體;
}

html, body {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  background-color: #eee;
}

.navbar {
  margin: 0;
  padding: 0;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 80px;
  display: block;
}

li {
  font-weight: 800;
  font-size: 16px;
  padding: 5px 0px;
  margin: 0px 5px;
}
li:hover {
  transition: 0.5s;
  background-color: #57B8D6;
}
li .nav-link:hover {
  transition: 0.5s;
  color: #fff;
}

section#section_index {
  margin-top: 50px;
}
section#section_index h1 {
  text-align: center;
}
section#section_index h2 {
  text-align: center;
}

#app input.form-control.search {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#app h3 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
#app h5 {
  margin-top: 40px;
  margin-left: 20px;
}
#app .btn1 {
  margin-left: 20px;
}
#app .btn2 {
  margin-left: 12%;
}

#addDataModal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#addDataForm {
  background: #fff;
  padding: 20px 80px;
  border-radius: 20px;
  text-align: left;
}

table.table.mt-4 thead th, table.table.mt-4 thead tr {
  padding: 0 150px;
  margin-left: 250px;
}
table.table.mt-4 tbody td, table.table.mt-4 tbody tr {
  padding: 0 150px;
  margin-left: 250px;
}

footer#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eee;
  color: black;
  text-align: center;
}
footer#footer h6 {
  text-align: center;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
}

#addDataModal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#addDataForm {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: left;
}

table.table.mt-4 thead th, table.table.mt-4 thead tr {
  padding: 0 5px;
  margin-left: 10px;
}
table.table.mt-4 tbody td, table.table.mt-4 tbody tr {
  padding: 0 5px;
  margin-left: 10px;
}

footer#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eee;
  color: black;
  text-align: center;
}
footer#footer h6 {
  text-align: center;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
 #app .btn1 {
  margin-left: 10px;
  margin-bottom: 10px;
}
  
  

}