.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/book.jpg');
}

.bg-img2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/wall.jpg');
}

.bg-img3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/white.jpg');
}

tbody tr td {
    border: 1px solid #000;
}

table {
    border-spacing: 0px;
}

.inner-set {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 40px;
}

fieldset {
    border: 1px solid rgb(172, 172, 172);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

legend {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    width: fit-content;
}

.disableLink {
  pointer-events: none;
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.chart-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.ui-autocomplete {
  z-index: 215000000 !important;
}

.fbtn-l {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
}

.fbtn-circle,
.fbtn-circle a {
  border-radius: 50%;
}

.pink {
  background: #D93160;
  right: 10px;
}

.fbtn {
  text-align: center;
  -webkit-transition: .8s all;
  -moz-transition: .8s all;
  transition: .8s all;
}

.fbtn a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .8s all;
  -moz-transition: .8s all;
  transition: .8s all;
}

.fbtn a:hover {
  background: rgba(0, 0, 0, .5);
}

.fbtn-float {
  position: fixed;
  bottom: 10px;
  z-index: 999;
}

.fbtn-float:hover {
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
}