* {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 18px;
}

html a, body a {
  color: black;
}

html a:hover, body a:hover {
  text-decoration: none;
}

.wrapper {
  position: absolute;
  height: auto;
  min-height: 100%;
  width: 100%;
}

.red-remind {
  color: red !important;
}

.btn-sub {
  background-color: #5c80d1;
  border-color: #5c80d1;
  color: white;
}

.btn-sub:hover {
  background-color: #3266da;
  color: white;
}

.btn-green {
  background-color: #46c37b;
  color: white;
}

.btn-green:hover {
  background-color: #53ad79;
  color: white;
}

.btn-delete {
  background-color: #bb6262;
  color: white;
}

.btn-delete:hover {
  background-color: #cc5454;
  color: white;
}

.btn-operate {
  background-color: #0573b1;
  color: white;
}

.btn-operate:hover {
  background-color: #065582;
  color: white;
}

.btn-deepgreen {
  background-color: #009688;
  color: white;
}

.btn-deepgreen:hover {
  background-color: #05a797;
  color: white;
}

.search-area {
  background-color: #afacac3b;
  width: 100%;
  border-radius: 10px;
}

.dataTable td,
.dataTable th {
  border: 1px solid #848282;
}

.dataTable thead {
  background-color: #5E8AB4 !important;
  color: white;
}

.dataTable thead th {
  border-bottom: 1px solid #848282;
}

.dataTable tbody tr:hover {
  background-color: #d6d2d23b;
}

.dataTable tbody td .dropdown .dropdown-menu {
  position: absolute;
  will-change: transform;
  top: 5px !important;
  left: 0px;
  -webkit-transform: translate3d(-150px, 24px, 0px);
          transform: translate3d(-150px, 24px, 0px);
  padding: 10px 5px;
  -webkit-box-shadow: 4px 4px 12px 4px rgba(51, 51, 102, 0.5);
          box-shadow: 4px 4px 12px 4px rgba(51, 51, 102, 0.5);
}

.dataTable tbody td,
.dataTable tbody th {
  vertical-align: middle;
}

.dataTable .page-select-box {
  padding: 5px 0;
  font-size: 25px;
}

.dataTable .page-select-box li {
  margin: 0 10px;
  border-radius: 50%;
}

.dataTable .page-select-box li a {
  border: none;
  border-radius: 50%;
  color: #3e271c;
}

.dataTable .page-select-box li a:hover {
  color: #b77453;
  border-radius: 50%;
}

.dataTable .page-select-box li a:active {
  -webkit-box-shadow: 1px 0px 4px 3px rgba(51, 51, 102, 0.5) inset;
          box-shadow: 1px 0px 4px 3px rgba(51, 51, 102, 0.5) inset;
}

.dataTable .page-count-select div {
  text-align: right;
}

.dataTable .page-count-select select {
  display: inline-block;
  width: 60px;
}

.modal select {
  background-color: #efefef;
}

.wrapper {
  position: relative;
  width: 100%;
}

.footer-area {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #d2d2d2;
  height: 70px;
  line-height: 70px;
  border-top: 2px solid #b3b3b3;
  color: #7d5c4d;
  font-size: 16px;
  font-weight: 500;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  top: 50%;
  height: 100vh;
}

.content #login01v1 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.content #login01v1 .main {
  width: 100%;
  padding: 0 20px;
}

.content #login01v1 .login-box {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
  max-width: 500px;
}

.content #login01v1 .login-box .Logo-box {
  width: 100%;
}


/*# sourceMappingURL=login01v1.css.map */