    body {
        background-color: #fff;
        color: #212121;
        font-family: 'Roboto', sans-serif;
    }
    
    .no-padding {
        padding: 0;
    }
    
    p {
        color: #333;
    }
    
    a {
        color: #b0b3b4;
    }
    
    a:hover,
    a:focus {
        color: #2196f3;
    }
    
    .form-control-feedback {
        width: 20px;
    }
    
    .has-error .form-control-feedback {
        color: #bb4141;
    }
    
    .has-success .form-control-feedback {
        color: #43bb41;
    }
    /* Slider */
    
    .mlt-carousel {
        background: #052829;
        background-image: url("../img/borobudur.jpg");
        background-size: cover;
        background-blend-mode: lighten;
        height: -webkit-fill-available;
        border-radius: 0px 300px 38px 0px;
        z-index: 1;
    }
    
    .item-content {
        text-align: left;
        color: #fff;
        margin-left: 50px;
        position: absolute;
        bottom: 10px;
    }
    
    .item-content h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0;
    }
    
    .item-content p {
        display: block;
        font-style: italic;
        font-size: 26px;
        color: #fff;
    }
    
    .item {
        height: 600px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .item>img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* login */
    
    .mlt-content {
        z-index: 0;
        background: #fff;
        width: 100%;
        height: -webkit-fill-available;
        -webkit-border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-topright: 12px;
        -moz-border-radius-bottomright: 12px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        text-align: center;
        padding-top: 30px;
        margin-top: 17px;
    }
    
    #myTabContent {
        margin-top: 90px
    }

    #myTabContent-select {
        margin-top: 60px
    }
    
    .mlt-content span a {
        text-decoration: underline
    }
    
    .mlt-content .nav-tabs {
        border: none;
    }
    
    .nav-tabs>li {
        display: inline;
        text-align: center;
        float: none;
        margin-right: -4px;
    }
    
    .mlt-content .nav-tabs>li>a {
        line-height: 1.42857143;
        border: none;
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1.5px solid #d9ddde;
        border-radius: 0;
        display: inline;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: #d9ddde;
        cursor: pointer;
    }
    
    .mlt-content .nav-tabs>li>a:hover,
    .mlt-content .nav-tabs>li>a:focus {
        border-right: none;
        border-top: none;
        border-left: none;
        background: transparent
    }
    
    .mlt-content .nav-tabs>li.active>a,
    .mlt-content .nav-tabs>li.active>a:focus,
    .mlt-content .nav-tabs>li.active>a:hover {
        border-bottom: 2px solid #2196f3;
        color: #2196f3;
        background: none;
    }

    .mask-background {
        background-color: #052829;
        opacity: 0.4;
        z-index: initial;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
}

    .mlt-content-full {
        z-index: 0;
        background: #052829;
        background-image: url("../img/borobudur.jpg");
        width: 100%;
        height: 1000px;
        text-align: center;
        padding-top: 30px;
        margin-top: 0px;
        background-size: cover;
        max-height: 100vh;
    }
    
    #myTabContent {
        margin-top: 90px
    }
    
    .mlt-content-full span a {
        text-decoration: underline
    }
    
    .mlt-content-full .nav-tabs {
        border: none;
    }
    
    .nav-tabs>li {
        display: inline;
        text-align: center;
        float: none;
        margin-right: -4px;
    }
    
    .mlt-content-full .nav-tabs>li>a {
        line-height: 1.42857143;
        border: none;
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1.5px solid #d9ddde;
        border-radius: 0;
        display: inline;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        color: #d9ddde;
        cursor: pointer;
    }
    
    .mlt-content-full .nav-tabs>li>a:hover,
    .mlt-content-full .nav-tabs>li>a:focus {
        border-right: none;
        border-top: none;
        border-left: none;
        background: transparent
    }
    
    .mlt-content-full .nav-tabs>li.active>a,
    .mlt-content-full .nav-tabs>li.active>a:focus,
    .mlt-content-full .nav-tabs>li.active>a:hover {
        border-bottom: 2px solid #2196f3;
        color: #2196f3;
        background: none;
    }
    
    .termsLabel {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .lt-ticket {
        background: #0AB3C9;
        color: #fff;
        border-radius: 20px;
        padding: 30px 50px 30px 50px;
        line-height: 50px;
        font-size: 40px;
        position: relative;
        font-weight: bold;
    }
    
    .lt-register-btn {
        background: #0AB3C9;
        color: #fff;
        border-radius: 20px;
        padding: 30px 50px 30px 50px;
        line-height: 35px;
        font-size: 40px;
        position: relative;
        font-weight: bold;
        margin-top: 35px;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn:hover,
    .lt-register-btn:focus {
        color: #fff;
        background: #06CAE3;
    }

    .lt-register-btn-back {
        color: #fff;
        background-color: transparent;
        border-radius: 100px;
        border: solid #fff 5px;
        padding: 10px 20px 10px 20px;
        line-height: 34px;
        font-size: 30px;
        position: relative;
        font-weight: bold;
        width: -webkit-fill-available;
        margin-top: 15px;
    }
    
    .lt-register-btn-back:hover,
    .lt-register-btn-back:focus {
        color: #fff;
    }

     .lt-register-btn-green {
        background: #20AD4C;
        color: #fff;
        border-radius: 20px;
        padding: 30px 50px 30px 50px;
        line-height: 35px;
        font-size: 40px;
        position: relative;
        font-weight: bold;
        margin-top: 35px;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn-green:hover,
    .lt-register-btn-green:focus {
        color: #fff;
        background: #11cc4a;
    }

    .lt-register-btn-red {
        background: #CB2076;
        color: #fff;
        border-radius: 20px;
        padding: 30px 50px 30px 50px;
        line-height: 35px;
        font-size: 40px;
        position: relative;
        font-weight: bold;
        margin-top: 35px;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn-red:hover,
    .lt-register-btn-red:focus {
        color: #fff;
        background: #e62586;
    }
    
    .lt-register-btn i {
        position: absolute;
        right: 15px;
    }

    .lt-register-btn-checkout {
        background: #CB2076;
        color: #fff;
        border-radius: 15px;
        line-height: 52px;
        font-size: 22px;
        position: relative;
        font-weight: bold;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn-checkout:hover,
    .lt-register-btn-checkout:focus {
        color: #fff;
    }

    .lt-register-btn-checkout:disabled {
      background:rgb(162, 162, 162);
      color: #c6c6c6;
    }

    .lt-register-btn-proceed {
        background: #CB2076;
        color: #fff;
        border-radius: 15px;
        line-height: 52px;
        font-size: 22px;
        position: relative;
        font-weight: bold;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn-proceed:hover,
    .lt-register-btn-proceed:focus {
        color: #fff;
    }    

    .lt-register-btn-submit {
        background: #20AD4C;
        color: #fff;
        border-radius: 15px;
        line-height: 52px;
        font-size: 22px;
        position: relative;
        font-weight: bold;
        width: -webkit-fill-available;
    }
    
    .lt-register-btn-submit:hover,
    .lt-register-btn-submit:focus {
        color: #fff;
    }    

    /* Media Queries*/
    
    @media(max-width:768px) {
        body {
            padding-top: 15px;
        }
        .mlt-content {
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }
    }
    
    .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
    }
    
    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }
    
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }
    
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }
    
    .carousel-fade .carousel-control {
        z-index: 2;
    }
    
    @media all and (transform-3d),
    (-webkit-transform-3d) {
        .carousel-fade .carousel-inner>.item.next,
        .carousel-fade .carousel-inner>.item.active.right {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        .carousel-fade .carousel-inner>.item.prev,
        .carousel-fade .carousel-inner>.item.active.left {
            opacity: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        .carousel-fade .carousel-inner>.item.next.left,
        .carousel-fade .carousel-inner>.item.prev.right,
        .carousel-fade .carousel-inner>.item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

.head-ticket-bg {
  float: right;
}

.head-ticket-bg-blue {
  background-color: #CB2076;
  width: 250px;
  height: 250px;
  border-radius: 90%;
  z-index: -2;
  margin-top: -130px;
  margin-right: -120px;
}

.head-ticket-logo {
  padding-top: 70px;
  padding-left: 50px;
  height: 50px;
  z-index: 3;
}

.mdl-textfield__label {
    margin-bottom: 0;
    color: #d7dbdc;
    font-weight: normal;
}
        
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    text-transform: uppercase
}
        
.has-feedback label~.form-control-feedback {
    top: 15px;
}
        
.mdl-textfield {
    width: 100%;
}
        
.mdl-checkbox__label {
    cursor: text;
    font-size: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.mdl-checkbox__sublabel {
    cursor: text;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-style: italic;
}

.mdl-checkbox__sublabel-footer {
    cursor: text;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
        
.mdl-checkbox__box-outline {
    border: 1px solid #b0b3b4;
}
        
.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
    font-weight: bold;
}
        
.mdl-switch__label {
    float: left;
    font-weight: normal;
    color: #b0b3b4;
    font-size: 14px;
}

.header {
    float: left;
    width: 100%;
    height: 100px;
    padding: 30px;
    margin-bottom: 40px;
}

.header-back {
    float: left;
    width: 100%;
}

.header-logo {
    float: left;
    width: 100%;
}

.header-button {
    float: right;
    width: 100%;
}

.header-form {
    float: right;
    width: 100%;
    padding-left: 20px;
}

/* Table */
.nav {
  z-index: 9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.bg-color {
  background-color: #46a1de;
  transition-duration: .5s;
}

.text-color {
  color: #333;
  font-weight: bold;
  font-size: 28px;
  padding-left: 40px;
  transition-duration: .5s;
}

.footer {
  padding: 40px 0;
  text-align: center;
  opacity: .33;
  color: white;
}

.wrapper {
  min-width: 600px;
  max-width: 900px;
  margin: 0 auto;
}

.wrapper-payment {
  min-width: 600px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3em;
}

.list-ticket div {
  text-align: left;
}

.list-ticket .wrapper-payment {
  padding-top: 150px;
  text-align: left;
}

.list-ticket h3.text-color {
  margin-bottom: 10px;
}

.list-ticket .tbl-content {
  height: 476px;
}

.tabs {
  display: table;
  table-layout: fixed;
  margin-left: -40px;
  margin-bottom: 5px;
  width: -webkit-fill-available;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  font-size: 16px;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #CBCBC7;
  background-color: #f8f8f8;
}
.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}
.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs > li.active {
  color: #0AB3C9;
  font-weight: bold;
  background-color: #fff;
}
.tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tabs-green {
  display: table;
  table-layout: fixed;
  padding-left: 0px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tabs-green > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  font-size: 16px;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #CBCBC7;
  background-color: #f8f8f8;
}
.tabs-green > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}
.tabs-green > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs-green > li.active {
  color: #20AD4C;
  font-weight: bold;
  background-color: #fff;
}
.tabs-green > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tabs-print {
  display: table;
  table-layout: fixed;
  margin-left: -40px;
  margin-bottom: 5px;
  width: -webkit-fill-available;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.tabs-print > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  font-size: 16px;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #CBCBC7;
  background-color: #f8f8f8;
}
.tabs-print > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}
.tabs-print > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.tabs-print > li.active {
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 40px;
  background-color: #20AD4C;
}
.tabs-print > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content-payment {
  background-color: white;
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 550px;
}

.tab__content-ticket {
  background-color: white;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 380px;
}

.tab__content {
  background-color: white;
  border-radius: 0px 0px 30px 30px;
  position: relative;
  width: 100%;
}
.tab__content > li {
  width: 100%;
  height: 488px;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.tab__content > li.ticketcheck {
  height: 400px;
}
.tab__content > li .content__wrapper {
  text-align: left;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
  background-color: white;
}

.tab__content-print {
  border-radius: 0px 0px 30px 30px;
  position: relative;
  width: 100%;
  margin-top: 120px;
}
.tab__content-print > li {
  width: 100%;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.tab__content-print > li .content__wrapper {
  text-align: left;
  border-radius: 0px 0px 30px 30px;
  width: 100%;
}

.content__wrapper h2 {
  width: 100%;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}
.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 30px 30px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 90%;
}

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 65px;
  border-radius: 15px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 15px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 15px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 15px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #333333;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/* Tab-Content */

table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:400px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-x:auto;
  margin-top: 0px;
}
.tbl-content-print{
  height:230px;
  margin-right: 40px;
  border-radius: 30px;
  overflow-x: auto;
  border:2px solid #20AD4C;
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
td.list-transaksi {
  padding: 10px 0px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  border-bottom: solid 1px #707070;
}
.bg-head {
  background-color: #20AD4C;
}

/* Ticket */


.cardWrap {
  width: 20em;
  color: #fff;
  font-family: sans-serif;
}

.cardWrap-warning {
  width: 65em;
  color: #fff;
  font-family: sans-serif;
}

.card {
  background: #0AB3C9;
  height: 8em;
  float: left;
  position: relative;
  padding: 1em;
}

.card-green {
  background: #20AD4C;
  height: 7em;
  line-height: 5em;
  float: left;
  position: relative;
  padding: 1em;
}

.card-green p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: auto;
}

.cardLeft {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 90px;
}

.cardRight {
  width: 145px;
  border-left: .18em dashed #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.title, .name, .seat, .time {
  text-transform: uppercase;
  font-weight: normal;
  h2 {
    font-size: 12px;
    color: #525252;
    margin: 0;
   }
  span {
    font-size: 10px;
    color: #a2aeae;
  }
}

.title {
  margin: 2em 0 0 0;
}

.name, .seat {
  margin: .7em 0 0 0;
}

.time {
  margin: .7em 0 0 1em;
}

.seat, .time {
  float: left;
}

.eye {
  position: relative;
  width: 2em;
  height: 2em;
  background: #fff;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 100px;
  z-index: 1;
}

.eye-bottom {
  position: relative;
  width: 2em;
  height: 2em;
  background: #fff;
  margin-left: -25px;
  margin-top: 8px;
  border-radius: 100px;
  z-index: 1;
}

.ticket-head-text {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}

.ticket-head-select {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.ticket-text {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.ticket-price {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}

.ticket-price-fail {
    color: red;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.warning {
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  border-bottom: none;
}


/* Input Number */

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: solid 1px #CBCBCB;
    padding: 0 2px;
    min-width: 100px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 30px;
    padding-top: 12px;
    padding-left: 2px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #CB2020;
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 30px;
    padding-top: 12px;
    padding-left: 2px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #20AD4C;
}
div {
    text-align: center;
}

/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}


/* Payment */

.payment-left {
    text-align: left;
    height: 540px;
    padding-top: 20px;
    border-right: 3px dashed #bebebe;
}

.payment-left.detail-ticket {
  border-right: none;
}

.payment-right {
    text-align: left;
    height: 540px;
    padding-top: 20px;
    margin-top: 85px;
}

.payment-right div {
  text-align: left;
}

.payment-right label,
.payment-right .form-control {
  font-size: 17px;
}

.payment-ticket-left {
    text-align: left;
    padding-top: 35px;
}

.payment-ticket-right {
    text-align: center;
    padding-top: 20px;
}       

.payment-ticket {
    color: #333;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.payment-price {
    color: #333;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
}

.payment-price.input-personal-data {
  font-size: 24px;
}

.payment-va {
    color: #333;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.payment-va-body {
    color: #333;
    font-size: 12px;
}

.payment-va-alert {
    color: red;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.payment-price-detail {
    color: #333;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #bebebe;
}

.payment-price-right {
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.payment-price-right-warning {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    height: 255px;
}

.panel-warning {
    color: #fff;
    background-color: #ffdddd;
    padding: 15px;
    margin-top: 50px;
    border: 1px solid #CB2020;
}

.panel-warning-text {
    color: #CB2020;
    background-color: #ffdddd;
    padding-top: 15px;
    font-weight: bold;
}

.payment-subprice-right {
    color: #333;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 40px;
    border-bottom: solid #bebebe 1px;
}

.payment-subprice-fraction {
    color: #333;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 40px;
    padding-top: 30px;
}

.payment-price-bottom {
    color: #333;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    border-top: 2px solid #bebebe;
    width: 350px;
    padding-top: 10px;
}

.detail-ticket .payment-price-bottom {
  width: 415px;
}

.list-booking {
  height: 350px;
  overflow: scroll;
}

.stripes-top {
  border-top: 1px dashed #bebebe;
}

.shape-1 {
  border-radius: 30px 0px 0px 0px;
}

.shape-2 {
  border-radius: 0px 0px 0px 0px;
}

.shape-3 {
  border-radius: 0px 30px 0px 0px;
}

.shape-4 {
  border-radius: 30px 30px 0px 0px;
}

/* Theme Copyright */

.theme-copyright {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .theme-copyright {
    padding: 20px 0;
  }
}
.theme-copyright-text {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 992px) {
  .theme-copyright-text {
    text-align: center;
  }
}
.theme-copyright-text a {
  font-weight: bold;
  color: #fff;
}
.theme-copyright-text a:hover {
  color: #fff;
}

.menu-option {
  margin-top: 20px;
}

.container-check {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thanks {
  height: auto;
  vertical-align: middle;
  margin-top: 150px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-align: left;
}

.panel-body {
  text-align: left;
  padding: 15px;
}

.btn-ticket-detail {
  margin-left: -110px;
  background: rgb(32, 173, 76);
}

.btn-ticket-detail b {
  display: block;
}

.act-btn{
  background:#11cc4a;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: white;
  font-size: 27px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 30px;
  bottom:30px;
  z-index: 100;
  text-decoration: none;
}
.act-btn:hover, .act-btn:active, .act-btn:focus {
  text-decoration: none;
  color: white;
}