.login-box {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
}
.login-logo {
  color: #17a2b8;
  font-weight: 400;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.login-logo img {
  width: 310px;
}
.login-box-msg {
  color: #666 !important;
  padding: 0 10px 20px !important;
}
.text-error {
  font-size: 12px;
  color: red !important;
}
.search-content {
  margin: 0 auto;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.color-white {
  color: #ffffff !important;
}
.table-list tr th,
.table-list tr td:last-child {
  text-align: center;
}
.status-span {
  padding: 7px;
}
.w90 {
  width: 90px !important;
}
.ml15 {
  margin-left: 15px;
}
.footer-action {
  width: 170px;
  margin: 0 auto;
}
.total span {
  font-weight: 600;
}
.mt10 {
  margin-top: 10px;
}
.fw-normal {
  font-weight: normal !important;
}
.ml140 {
  margin-left: 140px;
}
.rule-setting-detail {
  width: 100%;
}
.rule-setting-detail td {
  line-height: 2.5;
}
.rule-setting-detail tr td:nth-child(1) {
  font-weight: 600;
  color: #666;
}
.mt110 {
  margin: 0 auto;
  margin-top: 20px;
  width: 110px;
}
.display_none {
  display: none;
}
.border-none {
  border: none;
}
.mr30 {
  margin-right: 30px;
}
#setting-name {
  text-transform: uppercase;
}
.btn-show-record:hover,
.btn-edit-record:hover,
.btn-delete-record:hover,
.btn-resetpwd-record:hover,
.btn-verify:hover,
input[type="checkbox"] + label:hover {
  cursor: pointer;
}
label .status {
  line-height: 1.5;
}
/* display overplay */
#overlay {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child {
  border-right-width: thin !important;
}
.table-list thead th,
.table-list tbody td {
  vertical-align: middle !important;
}
.table-list thead tr:nth-child(2) th {
  border-top-width: 0 !important;
}
#list-setting thead tr:nth-child(1) th {
  border-bottom-width: 0 !important;
}
#list-setting thead tr th:last-child {
  border-right-width: 0 !important;
}
.link-forget-pwd {
  color: #17a2b8;
  margin-top: 10px;
}
.resend-mail {
  margin-top: 35vh;
}
.lh1-5 {
  line-height: 1.5;
}
/* modal document */
#modal-document .info-content dl img,
#modal-document .info-content dl embed {
  width: 100%;
}
.area-delete a {
  width: 80%;
}
.item-image {
  width: 100%;
  height: 70%;
}
.item-name {
  margin-top: 20px;
}
.item-name label {
  margin-right: 10px;
}
.ws-pl {
  white-space: pre-line;
  width: 50%;
}
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 600px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 600px;
}

.gmap-height-custom {
  height: calc(100vh - 57px - 42px - 38px - 50px) !important;
}

.gmap_iframe {
  width: 100% !important;
  height: 600px !important;
}
.inputerror {
  margin-bottom: 0;
}
.top-8 {
  top: 8px;
}
.brand-link {
  background: #ffffff;
}
.container {
  background-color: #ffffff;
  min-width: 27.5em;
  padding: 3.12em 1.87em;
  border-radius: 0.5em;
}
input[type="file"] {
  display: none;
}
.lb-upload {
  display: block;
  position: relative;
  background-color: #025bee;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  width: 16em;
  padding: 1em 0;
  border-radius: 0.3em;
  margin: 0 auto 1em auto;
  cursor: pointer;
}
.drop_active {
  border: 0.2em dashed #025bee;
}
#error {
  text-align: center;
  color: #ff3030;
}
.flex-none {
  flex: none !important;
}

.w100 {
  width: 100px !important;
}
.fs-20 {
  font-size: 20px;
}
.color-orange {
  color: orange !important;
}
.btn-edit-gov-road:hover {
  opacity: 0.5;
}
.display-table {
  display: table;
}
.lbc-input-data,
.lbc-input-data + label {
  cursor: pointer;
}

.list-images {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.box-image {
  width: 200px;
  height: 208px;
  position: relative;
  float: left;
  margin-left: 5px;
}
.box-image img {
  width: 200px;
  height: 200px;
}
.wrap-btn-delete {
  position: absolute;
  top: -8px;
  right: 0;
  height: 2px;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.btn-delete-image {
  cursor: pointer;
}
.btn-delete-image:hover {
  opacity: 0.5;
}
input[type=radio],
input[type=radio] + label {
  cursor: pointer;
}

.lightbox-target {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
}

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

span.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  top: 10px !important;
  right: 10px !important;
  transition: opacity 200ms;
}

span.lightbox-close:hover {
  opacity: 0.85;
}

span.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 25px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 25px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightbox-display {
  opacity: 1 !important;
  z-index: 10000 !important;
  cursor: zoom-out;
}

.lightbox-display-image {
  max-height: 80% !important;
  max-width: 100% !important;
}

.lightbox-display-close {
  top: 0px !important;
}

.picture-box:hover {
  cursor: zoom-in;
}
.rating {
  cursor: pointer;
}
.rating-checked {
  color: orange;
}
.btn-add-select2 {
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  vertical-align: sub;
}
.action-road {
  position: absolute;
  right: 35px;
}
.fs12 {
  font-size: 12px;
}
.ui-autocomplete,
.datepicker {
  z-index: 9999 !important;
}
.height30 {
  height: 30px;
}
.custom-icon {
  width: 10px;
  height: 10px;
}

.valuation-icon {
  width: 10px;
  height: 10px;
  background-color: #635e5f;
  border-color: #080808;
  border-radius: 50%;
}

.valuation-approve-icon {
  background-color: #6e90ff;
}

.valuation-group-icon {
  background-color: red;
}

.start-icon {
  background-color: #28a745;
}

.end-icon {
  background-color: red;
}
.line {
  width: 30px;
  border-bottom: 2px solid #007bff;
  margin: 0;
}
.line-dashed {
  width: 30px;
  border-bottom: 2px dashed #ffc107;
  margin: 0;
}
.disabled {
  pointer-events: none;
}