.container{
    /*background-color:#f5f5f5;*/
}
/*
.fixed-top .container{
  margin-top: 50px;
}*/
a:hover{
  cursor:hand;
}
#jarak{
    display: block;
    height:10px;
}

.home-form{
  text-align:center;
  margin-top:30px;
}

.hero-unit {
  margin-bottom: 25px;
  /*background-color:#8ac3f3;*/
  background-color:#8ac3f3;
  padding: 30px 30px;
}
#breadcrumb{
  height:40px;
}
.left150{
  margin-left:150px;
}

.h350{
  min-height:300px;
  padding-bottom:20px;
}
#error-page{
  display: block;
  min-height:30px;
  text-align:center;
}

.top-panel{
  background:#f1f1f1;
  display: block;
  height:60px;
  padding-top:15px;
  border-bottom:1px solid #e1e1e1;
  margin-bottom:20px;
 margin-top: 40px;
}
.bottom-panel{
  /*background:#f1f1f1;*/
  display: block;
  padding-top:15px;
  margin-top:15px;
  margin-bottom:35px;
}
.top-panel h2{
  padding-top:5px;
}
.top-panel .btn{
  margin-top:10px;
}
.boxgray{
  background:#f4f4f4;
}
.box-gray{
  border:1px solid #e1e1e1;
}

h3{
  color:#8ac3f3;
}
.mng-option{
  margin-top: 50px !important;
}

/* LOADING ICON  ********************
*************************************************/
#loading{
  display:block;
  float: none;
  position:absolute;
  width:30px;
  height:28px;
  margin-top:20px;
  right:25px;
  text-align:center;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 1;
}

/* HOME PANEL   ********************************
*************************************************/

.home_gallery,
.home_login {
  height:330px;
  /*width:268px;*/
  color:#333;
  /*border:1px solid #8ac3f3;*/
  border:1px solid #e1e1e1;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; */
  background:#f4f4f4;
  text-align:center;
}
/*
.home_logo{
  border:none;
}*/

.home_gallery_bot,
.home_login_bot {
  height:16px;
  width:268px;
  background: url(../img/home_shadow.png);
}
.home_gallery a,
.home_login a{
  color: #8ac3f3;
}
.home_login_bot,
.home_login {
 /* margin-left:20px;*/
}

.home_logo{
  /*height:210px;
  margin-bottom:20px;
  background: url(../img/nusajaya168.png) center no-repeat;*/
  text-align:center;
  margin-top:20px;
}
.home_logo img{
  margin-top:20px;
}

.home_login h4,
.home_gallery h4{
  margin:10px 0;
}
.home_gallery_img{
  height:179px;
  background: url(../img/home_gallery_img.png) no-repeat;
}

.home-slide{
  height:200px;
  background:#f4f4f4;
}

/* CLASS FOR TEXT ALIGNMENT  ********************
*************************************************/
.rata_tengah{
  text-align:center;
}
.rata_kanan {
  text-align:right;
}
/* CLASS FOR TOP NAV PROFILE  ********************
-------------------------------------------------- */
.navbar-fixed-top .profile {
  padding:10px 0 0 0;
  margin-right: 20px;
  float: right;
  font-weight: normal;
  color: #666;
}
.navbar-fixed-top .profile:hover {
  text-decoration: none;
  color: #ccc;
}
/*
.navbar-inner .nav-collapse {
  overflow: visible;
}*/
/*
.navbar .nav > li > a {
  padding:22px;
}*/

.navbar .nav-new > li > a {
  padding:16px;
}
.navbar .nav-new > li > a:hover {
  background: #f4f4f4;
  color: #333;
}
.navbar .nav .active > a, 
.navbar .nav .active > a:hover {
    background-color: #00a2e9;
    color: #FFFFFF;
    text-decoration: none;
  font-weight:bold;
  font-size:18px;
}

.navbar-inner{
  -moz-border-radius:0px;
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
  -webkit-border-radius:0px;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
  /*background-color:#373b43;
  background-image:none;*/
  background-repeat:none;
  border-radius:0px;
  box-shadow:0 1px 3px rgba(0,0,0,0.25), inset 0 -1px 0 rgba(0,0,0,0.1);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);
  padding-left:20px;
  padding-right:20px
}
.navbar {
  margin-bottom: 0px;
}
contact
/* TABS  ********************
*************************************************/

