/*YOUR CUSTOM STYLES*/

.roomOffer {
    position: relative;
    display: inline-block;
}

.roomOffer .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.roomOffer .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.roomOffer:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.fa-excl {
    position: relative;
    display: inline-block;
}

.fa-excl .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.fa-excl .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.fa-excl:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
 
 
 /*---------------------------------------------------------------------*/
 
 .fa-be {
    position: relative;
    display: inline-block;
}

.fa-be .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.fa-be .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.fa-be:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.roomRefundable{
  background: #fff;
  color: #12B817;
  border-radius: 5px;
  border: 1px solid #12B817;
  padding: 2px 6px;
  font-size: 11px;
}

#loader {
    margin-bottom: 10px;
}

.ui-widget-header {
	/* background: none repeat scroll 0 0 #eff0f1 !important;
	border: 1px solid #DDDDDD !important;
	color: #333333 !important;
	font-weight: bold; */
	
    /*background: repeating-linear-gradient(-45deg, #465298, #465298 10px, #3F4A89 10px, #3F4A89 20px, #465298 20px) repeat scroll left top rgba(0, 0, 0, 0)!important;*/
    
    background: repeating-linear-gradient(-45deg, #029C07, #029C07 10px, #12B817 10px, #12B817 20px, #029C07 20px) repeat scroll left top rgba(0, 0, 0, 0) !important;
    
    /*background: repeating-linear-gradient(-45deg, #4356C1, #4356C1 10px, #6A7CE2 10px, #6A7CE2 20px, #4356C1 20px) repeat scroll left top rgba(0, 0, 0, 0) !important;*/
}


.ui-progressbar-value{
	display: block;
    text-align: center;
    width: 102%;
}

.ui-progressbar {
    width: 200px;
}

a.new_info {
    background-color: #F2F2F2;
    float: left;
    color:#888888;
   	margin-top: -3px;
    padding: 4px 5px;
}
#progressbar-1{
	height: 80%;
}

.ui-progressbar .ui-progressbar-value {
    height: 80%;

}

.loader {
    background-color: #666666;
    background-image: url(../../img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#hotelLi:after {
    content: "+";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}

li#hotelLi.active:after {
    content: "-";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}

#transferLi:after {
    content: "+";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}

li#transferLi.active:after {
    content: "-";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}

#activityLi:after {
    content: "+";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}

li#activity.active:after {
    content: "-";
    display: inline-block;
    float: right;
    position: relative;
    top: -36px;
}