/* GENERAL */


body, table td, select{
	font-family: Roboto, Arial Unicode MS, Arial, sans-serif!important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}


.bold_label {
font-weight: bold;
font-size: 20px;
color: black;
font-family: Roboto, Arial Unicode MS, Arial, sans-serif;
padding-top: 3px;
padding-right: 15px;
text-shadow: #DDF 1px 1px 0;
}

.multirate_dialog .mainTableList td select{
	min-width: 200px !important;
}

.bold_title {
	font-weight: bold;
}
.gwt-PopupPanel {
border-width:0px;
}
.myProgressBar {
border-width:0px;
z-index:999;
}

.scroll_auto_content {
	overflow: auto;
	margin-bottom: 10px;
	padding: 10px;
}


.gwt-PopupPanel {
    z-index: 102;
}

.dateBoxPopup{
	z-index:103;
}

.white-text{
	color: white;
}


/* checkbox */

input[type=checkbox] {
    width: 14px;
    margin-right: 0px!important;
    cursor: pointer;
    font-size: 10px;
    height: 14px;
    border-radius: 0px!important;
    -webkit-appearance: none;
   
}

input[type=checkbox]:after {
    content: " ";
    background-color: white;
    display: inline-block;
    visibility: visible;
    color: white;
    
    width: 12px;
    height: 12px;
    box-sizing: border-box; 
    border: 1px solid black;
}

input[type=checkbox]:checked:after {
    content: "\2714";
    
    background-color: #325da7;
    display: inline-block;
    visibility: visible;
    color: white;
    font-size: 10px;
    width: 12px;
    height: 12px;
    padding-left: 2px;
    box-sizing: border-box;
    border: 0px;
}

/* buttons */

/* Hover */

.thumb, .thumb_middle {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img, .thumb_middle img { 
	vertical-align:bottom;
}

.thumb span img { 
	max-width:400px;
}

.thumb_middle span img { 
	max-height:300px;
}

.thumb:hover, .thumb_middle:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span, .thumb_middle span { 
	position:absolute;
	z-index: 1000;
	visibility: hidden;
}

.thumb:hover span {
    transition-delay: 1s;
	visibility:visible;
	top:38px; left:37px;
	max-width: 400px; 
}

.thumb_middle:hover span {
    transition-delay: 1s;
	visibility:visible;
	left:50px;
	max-width: 400px; 
}

/* END HOVER */


.overflow_visible {
	overflow: visible !important;
}

.footer-anchor {
	color: white;
	text-decoration: none;
	font-size: 12px;
	margin-right: 10px;
}

.footer-button-panels{
	padding-top: 5px;
}

.disabled-button{
	visibility:hidden;
}

button,.gwt-button {
	padding: 5px!important;
	background: #325da7 !important;
	color: white !important;
	border: none!important;
	font-size: 12px!important;
	text-transform: uppercase!important;
	border-radius: 0px!important;
}

button[disabled], .gwt-Button[disabled] {
background: #ccc !important;
}

button:hover,.gwt-button:hover {
	opacity:0.5;
	cursor: hand !important;
}


button.search-simulation {
    margin-bottom: 20px;
}

/* dialogs */

.gwt-DialogBox {
    z-index: 101;
   
}

.gwt-DialogBox {
    z-index: 101;
    border: 4px solid #ededed;
    background: white;
}

.gwt-DialogBox .dialogTop{
	 background: #536ba5!important;
}

.gwt-DialogBox .Caption {
    background: #536ba5!important;
    color: white!important;
    padding: 4px 4px 4px 8px;
    cursor: default;
    border-bottom: none!important;
    border-top: none!important;
}

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}


