.deactivated{
    opacity:0.5;
    text-decoration:line-through;
}
.textAlignCenter{
    text-align:center !important;
}
.noWrap{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.separator{float:none;clear:both;}
.separator5{float:none;clear:both;height:5px}
.separator10{float:none;clear:both;height:10px}
.separator15{float:none;clear:both;height:15px}
.separator20{float:none;clear:both;height:20px}
.separator25{float:none;clear:both;height:25px}
.separator50{float:none;clear:both;height:50px}

.resRowInfoCard h1 {
  color: white; /* Texto blanco */
  text-shadow:
    1px 1px 0 black, -2px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}
h2{
    margin-bottom:0 !important;
}
ul{
    margin:0 !important;
    padding:0 !important;
}
li {
    list-style-type:none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

/* Form Styles */
.form-group {
    padding: 0 1.5rem 1.5rem;
}

.form-group:last-child {
    padding-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-family: 'ProximaNovaSemibold', sans-serif;
    font-size: 0.875rem;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #fafbfc;
}

.form-input:focus {
    outline: none;
    border-color: #D4AF37;
    background: white;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-input-disabled {
    background: #f5f5f5;
    color: #666;
    cursor: not-allowed;
}

.form-input.error {
    border-color: #dc3545;
    background: #fff5f5;
}

.form-help {
    display: block;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.25rem;
}

/* BORDES */
.roundCorners{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.topRoundCorners{
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.botRoundCorners{
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}


.leftRoundCorners{
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.rightRoundCorners{
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

/* SOMBRAS */
/*Interior*/
.wrapperShadow{
    -webkit-box-shadow:0px 1px 2px 0px rgba(85,85,85,0.5);
    -moz-box-shadow:0px 1px 2px 0px rgba(85,85,85,0.5);
    box-shadow:0px 1px 2px 0px rgba(85,85,85,0.5);
}
.wrapperShadow:active, .wrapperShadow:focus{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}


/*Exterior*/
.wrapperKeepShadow{
    -webkit-box-shadow:0px 2px 7px -1px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 2px 7px -1px rgba(0,0,0,0.5);
    box-shadow:0px 2px 7px -1px rgba(0,0,0,0.5);
}

/* BOTONES */
.button{
    background-color:#824212;
    font-family:'GothamRoundedBook';
    /*border:2px solid #eacc4f;*/
    cursor:pointer;
    color:#ffffff;
    /*font-weight:600;*/
    font-size:16px;
    margin:0 auto;
}

/* COLORES DE FONDO */

.bIncomplete{
    background-color:rgb(247, 212, 73) !important;
    border:2px solid rgb(253, 198, 0) !important;
}

.bDisabled{
    background-color:rgb(197, 199, 208) !important;
    border:2px solid rgb(189, 190, 197) !important;
}
.bWrong{
    background-color:rgb(255, 160, 160) !important;
    border:2px solid rgb(245, 114, 114) !important;
}
.bOffer{
    background-color:rgb(227, 162, 23) !important;
    border:2px solid rgb(227, 162, 23) !important;
}

.bRed{
    background-color:#d62f2f;
}
.bYellow{
    background-color:#f7d449;
}
.bGreen{
    background-color:#19b111;
}
.bBlack{
    background-color:#373737;
}
.bWhite{
    background-color:#fff;
}
.bBrown {
    background-color:#824212
}

/* BACKGROUNDCOLORS*/

.bWhite {
    background-color:#ffffff;
}
.bBlue {
    background-color:#38B9D7;
}

.bBlack {
    background-color:#323639;
}

.bGreyscale{
    -webkit-filter:grayscale(1); /* Old WebKit */
    -webkit-filter:grayscale(100%); /* New WebKit */
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter:url(resources.svg#desaturate); /* Gecko */
    filter:gray; /* IE */
    filter:grayscale(100%); /* Current draft standard */
}
/* SOLO BORDES */
#validationPopUp, #cardsPopUp{
    margin:0 auto;
    display:none;
}
.validationPopUpContent{
    max-width:450px;
    box-sizing:border-box;
    margin:0 10px;
    padding:15px;
    text-align:center;
}
.popUpButtonsWrapper{
    display:table;
    border-collapse:separate;
    border-spacing:5px;
    width:100%;
    margin-top:5px;
}
.poUpButton{
    display:table-cell;
    box-sizing:border-box;
    padding:2px;
    vertical-align:middle;
    height:40px;
    cursor:pointer !important;
    width:33%;
    border-radius:5px
}

/* LOADERS */

/* 3 PUNTOS DE CARGA PARA AJAX CALLS*/
.loadingScreen{
    position:absolute;
    top:0;
    left:55px;
    right:55px;
    text-align:center;
    line-height:50px;
}
.loadingScreenGif{
    display:none;
}
.loadingScreenGif span{
    display:inline-block;
    vertical-align:middle;
    width:10px;
    height:10px;
    margin-right:3px;
    -webkit-transform:scale(0.3);
    transform:scale(0.3);
    border-radius:50%;
    -webkit-animation:ptr-loading 0.4s infinite alternate;
    animation:ptr-loading 0.4s infinite alternate;
}
#l1{
    -webkit-animation-delay:0;
    animation-delay:0;
}
#l2{
    -webkit-animation-delay:0.2s;
    animation-delay:0.2s;
}
#l3{
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
}
@-webkit-keyframes ptr-loading{
    0%{
        -webkit-transform:translateY(0) scale(0.3);
        transform:translateY(0) scale(0.3);
        opacity:0;
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        background-color:#fff;
        opacity:1;
    }
}
@keyframes ptr-loading{
    0%{
        -webkit-transform:translateY(0) scale(0.3);
        transform:translateY(0) scale(0.3);
        opacity:0;
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        background-color:#fff;
        opacity:1;
    }
}
/* UPLOADING LOADER */
#uploadingGif{
    z-index:7;
    position:absolute;
    margin-top:25px;
    width:100%;
    height:100%;
}


/* ************************* ESTILOS DE LA WEB ************************* */

*{
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html, body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

body{
    position:relative;
    -webkit-touch-callout:none;               /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;            /* prevent webkit from resizing text to fit */
    -webkit-user-select:none;                 /* prevent copy paste, to allow, change 'none' to 'text' */
    cursor:default;
}

.header{
    display:none;
    z-index:3;
    height:48px;
    position:fixed;
    top:0;
    left:0;
    right:0;
    padding:0 68px;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    /*border-bottom:#c78023 solid 2px;*/
    font-family:'GothamRoundedBook';font-size:15px;color:#fff
}
.leftColumn{
    display:block;
}

.noImg{
    background-image:url('../img/noImg.jpg');
    background-repeat:no-repeat;
}

.view-content-container {
    /*min-height: 100vh;*/
    padding: 20px;
    max-width: 800px;
    margin: 50px auto;
}

.remove-product-btn{
    cursor: pointer;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}



.headerTextWrapper{
    display:table;
    margin:0;
    height:48px;
    overflow:hidden;
    width:100%;
}
.headerText{
    display:table-cell;
    vertical-align:middle;
    line-height:18px;
    text-align:center;
}
.content{
    margin:0 20px;
}

.fieldset{
    border:1px #f5ebdc solid;
    display:table;
    border-radius:5px;
    background-color:#f5ebdc;
    padding:15px;
    display:table;
    max-width:550px;
    min-width:290px;
    margin:0 auto;
}

.menuButton{
    display:block;
    white-space:nowrap;
    margin-bottom:15px;
    font-size:14px;
    padding:5px 0px;
    width:100%;
}

.save{
    background-color:#19b111;
    float:left;
}
.cancel{
    float:right;
    background-color:#d62f2f;
}

.group{
    width:100%;
    height:100%;
}

.elementWrapper{
    position:relative;
    width:96%;
    display:table;
    box-sizing:border-box;
    margin:0 0 7px 0px;
    height:85px;
    /*border:1px solid #2C879C;*/
    background-color:#fff;
    -webkit-box-shadow:1px 1px #ccc;
    -moz-box-shadow:1px 1px #ccc;
    box-shadow:1px 1px #ccc;
}

#barraaceptacion{
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:7777;
}

.inner{
    text-align:center;
    box-sizing:border-box;
    padding:10px;
}

.inner .ok{
    display:inline-block;
    padding:0 10px;
    cursor:pointer;
}

.inner .info{
    text-decoration:none;
    color:#f7d449;
    padding:0 10px;
}

.summary{
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    padding:10px 20px 10px 20px;
}
.summaryRowSeparator{
    display:table;
    width:100%;
    height:5px;
}
.summaryLine{
    display:table;
    width:10%;
    height:1px;
    margin-top:10px;
    margin-bottom:5px;
    margin-left:90%;
    background-color:#c6c6c6;
}
.summaryRow{
    display:table;
    width:100%;
    padding-bottom:5px;
}
.summaryButton{
    display:table-cell;
    height:29px;
    pagging-bottom:1px;
    width:30px;
    text-align:center;
    vertical-align:middle;
    background-color:#f7f7f7;
    border:5px solid #ffffff;
    border-bottom:none;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.summaryVoteProductButton{
    display:table-cell;
    height:25px;
    width:35px;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-position:center center;
    cursor:pointer;
}

.summaryNOButton{
    display:table-cell;
    width:80px;
}

.summaryProductInfo{
    display:table-cell;
    vertical-align:middle;
}
.summaryProductPrice{
    display:table-cell;
    text-align:right;
    vertical-align:middle;
    width:50px;
}

.summaryStep{
    display:table-cell;
    box-sizing:border-box;
    padding-left:15px;
    vertical-align:middle;
}
.summaryStepExtras{
    display:table-cell;
    box-sizing:border-box;
    padding-left:30px;
    vertical-align:middle;
}
.summaryExtra{
    display:inline-block;
}

/* USUARIOS */
.popUpLoginEmailWrapper{
    display:none;
    z-index:7778;
    width:80%;
    max-width:450px;
    box-sizing:border-box;
    padding:15px;
    text-align:center;
}
.marginTop15{
    margin-top:15px;
}
/* obsoleto:ahora opera la clase txtInput */
.innerShadow{
    -webkit-box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
    -moz-box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
    box-shadow:inset 0px 1px 1px 0px rgba(55,55,55,0.65);
}
.popUpLoginError{
    text-align:center;
    margin-top:10px;
}
.popUpLoginButtonWrapper{
    display:table;
    border-collapse:separate;
    border-spacing:15px;
    width:50%;
    margin-top:10px;
    margin:0 auto;
}
.poUpButton{
    display:table-cell;
    box-sizing:border-box;
    padding:2px;
    vertical-align:middle;
    height:40px;
    cursor:pointer !important;
    width:33%;
}

.decoration{
    display:table;
    border-bottom:1px solid #ddd;
    width:90%;
    margin:0 auto
}

.border{
    border:1px #c6c6c6 solid;
}
.ui-datepicker-calendar{
    background-color:#F5EDDF;
}

.contentBody {
    display:table;
    width:100%;
    /*margin:25px 0 25px 0;*/
}

#leftContainer{
    width:100%;vertical-align:top;
}
#rightContainer{
    width:100%;vertical-align:top;
}

#leftColumn{
    left:0;
    z-index:3;
    width:15%;
    height:100vh;
    vertical-align:top;
    min-width:220px;
    position:fixed;/*si falla poner relative*/
    margin:0;
}
#chartWidth{
    width:40vw;
    height:20vw;
}
@media (min-width:816px){
    #leftColumn{
        -webkit-transform:none !important; /* Safari and Chrome */
           -moz-transform:none !important; /* Firefox */
            -ms-transform:none !important; /* IE 9 */
             -o-transform:none !important; /* Opera */
                transform:none !important;
    }
    #chartWidth{
        width:90vw;
        height:20vw;
    }

}

