/* -------------------------Navbar ----------------------- */
.skin-black .main-header>.logo {
    background-color: transparent;
    color: white;
    border-bottom: 0 solid transparent;
    border-right: none;
}
.skin-black .main-header>.logo:hover {
    background-color: transparent;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    border: 1px solid #D9DEE4;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li .menu>li>a:hover {
    color: #262626;
    background-color: #f5f5f5;
}


li.language-dropdown >.dropdown-menu {
     width: 100% !important;
    max-height: 130px; 
}

li.dropdown-searchHotel {
    padding: 10px 0;
    line-height: 20px;
    display: block;
    position: relative;
}

/*Search Hotel*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid white !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #aaa !important;
}*/
[class^='select2'] {
  border-radius: 0px !important;
}

/*Manage Booking*/
.tooltip-inner {
    max-width: 225px;
    width: 345px;
}

.popover-content .table {
    margin-bottom: 0px;
}
ul.specialRequest {
    padding-left: 15px;
    padding-top: 8px;
    list-style: square;
}
i.fa.fa-fw.fa-minus-square {
    color: #d33724;
}
i.fa.fa-check-square {
    color: green;
}

.round-tab i.fa.fa-check-square {
  color: #555555 !important;
}

.boxNotes {
    border-top: none;
}
.box-advandce {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.searchHotel {
  position: absolute;
  left: 60px;
  top: 15px;
}

/*Hotel Edit*/
.form-box { padding-top: 40px; }

/*.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}*/
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; }


.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #f35b3f; }

.f1-step {
    position: relative;
    float: left;
    width: 19.333333%;
    padding: 0 5px;
    text-align: center;
}

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }

/*----------------------------------------------------step-----------------------------------*/


.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #00AEB1;
    
}
.wizard li.active span.round-tab i{
    color: #00AEB1;
}

.wizard li.active span.round-tab i.fa.fa-check-square{
  color: #00AEB1 !important;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #00AEB1;
}

.wizard .nav-tabs > li a {
    width: 48px;
    height: 48px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard h3 {
    margin-top: 0;
}
.wizard-description {
    padding: 10px 0;
    margin-bottom: 40px;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/*----------------------------------------------------step-----------------------------------*/




.input-group[class*="col-"] {
	float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.lineCenter {
    position: absolute;
    left: 276px;
    bottom: 180px;
}
ul.facilityService li {
    float: left;
    padding: 4px 0;
    width: 220px;
}

/*.form-horizontal .control-label {
    text-align: left;
}*/
label.label-for {
    position: absolute;
    left: 24%;
}

table.table-capacity {
    border: 1px solid #ddd !important;
}
table.table-capacity>tbody>tr>td{
  border: 1px solid #ddd;
}
table.table-capacity>thead>tr>th{
  border-bottom: 2px solid #ddd !important;
  border-top: 1px solid #ddd !important;
}
table#table-custom>thead>tr>th {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
table#table-custom>tfoot>tr>th {
    border-top: 2px solid #ddd;
}
.checkboxCustom label {
    padding-left: 0px;
}
button#btnUnassign {
    position: absolute;
}
dl.popover-custom>dt {
    text-align: left;
    width: 80px;
}
dl.popover-custom>dd {
    margin-left: 80px;
}
dl.popover-custom>hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted #9E9E9E;
}
.thumbnail-banner {
    padding: 0px;
    border-radius: 0px;
}
table.table-invoice {
  border: 1px solid #9E9E9E;
}
table.table-invoice>thead>tr>th, table.table-invoice>tbody>tr>td {
  border: 1px solid #9E9E9E;
}
.toolbar {
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
span.value-until {
 position: absolute;
 margin-top: 1px;
 z-index: 9;
 margin-left: 4px;
}
.remove {
  cursor: pointer;
  color: red;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  right: 70px;
}
span.add {
  color: #367FA9;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.border {
    border: 1px solid #ddd;
}
img.user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
#container {
  margin: 0 auto;
}
.btn-toolbar {
    margin-top: 20px;
    margin-bottom: 0;
    /* right: 5px; */
    /* top: 15px;
    bottom: 10px; */
}

.btn-toolbar .btn {
  bottom: 10px;
}
.btn-custom {
  margin-bottom: 5px;
}

@media (min-width: 490px) {
	.btn-toolbar {
		float: right;
    position: absolute;
    margin-top: 0;
    margin-bottom: 10px;
    right: 10px;
    top: 15px;
	}
  
}
/*-----------------------------------------------------------------------------------------google map----------------------------------------*/

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 685px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  width: 345px;
}



