html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

body {
  color: #4d4d4d;
}

.border-top {
  border-top: solid 1px #E3E3E3;
}

.border-bottom {
  border-bottom: solid 1px #E3E3E3;
}

.notice {
  width: 100%;
  height: 100%;
  max-height: 100px;
  overflow-y: scroll;
}

.search-form {
  table-layout: fixed;
  width: 100%;
}

.table-w-100 {
  table-layout: fixed;
  width: 100%;
}

.resul-table-header {
  background: #E9ECEF;
}

th{
  padding:1%;
}

.wd-5 {
  width: 5%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-10 {
  width: 10%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-15 {
  width: 15%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-20 {
    width: 20%;
    padding: 0.1% !important;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.wd-25 {
  width: 25%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-30 {
    width: 30%;
    padding: 0.1% !important;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.wd-35 {
  width: 35%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-45 {
  width: 45%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-50 {
  width: 50%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-70 {
  width: 7  0%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-85 {
  width: 85%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.wd-100 {
  width: 100%;
  padding: 0.1% !important;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.form-ctl{
  display: inline;
  width: 98%;
  height: 100%;
  padding: 1em;
  font-size: 100%;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.break-word {
  padding: 0.5% !important;
  word-wrap: break-word;
}

.display-none {
  display: none;
}

.navbar {
  min-height: 40px !important
}

.navbar-brand {
  height: 40px;
  padding: 10px 15px;
}

.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#pageTop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #505050;
  opacity: 0.6;
  border-radius: 50%;
}

#pageTop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pageTop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.sbtn {
  background-color: #F4FFDF;
  transition: background-color 0.3s ease;
}

.sbtn:hover {
  background-color: #d6f3a1;
}

.cbtn {
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.cbtn:hover {
  background-color: #d0d0d0;
}

.py-2 {
  background-color: #f0f0f0;
}