body {
  font-size: 14px;
}

.hidden {
  display: none;
}

p.dotted_under {
  padding: 15px 0 0 0;
}

.ow_bhead {
  color: #0066CC;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.ow_tdtext {
  font-size: 14px;
  line-height: 20px;
}

.ow_tdtext_dis {
  background-color: #EEE;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  line-height: 15pt;
}

.ow_formbutton {
  background-color: #9C0000;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.ow_separator_txt {
  font-size: 95%;
  margin-top: 10px;
}

#tooltip {
  font-size: 12px;
}

/******************************************************************************
    GENERICO
******************************************************************************/
.ow_field {
  width: 600px;
  margin: 10px 0;
}
.ow_field .ow_field_input {
  float: left;
  margin: 0 35px 0 0;
}
.ow_field .ow_field_input label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
.ow_field .ow_field_input label.required {
  color: #666;
  font-weight: bold;
}
.ow_field .ow_field_input input, .ow_field .ow_field_input .select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ow_field .one_input {
  width: 340px;
}
.ow_field .two_input {
  width: 152px;
}
.ow_field .last_input {
  width: 180px;
}
.ow_field .last_input .warn_txt {
  width: 300px;
}
.ow_field .ow_field_ccc input {
  padding: 0 5px;
}
.ow_field .ow_field_ccc input:nth-child(-n+4) {
  width: 50px;
}
.ow_field .ow_field_ccc input:nth-child(5) {
  width: 35px;
}
.ow_field .ow_field_ccc input:nth-child(6) {
  width: 138px;
  margin: 0;
}
.ow_field .warn_txt {
  display: inline-block;
  margin-bottom: 20px;
}

.ow_dv_grupo {
  margin-top: 5px;
  text-align: left;
}
.ow_dv_grupo .dk_container {
  float: none;
  display: inline-block;
}
.ow_dv_grupo .dk_container .dk_toggle {
  min-width: 100px;
}

.ow_dv_container_etiqueta {
  font-size: 14px;
  width: 12em;
  float: left;
}

.select_same {
  width: 180px;
  background: #FFF;
}

.box_inside_form {
  background: #cee7ff;
  padding: 20px 10px;
  width: 70%;
}

.box_banks {
  display: none;
}

.payment_result li {
  border-top: 1px dashed #bcbcbc;
  padding: 10px;
}
.payment_result li span:last-child {
  float: right;
}
.payment_result li:last-child {
  background: #EEE;
}
.payment_result li:last-child span {
  font-weight: bold;
  font-size: 20px;
}

.payment_result_discount {
  color: #666;
}

/******************************************************************************
    FILE -  STEP 3
******************************************************************************/
.button_increment_more, .button_increment_less {
  display: inline-block;
  background: #E4E4E4;
  line-height: 25px;
  height: 25px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}
.button_increment_more:active, .button_increment_less:active {
  background: #AAA;
}

.button_increment_more {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  margin-right: -5px;
}

.button_increment_less {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  margin-right: 5px;
}

.distribution_cont {
  vertical-align: top;
  display: inline-block;
  width: 33%;
  margin-bottom: 40px;
}
.distribution_cont p:first-letter {
  text-transform: capitalize;
}

.capacidad {
  text-align: center;
  font-size: 150%;
  width: 35px;
  height: 23px;
  overflow: hidden;
  border: none;
}

.capacidad_txt {
  width: 600px;
  height: 150px;
}

.caracteristicas {
  padding: 10px;
  margin: 0;
  width: 47%;
  float: left;
}
.caracteristicas li {
  list-style: none;
}

/*******************************************************************************
            RENOV PROMO
*********************************************************************************/
#ow_datos_promo {
  display: none;
  width: 100%;
}
#ow_datos_promo th {
  padding: 6px;
}
#ow_datos_promo td {
  padding: 10px 6px;
}
#ow_datos_promo .separation td {
  border-top: 1px dashed #bcbcbc;
}

#ow_pago {
  margin-top: 40px;
  display: none;
}

#ow_finalizar, #ow_siguiente {
  display: none;
}

.ow_pago {
  color: #0066CC;
  font-weight: bold;
  padding-bottom: 1em;
}

/*******************************************************************************
            OWNER/FILE*.PHP
*********************************************************************************/
#ow_initialbar {
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ow_initialbar_title {
  font-weight: bold;
  float: left;
  color: #0066CC;
}