/*-----------------------------------------------------------------------------------------typeahead----------------------------------------*/
.typeahead {
  outline: none;
  border: none;
  border-bottom: 1px solid #9E9E9E;
}
.typeahead, .tt-query, .tt-hint {
  font-size: 15px;
  height: 27px;
  padding: 8px 12px;
  width: 396px;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border-bottom: 1px solid #0097CF;
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #999999;
}
.tt-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  width: 422px;
}
.tt-suggestion {
  font-size: 15px; 
  padding: 3px 20px;
}
.tt-suggestion:hover {
  cursor: pointer;
  background-color: #0097CF;
  color: #FFFFFF;
}
.tt-suggestion p {
  margin: 0;
}

.dropdown-searchHotel > .select2-container {
    min-width: 300px !important;
}
.mt-3{
  margin-top: 1rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mb-3{
  margin-bottom: 1rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.me-3{
  margin-right: 1rem !important;
}
.me-2{
  margin-right: 0.5rem !important;
}
.me-1{
  margin-right: 0.25rem !important;
}
.ms-4{
  margin-left: 1.5rem;
}
.ms-5{
  margin-left: 3rem;
}
.p-0{
  padding: 0 !important;
}
.rounded-1{
  border-radius: 0.25rem;
}
.rounded-2{
  border-radius: 0.5rem;
}
.rounded-3{
  border-radius: 1rem;
}
.text-nowrap{
  white-space: nowrap !important;
}
.btn.btn-flat{
  border-radius: 3px !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none;
  box-shadow:none;
}
.bg-hoterip{
  background-color: #00AEB1 !important;
  color: white !important;
}


.box.box-danger{
  border-radius: 0.50rem;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.box.box-success{
  border-radius: 0.50rem;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.box.box-hoterip{
  border-top-color: #00AEB1;
  border-radius: 0.50rem;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent !important;
  color: #444 !important;
  border-top-color: white !important;
  border-bottom-color: #ff8e29 !important;
  border-bottom: 3px solid transparent;
}
.nav-item.active::after{
  background-color: transparent !important;
  color: #444 !important;
  border-top-color: white !important;
  border-bottom-color: #00AEB1 !important;
}
.w-50{
  width: 50%;
}
.btn-info{
  background-color: #00AEB1 !important;
  color: white !important;
}
.btn-warning{
  background-color: #F58B20 !important;
  color: white !important;
}
.btn-primary{
  background-color: #00AEB1 !important;
  color: white !important;
  border-color: #00AEB1 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #00AEB1;
  border-color: #00AEB1;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #00AEB1;
}

a i.fa.fa-fw.fa-check{
  color: #00AEB1;
}
a i.fa.fa-fw.fa-lock{
  color: #00AEB1;
}
a i.fa.fa-fw.fa-unlock{
  color: #00AEB1;
}

input[type=checkbox]{
  accent-color: #00a4a7 !important;
}

.form-control:focus {
  border-color: #00AEB1;
  box-shadow: 0 0 0 0.2rem #00a4a749;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #00AEB1 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #00AEB1 !important;
  color: white !important;
  border: none !important;
}
.select2-selection__choice__remove{
  color: white !important;
}
.uniform-checkbox{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
  vertical-align: text-top;
  accent-color: #00a4a7 !important;
}
td .uniform-checkbox{
  margin-left: 1px !important;
}
div.col-xs-12.col-sm-6 label .uniform-checkbox{
  margin-left: -20px !important;
}
.box-primary{
  border-top-color: #00AEB1 !important;
}
.text-primary{
  color: #00AEB1 !important;
}
.callout.callout-info {
  background-color: #F58B20 !important;
  border-color: #d86d02 !important;
}

@media (max-width: 1566px) {
  .custom-col-sales {
      width: 50% !important; /* 6 kolom dari 12 */
  }
  .custom-col-rateplan {
      width: 50% !important; /* 6 kolom dari 12 */
  }
}

@media (max-width: 1120px) {
  .custom-col-sales {
      width: 100% !important; /* 6 kolom dari 12 */
  }
  .custom-col-rateplan {
      width: 100% !important; /* 6 kolom dari 12 */
  }
}

@media (min-width: 1567px) {
  .custom-col-sales {
      width: 33.3333% !important; /* 4 kolom dari 12 */
  }
  .custom-col-rateplan {
      width: 66.6667% !important; /* 4 kolom dari 12 */
  }
}