.ui-tabs-nav,
.ui-widget-content{
  border:none;
  background:#fff;
}
.ui-tabs-nav {
  /*padding-left:15px !important;*/
}
.ui-corner-top{
  border:1px solid #e4e4e4 !important;
}
#content .ui-state-default{
  background:#8ac3f3 !important;
}
.ui-state-active{
  background:#e4e4e4 !important;
}
.ui-tabs-panel{
  border-top:1px solid #e4e4e4 !important;
  padding:0px !important;
}


/** COPY FROM STYLE CSS */
.margin-kiri{
  margin-left:30px;
}
.radius-biru{
  border:1px solid #8ac3f3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:15px;
}
.box-biru{
  border:1px solid #8ac3f3;
  margin-bottom:5px;
}
.inner{
    padding:10px;
}

.headtitle {
  overflow: hidden;
  padding: 5px 15px;
  margin: 0;
  background: #eef6fc;

  text-shadow: 1px 1px 1px #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.headtitle h4 {
  margin: 0;
  padding: 0;
  color: #444;
  letter-spacing: -1px;
  text-align:left;
}
button{
  padding:3px 10px;
  margin-top:5px;
  background:#ff9900;
  font-size:14px;
  font-weight:bold;
  color:#fff;
}
button:hover{
  background:#8ac3f3;
  cursor:pointer;
}

.garis-bawah{
  display:block;
  height:10px;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
}
#footere {
  border-top:2px solid #666;
  padding:15px 20px;
  margin-top:10px;
  background:#333;
  color:#ccc;
}
dl h4,
dd,
dt{
  margin-top:5px;
}

/* BREADCRUMB  ********************
*************************************************/
#nav-breadcrumb{
  margin-top:-20px;
  margin-bottom:15px;
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}

/* END OF BREADCRUMB  ********************
*************************************************/

/* RESERVATION STEP BY STEP  ********************
*************************************************/
.step{
  margin-top:2px;
}
.step-no,
.step-detail{
  display: block;
  float:left;
  height:30px;
}
.step-no{
  width:25px;
  text-align:center;
  padding-top:12px;
  border-right:none;
  font-size:14px;
  font-weight:bold;
}
.step-detail{
  text-align:left;
  padding-top:12px;
  padding-right:20px;
  border-left:none;
  font-size:11px;
}

.nav-reservation{
  margin-top:3px;
  display:block;
  width:543px;
  height:43px;
  background: url(../img/nav-reservation.png) no-repeat 0 0;
}
.nav-1{
  background: url(../img/nav-reservation.png) no-repeat 0 -43px;
}
.nav-2{
  background: url(../img/nav-reservation.png) no-repeat 0 -86px;
}
.nav-3{
  background: url(../img/nav-reservation.png) no-repeat 0 -129px;
}
/* END OF RESERVATION STEP BY STEP  ********************
*************************************************/

.pack-list{
  height:25px;
  margin-bottom:10px;
}
.social{
  text-align:left;
}
.social a{
  margin-left:15px;
}
.social img{
  margin-right:5px;
}

.footer {
  margin-top: 5px;
  padding: 10px 0 16px;
  
  border-top:10px solid #666;
  padding:15px 20px;
  margin-top:10px;
  background:#8ac3f3;
  color:#000;
}
.footer p {
  color:#000;
}
.footer a {
  color:#fff;
}
.footer h3 {
  color:#fff;
}

.nav-pills{
  padding-top:10px;

}

.subnav{
  margin-bottom:20px;
}
#message{
  margin-top:-5px;
}

/** RESERVATION SECTION */
.group-package{
  background:#e4e4e4;
  padding:15px 15px;
  margin-left:0px;
  border-bottom:10px solid #fff;
  display:block;
}
.logo,
.preview{
  border:4px solid #fff;
}
.logo2,
.preview2{
  border:4px solid #e4e4e4;
}
.logo{
  margin-right:10px;
}