#ow_initialbar_return {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.ow_stepsbar {
  width: 100%;
  height: 45px;
  border-collapse: collapse;
  border: 1px solid #bcbcbc;
  background: #FFF;
}
.ow_stepsbar .heading {
  color: #666;
  font-weight: bold;
  font-size: 18px;
}
.ow_stepsbar td {
  padding: 20px 10px;
}
.ow_stepsbar tbody tr:first-child td {
  padding-bottom: 0;
}
.ow_stepsbar td:last-child .ow_stepbar_global:after {
  content: none;
  border-bottom: 1px solid #FFF;
}
.ow_stepsbar td:first-child {
  padding-left: 10px;
}
.ow_stepsbar td:last-child {
  padding-right: 10px;
}
.ow_stepsbar tbody tr:hover {
  background: #FFF !important;
}

.ow_stepbar_global {
  display: block;
  padding-top: 5px;
  height: 16px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #0066CC;
}
.ow_stepbar_global:after {
  content: ">";
  float: right;
  width: 40px;
  border-bottom: 2px solid #FFF;
}

.ow_stepbar_link {
  color: #0066CC !important;
}
.ow_stepbar_link:hover {
  color: #036 !important;
  border-bottom: 1px solid #036;
}

.ow_stepbar_selected {
  border-bottom: 1px solid #0066CC;
}

.ow_stepbar_disable {
  color: #666;
}

#owfile8form table {
  border: 1px solid #bcbcbc;
  background: #FFF;
}

.ow_contentbox {
  margin-top: 20px;
  border: 1px solid #f9cdc2;
  font-size: 14px;
}
.ow_contentbox p {
  margin: 10px 0;
}

.ow_contentbox_title {
  font-weight: bold;
  background-color: #ffffcc;
  color: #0066CC;
  margin-bottom: 10px;
  padding: 2px 10px;
}

.ow_standardbox {
  margin-bottom: 10px;
  margin-left: 0.5em;
}

#ow_buttonbar {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  height: 25px;
}

#ow_fakesubmitandreturn, #ow_submitandreturn {
  float: left;
}

#ow_submitandcontinue {
  float: right;
}

.ow_buttonlink {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #036;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.ow_buttonlink:hover {
  color: #ff0000;
}

.ow_activebutton:hover {
  cursor: pointer;
  cursor: hand;
}

#ow_warning_nojavascript, #ow_warning_formerrors {
  color: #ff0000;
}

.error_prices {
  color: #ff0000;
}

.owner_error_list {
  padding: 10px;
  margin-top: 10px;
}
.owner_error_list > li {
  text-align: left;
  line-height: 24px;
}
.owner_error_list > li .warn_txt {
  color: #f00;
}
.owner_error_list > li p, .owner_error_list > li div {
  display: inline-block;
}
.owner_error_list > li::before {
  content: "\00d7";
  padding-right: 5px;
}
.owner_error_list > li .under {
  margin-top: 0;
  margin-bottom: 0 !important;
}

#ow_warning_formerrors {
  line-height: 13px;
  display: none;
}
#ow_warning_formerrors h1 {
  color: #ff0000;
}

#showphotobackground {
  background-color: #AAA;
  display: none;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
}

#showphotocontent {
  background-color: #FFF;
  display: none;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
  text-align: center;
}
#showphotocontent img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.paletadeacciones {
  display: none;
  width: 300px;
  height: 90px;
  margin-left: 27px;
  background: #FFF;
  position: absolute;
  border: 3px solid #969696;
  -moz-border-radius: 7px;
  z-index: 2;
  text-align: left;
  padding: 10px;
  margin-top: 5px;
}

#paletazonabotones {
  padding: 7px;
  margin: 5px 0 10px 0;
  text-align: center;
}

.paletabotongirar {
  border: 2px solid #f3e7ce;
  padding: 3px;
  margin-right: 12px;
  margin-bottom: 10px;
  float: left;
}
.paletabotongirar:hover {
  background-color: #ffffcc;
  border: 2px solid #969696;
  cursor: pointer;
}
.paletabotongirar img {
  vertical-align: middle;
  margin-right: 5px;
}

.imagenoriginal {
  float: left;
}

.deleteimagenlinks {
  float: right;
}

.ow_header {
  color: #0066CC;
  font-weight: bold;
}

#change_address {
  color: #666;
}

#address {
  position: absolute;
  top: 75px;
  left: -105px;
  padding: 15px;
  width: 280px;
  display: none;
  z-index: 50;
}
#address #close_popup {
  float: right;
  cursor: pointer;
}
#address label {
  display: block;
  margin: 10px 0 0;
}
#address div {
  margin: 0 0 10px;
}
#address div.left_field {
  float: left;
  width: 125px;
}
#address div.right_field {
  float: left;
  width: 150px;
}
#address div.warn_txt {
  display: none;
}
#address .gray_txt {
  float: left;
  margin-right: 15px;
}
#address .dk_container {
  margin: 10px 0;
}
#address .dk_container .dk_toggle {
  min-width: 140px;
}
#address input {
  margin: 10px 0 0 0;
}