@media (max-width:816px){
    .menuButton{
        font-size:16px;
        padding:5px 10px;
    }
    #leftColumn{
        top:50px;
        left:-220px;
        position:fixed;
        display:none;
    }
    #calendarContainer{
        width:auto;float:none;
    }
    #reservationsContainer{
        width:auto;float:none;
    }

    .header{
        display:block;
    }
    .leftColumn{
        display:none !important;
    }
    #map{
        width:100% !important;
        left:0 !important;
    }
    #configmap{
        padding:65px 0 20px 0 !important;
        max-width:400px;
        display:table;
        margin:0 auto;
    }

    #leftContainer{
        width:100%;
        vertical-align:top;
        float:none;
        margin-left:0%;
    }
    #rightContainer{
        width:100%;
        vertical-align:top;
        float:none;
        margin-right:0%;
    }

    #footer {
        position:fixed;
        left:0 !important;
        height:35px !important;
        width:100% !important;
        font-size:12px !important;
     }
}

.scrollable {
    overflow-y:scroll;
    max-height:100vh;
    width:100%;
}
.scrollable::-webkit-scrollbar {
    width:0px;
    background:transparent;
}

#footer {
   position:fixed;
   left:15%;
   bottom:0px;
   height:45px;
   width:85%;
   border:1px #ccc solid;
   background-color:#fff;
   font-size:15px;
}

