@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
html {
	  height: 100%;
	  box-sizing: border-box;
	}
body {
	/*padding-top: 5rem;*/
	position: relative;
	font-family:'Open Sans', sans-serif;
	background-color: #f7f7f7;
	min-height: 100%;
	padding-bottom: 10rem;
}
main {
	min-height: 100%;
}
a {
 	color: #38afda;
}
a:hover {
	color: #0a779e;
	text-decoration: none;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0; 
    margin-left: 0; 
}
.container {
    width: 100%;
    padding-right: 0; 
    padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}
.loader {
  border: 24px solid #f3f3f3;
  border-radius: 50%;
  border-top: 24px solid #38afda;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.navbar {
	padding: .2rem 1rem;
}
.navbar-light {
	background-color: #ffffff;
}
.navbar-brand {
	margin-right: 0px;
}
.navbar-brand img {
	height: 40px;
	float: left;
}
.navbar-brand .title {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
	/*width: 40%;*/
}
.navbar-brand .title .bold {
	font-size: 16px;
	font-weight: 600;
	white-space: normal;
}
.header-title-info {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #38afda;
}
.dropdown-menu {
	min-width: 15rem;
	margin-top: 10px;
	border-radius: 0px;	
	border: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}
.img-lang {
	width: 20px;
	height: 20px;
	border: 2px solid #acacac;
}
.step-num-on {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #38afda;
	color: #ffffff;
  	font-weight: 500;
  	border-radius: 50%!important;
	font-size: 26px;
	text-align: center;
}
.step-num-on .text {
}
.step-on {
	float: left;
	margin: 8px 20px;
	color: #38afda;
}
.icon-next-on, .icon-next-off {
	float: right;
	width: 100px;
	height: 100%;
	align-items: center!important;
}
.icon-next-on img, .icon-next-off img {
	height: 14px;
	margin: 13px 40px;
}
.step-num-off {
	float: left;
	width: 40px;
	height: 40px;
	color: #cecece;
  	font-weight: 500;
  	border-radius: 50%!important;
	font-size: 26px;
	text-align: center;
}
.step-off {
	float: left;
	margin: 8px 20px;
	color: #cecece;
}
.step-current-proses {
	color: #777777;
	margin-right: 10px;
}
.step-current {
	color: #38afda;
	margin: 0px 20px;
}
.step-num-current {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #38afda;
	color: #ffffff;
  	border-radius: 50%!important;
	text-align: center;
}
.card {
	border-radius: 2px;
	background-color: #ffffff;
	border: none;
}
.card-border {
	border: 1px solid rgba(0,0,0,.125);
}
.card-header {
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	padding: .5rem;
	border-left: 3px solid #38afda;
}
.card-body {
	padding: 10px;
	font-size: 12px;
}
.panelchosendate {
	border-radius: 2px;
	background-color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #333333;
	border: none;
	width: 100%;
    margin-left: 0;
    display: none;
}
.chosendatepart {
    text-align: left;
    padding: 5px 25px;
}
.chosendiv {
	width: 100%; 
	float: right;
}
.chosenicon {
	float: left;
    width: 40px;
}
.chosenicon img{
    width: 21px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}
.chosenlabel {
	width: 80%;
	float: left;
}
.chosenvalue {
    font-size: 13px;
    width: 75%;
    float: left;
}
.drop-icon {
	float: right;
	width: 15px;
}
.hasrightdivider {
    /*border-right: 1px solid #bbbbbb;*/
    border-bottom: 1px solid #bbbbbb;
}
a.dropdown-link {
	color: #000000;
	margin-left: 0px;
}
a.dropdown-link:hover {
	text-decoration: none;
}
.dropdown-item {
	font-size: .8rem;
}