table.edit_precios {
  display: block;
  margin: 12px 0;
}

p.subtitle {
  color: #666;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 20px;
}

input.calendar {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

table.edit_offers {
  display: block;
}
table.edit_offers label {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
table.edit_offers td {
  width: 50px;
  text-align: center;
}
table.edit_offers td li {
  line-height: 25px;
}

table.offers {
  line-height: 26px;
}
table.offers td {
  padding: 0 6px 6px 0;
  vertical-align: top;
}

#promo_table {
  width: 940px;
  border-collapse: collapse;
  line-height: 20px;
  font-size: 14px;
}
#promo_table col.price {
  width: 85px;
}
#promo_table th.last, #promo_table td.last {
  border-left: 1px solid #bcbcbc;
}
#promo_table tbody td, #promo_table tbody th {
  border-bottom: 1px solid #bcbcbc;
  vertical-align: baseline;
}
#promo_table tr.last th, #promo_table tbody tr.last td {
  border-bottom: 0;
}
#promo_table thead th {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 10px;
}
#promo_table thead th.caption {
  text-align: left;
  color: #0066CC;
  font-weight: bold;
}
#promo_table tbody th {
  padding: 10px 0 10px 24px;
  text-align: left;
}
#promo_table tbody td {
  padding: 6px 0 6px 7px;
}
#promo_table tbody td.price {
  padding: 10px 12px 10px 15px;
  text-align: right;
  vertical-align: bottom;
  line-height: 15px;
}
#promo_table tbody td.price label {
  position: relative;
}
#promo_table tbody td.price input {
  float: left;
}

p.has_promo {
  font-size: 14px;
  line-height: 13px;
  color: #528618;
  font-weight: bold;
  margin-top: 20px;
}

.booking_filter {
  list-style-type: none;
  margin: 15px;
  padding: 0;
  overflow: hidden;
}
.booking_filter li {
  display: block;
  float: left;
  margin-right: 15px;
}
.booking_filter li input {
  margin-top: 0px !important;
  margin-right: 5px;
}
.booking_filter li label {
  font-weight: normal;
}