.x0{
  float:left;
}
.x1{
  margin-bottom:15px;
}
.about-package{
  min-height:250px;
}
.about-partner{
  float:left;
  /*width:565px;*/
  margin-left:15px;
  background:#f4f4f4;
  padding:15px 15px;
}
.harga-book{
  /*float:right;*/
  text-align:center;
  /*idth:100px;*/
  padding-top:10px;
}
small.harga{
  font-size:40px;
  color:#ff9900;
  padding-top:15px;
}
.btn{
  margin-top:15px;
}
.pack{
  border-top:1px solid #e4e4e4;
  margin:10px 0;
  padding:10px 0;
}
.pack h4{
  font-size:20px;
  padding:5px 0;
}
.preview-package{
  margin:10px 0;
}

.partner-more{
  background:#fff;
  padding:15px 15px;
  display:block;
}
.nav-partner-more{
  height:20px;
}
.control-group #detail,
#detail_x{
    min-width:98%;
    height:50px;
}
/** ADDED BY HEAVEN DRAGON */
table.tablesorter {
  font-family:arial;
  margin:10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
}

div.error { display: none; }
.warning{color: red}
select.error,input.error { border: 1px dotted red; }
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}


.spanx {
  width: 30px;
}
/** ADDITIONAL BUTTON */
.button-active{
  background: #8AC3F3 !important;
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;}
.button-non-active{
  background-color: #CCC !important;
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}

/** TABLE */
.table-price td, .table th{text-align: center; vertical-align: middle}
.table-price td.cost-label{text-align: right}
.table-price td.cost-total, .table td.cost-all, .table td.h_align{text-align: left}
.table-price th.l2{
    background-color: #8AC3F3;;
    font: bold 12px Helvetica,Arial;
    color: white;
}
.table-price th.l1{
    letter-spacing: 1px;
    text-transform: uppercase;
}
/** LEFT PANEL */
.left-panel{border: solid 1px #8AC3F3; margin-bottom: 8px}
.mid-panel{border: solid 1px #8AC3F3; margin-bottom: 8px}
.in-nav{background-color: #8AC3F3; padding: 7px; color: white;}
.in-content{padding: 2px 3px}
.in-icon, .in-in-icon{float: right;}
.w150{width: 93%;}
.w160{width:97%;}
.w50{width: 50%;}
.w90{width: 90%;}
.w95{width: 95%;}

.home-top-panel{
  padding-top:15px;
  text-align:center;
}

/* LOADING ICON FULL PAGE ********************
*************************************************/
#loading-book{
  display:block;
  float: none;
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  padding-top:200px;
  text-align:center;
  background-color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.control-group #detail, textarea,
#detail_x{
  min-width:98%;
  height:80px;
}

.input-center{text-align: center;}
.nav-active {background-color: #CCC; padding: 10px}
.q{width: 50px;padding: 5px;font-weight: bold; text-align: center}


/* INSTANT BOOKING */
.step{
  /*border-top: 4px solid #ccc;*/
  margin-top: 30px;
  margin-bottom: 10px;
}
.step p,
.step h5{
  /*margin:15px 0px;*/
  /*padding-top: 25px;*/
  text-align: center;
  padding:0px 15px;
}
.step h5{
  text-transform: uppercase;
}
.step1,
.step2,
.step3{
  /*margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}
.img-before,
.img-after{
  display: block;
  height: 28px;
}
.img-before{
  background: url(../img/step-before.png) center top no-repeat;
}
.img-after{
  background: url(../img/step-after.png) center top no-repeat;
}

.pricelist{
  /*background-color: #f6f6f6;*/
  padding: 3px 10px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#i-departure span {
  width: 30px;
}

.box2{
  display:block;
  overflow:auto;
  padding:10px;
  background: #f6f6f6;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.in-content h4{
  font-size: 16px;
  font-weight: normal;
}
.addpax{
  margin-bottom: 15px;
}

/** INSTANT DEVELOPMENT */
.main-instant{
  /*background:#f4f4f4;*/
  margin-top: 100px;
}
.box {
  -webkit-box-shadow:0px 1px 3px 2px #f4f4f4;
  box-shadow: 0px 1px 3px 2px #f4f4f4;
  margin-bottom: 10px;
  /*background: #fff;*/
}
.box-package{
  background: #fff;
}
.box-package:hover{
  background: #e0f7fd;
}
.box-select{
  background: #edf2e8;
}
.instant-inner{
  padding: 10px 10px;
  min-height: 120px;
}
.instant-inner img{
  float:left;
  margin-bottom: 10px;
  /*margin-right: 20px;*/
}
.instant-inner .btn{
  position: relative;
  bottom: 10px;
  right: 0px;
}


#footer-progress, #global-progress, #bar-progress{
  position:fixed;
  left:0px;
  text-align: center;
  font-size: .8em;
  bottom:0px;
  padding: 5px;
  height:20px;
  width:100%;
  background:#E4E9E3
}

#instant-alert{
  position: fixed;
  top: 50px;
  right: 5px;
  width: 400px;
  padding: 5px;
  z-index: 999;
}
#instant-alert p{
  padding: 5px; 
  text-align: left;
  margin-bottom: 5px; 
  background-color: #CCC;
  color: orange;
  opacity: .9;
}

