@CHARSET "ISO-8859-1";

.shareaclass{float:left; height:30px; padding: 10px 0px 0px 10px;}
.shareaclass ul{height:30px;}
.shareaclass ul li{float:left;padding:0px 5px 0px 0px;}
.shareaclass ul li img{width:47px;height:20px}
.shareaclass ul li a{padding:0px; margin:0px}
.shareaclass a{ margin:0!important; padding:0!important;}


.popup_outer_div{
     display:none;
     width:350px;
     padding:20px;
}

.popup_header_div{
    text-align: center;
    margin-bottom:10px;
    float:left;
	padding:0px; margin:0px;
}
.popup_header_div h3 {padding:0px; margin:0px; border-bottom:1px dotted #c8c7cc;width:440px}
.popup_header_div h4 {padding:0px; margin:0px; border-bottom:1px dotted #c8c7cc;width:440px}
.course .popup_header_div h2 {padding:0px; margin:0px; border-bottom:1px dotted #c8c7cc;width:350px}

.popup_header_div h2 {padding:0px; margin:0px; border-bottom:1px dotted #c8c7cc;width:338px}
.reviewtitle_text {
    width: 310px;
}
.popup_field_name_div{
    float: left;
    width:150px;
    height:30px;
    text-align: left
}
.popup_field_value_div{
    float: left;
    width:100%;
    height:30px;
    text-align: left
}

.popup_text_area_div{
    float: left;
    width:100%;
    height:100px;
    text-align: left
}

.popup_validation_msg_div{
    text-align:left;
    color: red;
    padding:5px 0;
    width: 300px;
}

.popup_validation_msg_success_div{
    text-align:left;
    color: green;
    padding:5px 0;
    width: 300px;
}

.popup_button_containers{
    padding:0 0;
    text-align:right;
}

.popup_loader{
    padding-top: 10px;
}

.popup_close_button{
    text-align: right;
    float: right;
    width: 12px !important;
}
.popup_clear_div{
    clear: both;
}
.popup_loader{
    display: none;
}

/* Results page*/
/*.book-more{
     background: none repeat scroll 0 0 #FB8801;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 28px;
    padding: 0 15px;
}
.book-more-big{
     background: none repeat scroll 0 0 #FB8801;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 28px;
    padding: 0 28px;
}*/

.ajaxLoader{
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 1em;
    display: none;
    width: 150px;
    height:100px;
}

.search-small-text-box{
    border: 1px solid #B7B7B7;
    color: #AFB1B2;
    height: 28px;
    padding: 5px;
    width: 90px;
	font-size:13px;
}


/* Search Page nor results section*/
.noresults_wrapper{
	border:5px solid #DAD7D7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	text-align:center;}
.noresults_wrapper h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#F96B0D;
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 25px;
	background:url(images/alericon.jpg) 18% 50% no-repeat;}

/*Search Slider Style*/
.slider-values {
overflow: hidden;
padding: 0;
margin-bottom: 11px;
}
.label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: white;
padding: 1px 4px 2px;
font-size: 11px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
background-color: #848484;
border: 1px solid #6B6B6B;
}
.position-left {
float: left;
}
.position-right {
float: right;
}
.combined-rooms {
    
    color: #9d9d9d;
    font-size: 12px;
    line-height: 25px;
}

input.error[type="text"] {
    border: 1px dotted red
}
.error{color:#dd0606; font-size:11px;}
input-field-container{
    height:auto;
    width:auto;
}
.left-float{
    float:left;
    padding-left: 5px;
    padding-right: 5px;
}

.destination-description p {
    color: #747576;
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 15px;
}


/* Tooltip class*/

div.Ntooltip {
position: relative !important; /* es la posición normal */
display: inline-block;
top: -0.2em;
left: 0.2em;



}

div.Ntooltip:hover {
    z-index:1005; /* va a estar por encima de todo */
    
    
}

div.Ntooltip label {
    display: none !important; /* el elemento va a estar oculto */
    vertical-align: middle;
    
    
}

div.Ntooltip:hover label.error:not(.checked) {
    display: inline-block !important; 
    position: absolute; 
    left:2em; 
    width:110px;
    padding:5px;
    background-color: #888888; 
    border: 3px #848484 solid;
    
    color: white;
    opacity: 0.85;
    border-radius: 0.5em;
   
}
a.Ntooltip {
position: relative !important; /* es la posición normal */
display: inline-block;
top: -0.2em;
left: 0.2em;



}
a.Ntooltip:hover {
    z-index:1005; 


}

a.Ntooltip label {
    display: none !important; 
    vertical-align:middle;


}
a.Ntooltip:hover label.error {
    display: inline-block !important;
    position: absolute;
    left:2em;
    width:110px;
    padding:5px;
    background-color: #888888;
    border: 3px #848484 solid;
    color: white;
    opacity: 0.85;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    moz-border-radius:	 0.5em;
    border-radius: 		 0.5em;
}



label.error + div.errorImage {
    background:url("images/error-icon.png") no-repeat 0px 0px;
    display:inline-block !important;
    width:1px;
    height:10px;
    vertical-align: middle;
    padding-right: 15px;
     
}

label.checked + div.errorImage {
    background:none;
    
   
}

/*.date-display {
  
font-size: 14px;
background: url(images/date-icon.png) no-repeat;
padding: 0 0 0 25px;
color: #034DA0;
width:390px;
float: left;
}

.price-display {
   
width: 135px;
text-align: center;
float: right;
}*/


/*Placeholdre style change on selection*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,select::-webkit-input-placeholder  {
color: #aaa !important;
}


input:-moz-placeholder, textarea:-moz-placeholder,select:-webkit-input-placeholder {
color: #aaa !important;
}


.weekday-amount {
    width: 55px;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}


/* CMS -Inventory report view style */
.cms-view-style {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D5DA;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin: 8px 10px 0 0;
    width: 130px;
}

.cms-view-style ul {
    margin: 1px;
}

.cms-view-style ul li a:hover, .cms-view-style ul li.active {
    background: url("images/view-active.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    height: 28px;
    width: 64px;
}
.cms-view-style ul li {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 28px;
    width: 64px;
}

.view-container{
    float: right;
    margin-bottom: 10px;
}

.close-cms-error {
        
     color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.cms-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    display: none;
    
}
.cms-message-display {
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    display: none;
}

.text_arestyle2{
    width: 100%;
}

.cms-popup-header{
     border-bottom: 1px solid #EEEEEE;
     margin-bottom: 15px;
}

.helpbreadcrump{ display:block; overflow:hidden}
.helpbreadcrump ul{}
.helpbreadcrump ul li{color:#676664; font-size:12px; float:left}
.helpbreadcrump ul li a{color:#676664}
.helpbreadcrump ul li a:hover{color:#255994; text-decoration:underline}
.helpbreadcrump ul li a.active{color:#255994}

.error-panel01{width:450px; margin:6% auto}
.error-panel01 img{margin:5px 25px 0 0;float:left}
.error-panel01 h1{color:#2e2e2e; padding:15px 0 0 0; font-size:40px}
.error-panel01 p{color:#a1a1a1; font-size:14px;}


.main-display-expedia {width:100%; height:405px; overflow:hidden; background-color: #DDDDDD;}


.main-display-expedia img {margin-top: 90px; margin-left: 290px; height: 235px;}

.captcha-style{width:320px; float:left}

.contact-pnl ul li span select{
    color:#919293!important;
}
.boxborder{border:none!important;}
.note{ background: #EFEFEF; border-radius:8px; margin: 25px 0 0 0}
.note p{font-size:13px; color:#666; margin: 0px; padding:5px; line-height: 30px; text-indent:10px}
.note span{font-weight:bold}

#file_id {width: 206px;}
.logodiv{
    margin: 30px 0 5px;
}
.banner-panel{
    margin-top: -12px;
}
p.success01{
    height: auto!important;
}
#loginButton span{
   /* padding: 7px 13px 9px 14px!important;*/
}
@media (max-width: 767px){
    .error-panel01{width:100%; margin:6% auto}
    .error-panel01 h1{
        font-size: 20px!important;
    }
}