/* Controlpanel */
.ow_booking {
  position: relative;
  padding: 10px 15px;
  padding-bottom: 45px;
  margin-bottom: 55px;
  background: #FFF;
  border: 1px solid #bcbcbc;
}
.ow_booking ul li {
  padding-right: 10px;
}
.ow_booking ul li.head {
  font-size: 18px;
  line-height: 16px;
  border: 0;
}
.ow_booking .booking_section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 28px;
}
.ow_booking .booking_section .notes {
  width: 300px;
  /*! white-space:nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.ow_booking .ow_booking_header {
  margin: 0 0 20px 0;
}
.ow_booking .ow_booking_header span {
  color: #0066CC;
  font-weight: bold;
}
.ow_booking .ow_booking_header ul {
  margin-left: 0px;
}
.ow_booking .bottom_info_container {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bcbcbc;
}
.ow_booking .bottom_info_container li {
  float: left;
  padding: 5px;
}
.ow_booking .bottom_info_container .resultlink {
  float: right;
  display: inline;
  padding: 5px;
  text-decoration: none;
}
.ow_booking .bottom_info {
  background: #FFF;
  position: absolute;
  left: -1px;
  bottom: -37px;
  border: 1px solid #bcbcbc;
  height: 35px;
  width: 100%;
}
.ow_booking .bottom_info .p_info {
  color: #666;
  line-height: 35px;
  padding: 0 15px;
  float: left;
}
.ow_booking .bottom_info span {
  font-weight: bold;
}
.ow_booking .bottom_info ul {
  float: left;
  line-height: 35px;
  margin: 0 10px 0 0;
}
.ow_booking .bottom_info ul li {
  display: inline;
  padding: 0 0 0 10px;
}
.ow_booking .ul_action {
  float: right !important;
}
.ow_booking .ul_confirm {
  margin-top: -4px;
}
.ow_booking .loading_container {
  display: none;
  float: right;
}
.ow_booking .loading {
  float: right;
  width: 160px;
  box-shadow: none;
}

.ow_house {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 55px;
  background: #FFF;
  border: 1px solid #bcbcbc;
}
.ow_house ul li {
  padding-right: 10px;
}
.ow_house ul li.head {
  font-size: 18px;
  line-height: 16px;
  border: 0;
}
.ow_house .modifications, .ow_house .announcement, .ow_house .recomendations {
  width: 225px;
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
  line-height: 28px;
}
.ow_house .announcement, .ow_house .recomendations {
  margin-left: 20px;
}
.ow_house .icon2 {
  margin-left: -6px;
}
.ow_house .ow_house_header {
  margin: 0 0 20px 0;
}
.ow_house .ow_house_header span {
  color: #0066CC;
  font-weight: bold;
}
.ow_house .bottom_info_cotainer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bcbcbc;
}
.ow_house .bottom_info {
  background: #FFF;
  position: absolute;
  left: -1px;
  bottom: -37px;
  border: 1px solid #bcbcbc;
  height: 35px;
  width: 100%;
}
.ow_house .bottom_info .p_info {
  color: #666;
  line-height: 35px;
  padding: 0 15px;
  float: left;
}
.ow_house .bottom_info span {
  font-weight: bold;
}
.ow_house .bottom_info ul {
  float: right;
  line-height: 35px;
  margin: 0 10px 0 0;
}
.ow_house .bottom_info ul li {
  display: inline;
  padding: 0 0 0 10px;
}
.ow_house.disabled {
  background: #EEE;
}
.ow_house .ow_house_info {
  display: flex;
}
.ow_house .ow_house_info .ow_house_info_image {
  width: 220px;
  height: 160px;
  position: relative;
}
.ow_house .ow_house_info .ow_house_info_image div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 15%;
  background: #ff6b19;
  border: 1px solid #FF5000;
}
.ow_house .ow_house_info .ow_house_info_image div span {
  color: white;
  font-size: medium;
  font-weight: bold;
}

.ow_houses_faqs {
  padding-left: 15px;
  margin: 15px 0 100px 0;
}
.ow_houses_faqs li {
  margin-bottom: 10px;
  list-style: disc;
}

.update_link {
  font-size: 18px;
  color: #0066CC;
  font-weight: bold;
  margin-bottom: 20px;
}

.updated {
  font-weight: bold;
  color: #528618;
}

#ow_main_controls {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  margin: 40px 0 50px 0;
  background: #FFF;
}
#ow_main_controls li {
  display: table-cell;
  border: solid 1px #D2D2D2;
  width: 50%;
  height: 60px;
  text-align: center;
}
#ow_main_controls a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
#ow_main_controls a.discount {
  color: #ff0000;
}
#ow_main_controls li.first {
  border-right: 0;
}
#ow_main_controls strong {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  color: #036;
}

#ow_guest, #ow_guest_invite {
  margin: 18px 0 72px 0;
}
#ow_guest .head, #ow_guest_invite .head {
  font-size: 18px;
}
#ow_guest p.title, #ow_guest_invite p.title {
  margin-bottom: 18px;
}
#ow_guest p.error, #ow_guest_invite p.error {
  color: #ff0000;
  margin-top: 18px;
}
#ow_guest li, #ow_guest_invite li {
  display: inline;
}
#ow_guest li.right, #ow_guest_invite li.right {
  float: right;
}
#ow_guest label.error, #ow_guest_invite label.error {
  color: #ff0000;
}
#ow_guest ul.login, #ow_guest_invite ul.login {
  margin-top: 18px;
  margin-bottom: 6px;
}
#ow_guest ul.login li, #ow_guest_invite ul.login li {
  display: inline-block;
  margin-right: 6px;
}
#ow_guest ul.login label, #ow_guest_invite ul.login label {
  display: block;
  color: #666;
  font-weight: bold;
  margin-bottom: 6px;
}

#messageBox {
  margin-top: 18px;
}

#ow_guest div.ok, #ow_guest_invite div.ok {
  margin: 26px 0;
  background-position: top left;
}
#ow_guest div.ok p, #ow_guest_invite div.ok p {
  margin-bottom: 18px;
}
#ow_guest div.ok ul, #ow_guest_invite div.ok ul {
  color: #666;
  padding: 0;
}
#ow_guest div.ok ul li, #ow_guest_invite div.ok ul li {
  display: list-item;
}

#ow_guest div.body ul li {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url("https://st-rentalia.com/images/bullet.gif") no-repeat scroll left 8px;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 14px;
  display: list-item;
}

.housevalidationbox img {
  float: right;
  cursor: pointer;
}
.housevalidationbox div.controls {
  display: block;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 10px;
  padding: 5px 2px 2px;
  text-align: left;
  color: #666;
}
.housevalidationbox div.controls div.validationaddr {
  color: #000;
  margin-top: 10px;
}
.housevalidationbox div.code {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 2px 2px;
  text-align: center;
  color: #666;
}
.housevalidationbox div.code input {
  font-size: 14px;
}
.housevalidationbox div.button {
  margin-top: 10px;
  text-align: center;
  background-color: #FFF;
}
.housevalidationbox label {
  display: block;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: left;
  color: #666;
}
.housevalidationbox p.warn {
  color: #ff0000;
  display: none;
  margin-top: 9px;
}

.housevalidationbox, .translatebox, .disablereservebox, .featuredbox, .photographsbox, .share_links_box {
  width: 265px;
  display: none;
  padding: 10px 15px;
  border: 1px solid #bcbcbc;
  background-color: #FFF;
  position: absolute;
  z-index: 10;
}
.housevalidationbox img, .translatebox img, .disablereservebox img, .featuredbox img, .photographsbox img, .share_links_box img {
  float: right;
  cursor: pointer;
}
.housevalidationbox div.controls, .translatebox div.controls, .disablereservebox div.controls, .featuredbox div.controls, .photographsbox div.controls, .share_links_box div.controls {
  line-height: 20px;
  display: block;
  font-size: 14px;
  margin-right: 15px;
  margin-top: 10px;
  padding: 5px 2px 2px;
  text-align: left;
}
.housevalidationbox div.controls ul li, .translatebox div.controls ul li, .disablereservebox div.controls ul li, .featuredbox div.controls ul li, .photographsbox div.controls ul li, .share_links_box div.controls ul li {
  line-height: 20px;
}

.share_links_box {
  width: 150px;
}

.translate_button, .featured_button, .photographs_button {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  overflow: visible;
}

.translatebox input {
  vertical-align: middle;
  margin-right: 4px;
}

.translatebox div.controls {
  line-height: 20px;
}

.translatebox textarea {
  width: 240px;
}

.translatelink {
  display: block;
}

#optional {
  color: #666;
}

.translations_ok, .disablereserve_ok, .featured_ok, .photographs_ok {
  background: url("https://st-rentalia.com/images/ok2.gif") no-repeat scroll 6px 0 transparent;
  padding-left: 30px;
  display: none;
  font-size: 14px;
}

.translate_langs {
  display: inline-block;
  width: 120px;
  zoom: 1;
}

.more_services {
  margin-bottom: 50px;
}
.more_services ul {
  margin-top: 25px;
}
.more_services ul li {
  margin-bottom: 10px;
  line-height: 21px;
}
.more_services ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #0066CC;
  text-decoration: none;
}
.more_services ul li a:hover {
  color: #00264c;
}

#register_publish {
  font-size: 18px;
  font-weight: bold;
}

#loginforgotpassword {
  font-size: 14px;
}

ul.file_upload_ctrols {
  margin-left: 20px;
}
ul.file_upload_ctrols li {
  line-height: 18px;
  margin-bottom: 10px;
}
ul.file_upload_ctrols li label {
  margin-right: 8px;
}
ul.file_upload_ctrols li input {
  margin-right: 18px;
}

#owfile6form .dk_container, ul.file_upload_ctrols {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
#owfile6form .dk_container .dk_toggle, ul.file_upload_ctrols .dk_toggle {
  min-width: 125px;
}
#owfile6form .dk_container .dk_options li, ul.file_upload_ctrols .dk_options li {
  margin: 0;
}

#login_form ul li {
  width: 225px;
}
#login_form ul li input {
  width: 200px;
}
#login_form ul li.button {
  width: auto;
}
#login_form ul li.button input {
  width: auto;
}

#login_form strong {
  font-size: 14px;
}

ul.lang_list {
  width: 750px;
  margin: 10px 0 40px 0;
}
ul.lang_list li {
  display: inline-block;
  width: 220px;
  line-height: 18px;
  margin-bottom: 8px;
}

dl.left_label_form ul.lang_list li input {
  width: auto;
  height: 13px;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
}

#address_box input {
  width: 115px;
}

#address_box input.num {
  width: 35px;
}

form .title {
  clear: both;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
form .title span {
  font-weight: normal;
}

form ul.radio {
  height: 25px;
  margin-bottom: 10px;
}
form ul.radio li {
  float: left;
  margin-right: 30px;
  min-width: 180px;
}
form ul.radio li.li--small {
  min-width: auto;
}
form ul.radio .info {
  font-size: 11px;
  line-height: 11px;
  color: #666;
  display: block;
}

form ul.radio_35 {
  height: 35px;
}

form ul.last {
  margin-bottom: 0;
}

form ul.radio label {
  display: inline-block;
  height: 22px;
  line-height: 28px;
  vertical-align: bottom;
  margin-left: 6px;
}
form ul.radio label span {
  margin: 0 5px 0 0;
}

ul.checklist li {
  display: inline-block;
  line-height: 26px;
  width: 22.5%;
  vertical-align: middle;
}
ul.checklist li input {
  vertical-align: middle;
}
ul.checklist li label {
  padding: 7px;
}

ul.threecols {
  width: 400px;
}
ul.threecols li {
  width: 180px;
  margin-bottom: 2px;
}

#distribution ul {
  display: inline-block;
  width: 100%;
  list-style-position: outside;
}
#distribution ul li {
  line-height: 45px;
}
#distribution ul li input {
  margin-right: 6px;
}
#distribution ul .capacity img, #distribution ul .capacity textarea {
  vertical-align: baseline;
}

#house_address {
  position: relative;
}
#house_address .side {
  position: absolute;
  right: 74px;
  width: 340px;
  margin-right: 6px;
  z-index: 1000;
}
#house_address .side p {
  line-height: 26px;
}
#house_address .side p.lined {
  line-height: 20px;
}
#house_address #map {
  width: 500px;
  height: 300px;
  background-color: #D2D2D2;
}
#house_address #map .map_msg {
  text-align: center;
  margin-top: 80px;
}

#distances ul {
  display: inline-block;
  width: 48.9%;
  list-style-position: outside;
}
#distances ul li {
  line-height: 26px;
}
#distances ul input {
  margin: 0 0 5px 0;
}

table#newproperty_boxes {
  border-collapse: collapse;
}
table#newproperty_boxes td {
  padding: 0;
  vertical-align: top;
}
table#newproperty_boxes td.box {
  width: 492px;
  line-height: 18px;
  padding: 15px 15px 0;
  background: #FFF;
}
table#newproperty_boxes td.space {
  width: 36px;
}
table#newproperty_boxes ul li label {
  display: block;
  color: #666;
  font-weight: bold;
}
table#newproperty_boxes ul li input {
  margin-bottom: 8px;
}

.ow_text label, .ow_text input, .ow_text textarea {
  display: block;
}

ul.lang_links {
  line-height: 18px;
}
ul.lang_links li {
  display: inline-block;
  width: 33.5%;
  margin-bottom: 9px;
}

.head_link {
  float: right;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/*  Posters  */
ul.poster_samples li {
  display: inline-block;
}

dl.lined_list dt, dl.lined_list dd {
  border-top: 1px solid #EFEFEF;
  height: 26px;
  line-height: 26px;
}

dl.lined_list:first-of-type {
  border: 0;
}

dl.lined_list .first {
  border: 0;
}

/* Para navegadores obsoletos */
dl.lined_list dt {
  font-weight: bold;
  float: left;
  width: 100px;
}

dl.lined_list dd {
  color: #666;
  margin-left: 100px;
}

dl#publish_offer.lined_list dt {
  width: 115px;
}