div.transparent {
  zoom: 1;
  filter: alpha(opacity=10);
  opacity: 0.1;
}

/** ADDED TO SELECTED PACKAGE GROUP WITH JQUERY*/
div.add-space{ padding-top: 100px; background-color: white;}
div.focus-package{ background-color: #E1EFF0;}

/** CALENDAR TABLE */
.available{color: blue;}
.limited{color: red; }
.full{color: #CCC;}
.selected-date{color: green; font-weight: bold}
/** DATATABLES */
.dataTables_paginate {
  float: right;
  text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_disabled_previous {
  background: url('table/images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
  background: url('table/images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('table/images/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_next {
  background: url('table/images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
  background: url('table/images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('table/images/forward_enabled_hover.png') no-repeat top right;
}
.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px;
}

.paging_full_numbers a:active {
  outline: none
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button,
  .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

/** SHOW FOR DEVELOPMENT */
.development{display: none}
.reservation td{font-size: .9em}
tr.not-read td{font-weight: bold; color: blue;}
.mark-it td{color: #e4520e}
/** CURSOR INDICATOR */
input#ddeparture, input#dreturn{
  cursor: pointer;
  background-color: #FFF;
  border-color: #ddd;
}
tr.reservation, dd.view-list{cursor: pointer;}

/** ORGANIZE */
.bs-ferry-note{
    position: relative;
    padding: 39px 10px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bs-ferry-note::after{
    content: "Itinerary";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.ddeparture, .dreturn{cursor: pointer;}
.bs-ferry-note::after{content: 'REMARKS';}
.not-active-package{color: #CCC;}
.active-sidebar, .selected-date, .selected-reservation{
  color: #3A87AD; 
  background-color: #D9EDF7 !important; 
  border-color: #BCE8F1;
}
.fullbook, .fullbook td{color: #CCC;}

/* ===========================================================================================Custom HOME PAGE by 8 June 2013*/
.home-logo{
  /*margin-top: 5px;*/
  height: 50px;
  padding: 0px 0px;
  margin:0px 0px;
}

#social-top {
  /*
  background: #3f434b;
  height: 20px;
  border-bottom: 1px solid #454951;
  padding: 5px 20px 0px 20px;
  */
  display:none;
}
#social-top ul {
  float: right;
  position: relative;
  top: 8px;
  right: 0;
}
#social-top ul li {
  list-style: none;
  float: left;
  padding-left: 5px;
}
#social-top ul li a {
  color: #545861;
}
#social-top ul li a:hover {
  color: #00a2e9;
}
.navbar-inner .container{
  max-width: 
}
.home-title{
  line-height: 45px;
}
#partner-section{
  margin-top: 50px;
}
.xx{
  margin-left: 10px !important;
}
/* ============================================= consorsium */
.column-divider {
  background: #00a2e9;  
  margin-bottom: 20px;
  
  height: 42px;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.column-divider h4 {
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  text-align: left;
  margin-top: 0;
  position: relative;
  left: 10px;
  line-height: 40px;
}
.column-divider-icon {
  background: #3f434b;
  padding:0 15px;
  height: 42px;
  vertical-align: middle;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* ==== DARK BUTTON =============*/
.darkbtn {
  background: #373b43;
  padding: 12px 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  border: none;
  outline: none;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-transition: background-color .2s linear, color .2s linear;
  -moz-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}
.darkbtn:hover {
  background: #00a2e9;
  color: #FFF;
  text-decoration: none;
}
.darkbtnslide {
  background: #00a2e9;
  padding: 12px 15px;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  border: none;
  outline: none;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -webkit-transition: background-color .2s linear, color .2s linear;
  -moz-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}
.darkbtnslide:hover {
  background: #333;
  color: #FFF;
  text-decoration: none;
}
/* ==== END ========== DARK BUTTON =============*/


/* ============================================= Footer */
#footer-meta {
  background: #3f434b;
  text-shadow: 0 -1px 0 #373b43;
  color: #c2c8d4;
  font-size: 13px;
  line-height: 19px;
  
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 35px;
}
#footer-meta h5 {
  text-transform: uppercase;
  color: #00a2e9;
  font-size: 18px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px #333;
  filter: dropshadow(color=#333, offx=2, offy=2);
}
.twitter-time {
  font-style: italic;
  color: #848993;
}
.footer-favorites ul {
  margin: 0;
}
.footer-favorites li {
  list-style: none;
  /*background: url(../img/link-icon.png) no-repeat center left !important;*/
  padding: 5px 0;
  padding-left: 25px;
  border-top: 1px solid #4b4f57;
  border-bottom: 1px solid #31353d;
}
.footer-favorites li:first-child {
  border-top: none;
}
.footer-favorites li:last-child {
  border-bottom: none;
}
.footer-favorites li a {
  color: #c2c8d4;
}
.footer-favorites li a:hover {
  color: #00a2e9;
}
.footer-meta .footer-email {
  background: #373b43 !important;
}
.footer-contact-meta {
  border-bottom: 1px solid #373b43;
  margin-top: 30px;
  padding-bottom: 40px;
  font-size: 13px;
  color: #848993;
}
.footer-contact-meta a {
  color: #a0a5b0;
}
.footer-contact-meta a:hover {
  color: #00a2e9;
}
.footer-contact-meta blockquote small {
  color: #FFF;
}
#footer-bottom {
  background: #373b43;
  padding: 20px 20px;
}
#footer-bottom ul {
  float: left;
  margin-bottom: 0;
}
#footer-bottom ul li {
  float: left;
  list-style:none;
}
#footer-bottom ul li a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #4e535d;
  font-size: 11px;
  font-weight: bold;
}
#footer-bottom ul li:last-child a {
  border-right: none;
}
#footer-bottom ul li a:hover {
  color: #00a2e9;
}
#footer-bottom p {
  color: #a0a5b0;
  float: right;
  margin-bottom: 0;
}
#footer-bottom a {
  color: #FFF;
}
#footer-bottom a:hover {
  color: #00a2e9;
}


