.navbar-inverse {
    background-color: #0d4c48;
    border-color: #006687;
}

/*basic reset*/
* {margin: 0; padding: 0;}

/*form styles*/
#msform {
	max-width: 903px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform select, #msform textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	/*width: 100%;*/
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}
#msform input[type=checkbox], #msform input[type=radio] {
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
#msform label {
	line-height: 3em;
	text-align: left;
}
/*buttons*/
#msform .action-button {
	width: auto;
	background: #0d4c48;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 15px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #0d4c48;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #0d4c48;
	text-transform: uppercase;
	font-size: 9px;
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #E2E2E2;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #E2E2E2;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #0d4c48;
	color: white;
}
.resume_reservasi{
	text-align: left;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.refresh-captcha{
	height: 75px;
}
.refresh-captcha i{
	top: 20px;
	width: 14px;
    height: 13px;
}
.loading-captcha{
	width: 206px;
    text-align: right;
	background: url('../images/loader.gif') no-repeat 48px;
}
.bootbox .modal-dialog{
	z-index: 9999;
}
.modal.fade.in{
    top: 30%;
}
.modal-backdrop{
	height: 100% !important;
}
@media only screen and (max-width: 500px) {
    body {
        /*background-color: lightblue;*/
    }
	#msform fieldset {
	    width: 100%; 
	    margin: 0;
	}
}
th {
	text-align: center;
}
#loading {
	text-align: center;
}
#loading > .modal-backdrop{
	z-index: -1;
}
#loading > .spinner{	
	background: transparent url('../images/spinner-box.gif') 0 0 no-repeat;
}
.footer .pull-left {
    float: none !important;
	text-align: center;
}
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.footer {
    text-align: center;
    padding: 1px 0;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.info-last-reservasi td{
	vertical-align: top;
}
.modal-body p{
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}
.text-left{
	text-align: left;
}
.progressUpload { position:relative; padding: 1px; border-radius: 3px; }
.barUpload { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; border: 1px solid #ddd;}
.percentUpload { position:absolute; display:inline-block; top:3px; left:48%; }