dl#publish_offer.lined_list dt, dl#publish_offer.lined_list dd {
  line-height: 36px;
  height: 36px;
}

a.calendar img {
  vertical-align: bottom;
}

#offer_start * {
  vertical-align: top;
}

#alert_overlapped_offer {
  width: 625px;
}

/* contratacion promos */
table#ow_datos_promo tr#disc_row_upgrade.disabled {
  color: #ccc;
  background: #FFF;
}

div#ow_pago li.disabled {
  color: #ccc;
}

.product-container, .product-marker-container {
  display: flex;
  justify-content: center;
}

.renov_promo_cont {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #cee7ff;
  background: #FFF;
  flex-basis: 0;
  flex-grow: 1;
}
.renov_promo_cont:last-child {
  margin-right: 0;
}
.renov_promo_cont--half_side {
  margin-right: 25px;
  cursor: pointer;
}

.renov_promo_popular_cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #EC6200;
}

.renov_promo_selected_cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #EC6200;
}

.renov_promo_popular {
  position: absolute;
  top: 10px;
  right: -2px;
  min-width: 30%;
  padding: 0 10px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  color: #FFF;
  background: #EC6200;
}

.renov_promo_novelty {
  width: 330px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 0 0 5px 340px;
  color: #FFF;
  background: #EC6200;
}