.gwt-DialogBox .dialogContent {
	
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
  background: none!important;
  -background: none!important;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: none!important;
}
.gwt-DialogBox .dialogMiddleRight {
  background: none!important;
  -background: none!important;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: none!important;
  -background: none!important;
}
.gwt-DialogBox .dialogTopRight {
  background:none!important;
  -background: none!important;
}
.gwt-DialogBox .dialogBottomLeft {
  background: none!important;
  -background: none!important;
}
.gwt-DialogBox .dialogBottomRight {
  background: none!important;
  -background: none!important;
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

/* select */
select {
    border-radius: 0px;
    background: white;
    -webkit-border-radius: 0px;
    border: 1px solid #ddd;
    
    
}

.mainTableList td select {
    width: 140px; 
    height: 35px;
    border-radius: 0px;
    background: white;
    -webkit-border-radius: 0px;
    border: 1px solid #ddd;
    min-height: 35px;
}



/* LOGIN */


.backgroundLogin{
	background: url('/resources/images/restyling/background.jpg') 50% 50% / cover no-repeat fixed!important;
	-webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
	transition: background-image 1s ease-in-out;
	
}

.backgroundBorroso{
	background: url('/resources/images/restyling/imagen-log-in-borrosa.jpg') 50% 50% / cover no-repeat fixed!important;
	
}


.loginSelectorField {
	opacity: 0.6;
    width: 196px;
    padding: 0px;
    height: 36px;
    border-color: transparent;
    box-sizing: border-box;
    color: #555;
    font-family: Roboto, arial, helvetica, sans-serif;
    font-size: 15px;
    box-shadow: none;
    border-radius: 7px;
    
}

.loginButton{
	background: transparent url("/resources/images/restyling/flecha-login.png")!important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    float: right;
    position: relative;
    top: -75px;
    right: -25px;
}

.imageLogoReview:hover{
	opacity: 0.6;
}
.imageLogoPriceSeeker:hover{
	opacity: 0.6;
}
.imageLogoRescue:hover{
	opacity: 0.6;
}


button.loginButton[disabled=disabled], button.loginButton:disabled {
    background: transparent url("/resources/images/restyling/spinner.gif") !important;
    background-size: contain!important;
}


.loginButton:hover{
	background: transparent url("/resources/images/restyling/flecha-login.png")!important;
	opacity:0.6;
}

.content-login {
    
    /*position: absolute!important;*/
    top: 0px;
    bottom: 0px;
    height: 600px;
    padding-top: 150px;
    width: 100%;
    margin: auto;
}


.footer-login {
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: white;
}

.footerInner.footerInnerOpened #copyright-footer{
	    margin-left: -270px;
}

.loginPanel {
	text-align:center;
	margin-left:auto;
	maring-right:auto;
	width: 100%;
	height: auto;

}

.loginInternal {
	width:auto;
	height: auto;

	margin-top: 15px;
	text-align:center;
	background-color: #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: none;

}



.loginLabel {
	text-align: center;
	font-weight: bold;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	width: 100%;
	color: white;
	font-size: 15px;
    margin-bottom: 10px;
}

.loginTextField {
	opacity: 0.6;
	margin-bottom:10px;
	width: 196px;
	padding: 0px;
	padding-top: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 36px;
		
	
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 2px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: white;
	background-image: none;
	background-origin: padding-box;
	border-color:transparent;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-right-width: 1px;
	
	
	border-top-style: solid;
	border-top-width: 1px;
	
	border-radius: 5px;
	
	box-shadow: none;
	box-sizing: border-box;
	color: black;
	cursor: auto;
	direction: ltr;
	display: inline-block;
	font-family: Roboto, arial, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	input, textarea, keygen, select, button, isindex - normal user agent stylesheet
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	text-align: -webkit-auto;
	input, textarea, keygen, select, button, isindex - -webkit-auto user agent stylesheet
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: 0px;
	
	
	
}


.loginTextField::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #555;
}
.loginTextField:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #555;
}
.loginTextField::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #555;
}
.loginTextField:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #555;
}



.onlyTopBorder .gwt-TabPanelBottom{
	border-width: 3px 0px 0px !important;
}

.loginRedLabel {
	
	color: white;
    margin-bottom: 10px;
    position: absolute;
    width: 195px;
    font-size: 12px;
    text-align: center;
    padding-left: 16px;
	
}

.twoFactorField {
	margin-top: 30px;
}

.loginButtonWithTwoFactor {
	margin-top: 9px;
    margin-bottom: -38px;
}



/* HEADER  */

#header {
    border: 1px solid #dddddd;
}

.headerInner {
	margin-left: 50px;
	 background-color: #e9eff3;
    position: fixed!important;
    width: 100%;
    top: 0px;
    z-index: 100;
}

.contentInner {
   margin-left: 50px;
    height: calc(100vh - 65px);
    margin-top: 65px;
   
}

.contentInner > table:first-of-type {
    
    padding-bottom: 50px;
}

#calendar-grid tr:first-child td {
	position: sticky;
	top: 72px;
    background-color: #F2F2F2;
}

#calendar-grid tr:first-child td:before{
    content:'';
    display:block;
    position:absolute;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px;
    z-index:-1;
    border:1px solid black;
}

#calendar-grid tr:first-child td:first-child:before{
    display:none;
}


.contentInner table:first-of-type{
	    height: auto!important;
}

.footerInner {
    margin-left: 50px;
    background-color: #a7a7a8;
    color: white;
    height: 40px;
    width: 100%;
    
    padding-top: 10px;
    position: fixed;
    bottom: 0px;
}


.labelFooterHotelInfo{
	display: block;
    position: absolute;
    top: 5px;
    width: 100%;
	
}

.headerInnerOpened{
	/*margin-left: 270px;*/
}
.contentInnerOpened{
	margin-left: 270px;
}

.footerInnerOpened{
	margin-left: 270px;
}


/* MENU BAR */


.gwt-menubar .gwt-menuitem {
	cursor: pointer !important;
	font-size: 15px;
}

.gwt-MenuBar-horizontal {
	outline: 0px !important;
	width: 100%;
	background: #325da7 !important;
	background-image: -moz-linear-gradient(top,#4e78c2,#325da7) !important;
	background-image: -webkit-linear-gradient(top,#4e78c2,#325da7) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4e78c2),color-stop(1,#325da7)) !important;
	background-image: linear-gradient(top,#4e78c2,#325da7) !important;
	height: 33px !important;
	font-size: 20px !important;
	padding-top: 6px !important;
}

.gwt-menubar .gwt-menuitem-selected {

font-variant: initial !important;
text-decoration: underline !important;

}

.gwt-menubar-horizontal .gwt-menuitem {
	color: white !important;
	font-weight: bold !important;
}

.gwt-menubar .gwt-menuitem-selected {
	background: transparent !important;
}

.gwt-menubar-vertical .submenuicon-selected {
background: transparent !important;
}

.menuPopupContent .gwt-menuitem {
	font-size: 14px !important;
}

.gwt-menubar-horizontal .gwt-menuitem {
	padding: 0px 13px !important;
	vertical-align: top !important;
}



/* CALENDAR GRID */


#calendar-grid {
	border-collapse: collapse;
}

#calendar-grid tr:first-child, .grid-with-footer tr:last-child{
    background-color: #F2F2F2;
}

#calendar-grid tr:first-child td:first-child {
    background-color: white;
}

#calendar-grid td:first-child  {
    background-color: white;
    vertical-align: middle;
    border: 0;
    background-color: white;
}


#calendar-grid td {
	border: 1px solid black;
    padding: 2px 6px;
    vertical-align: top;
}

.paraty-calendar-grid td{
	padding: 0px 0px !important;
}


#calendar-grid p {
    margin: 0px;
    padding: 4px;
}

.header_weekend {
	background: #d5d5d5 !important;
}

.selected_paraty_cell {
	background-color: #ECBD40;
}

.selected_paraty_cell_weekend {
	background-color: #ECBD40;
}

.unselected_paraty_cell {
	background-color: #F7F7F7;
}

.incomplete_paraty_cell {
	background-color: #FFA977;
}

.incomplete_paraty_cell_weekend {
	background-color: #FFA977;
}

.open_paraty_cell {
	background-color: #AED3A4;
}

.open_paraty_cell_weekend {
	background-color: #AED3A4;
}

.open_extra_paraty_cell {
    background-color: #B4EDD2;
}

.closed_to_arrival_paraty_cell {
    background-color: #C680C6;
}

.closed_to_departure_paraty_cell {
    background-color: #DCB5C4;
}

.closed_paraty_cell {
	background-color: #D58986;
}

