/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

.no-visible {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
ul.ui-autocomplete {
  background-color: #fff;
  list-style: none;
  min-width: 160px;
  max-width: 260px;
  margin-top: 2px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  overflow-y: auto;
  max-height: 250px;
  z-index: 11000;
}
ul.ui-autocomplete li {
  padding: 5px 0px;
}

/*PRODUCTOS*/
.boxproducto {
  background: #fff;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 7px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.boxproducto_destacado {
  background: #fff;
  border-style: solid;
  border-color: #be582a;
  border-width: 2px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 7px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.boxproducto_cucarda {
  float: left;
  margin-right: 3px;
  height: 43px;
  width: 37px;
  background-image: url(/assets/global/img/cucarda3.png);
  background-repeat: no-repeat;
}
.boxproductoimagen {
  width: 220px;
  min-height: 120px;
  float: left;
}
.boxproductoimagen img {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  width: 210px;
  max-height: 150px;
}
.boxproductocuerpo {
  float: left;
  width: 38%;
  height: 150px;
  padding: 3px;
}
.boxproductocuerpo .nombre_producto {
  font-size: 16px;
  float: left;
  width: 100%;
}
.boxproductoprecio {
  float: right;
  width: 25%;
  min-height: 150px;
  background-color: #e4e4e4;
  padding: 3px;
}
.boxproductoprecio .aconfirmar {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #f90;
  color: #fff;
}
.boxproductoprecio .inmediata {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 13px;
  padding: 3px;
  margin-bottom: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #6c0;
  color: #fffd;
}
.boxproductoprecio .soldout {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #f00;
  color: #fff;
}

.boxprecio {
  font-size: 14px;
  color: #f30;
  text-align: center;
  margin-top: 5px;
  line-height: 120%;
}

.nominarcarrito {
  clear: both;
  background-color: #eee;
  padding: 7px;
  margin-top: -20px;
  margin-bottom: 5px;
}

.nominarcarrito input {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 5px;
}

.table-carrito {
  font-size: 12px;
}
.table-carrito thead th {
  font-size: 12px;
  background-color: #eee;
}

#formeventual td.has-error {
  background-color: #ff9595;
}
#formeventual div.has-error {
  background-color: #ff9595;
}
.checkboxinline {
  min-width: 200px;
  min-height: 30px;
}

.formheader {
  width: 95%;
  clear: both;
  float: none;
  margin: 10px 0px;
}

.deletedestino {
  cursor: pointer;
}
option.padre {
  font-weight: bold !important;
}
option.hijo {
  text-indent: 10px !important;
}

#procesandoreserva {
  display: none;
}

.loadingspin {
  margin-top: -30px;
  margin-left: 10px;
  width: 580px;
  height: 70px;
  line-height: 50px;
  padding: 10px;
  z-index: 99999 !important;
}
#procesandoreserva .loadingspin {
  margin-top: 18px !important;
}
.loadingspin_img {
  float: left;
  height: 48px;
  width: 48px;
  background-image: url(/assets/global/img/loadingSPIN.gif);
  background-repeat: no-repeat;
}
.loadingspin_img_s {
  float: left;
  height: 35px;
  width: 35px;
  padding: 2px;
  background-image: url(/assets/global/img/loadingSPIN_s.gif);
  background-repeat: no-repeat;
}

.loadingspin_txt {
  float: left;
  margin-left: 15px;
  width: 280px;
  line-height: 20px;
  font-weight: bold;
}
.loadingspin_txt_s {
  float: left;
  margin-left: 10px;
  line-height: 35px;
  vertical-align: central;
  width: 200px;
  font-weight: bold;
}

.datepicker {
  z-index: 9999;
}

.table-tarifa td:first-of-type {
  width: 200px;
  font-weight: bold;
}

.facturacod {
  font-size: 35px;
  max-width: 50px;
  height: 50px;
  padding: 5px;
  color: #333;
  background-color: #f1f1f1;
  border-color: #444;
  font-family: "Open Sans", sans-serif;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
  text-align: center;
  line-height: 40px;
}

@page * {
  margin-top: 1cm;
  margin-bottom: 1cm;
  margin-left: 1cm;
  margin-right: 1cm;
}
#headerimpresion {
  display: none;
}
.onlyprint {
  display: none;
}
optgroup {
  font-weight: bold !important;
}
.eli {
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
}
.tiporecibo {
  font-size: 35px;
  margin-left: 160px;
  float: left;
  width: 50px;
  height: 50px;
  padding: 5px;
  color: #333;
  background-color: #f1f1f1;
  border-color: #444;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 35px;
  float: left;
  width: 50px;
  height: 50px;
  padding: 5px;
  color: #333;
  background-color: #f1f1f1;
  border-color: #444;
  font-family: "Open Sans", sans-serif;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
  text-align: center;
  line-height: 40px;
}
.logorecibo {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tablarecibo {
  width: 100%;
  border: 1px solid #e7ecf1;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.seguireditandofile i {
  font-size: 29px !important;
  font-weight: bold !important;
  margin-top: 12px !important;
  z-index: 999 !important;
}
.seguireditandofile {
  position: fixed !important;
  width: 50px !important;
  height: 55px !important;
  bottom: 55px !important;
  right: 10px !important;
  background-color: #0c9 !important;
  color: #fff !important;
  border-radius: 45px !important;
  text-align: center !important;
  box-shadow: 2px 2px 3px #999 !important;
  z-index: 999 !important;
}