.product-marker-container .marker {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  background: #EC6200;
  margin-right: 24px;
  margin-left: -1px;
}
.product-marker-container .marker:last-child {
  margin-right: -1px;
}

.renov_promo_head {
  background: #cee7ff;
  line-height: 25px;
  padding: 10px;
}
.renov_promo_head p {
  font-weight: bold;
}

.renov_promo_list {
  line-height: 28px;
  padding: 10px;
}
.renov_promo_list li.price {
  display: table;
}
.renov_promo_list li.price .radio {
  display: table-cell;
}
.renov_promo_list li.price label {
  display: table-cell;
  cursor: pointer;
}

.renov_promo_desc p {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.renov_promo_desc .spt_status_verif {
  margin: 6px 0;
}
.renov_promo_desc span {
  display: table;
}
.renov_promo_desc .spt_check {
  margin-top: 9px;
}

.renov_promo_prices {
  min-height: 60px;
  border-top: 2px solid #cee7ff;
  cursor: pointer;
}
.renov_promo_prices input[type="radio"] {
  margin-right: 10px;
}

.renov_cont_preview {
  position: relative;
  width: 425px;
  padding: 15px;
  background: #EC6200;
}
.renov_cont_preview span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.renov_cont_preview .arrowss {
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EC6200;
}

.payment_list li {
  margin: 10px 0 6px 5px;
  font-size: 16px;
}
.payment_list li input {
  margin-right: 5px;
}

.payment_info {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

/*capa*/
.agency_information_zone {
  position: relative;
  z-index: 10;
}

.info_box {
  display: none;
  position: absolute;
  left: 270px;
  top: 0;
  padding: 20px 25px;
  width: 210px;
}
.info_box p label.title {
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.info_box form p input {
  display: block;
}
.info_box textarea, .info_box input[type="text"] {
  width: 186px;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.info_box p {
  margin-bottom: 10px;
  font-size: 14px;
}
.info_box p.button_container {
  margin: 0;
  text-align: center;
}
.info_box label.error {
  color: #ff0000;
  font-size: 14px;
}

#more_info {
  display: none;
}

#more_seoinfo {
  display: none;
}

.share_links_close {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 0;
}

/* News style stats */
.ow_contentbox_title_new {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.ow_contentbox_new {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D2D2D2;
  margin-top: 20px;
}

.ow_standardbox_new {
  position: relative;
  margin-bottom: 10px;
  margin-left: 0.8em;
}
.ow_standardbox_new .plot {
  text-align: center;
  width: 900px;
  height: 300px;
  margin: 10px 0;
}
.ow_standardbox_new .legend div, .ow_standardbox_new .legend table {
  top: -5px !important;
  left: 910px !important;
  background-color: #EEE;
}

.legend .legendLabel {
  font-size: 14px;
}

#form_tenant .dk_container {
  float: none;
  width: 230px;
}
#form_tenant .dk_container .dk_toggle {
  width: 175px;
}

#dk_container_remaining_cost_type {
  float: none;
  display: inline-block;
}