.closed_paraty_cell_weekend {
	background-color: #D58986;
}

.availability_0_paraty_cell {
	background-color: #FF8989;
}

.availability_0_paraty_cell_weekend {
	background-color: #FF8989;
}

.rate_closed_paraty_cell {
    background-color: #B8E1FF;
}

.board_closed_paraty_cell {
    background-color: #92A3CE;
}

.board_closed_paraty_cell_weekend {
    background-color: #92A3CE;
}

.room_without_selected_capacity {
	background-color: #D8D8D8;
}

.empty_paraty_cell {
    background-color: #AED3A4;
}


/* VERTICAL LEFT COLUMN */

.verticalColumn{
	background-color: #536ba5;
	color: white;
	position: fixed!important;
	top:0px;
	left: 0px;
	z-index: 9999;
	height: 100%;
    box-sizing: border-box;
    
	
}

.verticalContent {
    margin: 30px;
}

.verticalColumnOpened{
	width: 270px;
	-webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
   
	
}


.verticalColumnOpened > tbody > tr:first-child{
	display:none;
}

.verticalColumnClosed{
	width: 50px;
	-webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.buttonMenuLeft {
    margin: 15px;
}

.openWidget{
	display: block;
    position: fixed;
    left: 0px;
    -webkit-transition: left 0.7s;
    transition: left 0.7s;
    
    top: 0px;
    bottom: 0;
   	padding-right: 15px;
    overflow: auto;
}

.openWidget::-webkit-scrollbar {
    width: 8px;
}
 
.openWidget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
 
.openWidget::-webkit-scrollbar-thumb {
  background-color: #e9eff3;
  outline: 1px solid slategrey;
}

.hideWidget{
	
    position: absolute;
    left: -500px;
    -webkit-transition: left 0.7s;
    transition: left 0.7s;
    
    top: 0px;
    
}


img.leftLogoParaty {
    margin-bottom: 40px;
}

table.buttonSalir {
    margin-top: 10px;
    margin-left: 6px;
}



.imageLocker{
	
    position: relative;
    display: block;
}

.imageCalendar {
	position: relative;
	z-index: 99;
	margin-left: -20px;
	margin-right: 20px;
}

.calendarImage {
	width: 35px;
	filter: invert(1) grayscale(100%) sepia(0) saturate(100) hue-rotate(0deg);
}


.chinchetaOff{
	top: 0px;
	left:0px;
	
}

.chinchetaOn{
	top: 2px;
	left:-2px;
	
}

/* Vertical menu */

.verticalMenuHeader {
    color: white!important;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
}

.verticalMenuHeader:hover{
	opacity: 0.5;
}

.verticalMenuHeader img{
    float:left;
}

.verticalSubMenuHeader {
    color: white;
    opacity: 0.5;
    margin-right: 10px;
    margin-left: 18px;
    margin-bottom: 5px;
   
}

.verticalSubMenuHeader:hover{
	opacity: 1;
}


.gwt-DecoratedStackPanel {
    width: 100%;
    border: 0px!important;
    
    margin-bottom: 10px;
}

.mainMenuPanel{
	margin-top: 10px;
}

.subMenuPanel{
	margin-top: -5px;
}


.leafOptionMenu{
   color: white!important;
   text-decoration: none!important;
  	margin-left: 25px;
  	opacity: 0.5;
  	margin-bottom: 3px;
    display: block;
}
.leafOptionMenu:hover{
	opacity: 1;
}

.leafOptionMenu.optionSelected{
	opacity: 1;
}

.subMenuStack .leafOptionMenu{
	margin-left: 30px;
}


table.gwt-DecoratedStackPanel td {
    background: transparent!important;
    border: 0px!important;
}



.leafOptionTree{
   color: white!important;
   text-decoration: none!important;
   opacity: 0.5;
}
.leafOptionTree:hover{
  
   opacity: 1;
}

.gwt-TreeItem-selected .leafOptionTree{
	opacity:1;	
}

.gwt-Tree .gwt-TreeItem {
	color: white!important;
	opacity: 0.5;
	
}

.gwt-Tree .gwt-TreeItem:hover{
	opacity:1;
}

.gwt-Tree .gwt-TreeItem-selected{
	opacity:1;
	background: transparent!important;
}

/* SEARCH OF MENU */

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-no-results, .verticalContent .GOL5FQVBLJ {
    background: none!important;
}

.verticalContent a.com-arcbees-chosen-client-resources-ChozenCss-chzn-single,  .verticalContent .GOL5FQVBFJ,  .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-chzn-single, .verticalContent .PFQGQ1B-a-q{
	color: white!important;
    background-color: transparent!important;
    background-image: none!important;
    width: 115px;
    height: 30px!important;
    border-radius: 0px!important;
    padding-top: 5px!important;
    margin-right: 30px!important;
    border-color: white!important;
    box-shadow: none!important;
}

/* flechita blanca */

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single div, .verticalContent .GOL5FQVBFJ div {
	background: url('/resources/images/restyling/icoFlecha.png') no-repeat 0 0 !important;
    top: 15px!important;
}

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single div b, .verticalContent .GOL5FQVBFJ div b{
	background: none !important;
   
}



.verticalContent .com-arcbees-chosen-client-resources-ChosenCss-group-option, .verticalContent .PFQGQ1B-a-u{
	color: white !important;
}

.verticalContent .com-arcbees-chosen-client-resources-ChosenCss-chzn-single div, .verticalContent .PFQGQ1B-a-q div {
	top: 5px !important;
}

.group_selector{

    background: white;
    border: 0px solid #ddd;
    min-height: 39px;
    height: 39px;
    color: dimgray;
    min-width: 100px;
    margin-right: 20px;
}


.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-chzn-drop, .verticalContent .GOL5FQVBOI, .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-chzn-drop, .verticalContent .PFQGQ1B-a-k{
    background-color: #536ba5!important;
    border: 1px solid white!important;
    width: 192px!important;
    color: white!important;
    margin-top: 5px;
    border-radius: 0px!important;
}

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-chzn-drop input[type="text"],  .verticalContent .GOL5FQVBOI  input[type="text"], .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-chzn-drop  input[type="text"], .verticalContent .PFQGQ1B-a-k  input[type="text"]{
    width: 185px!important;
}

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-group-result,  .verticalContent .GOL5FQVBJJ,  .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-group-result,  .verticalContent .PFQGQ1B-a-v{
    color: white!important;
    opacity: 0.5;
    font-size: 11px!important;
}

.verticalContent  .com-arcbees-chosen-client-resources-ChozenCss-highlighted, .verticalContent .GOL5FQVBKJ, .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-highlighted, .verticalContent .PFQGQ1B-a-w {            
	background: rgba(255,255,255,0.5)!important;
}

.verticalContent .com-arcbees-chosen-client-resources-ChozenCss-chzn-results li em, .verticalContent .GOL5FQVBLJ li em{
    background: #444!important;
}


/* Welcome text */

.homeWelcomeText {
    position: absolute;
    background: url(/resources/images/restyling/imagen-log-in-borrosa.jpg) 50% 50% / cover no-repeat fixed!important;
    padding-top: 150px;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 22px;
   
}





/* HEADER */
.headerInner > table{
	width: 100%;
	
}
.headerPanel{
	width: 100%;
}

.editable_cell input {
    width: 100%;
}

.editable_cell_with_border div {
    width: 100%;
    border: 1px solid !important;
    min-height: 15px;
    padding-left: 3px
}

.editable_cell_with_border input {
    width: 100%;
    border: 0px!important;
   
}


.hotelChosenList +div{
	width: auto!important;
	float: right;
}

td.hotelChosenContainer {
	display: block;
    top: 0;
    right: 0;
}


.hotelChosenContainer .com-arcbees-chosen-client-resources-ChozenCss-no-results, .hotelChosenContainer .GOL5FQVBLJ{
    background: none!important;
}

.hotelChosenContainer a.com-arcbees-chosen-client-resources-ChosenCss-chzn-single, .hotelChosenContainer .GOL5FQVBFJ, .hotelChosenContainer .PFQGQ1B-a-q{
	color: #536ba5!important;
	background-color: white!important;
	background-image: none!important;
	width: 250px;
	height: 70px!important;
	border-radius: 0px!important;
	padding-top: 20px!important;
	margin-right: 30px!important;
	border-color: white!important;
	box-shadow: none!important;
	box-sizing: border-box;
}

 .hotelChosenContainer .com-arcbees-chosen-client-resources-ChozenCss-chzn-drop, .hotelChosenContainer .GOL5FQVBOI, .hotelChosenContainer .com-arcbees-chosen-client-resources-ChosenCss-chzn-drop, .hotelChosenContainer .PFQGQ1B-a-k {
    background-color: white!important;
    border: 1px solid white!important;
    width: 192px!important;
    color: #536ba5!important;
    margin-top: 5px;
    border-radius: 0px!important;
}

.hotelChosenContainer input[type="text"] {
    width: 185px!important;
}

.hotelChosenContainer .com-arcbees-chosen-client-resources-ChozenCss-group-result, .hotelChosenContainer .GOL5FQVBJJ, .hotelChosenContainer .com-arcbees-chosen-client-resources-ChosenCss-group-result, .hotelChosenContainer .PFQGQ1B-a-v {
    color: white!important;
    opacity: 0.5;
    font-size: 11px!important;
}

.hotelChosenContainer  .com-arcbees-chosen-client-resources-ChozenCss-highlighted, .hotelChosenContainer .GOL5FQVBKJ, .hotelChosenContainer .com-arcbees-chosen-client-resources-ChosenCss-highlighted, .hotelChosenContainer .PFQGQ1B-a-w{
	background: #536ba5!important;
	color:white!important;
}

.hotelChosenContainer .com-arcbees-chosen-client-resources-ChozenCss-chzn-results li em, .hotelChosenContainer .GOL5FQVBLJ li em{
    background: #ededed!important;
}


/* flechita azul */
.headerPanel .com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single div, .headerPanel .GOL5FQVBFJ div, .headerPanel .PFQGQ1B-a-h div{
	top:18px!important;	
	right: 25px!important;
}


a.logoHotel {
    
    background: white;
    display: block;
    height: 69px;
    padding: 10px;
    box-sizing: border-box;
    
    position: absolute;
    right: 290px;
    top: 0px;
    
    
}

/* HEADER WIDGTES */


.breadcrumbsAndButtonsWrapper {
    margin-left: 10px;
}
.headerInnerOpened .breadcrumbsAndButtonsWrapper {
    margin-left: 250px;
}

.actionHeaderWrapper {
    
   margin-left: 20px;
   border-left: 1px solid #dddddd;
   padding-left: 20px;
   height: 70px;
   padding-top: 13px;
    
}

.breadCrumbHeaderWrapper{
	padding-top: 20px;
}

.breadCrumbHeaderWrapper .gwt-Label{
	font-size: 21px;
    color: #535ba5;
    font-weight: 400;
}


button.addButtonHeader {
    height: 38px;
    width: 200px;
    background: #536ba5 url('/resources/images/restyling/ico-mas.png') no-repeat !important;
    border-radius: 0px!important;
    background-position: 10px 12px!important;
    text-align: center;
    padding-left: 20px!important;
}
button.addButtonHeader:hover {
   opacity: 0.7;
}

button.iaButtonHeader {
    height: 38px;
    background: #536ba5 url('/resources/images/bard_icon.gif') no-repeat !important;
    border-radius: 0px!important;
    background-position: 5px 8px!important;
    text-align: center;
    padding-left: 30px!important;
    background-size: 25px !important;
    margin-right: 15px;
}
button.iaButtonHeader:hover {
   opacity: 0.7;
}

button.iaButtonHeaderLoading {
    height: 38px;
    background: #536ba5 url('/resources/images/bard_loading_icon.gif') no-repeat !important;
    border-radius: 0px!important;
    background-position: 5px 8px!important;
    text-align: center;
    padding-left: 30px!important;
    background-size: 25px !important;
    cursor: not-allowed !important;
    margin-right: 15px;
}

button.iaButtonHeaderLoading:hover {
    opacity: 1 !important;
}


.filterSearchHeader {
    margin-right: 20px;
    width: 210px;
    text-align: right;
    background: #536ba5 url('/resources/images/restyling/ico-lupa.png') no-repeat !important;
    background-position: 10px 12px!important;
}

input.textFilter {
    height: 38px;
    width: 175px;
    font-size: 13px;
    border: 0px!important;
    padding-left: 10px;
}


/* MAIN TABLE INNER CONTENT */

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableHeader, .GOL5FQVBFD, .PFQGQ1B-c-h {
    border-bottom: 1px solid #dddddd!important;
    color: #23282D!important;
    font-size: 14px!important;
    text-shadow: initial!important;
    font-weight: 500;
    height: 35px;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableOddRow, .GOL5FQVBPD, .PFQGQ1B-c-r  {
    background: #f5f5f5!important;
}

.com-google-gwt-user-cellview-client-CellTable-Style-cellTableOddRowCell, .GOL5FQVBAE, .PFQGQ1B-c-s {
    border: 2px solid #f5f5f5!important;
}


table.mainTableList td:nth-child(2){
	
   max-width: 1050px;
   word-wrap: break-word;
   height: auto;
	
}


button[type="button"].btn-right-unmarked {
    height: 38px !important;
    width: 60px !important;
    background-color: #dfe5f4 !important;
    background-image: url('/resources/images/restyling/verticalPanel/flight-hotel.svg') !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0 5px 5px 0 !important;
    border: 2px solid #536ba5 !important;
    cursor: pointer !important;
  }
  
  button[type="button"].btn-right-marked {
    height: 38px !important;
    width: 60px !important;
    background-color: transparent !important;
    background-image: url('/resources/images/restyling/verticalPanel/flight-hotel.svg') !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0 5px 5px 0 !important;
    border-left: 0px solid #c9cacd !important;
    border-right: 2px solid #c9cacd !important;
    border-top: 2px solid #c9cacd !important;
    border-bottom: 2px solid #c9cacd !important;
    cursor: pointer !important;
  }
  
  button[type="button"].btn-left-unmarked {
    height: 38px !important;
    width: 60px !important;
    background-color: #dfe5f4 !important;
    background-image: url('/resources/images/restyling/verticalPanel/hotel.svg') !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px 0 0 5px !important;
    border: 2px solid #536ba5 !important;
    cursor: pointer !important;
  }
  
  button[type="button"].btn-left-marked {
    height: 38px !important;
    width: 60px !important;
    background-color: transparent !important;
    background-image: url('/resources/images/restyling/verticalPanel/hotel.svg') !important;
    background-size: 28px !important; 
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px 0 0 5px !important;
    border-right: 0px solid #c9cacd !important;
    border-left: 2px solid #c9cacd !important;
    border-top: 2px solid #c9cacd !important;
    border-bottom: 2px solid #c9cacd !important;
    cursor: pointer !important;
  }



/* FAKE HEADERS */
table.fakeTableHeader {
    position: fixed;
    top: 70px;
    background: white;
    z-index: 99;
    
    
}

table.fakeTableHeader tbody{
    display: none;
}

.gwt-DialogBox .fakeTableHeader{
	display:none;
}


.select-width-100 select {
    width: 100% !important;
    box-sizing: border-box;
}



.hotelChosenContainer4Mobile a.com-arcbees-chosen-client-resources-ChozenCss-chzn-single, .hotelChosenContainer4Mobile .GOL5FQVBFJ, .hotelChosenContainer4Mobile .com-arcbees-chosen-client-resources-ChosenCss-chzn-default, .hotelChosenContainer4Mobile .PFQGQ1B-a-q{
  margin-top: 0px;
}

/*MOBILE*/
table.ourProducts.ourProductsMobile {
    margin-top: -40px;
}
.ourProducts.ourProductsMobile td {
    text-align: center!important;
    padding-bottom: 20px;
}


.verticalColumnClosedMobile{
	
}

@media (max-width: 768px) {
	
	
	.labelFooterHotelInfo{
		visibility:hidden;
	}
	
	table.ourProducts {
   		 margin-top: -40px;
	}
	.ourProducts td {
	    text-align: center!important;
	    padding-bottom: 20px;
	}
	
	.verticalColumnClosed{
		height: 70px;
	}
	.verticalColumnOpened{
		height: 100%;
	}
	
 
	.gwt-menubar .gwt-menuitem {
		cursor: pointer !important;
		font-size: 13px;
	}

	.gwt-menubar-horizontal .gwt-menuitem {
		font-size: 20px !important;
	}
	
	.gwt-MenuBar-vertical .gwt-MenuItem {
        font-size: 20px !important;
    }
    
    .buttonMenuLeft {
	   
	    margin-top: 28px;
	}
    
    
    /*LOGIN*/
    .content-login{
    	margin: 20px!important;
    	padding-top: 100px;
    }
    .footer-login {
	    
	    bottom: -30px!important;
	    
	}
    
    
    .headerPanel {
    
    	margin-top: -2px;
	}
    
    .contentInner{
    	margin-left:0px;
    	padding-bottom: 60px;

    }
    .footerInner{
    	margin-left:0px;
    }
    .homeWelcomeText{
    	left: 0px;
    }
    
    .breadCrumbHeaderWrapper{
    	position: absolute;
    	top: 30px;
    }
    
    .breadCrumbHeaderWrapper .gwt-Label{
   		 font-size: 15px;
    }
    
    .actionHeaderWrapper {
    	margin-left: 0px; 
    	border-left: 0px;
    	padding-left: 0px; 
    	
    }
    
    .filterSearchHeader {
    
    	width: 40px;
	    background-position: 10px 10px!important;
	    margin-right: 36px;
	    background: transparent;
    	
	}
	
	input.textFilter {
    	height: 30px;
	    width: 70px;
	    font-size: 12px;
	}
    
    button.addButtonHeader{
    	    height: 30px;
		    width: 70px;
		    background-position: 10px 8px!important;
		    font-size: 9px!important;
		    background: #536ba5!important;
		    padding-left: 0px!important;
    }
    

	.hotelChosenContainer a.com-arcbees-chosen-client-resources-ChozenCss-chzn-single, .hotelChosenContainer .GOL5FQVBFJ, .hotelChosenContainer .com-arcbees-chosen-client-resources-ChosenCss-chzn-default, .hotelChosenContainer .PFQGQ1B-a-h{
		
	    width: 100px;
	    height: 30px!important;
	    margin-right: 30px!important;
	    padding-top: 0px!important; 
	   	    
	}
    
    
    /* flechita blanca */

	.headerPanel .com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single div, .headerPanel .GOL5FQVBFJ div, .headerPanel .com-arcbees-chosen-client-resources-ChosenCss-chzn-default div, .headerPanel .PFQGQ1B-a-h div {
	    top: 0px!important;
	    right: 16px!important;
	}
	
	.com-arcbees-chosen-client-resources-ChozenCss-chzn-container-single .com-arcbees-chosen-client-resources-ChozenCss-chzn-single span, .verticalContent .GOL5FQVBFJ span, .verticalContent .com-arcbees-chosen-client-resources-ChosenCss-chzn-default span, .verticalContent .PFQGQ1B-a-h span{
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	
	.hotelChosenContainer .com-arcbees-chosen-client-resources-ChozenCss-chzn-drop, .hotelChosenContainer .GOL5FQVBOI, .hotelChosenContainer .com-arcbees-chosen-client-resources-ChosenCss-chzn-drop, .hotelChosenContainer .PFQGQ1B-a-k {
	   
	    margin-left: 80px;
	}
    
    
    #copyright-footer {
	    font-size: 10px;
		text-align: left;
	    padding-left: 10px;
	}
	
	.lockerImg{
	  display: none;
	}
	
	.imageCalendar {
		margin-left: 5px;
		position: relative;
		z-index: 99;
	}
	
	.com-arcbees-chosen-client-resources-ChosenCss-chzn-results, PFQGQ1B-a-m {
		padding: 0px;
	}
	
	.com-arcbees-chosen-client-resources-ChosenCss-chzn-search input, .PFQGQ1B-a-p input {
		margin: 0px !important;
	}

    .contentInner table.biFramesPanel {
        width: 98%;
        height: 98% !important;
    }
}

