﻿hr
{
	background-color: #f7f7f7;
    border-width: 0;
    height: 1px;
    width: 100%;
}
.text-20
{
    font-size:20px;
    padding-bottom: 0px;
    line-height: 20px;
}
.text-big
{
	font-size:2.5em
}
.text-medium2
{
	font-size:1.6em
}
.text-medium
{
	font-size:1.2em
}
.text-16
{
    font-size:16px;
    line-height: 50px;
}
.text-white
{
    color:#fff;
}

.text-left
{
    text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;    
}

.text-compact
{
	margin: 0em; padding: 0em
}

/* === iconos de panel izquierdo de infosheet === */
.preview .icon-eye, .finish .icon-check, .finish .icon-megaphone
{
	/*margin-left: -1em;
	margin-right: 1em;*/
}

/* === cantidades de columnas adicionales para formularios === */
.form-col-2
{
	clear: none;
    float: left;
    padding: 0px;
	margin: 0px;
    width: 50%;
}
.form-columns .form-item-2 {
	clear: none;
    float: left;
    padding-right: 5px !important;
	padding-left: 0px !important;
    width: 48%;
}
.form-columns .form-item-2:last-child {
    padding-right: 0;
}

.form-columns .form-item-3 {
    float: left;
    padding-right: 10px;
    width: 32%;
}
.form-columns .form-item-3:last-child {
    padding-right: 0;
}
.form-columns .form-item-3 label {
    padding-left: 0;
}

.form-columns .form-item-4 {
    float: left;
    padding-right: 10px;
    width: 24%;
}
.form-columns .form-item-3:last-child {
    padding-right: 0;
}
.form-columns .form-item-3 label {
    padding-left: 0;
}

/* === estilos para listas de habitaciones y baños en infosheet === */
.repeater_header
{
}
.repeater_item
{
	position:relative
}
.repeater_delete
{
	position:absolute;
	left: 100%;
	top: 40%;
}

.repeater_item .checkbox-block
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/* === listado de alojamientos === */
.listing_photo {
    width: 241px;
    height: 156px;
}

/* === google maps === */
#map-canvas
{
	height: 400px;
	width: 100%;
    margin: 0px;
    padding: 0px;
}

/* ------------------ Menu Contextual -------------------*/
#nav_context {
	width:250px;
	padding: 10px 0px 10px 0px;
}

    #nav_context.main-nav {
        background: white;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        webkit-box-shadow: 0 10px 6px -6px #0000003b;
        -moz-box-shadow: 0 10px 6px -6px #0000003b;
        box-shadow: 0 10px 6px -6px #0000003b;
    }

    #nav_context ul li a {
        display: block;
        padding: 0px 10px;
        color: #3e6a96
    }

#nav_context ul { /*list-style: none; color:#fff; background-color:#2b3848; padding:0px; text-align:left !important;*/}
#nav_context ul li {/*height:42px;*/}
#nav_context ul li a{/*color:#fff !important; height: 100%; font-size: 1.1em; padding: 0.7em; border-top: 1px solid #4d5a6a; display:block;*/}

    #nav_context ul.first > li {
        display: inline-block;
        margin: unset;
        padding: 10px 0px;
        position: relative;
        /* border-left: 3px solid transparent; */
        width: 100%;
    }

        #nav_context ul.first > li:hover {
            border-left: 3px solid #3e6a96;
            border-bottom: none;
            text-decoration: none;
            background: #f7f7f7;
            width: 96%;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }
.hide_text{display:none;}

.fieldset-updatepanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
}

.photos-thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between thumbnails if needed */
}

    .photos-thumb .item {
        flex: 1 1 calc(20% - 10px); /* Default to 5 items per row */
        max-width: calc(20% - 10px);
        position: relative;
        overflow: hidden;
        height: 0; /* This is necessary to maintain the aspect ratio */
        padding-top: 20%; /* This creates the 1:1 aspect ratio */
    }

        .photos-thumb .item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 150px;
            border-radius: 15px;
        }

@media (max-width: 1200px) {
    .photos-thumb .item {
        flex: 1 1 calc(25% - 10px); /* 4 items per row */
        max-width: calc(25% - 10px);
    }
}

@media (max-width: 992px) {
    .photos-thumb .item {
        flex: 1 1 calc(33.33% - 10px); /* 3 items per row */
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 768px) {
    .photos-thumb .item {
        flex: 1 1 calc(50% - 10px); /* 2 items per row */
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .photos-thumb .item {
        flex: 1 1 100%; /* 1 item per row */
        max-width: 100%;
    }
}

/* PAYMENT METHODS */
.card-title {
    margin-bottom: 15px;
    font-size: 14px;
}

.add-method {
    text-align: center;
    margin: 40px 0;
}

    .add-method .button {
        color: #3e6a96;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .add-method a {
        color: #3e6a96;
    }

.payment-form-dialog {
    height: auto !important;
}

.card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 5rem 1fr 0rem;
}

    .card .card-title {
        grid-column: span 2;
        align-content: center;
        text-align: left;
        padding-left: 2rem;
        font-size: 1rem;
        font-weight: 600;
    }


.card .button {
    background-color: transparent !important;
    color: #2B82AC;
    font-weight: 600;
    font-size: 1rem;
}

    .card .button:hover {
        font-weight: 800;
    }

.card .sub-menu {
    grid-column: span 2;
    max-height: 3rem;
    padding: 1rem;
    border-top: 1px solid #ddd;
}

    .card .sub-menu a {
        float: right;
        margin-left: 1rem;
    }


.card-image {
    align-content: center;
}

.card-data {
    text-align: left;
    align-content: center;
}

    .card-data .card-data-title {
        font-size: 1rem;
        font-weight: 600;
        margin-top: 10px;
    }

    .card-data .card-data-subtitle {
        color: grey;
        margin-top: 10px;
    }
