<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rd-navbar {
    z-index: 999;
}

#messages_modal .fw-messages-wrap {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -150px;
    width: 300px;
    
    background: #fff;
    border-radius: 5px;
    transition: .3s all ease;
    padding: 2em;
}
@media (min-width: 320px) {
  #messages_modal .fw-messages-wrap {
    left: 50%;
    width: 95%;
    font-size: smaller; } }
@media (min-width: 768px) {
  #messages_modal .fw-messages-wrap {
    left: 45%;
  width: 60%;
  font-size: inherit; } }
@media (min-width: 992px) {
  #messages_modal .fw-messages-wrap {
    left: 35%;
  width: 60%;
  font-size: inherit; } }
@media (min-width: 1200px) {
  #messages_modal .fw-messages-wrap {
    left: 45%;
  width: 35%;
  font-size: inherit; } }

@media (min-width: 1800px) {
  #messages_modal .fw-messages-wrap {
    left: 45%;
    width: 35%; 
    font-size: inherit;} }



#messages_modal ul {
	margin-bottom: 0;
}


/*autocomplete*/

/*.autocomplete,.bg-white {
   
    
  }*/

 .autocomplete input,.bg-white input {
    background-color:#fff;
    
  }

  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    color:#000;
    z-index: 3001;

    /*position: absolute;
    top: 771px;
    right: 1023.23px;
    left: auto;
    display: block;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    z-index: 3001;*/

  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .popover-title {
    background-color: #ed7308;
 }

 .popover-content, .popover-content label{
     color:#000 !important;
 }
/**********************************************************/
 .loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #ed7308;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/**********************************************************/
.rooms-items, .passengers-items {
  position: absolute;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  color:#fff;
  z-index: 3001;
  background-color: #79ccf2 !important;
}

/*********************************************************/
.stepwizard-step p {
  margin-top: 0px;
  color:#666;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  opacity:1 !important;
  color:#bbb;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  min-width:auto !important;
}
.stepwizard-step .btn-default{
  background-color: #fff;
}

/**************************************************************/
.pagination-classic &gt; li.active a, .pagination-classic &gt; li:first-child a {
  pointer-events: auto !important;
  background: #ed7308 !important;
}

.glyphicon-star.half {
  position: relative;
}
.glyphicon-star.half:before {
  position: relative;
  z-index: 9;
  width: 47%;
  display: block;
  overflow: hidden;
}
.glyphicon-star.half:after {
  content: '\e006';
  position: absolute;
  z-index: 8;
  color: #bdc3c7;
  top: 0;
  left: 0;
}

/*****************************************************************/
.main-search .responsive-tabs .resp-accordion {
  color: #ed7308;
}

.select2-whitout-border select{
  background-color: #fff;
}

/*****************************************************************/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /*.form-control {
    height: 28px;
    line-height: 20px;
    }*/
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /*.form-control {
    height: 28px;
    line-height: 20px;
    }*/
  
}

header *:first-child {
  margin-top: 0; }





 </pre></body></html>