/* =================================================END ==========================================Custom HOME PAGE by 8 June 2013*/
/** NOTIFICATION BAR */
/** NOTIFICATION */
.li-notification{
  padding-top: 10px;
  margin-right: 20px;
}
.label-inbox,
.badge-inbox{
  background-color: #3a87ad !important;
}
.label-sent,
.badge-sent,
.label-process,
.badge-process{
  background: #999999 !important;
}
.label-pending,
.badge-pending{
  background: #ffff99 !important;
  color: #333 !important;
}
.label-cancel,
.badge-cancel{
  background: #ff9900 !important;
}
.label-fullbook,
.badge-fullbook{
  background: #cc0000 !important;
}
.label-confirm,
.badge-confirm{
  background: #0099ff !important;
}
.label-instant, .badge-instant{background-color: #e4e7fe !important; color: #4cb345 !important;}
.label-instant-pending, .badge-instant-pending{background-color: #e4e7fe !important; color: #ff9900 !important;}
.label-instant-hold, .badge-instant-hold{background-color: #e4e7fe !important; color: #cc0000 !important;}
span.side-bar{color: red;}

.UIBeeper{
    width:500px;
    right:15px;
    top:40px;
    position:fixed;
    z-index:9999;
    display:none;
}
.UIBeeper_Header{
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.UIBeeper .UIBeeper_Full{
    background-color:#E1E6EE;
    border:1px solid #99A8C7;
    /*border-radius*/
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
    margin:0;
    padding:6px 6px;
}
.UIBeeper p{
  margin:0px 0px;
  padding: 0px 0px;
}
.UIContent{
  margin-top: 10px;
}
.UIContent p{
  padding: 5px 5px;
  margin-bottom: 2px;
  background: #f4f4f4;
}
.UIBeeper .UIBeep_Bottom{
    border-bottom:none;
}
.UIBeeper .UIBeep_Selected{
    background:#CAD1DE;
}
.UIBeeper .UIBeep_Top{
    padding-top:0;
}
.UIBeeper .UIBeep_Bottom{
    padding-bottom:0;
}
.UIBeep{
    background:#E1E6EE;
    /*border-bottom:1px solid #BFCADE;*/
    overflow:hidden;
    padding:5px;
    clear:right;
}

p.rs-notification{
    /*border-top: solid 1px #CCC;*/
    padding-bottom: 3px;
}
.direct-remove, .to-remove{float: right;}

/* AMENTMENT NOTIFICATION */
#amendment-notification, #surcharge-notification{
  clear: both;
  position: fixed;
  top:120px;
  left:50%;
  width: 600px;
  display: none;
  /*min-height: 100px;*/
  margin-left: -300px;
  /*border:2px solid #488533;*/
  color: #fff;
  background: #99cc66;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0px 5px 5px #e1e1e1;
  box-shadow: 0px 0px 5px 5px #e1e1e1;
  z-index: 9999;
}

#surcharge-notification{
  background: #FF9900 !important;
}
.alert-content{
  float: left;
  padding: 5px 0px 10px 10px;
}
.alert-content h3{
  padding: 0px 0px !important;
  line-height: 10px;
}
.alert-content p{
  padding: 0px 0px;
  margin: 0px 0px;
}
.alert-btn{
  float: right;
}
.alert-content .btn{
  margin-top: 5px !important;
}
.is-hand,
.badge-cancel, .badge-confirm, .badge-fullbook, .badge-instant, .badge-instant-pending, .badge-instant-hold,
.badge-process, .badge-pending, .badge-sent, .badge-inbox,
.alert-btn span i:hover{
  cursor: hand;
  cursor: pointer;
}
div#login{
  padding-top: 30px;
}



#fieldset-formconfirm .control-group{margin-bottom: 0px;}
.control-group .control-label{cursor: auto;
}
.manual{margin-bottom: 5px}


/* PROFILE MENU */
#profile-menu{
    width:310px;
    right:15px;
    top:42px;
    position:fixed;
    z-index:9999;
    display:none;
    background: #fff;
    border: solid 1px #ebebeb;
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.65);
    box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.65);
}
#profile-menu li{
    list-style: none;
    /*min-width: 160px;*/
}
.profile-mn-logo{
  width:120px; 
  margin-right:15px;
  float: left;
  padding: 10px 0px 0px 10px;
}
.profile-mn-detail{
  padding: 25px 0px 0px 15px;
}
.profile-mn-btn{
  border-top: solid 1px #ebebeb;
  background: #f5f5f5;
  padding: 5px 0px 5px 0px;
  margin-top: 10px;
}
.profile-mn-btn2{
  padding: 0px 0px;
}
.navbar-inverse .nav > li > a{
    color: rgb(255, 255, 255);
    /*background-color: rgb(27, 27, 27);
    background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
    background-repeat: repeat-x;*/
    }
