/* START OF IMAGE LOADER */

#disabler {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9996;
  background-color: Gray;
  display: none;
  opacity: 0.4;
}

#sub_disabler {
  top: 8%;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  position: fixed;
}

#wait-outer {
  height: calc(100%-100px);
  width: calc(100% - 50px);
  background: #fff;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}

/* END OF IMAGE LOADER */

.title-box {
  position: relative;
  background: none repeat scroll 0% 0% #7DB921;
  padding: 8px 10px 1px 15px;
}

.title-box h3 {
  color: #FFF
}

.travelo-box.kecil {
  padding: 10px 10px;
}

.border-box {
  border: 1px solid #01b7f2;
  padding: 10px;
}

input.input-text, select, textarea, span.custom-select {
  background: #f2f2f2;
  border: 1px solid #01b7f2;
  line-height: normal;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

div.seatCharts-cell {
  color: #182C4E;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 4px;
  float: left;
  text-align: center;
  outline: none;
  font-size: 14px;
}

div.seatCharts-seat {
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -999em;
  transition: all 0.3s ease-in-out 0s;
}

div.seatCharts-seat.unavailable {
  background-color: #666666;
  cursor: not-allowed;
  pointer-events: none;
}

div.seatCharts-seat.available {
  background-color: transparent;
  border: 4px solid #008ece;
}

div.seatCharts-seat.available:hover {
  background-color: #0c5484;
  border: 4px solid #0c5484;
}

div.seatCharts-seat.driver, div.seatCharts-seat.driver:hover {
  background-color: #008650;
  border: 4px solid #008650;
}

div.seatCharts-seat.selected, div.seatCharts-seat.selected:hover {
  background-color: #ff8e19;
  border: 4px solid #ff8e19;
}

.loading9 i{
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #30c5f7 !important;
}
.loading9 i:first-child{
  animation:loading9-ani2 0.5s linear infinite;
  opacity: 0;
  transform:translate(-20px);
}
.loading9 i:nth-child(2),
.loading9 i:nth-child(3),
.loading9 i:nth-child(4){
  animation:loading9-ani3 0.5s linear infinite;
}
.loading9 i:last-child{
  animation:loading9-ani1 0.5s linear infinite;
}
@keyframes loading9-ani1{
  100%{
    transform:translate(40px);
    opacity: 0;
  }
}
@keyframes loading9-ani2{
  100%{
    transform:translate(20px);
    opacity: 1;
  }
}
@keyframes loading9-ani3{
  100%{
    transform:translate(20px);
  }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 10px;
  /* width: 2em; */
  /* overflow: inherit; */
  margin: 80px auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading2 {
  position: fixed;
  z-index: 999;
  height: 10px;
  /* width: 2em; */
  /* overflow: inherit; */
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
/* .loading:before { */
  /* content: ''; */
  /* display: block; */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 5%; */
  /* height: 5%; */
  /* background-color: rgba(0,0,0,0.3); */
/* } */

/* :not(:required) hides these rules from IE9 and below */
/* .loading:not(:required) {
  hide "loading..." text
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
} */

/* Animation */

/* @-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */
