/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255, 255, 255, .7) ;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ed1c24;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topbar {
    height: 2.375rem;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
table th, table td{font-size:.85rem}
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;  
}

.wrap-login100 {
  width: 350px;
  background: #fff;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.login100-form-avatar {
  display: block;
  width: 200px;
  height: 134px;
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-avatar img {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}

.input100 {
  font-size: 18px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 52px;
  background: transparent;
  padding: 0 5px;
  outline: none;
    border: none;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #4e73df;
}

.focus-input100::after {
  font-size: 18px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -12px;
  font-size: 13px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -12px;
  font-size: 13px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.responsive-forms .input100 {
  font-size: inherit;
  height: 36px;
}
.responsive-forms .wrap-input100 {
  margin-bottom: 24px;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      width: 70%;
      max-width: inherit;
  }
}
.tab-pane {padding: 10px;background:#fff;}
#employeeTab a.nav-link {font-weight: 700;}
.form-group {
    margin-bottom: .2rem;
}
#targetpic {
    max-width: 100%;
}
div.slider, .hidden {display: none;}
.text-small {font-size: 80%;font-style: italic;}


#banner-preview {width: 100%;}
#icon-preview {width: 32px; height: 32px;}



.form-control::-webkit-input-placeholder {
  color: #dedfea;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #dedfea;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #dedfea;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #dedfea;
  opacity: 1;
}

.form-control::placeholder {
  color: #dedfea;
  opacity: 1;
}
#gallery div {
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    padding: 10px;
}
#gallery img {
    box-sizing: border-box;
    width: 100%;
    max-height: 150px;
    padding: 5px;
    object-fit: contain;
    cursor: pointer;
}
#bookingtable tr{cursor: pointer}
#booking-details .card{margin-bottom:10px;}

#navbarNavAltMarkup .dropdown-menu a.nav-link {color:#000;}
#cke_description_en, #cke_description_id {
                width: 94%;
            }
#listsb .nav-link {
  padding: .5rem 1rem !important;
}