#promo_cont_rural .search_results .large .photo .navbar_photos a:hover .spt_thumb_left {
  background-position: 0 -160px !important;
}
#promo_cont_rural .search_results .large .photo .navbar_photos a:hover .spt_thumb_right {
  background-position: -32px -160px !important;
}

#promo_cont_chars {
  clear: both;
  margin: 40px 0;
  min-height: 160px;
}
#promo_cont_chars ul {
  float: left;
  width: 38%;
}
#promo_cont_chars .promo_rural_list {
  display: none;
  border: 1px solid #bcbcbc;
  background: #FFF;
  padding: 10px;
  line-height: 23px;
  width: 59%;
}
#promo_cont_chars .promo_rural_list li {
  margin: 0 0 5px 0;
}
#promo_cont_chars .promo_rural_list .spt_status_verif {
  margin: 7px 5px 0 0;
}
#promo_cont_chars .selected {
  display: block;
}

.promo_types_li {
  position: relative;
  cursor: pointer;
  width: 90%;
  background: #D2D2D2;
  height: 45px;
  line-height: 45px;
  margin: 0 0 10px;
  color: #666;
}
.promo_types_li span {
  display: block;
  float: left;
  width: 30%;
  background: #0066CC;
  height: 100%;
  padding: 0 15px;
  margin: 0 15px 0 0;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.promo_types_li.selected span {
  background: #EC6200;
}
.promo_types_li i {
  font-size: 13px;
}

.arrows {
  position: absolute;
  top: 14px;
  left: 125px;
  width: 17px;
  height: 17px;
}

.arrows-bg {
  background: url("../images/arrow-blue.png") no-repeat left top;
}

.selected .arrows-bg {
  background: url("../images/arrow-orange.png") no-repeat left top;
}

#promo_cont_preview {
  margin: 30px 0 0 0;
  list-style: none;
}
#promo_cont_preview .promo_types_li {
  cursor: auto;
  width: 115%;
}
#promo_cont_preview .promo_types_li span {
  width: 100%;
  margin: 0 0 10px;
}
#promo_cont_preview li {
  margin: 0;
}
#promo_cont_preview .arrows {
  left: 188px;
}
#promo_cont_preview #promo_pre_text {
  line-height: 19px;
  padding: 0 0 0 15px;
}

#invoice_list {
  text-align: center;
}
#invoice_list .concept {
  width: 400px;
  text-align: left;
}
#invoice_list th {
  font-size: 14px;
  color: #666;
  padding: 0 0 10px 0;
}
#invoice_list th:last-child {
  width: 130px;
}
#invoice_list td {
  padding: 7px 0;
  color: #000;
}
#invoice_list .dk_container {
  margin: 0 auto;
}
#invoice_list .dk_container .dk_toggle {
  width: 170px;
}