.room-img img.img-room {
	float: left;
	border-radius: 4px;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.dropdown-chosendate {
	margin-top: 50px;
	margin-left: 10px;
	width: 90%;
}

.dropdown-chosendate .scroll {
	max-height: 250px;
	overflow-y: scroll;
}
.dropdown-chosendate-mini {
	margin-top: 15px;
	margin-left: -5px;
	min-width: 300px;
}
.dropdown-duration-mini {
	margin-top: 15px;
	margin-left: -120px;
	min-width: 280px;
}
.dropdown-duration-mini.scroll {
	max-height: 250px;
	overflow-y: scroll;
}
.dropdown-guest-mini {
	margin-top: 15px;
	margin-left: -140px;
	min-width: 200px;
}
.dropdown-guest-mini.scroll {
	max-height: 250px;
	overflow-y: scroll;
}
.dropdown-room-mini {
	margin-top: 15px;
	margin-left: -140px;
	min-width: 200px;
}
.dropdown-room-mini.scroll {
	max-height: 250px;
	overflow-y: scroll;
}
.drop-icon {
	/*position: absolute;
	padding: 10px 0;*/
}
.drop-icon img{
	width: 13px;
}

.row-kategori {
	padding: 5px 0;
	border-bottom: 3px solid #f7f7f7;
}
.table-nav-kat {
	min-width: 50%;
}
.table-nav-kat tr td {
	min-width: 70px;
}
.nav-kategori {
	display: block;
	padding: 10px 30px;
	color: #bbbbbb;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-align: center;
}
.nav-kategori.active {
	border-radius: 2px;
  	background-color: #ffffff;
  	border: solid 1px #38afda;
  	color: #38afda;
}

.room-list {
	width: 100%;
    margin-left: 0;
}
.room-item {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	transition: box-shadow 0.15s ease-in-out;
}
.room-item:hover, .room-item-hasbottomdivider:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
	border: none;

}
.room-item-hasbottomdivider {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
    border-bottom: 1px solid #e3e3e3;
	transition: box-shadow 0.15s ease-in-out;
}
.room-item-hasrightdivider {
    border-right: none;
}
.room-img img.img-room {
	background-color: #dcdcdc;
	float: left;
	border-radius: 4px;
	width: 80px;
	height: 80px;
}
.promo-kat-name {
	color: #dcb423;
}
.promo-star-img {
	width: 20px;
	height: 20px;
	margin-top: -20px;
}
.promo-ribbon, .member-promo-ribbon {
	position: absolute;
}
.promo-ribbon img.img-ribbon{
	width: 40px;
}
.promo-label {
	position: absolute;
	top: 5px;
	left: 7px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #ffffff;
}
.room-title {
	float: left;
	width: 60%;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #333333;
	margin-left: 10px;
	line-height: 18px;
}
.room-maxguest {
	float: left;
	width: 60%;
	font-size: 11px;
	color: #aaaaaa;
	margin-left: 10px;
}
.room-include {
	float: left;
	width: 60%;
	margin-top: 0px;
	margin-left: 10px;
	min-height: 55px;
}
.room-include-item {
	font-size: 11px;
	letter-spacing: 0.3px;
	color: #333333;
}
.room-include-img {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	float: left;
}
.button-room-detail {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 1px 8px;
	border-radius: 2px;
	border: solid 1px #38afda;
	color: #38afda;
	background: none;
	letter-spacing: 0.4px;
	font-size: 12px;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
}
.button-room-detail:hover {
	background-color: #38afda;
	color: #ffffff;
}
.flag-hot-promo {
	position: absolute;
	right: 5px;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
	/*background-color: #ff0300;*/
	color: #ffffff;
    font-size: 11px;
    border-radius: 3px;
    background: url(../img/bg_hot_promo.png) no-repeat;
}
.flag-last-minute {
	position: absolute;
	right: 5px;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
    /*background-color: #0060ad;*/
    color: #ffffff;
    font-size: 11px;
    border-radius: 3px;
    background: url(../img/bg_last_minute.png) no-repeat;
}
.flag-min-stay {
	position: absolute;
	right: 5px;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
    /*background-color: #0060ad;*/
    color: #ffffff;
    font-size: 11px;
    border-radius: 3px;
    background: url(../img/bg_min_stay.png) no-repeat;
}
.flag-early-bird {
	position: absolute;
	right: 5px;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
    /*background-color: #218d4e;*/
    color: #ffffff;
    font-size: 11px;
    border-radius: 3px;
    background: url(../img/bg_early_bird.png) no-repeat;
}
.fasilitas-more {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.room-member-disc {
	font-size: 10px;
}
.room-price-list {
	text-align: right;
}
.room-price-button {
	text-align: right;
}
.room-price-full {
	font-size: 14px;
	letter-spacing: 0.4px;
	text-align: right;
	color: #333333;
	text-decoration: line-through;
	line-height: 15px;
}
.room-price-disc {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-align: right;
	color: #fb0a20;
	line-height: 20px;
}
.curr-text {
	color: #999999;
	float: left;
	font-size: 16px;
}
.room-price-desc {
	font-size: 12px;
	letter-spacing: 0.4px;
	text-align: right;
	color: #333333;
}
.room-reminder {
	font-size: 11px;
	margin-right: -10px;
}
.button-book-now {
	width: 100%;
	border: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	background-color: #38afda;
	cursor: pointer;
	margin-right: -15px;
}
.button-book-now:hover {
	background-color: #278fb5;
}
.column-price {
	margin-top: 5px;
	min-height: 100%;
}
.minichosendate {
	display: block;
	margin-bottom: .1rem;
}
.minichosenlabel {
	font-size: 11px;
	float: left;
	width: 100%;
	text-align: center;
}
.minichosenvalue {
	font-size: 12px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.funkyradio label {
    width: 100%;
    height: 2rem;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2em;
    text-indent: 3.25em;
    margin: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 95%;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'\2714';
    text-indent: .6em;
    color: #909090;
    width: 2em;
    background-color: #dedede;
    border-radius: 50%!important;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .6em;
    color: #C2C2C2;
    color: #fff;
    background-color: #cdcdcd;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #343434;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .6em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
.checkout-period {
	margin-top: -8px;
}
.checkout-date-label {
	position: absolute;
	font-size: 12px;
	margin-top: -12px;
}
.text-small {
	font-size: 11px;
	letter-spacing: 0.2px;
	color: #777777;
}
.card-detail-pemesanan {
	background-color: #f9f9f9;
	border: solid 1px #e3e3e3;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #777777;
	margin-bottom: 5px;
}
.detail-pemesanan .label-left {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #262626;
}
.detail-pemesanan .label-right {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-align: right;
	color: #262626;
}
.detail-pemesanan .border-bottom {
	border-bottom: solid 1px #e3e3e3;
}
.detail-pemesanan .row {
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.detail-pemesanan .float-right {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.4px;
}
.detail-pemesanan .total {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #38afda;
}
.ekstra {
	max-height: 100px;
	overflow-y: scroll;
}
.ekstra::-webkit-scrollbar-track
{
	background-color: none;
}
.ekstra::-webkit-scrollbar
{
	margin-right: 2px;
	width: 3px;
	background-color: none;
	border-radius: 1px;
}
.ekstra::-webkit-scrollbar-thumb
{
	background-color: #dddddd;
}
.ekstra .row {
	padding: 5px 0;
	margin-left: 0;
	margin-right: 0;
}
.ekstra .border-bottom {
	border-bottom: solid 1px #e3e3e3;
}
.ekstra .border-right {
	border-right: solid 1px #e3e3e3;
}
.ekstra-img img.img-ekstra {
	background-color: #dcdcdc;
	float: left;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.ekstra-coldesc {
	float: left;
	margin-left: 10px;
}
.ekstra-title {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #262626;
	cursor: pointer;
}
.ekstra-desc {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.3px;
	color: #808080;
}
.ekstra-satuan {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #262626;
}
.ekstra-price {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #ff2a2a;
}
.ekstra-total-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #777777;
}
.ekstra-total {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: right;
	color: #333333;
}
select.form-control:not([size]):not([multiple]) {
    height: 35px;
    padding: 0;
}
select.form-control.input-sm:not([size]):not([multiple]) {
    height: calc(1.5rem + 2px);
    padding: 0;
}
.form-control.special-request {
	height: 35px;
}
.card-body.voucher {
	text-align: center;
}
.voucher-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #38afda;
}
.voucher-label {
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #333333;
}
.grand-total-label {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #777777;
}
.grand-total {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #38afda;
}
.grand-total-idr {
	font-size: 12px;
	letter-spacing: 0.6px;
	text-align: right;
	color: #777777;
}
.card.metode-bayar .card-header {
	text-align: center;
}
.row.payMethod{
    background: white;
    padding: 10px 0 0;
    margin-left: 0px;
    margin-right: 0px;
}
.row.payMethod .payType{
    width: 124px;
    height: 65px;
    background-size: 100% 100%;
    margin: 0 auto 15px auto;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
}
.row.payMethod .active{
    box-shadow: 0 0 10px #336600;
}
.creditCard{
    background: url(../img/creditCard.png);
}
.debitBNI{
    background: url(../img/debitBNI.png);
}
.bniPromo{
    background: url(../img/bniPromo.png);
}
.banktransfer{
    background: url(../img/bankTransfer.png);
}
.pacpayment{
    background: url(../img/pacpayment.png);
}
.qrcode{
    background: url(../img/qrcode.png);
}
.bniva{
    background: url(../img/bniva.png);
}
.bca_va{
    background: url(../img/bca_va.png);
}
.mandiri_va{
    background: url(../img/mandiri_va.png);
}
.bri_va{
    background: url(../img/bri_va.png);
}
.bsi_va{
    background: url(../img/bsi_va.png);
}
.permata_va{
    background: url(../img/permata_va.png);
}
.cimbniaga_va{
    background: url(../img/cimbniaga_va.png);
}
.indomaret{
    background: url(../img/indomaret.png);
}
.alfamart{
    background: url(../img/alfamart.png);
}
.gopay{
    background: url(../img/gopay.png);
}
.bniyap{
    background: url(../img/bniyap.png);
}
.qrcode{
    background: url(../img/qrcode.png);
}
.payathotel{
    background: url(../img/payathotel.png);
}
.shopeepay{
    background: url(../img/shopeepay.png);
}
.redeempoin{
    background: url(../img/redeempoin.png);
}
.row.payMethod input[type=radio]{
    display: none;
}
.row.payMethod .payType .paySel{
    position: absolute;
    top: 0;
    right: 0;
}
.payment-hint {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #777777;
	background: #def6ff;
	/*border: 1px solid #efefef;*/
	border-radius: 5px;
	margin-top: -13px;
	padding: 5px;
	margin-bottom: 10px;
}
.kebijakan-label {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #777777;
	text-align: center;
}
.kebijakan-text {
	border-radius: 2px;
	background-color: #f7f7f7;
	border: solid 1px #e3e3e3;
	max-height: 100px;
	overflow: scroll;
	padding: 5px;
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #777777;
}
.kebijakan-text::-webkit-scrollbar-track
{
	background-color: none;
}
.kebijakan-text::-webkit-scrollbar
{
	margin-right: 2px;
	width: 3px;
	background-color: none;
	border-radius: 1px;
}
.kebijakan-text::-webkit-scrollbar-thumb
{
	background-color: #dddddd;
}
.kebijakan-agree {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.6px;
	color: #000;
	font-weight: bold;
}

.hide, .hidden {
	display: none !important;
}
.gray {
	color: #999999;
}
.noPad{
    padding: 0;
}
.noPad-lg{
    padding: 0;
}
.narrowPad{
    padding: 5px;
}
.narrowPad-lg{
    padding: 0;
}
.bgf7 {
	background-color: #f7f7f7;
}
.bgf9 {
	background-color: #f9f9f9;
}
.text-center {
	text-align: center;
}
.bg-info-light {
	background-color: #cdf5fb;
}

.disable-layer {
	background-color: rgba(220, 220, 220, 0.41); 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	margin: -10px;
}

.row.subtotal {
	background-color: #efefef;
}
.collapse-toggle:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
}
.border-top {
	border-top: 1px solid #e3e3e3;
}
.border-bottom {
	border-bottom: solid 1px #e3e3e3;
}
.border-top {
	border-top: solid 1px #e3e3e3;
}
img.img-finish-logo {
	height: 30px;
}
img.img-finish-logo-big {
	height: 60px;
}
.payment-powered {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #333333;
}

/* Forms
-------------------------------------------------- */
.error-msg {
	color: #888888;
}
.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
    font-size: 11px;
    text-align: right;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-feedback .form-control-feedback {
    right: 20px;
}

buttons.less:15
.has-success .form-control-feedback {
    color: #3c763d;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback .form-control-feedback {
    right: 20px;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0;
}

label.custom-control {
	margin-bottom: 0;
}

.custom-control-description {
	margin-top: 4px;
	font-weight: bold;
}
.text-info {
	color: #38afda;
}

/* Forms
-------------------------------------------------- */
.form-group {
    margin-bottom: .2rem;
}
.form-group label {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #333333;
	margin-bottom: 0;
}
.form-control {
  	height: 35px;
	border-radius: 2px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 12px;
}
.btn {
	border-radius: 2px;
}
.btn-info {
    background-color: #38afda;
    border-color: #38afda;
}
.btn-disabled {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.minh80 {
	min-height: 0;
}
.minh100 {
	min-height: 0;
}
.minh250 {
	min-height: 0;
}
.minh500 {
	min-height: 0;
}
.btn-lanjutkan {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.btn-voucher {
	padding: 0 .75rem;
	font-size: 12px;
}
.btn-remove {
	height: 30px;
	padding: 0 .75rem;
	font-size: 12px;
}
.btn-block-height {
    height: 100%;
}
.diskon-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #38afda;
}
.voucher-total {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #ff4444;
}
.voucher-idr {
	font-size: 12px;
	text-align: right;
  	color: #777777;
}
.img-cara-transfer {
	margin-right: 10px;
	margin-top: 7px;
	float: left;
}
.header-cara-transfer {
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #333333;
}
ol.step-transfer {
	padding-left: 20px;
}
ol.step-transfer li {
	padding-left: 20px;
}
ol.step-bni {
	padding-left: 10px;
}
ol.step-bni li{
	margin-bottom: 20px;
}

/* Modal
-------------------------------------------------- */
.modal-content {
	border: none;
	border-radius: 0;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}
#detailtab {
	font-size: 12px;
}
#detailtabcontent {
	padding: 10px;
    font-size: 12px;
	letter-spacing: 0.3px;
}
.tab-pane {
	text-align: justify;
}
.tab-pane ul.fasilitas-list {
	padding-left: 10px;
	columns: 2;
	list-style-position: inside;
}

/* Member
-------------------------------------------------- */
.link-img-profile {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.img-profile {
	width: 35%;
	border-radius: 50%;
}
.member-h1 {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: left;
  color: #25aae1;
}
.member-email-h1 {
	letter-spacing: 0.2px;
	color: #333333;
}
.member-poin-h1 {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: center;
	color: #25aae1;
	border-bottom: solid 1px #25aae1;
}
.bg-member-menu {
	padding: 5px;
	background-color: #f3fafc;
	border-radius: .25rem;
}
.bg-member-menu:hover {
	background-color: #def0f5;
}
.bg-member-menu.active{
	background-color: #d8eff7;
}
.member-menu-icon {
	vertical-align: middle;
}
.member-menu-text {
	margin-left: 20px;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: left;
	color: #333333;
	vertical-align: middle;
}
.member-menu-chevron {
	font-size: 22px;
	color: #333333;
	float: right;
	vertical-align: middle;
}
.member-title {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: left;
	color: #25aae1;
}
.member-redeem-itemname {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: left;
	color: #333333;
	color: var(--black);
	/*min-height: 60px;*/
}
.member-redeem-itempoin {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: left;
	color: #777777;
}
.member-room-img img.img-room {
	float: left;
	border-radius: 4px;
	width: 70px;
	height: 70px;
}
.member-promo-ribbon img.img-ribbon{
	width: 35px;
}
.member-promo-label {
	position: absolute;
	top: 5px;
	left: 7px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #ffffff;
}
.member-room-title {
	float: left;
	width: 75%;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
	color: #333333;
	margin-left: 10px;
	line-height: 18px;
}
.member-room-maxguest {
	float: left;
	width: 75%;
	font-size: 11px;
	color: #aaaaaa;
	margin-left: 10px;
}
.member-room-price-full {
	font-size: 14px;
	letter-spacing: 0.4px;	
	color: #333333;
	text-decoration: line-through;
	line-height: 15px;
}
.member-column-price {
	float: left;
	width: 75%;
	margin-top: 5px;
	margin-left: 10px;
}
.member-price-disc {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-align: left;
	color: #fb0a20;
	line-height: 20px;
}
.member-tabs .nav-link {
	color: #bbbbbb;
	font-size: 18px;
  	font-weight: 600;
}
.member-tabs .nav-link:hover {
	color: #25aae1;
}
.member-tabs .nav-item.show .nav-link, .member-tabs .nav-link.active {
	color: #25aae1;
	font-size: 18px;
  	font-weight: 600;
}
.produk-outstok {
	opacity: 0.5;
}
.div-img-redeem {
	/*min-height: 150px;*/
}
.table-history {
	font-size: 13px;
}
.table-inbox td, .table-inbox th {
    border-top: 1px solid #dfdfdf;
}
.iteminbox {
	cursor: pointer; 
	font-size: 13px;
}
.iteminbox:hover td {
	background-color: #cfcfcf;
}  
.iteminbox-date {
	float: right;
	font-size: 11px; 
	color: #999999;
}
.read { 
	background: #efefef;
}
.list-inbox {
	overflow-y: scroll;
	max-height: 150px;
}
#isiinbox {
	overflow-x: scroll;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	height: auto; /* Set the fixed height of the footer here */
	line-height: 30px; /* Vertically center the text there */
	background-color: #f7f7f7;
}
.footer .top {
	border-top: 1px solid #c2c2c2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .bottom {
	background-color: #e9e9e9;

}
.footer .bottom {
	font-size: 12px;
	letter-spacing: 0.3px;	
	color: #333333;
	text-align: center;
}
.footer .bottom .bold {
	font-weight: 600;
}
.img-footer-logo {
	margin-top: 5px;
}
.img-footer-payment {
	margin-top: 10px;
}
.bold {
	font-weight: bold;
}
.compare-modal {
	position: fixed;
	bottom: 0; 
	right: 5px; 
	z-index: 10;
}
.compare-modal .card-body {
	border: 1px solid #bbbbbb;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	body {
		/*background-color: blue;*/
	}
	.row {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -15px; 
	    margin-left: -15px; 
	}
	.container {
	    width: 100%;
	    padding-right: 0; 
	    padding-left: 0; 
	    margin-right: auto;
	    margin-left: auto;
	}
	.container {
	    width: 100%;
	    padding-right: 15px; 
	    padding-left: 15px; 
	    margin-right: auto;
	    margin-left: auto;
	}
	.card-header {
		font-size: 16px;
		padding: .75rem;
	}
	.card-body {
		padding: 10px;
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	.img-footer-payment {
		margin-top: 10px;
	}
	.hasrightdivider {
	    border-right: 1px solid #bbbbbb;
	    border-bottom: none;
	}
	.panelchosendate {
		border-radius: 2px;
		background-color: #ffffff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17), inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
		font-size: 12px;
		letter-spacing: 0.3px;
		text-align: center;
		color: #333333;
		border: none;
		width: 100%;
    	margin-left: 0;
    	display: block;
	}
	.chosendatepart {
	    text-align: left;
	    padding: 0 15px;
	}
	.chosenicon img{
	    width: 21px;
	    height: 20px;
	    margin-top: 10px;
	    margin-left: 10px;
	}
	.room-list {
		width: 100%;
	    margin-left: 0;
	}
	.room-item {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		transition: box-shadow 0.15s ease-in-out;
	}
	.room-item:hover, .room-item-hasbottomdivider:hover {
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);
		border: none;

	}
	.room-item-hasbottomdivider {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
	    border-bottom: 1px solid #e3e3e3;
	 
		transition: box-shadow 0.15s ease-in-out;
	}
	.room-item-hasrightdivider {
		border-right: 1px solid #bbbbbb;
	}
	.room-img img.img-room {
		float: left;
		border-radius: 4px;
		width: 100px;
		height: 100px;
	}
	.promo-ribbon img.img-ribbon{
		width: 50px;
	}
	.promo-label {
		position: absolute;
		top: 5px;
		left: 7px;
		font-size: 18px;
		font-weight: 400;
		line-height: 18px;
		color: #ffffff;
	}
	.room-title {
		float: left;
		width: 70%;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.4px;
		color: #333333;
		margin-left: 10px;
    	line-height: 18px;
	}
	.room-maxguest {
		float: left;
		width: 70%;
		font-size: 12px;
		color: #aaaaaa;
		margin-left: 10px;
	}
	.room-include {
		float: left;
		width: 70%;
		margin-top: 10px;
		margin-left: 10px;
	}
	.room-include-item {
		font-size: 12px;
		letter-spacing: 0.3px;
		color: #333333;
	}
	.room-include-img {
		height: 12px;
		margin-right: 10px;
	}
	.button-room-detail {
		position: absolute;
		bottom: 0;
		right: 20px;
		padding: 1px 8px;
		border-radius: 2px;
		border: solid 1px #38afda;
		color: #38afda;
		background: none;
		letter-spacing: 0.4px;
		font-size: 12px;
		transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		cursor: pointer;
	}
	.button-room-detail:hover {
		background-color: #38afda;
		color: #ffffff;
	}
	.room-fas-title {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.3px;
		color: #333333;
	}
	ul.room-fas-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-left: 0px;
		list-style-position: inside;
	}
	.room-fas-list li {
		margin-left: 0px;
		font-size: 12px;
		letter-spacing: 0.3px;
		color: #333333;
	}
	.room-price-list {
		text-align: right;
	}
	.room-price-button {
		text-align: right;
	}
	.room-t {
		width: 100%;
		padding: 0;
		display: table;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
	.room-tc {
		padding: 0;
		vertical-align: middle;
		display: table-cell;
		margin: 0;
	}
	.room-price-full {
		font-size: 16px;
		letter-spacing: 0.4px;
		text-align: right;
		color: #333333;
		text-decoration: line-through;
	}
	.room-price-disc {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.7px;
		text-align: right;
		color: #fb0a20;
		line-height: 24px;
	}
	.curr-text {
		color: #999999;
		float: left;
		font-size: 16px;
	}
	.room-price-desc {
		font-size: 12px;
		letter-spacing: 0.4px;
		text-align: right;
		color: #333333;
	}
	.room-reminder {
		font-size: 11px;
		margin-right: 0;
	}
	.button-book-now {
		width: 100%;
		border: none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 2px;
  		background-color: #38afda;
  		cursor: pointer;
  		margin-right: 0;
	}
	.button-book-now:hover {
		background-color: #278fb5;
	}
	.column-price {
		min-height: 100%;
	}

	.dropdown-checkin {
	    z-index: 1000;
	    display: none;
	    float: left;
	    width: 98%;
	    padding: .5rem;
	    color: #212529;
	    text-align: left;
	    background-color: #fff;
	    border-radius: 0px;
	    border: none;
	    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	    position: absolute;
	    top: 50px;
	    left: 5px;
	    -webkit-transition:  visibility .3s ease-out;
	    -moz-transition:  visibility .3s ease-out;
	    -ms-transition:  visibility .3s ease-out;
	    transition:  visibility .3s ease-out;
	}
	.dropdown-checkin.show {
		display: block;
	}
	.dropdown-chosendate.scroll {
		max-height: 250px;
		overflow-y: scroll;
	}
	.minichosendate {
		display: none;
	}
	
	.ekstra {
		max-height: 200px;
		overflow-y: scroll;
	}
	.ekstra-img img.img-ekstra {
		width: 50px;
		height: 50px;
	}
	select.form-control:not([size]):not([multiple]) {
	    height: 45px;
	}
	select.form-control.input-sm:not([size]):not([multiple]) {
	    height: 45px;
	}
	.voucher-title {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		color: #38afda;
	}
	.voucher-label {
		font-size: 18px;
		letter-spacing: 0.4px;
		color: #333333;
	}
	.form-control {
    	height: 45px;
    }
    .form-group {
    	margin-bottom: .5rem;
    }
    .form-group label {
    	margin-bottom: .5rem;
    }
    .form-control.special-request {
		height: 100px;
	}
    .grand-total-label {
		font-size: 18px;
	}
	.btn-voucher {
		padding: .375rem .75rem;
		font-size: 1rem;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	body {
		/*background-color: green;*/
	}
	.img-footer-payment {
		margin-top: 10px;
	}
	.navbar-brand .title {
		margin-left: 20px;
		/*width: 80%;*/
	}
	.navbar-light {
		background-color: #ffffff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	}
	.ekstra {
		max-height: 300px;
		overflow-y: scroll;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	body {
		/*background-color: yellow;*/
	}
	.img-footer-payment {
		margin-top: 10px;
	}
	.minh80 {
		min-height: 80px;
	}
	.minh100 {
		min-height: 100px;
	}
	.minh250 {
		min-height: 250px;
	}
	.minh500 {
		min-height: 500px;
	}
	.noPad-lg{
		padding-left: 15px;
		padding-right: 15px;
	}
	.narrowPad-lg{
	    padding: 5px;
	}
	.card-header {
		border-left: none;
	}
	.row.payMethod .payType{
	    width: 137px;
	    height: 70px;
	}
	.ekstra {
		max-height: 442px;
		overflow-y: scroll;
		margin-bottom: 10px;
	}
	.detail-pemesanan .total {
		font-size: 22px;
	}
	.card-body.voucher {
		height: 180px;
	}
	.grand-total {
		font-size: 30px;
	}
	.grand-total-idr {
		font-size: 18px;
	}
	.collapse-toggle:after {
		content: "";
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	body {
		/*background-color: cyan;*/
	}
	.img-footer-payment {
		margin-top: 10px;
	}
}