.navbar-inverse .nav > li > a:focus, 
.navbar-inverse .nav > li > a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(27, 27, 27);
    background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
    background-repeat: repeat-x;
}

/* OVER WRITE FORM 
.form-actions {
    padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: none;
    border-top: none;
}
*/
#consortium .panel{
  background:#fff;
  margin-bottom: 15px;
  /*height: 160px;*/
}
.panel a:hover{
  text-decoration: none;
}
#consortium .panel:hover{
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.09);
}
.panel-img{
  /*height: 150px;*/
    z-index: 80;
}
.panel-link{
  display: none;
  height: 25px;
  margin-top: -20px;
  background-color: #333;
  z-index: 99;
}

.panel-link span{
  background-color: #333;
  padding: 5px 10;
  color: #fff;
}

#reservation-progress{min-height: 20px}
#reservation-progress .alert-info{
  margin-bottom: 0px;
}
.not-available{border: solid 1px red; padding: 5px}
/*
#notification-section{
  position: fixed;
  top:50px;
  right:0;
  width: 300px;
  height: auto;
}
*/

td.quota-value{
  vertical-align: middle !important;
}


/* SCREEN QUERY --- PLEASE MAKE SURE ALWAYS AT BOTTOM*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .home_gallery, .home_login {
    height: 285px;
    }
}
@media only screen and (max-device-width:768px){
  .navbar-inverse .nav > li > a{
      background-color: rgb(27, 27, 27);
      background-image: linear-gradient(to bottom, rgb(34, 34, 34), rgb(17, 17, 17));
      background-repeat: repeat-x;
  }
}
#google_translate_element_dummy{
  position:fixed;
  right:5px;
  bottom:30px;
}
#login-active, #payment-active{
  position:fixed;
  right:0px;
  text-align: center;
  font-size: .8em;
  font-weight: normal;
  bottom:0px;
  padding: 5px;
  height:20px;
  width:100%;
}

.LoginBeeper, .PaymentBeeper{
    width:350px;
    right:15px;
    bottom:30px;
    position:fixed;
    z-index:9999;
    display:none; 
}
.normal-font{font-weight: normal}

#notification-general{
  position: fixed;
  right: 20px;
  font-size: .8em;
  top: 60px;
  z-index: 9999;
  width: 200px;
  padding: 5px;
  text-align: right;
  display: none
}

.edit-opt select{width: 60px;}
.edit-opt button{margin-top: -13px}
.w-partner{color: blue;}

td > input, td > select{margin-bottom: 0px !important; margin-top: 0px !important}
.choice-date{background-color: green !important}
.choice-check{background-color: gray !important;}


ul.calendar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.calendar li {
  font: 150 15px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;

  padding: 10px;
}

.calendar li.first {
  border-top: 1px solid #ccc;
}

.calendar li:hover, .selected{
  background-color: #CCC;
}

/* CSS for ADD Template @ Agent layout*/
.add-base{
    width:100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 9995;
    background:rgba(0,0,0,0.9);
    overflow: hidden;
}
.add-box{
    display: block;
    width: 750px;
    min-height: 300px;
    background: #fff;
    margin: 50px auto;
    z-index: 9996;
}
p.isi{
  margin-top: 15px;
}
.add-content-1,
.add-content-2{
    padding: 20px 25px;
}
.add-img{
    padding: 0px 0px;
}
.add-header{
  display: block;
  background: #f5f5f5;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
}
.add-img-logo{
  background: #f5f5f5;
  padding:0px 0px;
  margin-top: -5px;
}
h1.add-title{
    color: #52c7e4;
    text-shadow:0px 2px 2px #ccc;
}
h1.add-titl
    .background: url(../img/sparator.png);
}

  /* Template 2*/
.add-main,
.add-left,
.add-right{
  margin-bottom:10px;
}
  /* end of Template 2*/

.add-close{
    float: right;
    margin-top: -45px;
    margin-right: -10px;
}
/* end of CSS for ADD Template @ Agent layout*/
td input, td select{margin-bottom: 0px !important;}
td.center{text-align:center !important;}

/** PARTNER CALENDAR */
td.first-column{font-size: .9em;}
td.add-room, td.add-room input{color: blue;}
td.take-room, td.take-room input{color: red;}
th.sat, th.sun, th.day-5, th.day-6{color: red;}
.date-surcharge a {
  border-size: 2px !important;
  background-color: #D84315 !important;
  background-image: none !important;
  color: white !important;
  font-weight: bolder !important;
  font-size: 18px !important;
}