.uneven {
  background: #FFF;
}

#ads_owner {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}

.dialog_overlay {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(8, 8, 8, 0.7);
  bottom: 0;
  position: fixed;
  right: 0;
}

.dialog_close {
  cursor: pointer;
  float: right;
  height: 12px;
  width: 12px;
  background: url("../images/sprite.png?1393240803") -304px -32px;
}

.dialog_box {
  width: 550px;
  padding: 20px;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid #bcbcbc;
}

.disable_house, .renov_house {
  display: inline-block;
}
.disable_house a, .renov_house a {
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}

.renov_house br {
  margin-bottom: 10px;
}
.renov_house form {
  margin-top: 15px;
}

.disable_house .error {
  color: #ff0000;
  display: none;
}
.disable_house .dialog_box select {
  font-size: 100%;
  padding: 3px 0 3px 0;
  height: 30px;
  margin-bottom: 20px;
  display: block;
}

.warning_field {
  border: 1px solid #ff0000 !important;
  background: #ffffcc;
}

#globalcontainer .titleNew {
  margin: 10px 0 10px 0;
  color: #000;
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
}
#globalcontainer .hr {
  width: 90%;
  height: 1px;
  background: #666;
  text-align: center;
  margin: 20px auto;
}
#globalcontainer h2 {
  margin: 10px 0 0 0;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
#globalcontainer span.promoYear {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
#globalcontainer .advantagesPlatinumBox {
  margin-bottom: 30px;
  margin-top: 30px;
}
#globalcontainer .advantagesPlatinumBox ul {
  margin-top: 12px;
}
#globalcontainer .advantagesPlatinumBox li {
  margin-top: 12px;
  position: relative;
}
#globalcontainer .advantagesPlatinumBox li:before {
  width: 13px;
  height: 13px;
  background: #0066CC;
  position: relative;
  display: inline-block;
  content: "";
  border-radius: 100%;
  margin-right: 5px;
}
#globalcontainer .advantagesPlatinumBox li:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  left: 5px;
  top: 4.2px;
  transform: rotate(45deg);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

#globalcontainer .flash h1 {
  color: #21A221;
  margin-bottom: 10px;
}
#globalcontainer .flash p {
  line-height: 24px;
}

.promo_sale {
  text-align: center;
  color: #FF6B19;
  font-weight: bold;
  margin: 32px 0;
}

#showFinalCleaningPrice {
  float: right;
  margin: -2px 0 0 9px;
}

/*ical*/
table.owner.ical tr:hover {
  background-color: transparent;
}
table.owner.ical span.sucess {
  background: #def8d6;
  color: #388a2d;
  padding: 10px;
}
table.owner.ical span.error {
  background: #FFF0F0;
  color: #B81D29;
  padding: 10px;
}
table.owner.ical input {
  padding: 10px;
}
table.owner.ical input.sync-url {
  width: 350px;
}
table.owner.ical .ical-sync-title td {
  padding-top: 10px;
}

#copy-url-success {
  background: #def8d6;
  color: #388a2d;
  padding: 10px;
}

#ical_notices {
  padding: 10px 0;
}
#ical_notices .error {
  padding: 10px;
  background-color: #FFF0F0;
  color: #B81D29;
}
#ical_notices .success {
  padding: 10px;
  background: #def8d6;
  color: #388a2d;
}

#save-syncs {
  margin-top: 10px;
  margin-left: 2px;
}

#ical-ab-logo {
  width: 200px;
}

#avaibook-txt-1 {
  padding-top: 10px;
}

#ical-title-export, #ical-title-import {
  margin-top: 20px;
  font-size: 1.2em;
}

#ical-export {
  margin-top: 10px;
}
#ical-export input {
  padding: 10px;
}
#ical-export input#export-url {
  width: 400px;
  background: #EBF4FF;
  border: 1px solid #999;
}
#ical-export input#copy-export-url {
  background: #093A8F;
  border: 1px solid #093A8F;
  color: #fff;
  cursor: pointer;
}

#avaibook-txt-2 {
  margin: 30px 0;
}
#avaibook-txt-2 p {
  margin-bottom: 15px;
}

#sync-ical-act {
  margin: 10px 0 70px;
}
#sync-ical-act i.spt_calendar {
  position: relative;
  top: 4px;
}
#sync-ical-act a {
  margin-left: 5px;
  text-decoration: none;
  color: #06c;
}
#sync-ical-act a:hover {
  color: #00264c;
}

#calendar_ical_tips {
  margin-top: 20px;
  padding-left: 25px;
}

#ical-avaibook-wellcome-txt {
  padding: 10px 0;
}

#wellcome-box {
  background: url(https://st-rentalia.com/images/ok2.gif) no-repeat 6px 33px white;
}