#map{
    height:100%;
    width:85%;
    position:absolute;
    top:0px;
    bottom:0;
    right:0;
    left:15%;
}

#configmap{
    padding:10px 0 20px 0;
    max-width:400px;
    display:table;
    margin:0 auto;
}

canvas#lineChart,#lineChartOrders7Days,#lineChartOrders30Days,#lineChartOrders90Days,#lineChartOrders90Days,#lineChartUserDownloads,#lineChartUserAccess,#lineChartUserRegistered
{
  width:100% !important;
  /*height:100% !important;*/
}

canvas#chartToday, canvas#chartYesterday
{
  /*width:100% !important;
  height:100% !important;*/
}

.pointer{
    cursor:pointer;
}

.blue {
  background-color:#55acee;
  box-shadow:0px 5px 0px 0px #3C93D5;
}

.blue:hover {
  background-color:#6FC6FF;
}

.cd62f2f{ /* ROJO */
    color:#d62f2f !important;
}

@keyframes zoom-2 {
    0% {
        transform:scale(1,1);
    }
    30% {
        transform:scale(1.05,1.05);
    }
    70% {
        transform:scale(1,1);
    }
    100% {
        transform:scale(1,1);
    }
}
.arrow {
  border:solid #4d4d4d;
  border-width:0 2px 2px 0;
  display:inline-block;
  padding:5px;
  color:#4d4d4d;
  cursor:pointer;
}
.up {
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}
.down {
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
.pac-container {
  z-index:999999 !important; /* Ajusta el valor según sea necesario */
}
.cursor{
    cursor:pointer;
}
.borderColor{
    border:1px solid #dad9da;
}

/* Line Clamp */
.lineClamp{
    display: -webkit-box;         /* Necesario para aplicar line-clamp */
    -webkit-box-orient: vertical; /* Establece la orientación del contenido */
    overflow: hidden;             /* Oculta el texto que se desborda */
    text-overflow: ellipsis;      /* Muestra los puntos suspensivos (...) */
    word-break: break-all; /* Permite cortar palabras largas */
    overflow-wrap: anywhere; /* Evita que palabras sin espacios rompan el layout */
}
.lineClamp1{
    -webkit-line-clamp: 1;
}
.lineClamp2{
    -webkit-line-clamp: 2;
}