@charset "utf-8";

body {
    font-family: "Montserrat", sans-serif;
    /* background-color: #000; */
    margin: 0;
}

:root {
    /* colores: */
    --vcss_color_texto: #000;
    --vcss_color_fondo: #f4f6f9;
    --vcss_color_fondo_trans: rgba(255, 255, 255, 0.7);
    --vcss_color_naranja: #ff982b;
    --vcss_header_height: 54px;
    --vcss_fc_menu_negocio: #c2c7d0;
    --vcss_bc_menu_negocio: #343a40;

    /* round / rect */
    --vcss_border_1: none;
    --vcss_border_radius_1: 0px;
    --vcss_margin_1: 0px;

    /* web de e-waiter vwe = Variable para Web para Negocios */
    --vwn_color_texto: #000;
    --vwn_color_ewaiter: #714f87;

    /* variables para app de clientes */
    --vcss_app_c_color_texto: #000;
    --vcss_app_c_color_fondo: #f4f6f9;
    --vcss_app_c_color_fondo_trans: rgba(255, 255, 255, 0.7);
    --vcss_app_c_color_naranja: #ff982b;
    --vcss_app_c_header_height: 54px;
    --vcss_app_c_fc_menu_negocio: #c2c7d0;
    --vcss_app_c_bc_menu_negocio: #343a40;

    /* 2025 */
    --vcss_color_texto_bac: #fff;
    --vcss_color_fondo_bac: #99195b;

}

/* :root {
    --vcss_color_texto: #fff;
    --vcss_color_fondo: #000;
    --vcss_color_fondo_trans: rgba(0, 0, 0, 0.7);
    --vcss_color_naranja: #ff982b;
    --vcss_header_height: 54px;
    --vcss_bc_menu_negocio: rgba(48, 68, 63, 0.7);

    --vcss_border_1: 1px solid #fff;
    --vcss_border_radius_1: 8px;
    --vcss_margin_1: 20px 0px 20px 20px;

    --vwn_color_texto: #000;
    --vwn_color_ewaiter: #714f87;

} */

/* Hide scrollbar for Chrome, Safari and Opera */
.css_no_scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.css_no_scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 

.css_img_fondo {
    position: absolute;
    margin: 0px;
    padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url(../imagenes_s/drinks_1.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	transition: background-image 0.2s;
}
.css_img_fondo_mask {
	width: 100%;
	height: 100%;
    /* background-color: rgba(0, 0, 0, 0.53); */
    background-color: var(--vcss_color_fondo_trans);
}

.css_seccion {
	background-color: #fff;
}
.s23-panel{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.s23-panel:hover .s23-label {
	font-weight: bold;
}
.s23-input {
	font-size: 16px;
	padding:2px;
	/*display:block;*/
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
	width:100%;
	outline: none;
}
.s23-input:focus { 
	border-bottom-color: #9c27b0;
	/*background-color: #f0f8ff;*/
	/*border-radius: 6px;*/
}
.s23-label {
	font-size: 12px;
	color:#009688;
}

.s23-label-radio {
	font-size: 1em;
	color:#191919;
}

.css_mi_box_shadow {
	box-shadow:0 2px 4px 0 rgba(255,152,0,0.16),0 2px 10px 0 rgba(255,152,0,0.12)!important
}

.css_slider_1 {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

.s23-animate-resize {
	transition: all .5s linear;
}

.css_label_2 {
	font-size: 1.2em;
	margin-bottom: 3px;
}

.css_des_prod_1 {
	width:100%;
	padding-left:8px;
	padding-right:8px;
	line-height: 1.4em;
	height: 7em;
	color: #0b5b82;
	overflow:hidden;
	transition: all 1s;
}

/* Header de secciones para negocios. >>> */
/* Menos de 800px ================================================================================================================ */
.csr_n_heder {
    display: flex; 
    align-items: center; 
    flex-shrink: 0; 
    /* height: 40px;  */
    padding: 10px;
    background-color: #be0d86; 
    color: #fff;
}

.csr_n_menu_left {
    display: none;
}
.csr_n_menu_right {
    display: flex;
}

/* 800px o más =================================================================================================================== */
@media screen and (min-width: 800px) {
    .csr_n_heder {
        display: flex; 
        align-items: center; 
        flex-shrink: 0; 
        height: 40px; 
        background-color: #05a7b8; 
        color: #fff;
    }

    .csr_n_menu_left {
        display: flex;
    }
    .csr_n_menu_right {
        display: none;
    }

}

/* Header de secciones para negocios. <<< */

/* Callout >>> ------------------------------------------------------------------------------------------------------------------- */
div.callout {
	height: 60px;
	width: 200px;
	float: left;
}

div.callout {
	background-color: #2979ff;
	position: absolute;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	min-height: 50px;
	height: auto;
	z-index: 100;
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #2979ff;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #2979ff;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #2979ff;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}
/* Callout <<< ------------------------------------------------------------------------------------------------------------------- */



/* Ayuda >>> --------------------------------------------------------------------------------------------------------------------- */
.css_blk_help_1 {
    flex-direction: column;
    padding: 15px;
    background-color: #efeeff;
    border: 1px solid #05a7b8;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12pt;
}
.css_help_1_titulo {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.css_help_2_1 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.css_help_2_2 {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.css_help_2_3 {
    font-size: 15pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.css_help_2_10 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 140%;
}
/* Ayuda <<< --------------------------------------------------------------------------------------------------------------------- */



/* Responsive >>> ---------------------------------------------------------------------------------------------------------------- */

/* .csx_hide_on_small { display: none; } */
@media screen and (max-width: 1000px) { .csx_hide_on_small { display: none; } }
@media screen and (min-width: 1000px) { .csx_hide_on_small { display: flex; } }

/* .csx_show_on_small { display: flex; } */
@media screen and (max-width: 1000px) { .csx_show_on_small { display: flex; } }
@media screen and (min-width: 1000px) { .csx_show_on_small { display: none; } }

/* Menos de 800px ================================================================================================================ */
.csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: red;}
.csr_hide_on_small {
    display: none;
}
.csr_show_on_small {
    display: flex;
}
.csr_width_1 {
    width: 100%;
}



/* 800px a 1199 ================================================================================================================== */
@media screen and (min-width: 800px) {
    .csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: orange;}
    .csr_hide_on_small {
        display: none;
    }
    .csr_show_on_small {
        display: flex;
    }
    .csr_width_1 {
        width: 100%;
    }
}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 900px) {
    .csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: green;}
    .csr_hide_on_small {
        display: flex;
    }
    .csr_show_on_small {
        display: none;
    }
    .csr_width_1 {
        width: 80%;
        margin-left: 10%;
    }
}

/* Responsive <<< ---------------------------------------------------------------------------------------------------------------- */


.csr_row_col {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 800px) {
    .csr_row_col {
        display: flex;
        flex-direction: row;
    }
}



/* Botones >>> ------------------------------------------------------------------------------------------------------------------- */
.css_btn_1 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_1:hover {
    background-color: rgb(25, 72, 151);
}
.css_btn_1:focus {
    background-color: rgb(207, 17, 122);
}

.css_btn_cancel_1 {
    background-color: #fff;
    color: #000; 
    border-radius: 4px; 
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_cancel_1:hover {
    background-color: rgb(199, 199, 199);
}

.css_btn_chk {
    color: #fff;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 4px; 
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_chk_on {
    /* box-shadow: 0 0 4px greenyellow, lightgreen 0px 0px 4px inset; */
    box-shadow: 0 0 4px greenyellow;
    text-shadow: 0 0 14px greenyellow;
    color: greenyellow;
    border-color: greenyellow;
}

.css_cel_button_2 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
    font-size: 16pt;
    text-align: center;
}

.css_btn_4 {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
}
.css_btn_4:hover {
    background-color: #dcecf5;
}

.css_btn_5 {
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
    outline: none;
}
.css_btn_5:focus {
    background-color: #05a7b8;
    color: #fff;
    border: 1px solid #05a7b8;
}

.css_btn_ic_1 {
    display: flex;
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 5px 15px;
    align-items: center;
}
.css_btn_ic_1:hover {
    background-color: rgb(25, 72, 151);
}

.css_btn_ic_2 {
    display: flex;
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 30px; 
    border: none; 
    cursor: pointer;
    padding: 5px 15px;
    font-size: 12pt;
    align-items: center;
}
.css_btn_ic_2:hover {
    background-color: rgb(25, 72, 151);
}

.css_btn_ic_4 {
    display: flex;
    color: #fff; 
    border: 1px solid #ccc;
    border-radius: 30px; 
    cursor: pointer;
    padding: 2px 7px;
    font-size: 14pt;
    align-items: center;
}

/* Botones <<< ------------------------------------------------------------------------------------------------------------------- */

/* my_hover >>> ------------------------------------------------------------------------------------------------------------------ */
.css_my_hover_blue:hover {
    transition: all 0.5s;
    background-color: #2979ff;
}

.css_my_hover_lb:hover {
    transition: all 0.5s;
    background-color: #d4e3fe;
}

.css_my_hover_lg:hover {
    transition: all 0.5s;
    background-color: #f0f0f0;
}

.css_my_hover:hover:not(.cnv_selected) {
    transition: all 0.5s;
    /* background-color: attr(data-hover); */
    background-color: #f0f0f0;
}

/* my_hover <<< ------------------------------------------------------------------------------------------------------------------ */


/* Animaciones >>> --------------------------------------------------------------------------------------------------------------- */
.css_animate_top_1{position:relative;-webkit-animation:animatetop 1s;animation:animatetop 1s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.css_animate_bottom_1{position:relative;-webkit-animation:animatebottom1 1s;animation:animatebottom1 1s}
@-webkit-keyframes animatebottom1{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom1{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.css_animate_bottom_2{position:relative;-webkit-animation:animatebottom2 1s;animation:animatebottom2 1s}
@-webkit-keyframes animatebottom2{from{bottom:-300px;} to{bottom:0px;}}
@keyframes animatebottom2{from{bottom:-300px;} to{bottom:0;}}

.css_animate_right_2{position:relative;-webkit-animation:animateright2 1s;animation:animateright2 1s}
@-webkit-keyframes animateright2{from{right:-300px;opacity:0;} to{right:0;opacity:1;}}
@keyframes animateright2{from{right:-300px;opacity:0;} to{right:0;opacity:1;}}

.css_animate_m_right_1{position:relative;-webkit-animation:animatemright1 1s;animation:animatemright1 1s}
@-webkit-keyframes animatemright1{from{margin-left:300px;} to{margin-left:0px;}}
@keyframes animatemright1{from{margin-left:300px;} to{margin-left:0px;}}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
    background: red;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
    .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
    }
    .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
    }
    .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
    }
    .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
    }
    .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
    }
    .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
    }
    .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
    }
    .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
    }
    .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
    }
    .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
    }
    .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
    }
    .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
    }
    .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
    }
    @keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Animaciones <<< --------------------------------------------------------------------------------------------------------------- */



/* Text Inputs >>> --------------------------------------------------------------------------------------------------------------- */
.css_input_2 {
	background-color: #fbfbfb;
	font-size: 16px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:4px;
	outline: none;
    flex-grow: 1;
}
.css_input_2:focus { 
    border-color: #3965b6;
    background-color: #eff4fa;
}

.css_input_black_1 {
    font-size: 16px; padding:8px; border:none; border-radius:4px; background-color:rgb(80, 80, 80); color:#fff; outline: none; flex-grow: 1;
}

/* Text Inputs <<< --------------------------------------------------------------------------------------------------------------- */


/* Grids >>> --------------------------------------------------------------------------------------------------------------------- */
.css_grid_1 {
    display: flex;
}

.css_row_1 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.css_row_1:last-child {
    margin-bottom: 0px;
}

.css_cell_1 {
    box-sizing: border-box;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* grid 2 */
.css_grid_2 {
    display: flex;
}
.css_grid_2:hover {
    box-shadow: 0 0 10px #7e6bea;
    /* margin: 10px; */
}

.css_row_2 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_2:hover {
    /* background: rgba(0, 0, 0, 0.247); */
    background: rgba(0, 0, 0, 0.06);
}

.css_row_2_selected {
    border-left: 4px solid rgb(255, 153, 0);
}

.css_row_2:last-child {
    margin-bottom: 0px;
}

.css_cell_2 {
    box-sizing: border-box;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.css_mt_15 {
    margin-top: 15px;
}

.css_mt_15:first-of-type {
    margin-top: 0px;
}


/* ------ */
/* grid_3 */
/* ------ */
.css_grid_3 {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    margin: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    position: relative;
}

.css_grid_header_3 {
    background-color: #ececec;
    padding: 0px 8px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.css_row_3 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 0px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_3:hover {
    background: rgba(0, 0, 0, 0.247);
}

.css_row_4 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_4_selected {
    border-left: 4px solid rgb(255, 153, 0);
}

.css_row_a {
    display: flex;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #ccc;
}
.css_row_a_selected {
    border-left: 4px solid rgb(255, 153, 0);
    /* background-color: #f2f2f2; */
}
.css_row_a:last-child {
    margin-bottom: 0px;
}

/* Grids <<< --------------------------------------------------------------------------------------------------------------------- */

.css_card_1 {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.css_card_2 {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
}

/* Menu C. Control >>> ----------------------------------------------------------------------------------------------------------- */
.css_i_menu_1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--vcss_fc_menu_negocio);
    margin: 0px 5px;
}
.css_i_menu_1:hover:not(.css_i_menu_1_selected) {
    background-color: #4f4f4f;
}
.css_i_menu_1_selected {
    background-color: #06a8b9;
    color: #fff;
    border-radius: 8px;
    margin: 0px 5px;
}

.css_i_menu_1_bullet {
    border-radius: 20px; 
    background-color: #585858; 
    margin-left: 10px; 
    min-height: 10px; 
    min-width: 10px;
}
.css_i_menu_1_bullet_open {
    background-color: greenyellow;
}

.css_i_menu_1_badge {
    border-radius: 10px; 
    background-color: #f00;; 
    margin: 0px 5px; 
    padding: 0px 8px;
}

/* Menu C. Control <<< ----------------------------------------------------------------------------------------------------------- */


/* Mesas >>> --------------------------------------------------------------------------------------------------------------------- */
.css_mesa_1 {
    display: flex;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    width: 80px;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
    flex-direction: column;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.css_mesa_1:hover {
    background-color: #d5d5d5;
}
.css_mesa_libre_1 {
    background-color: #fff;
    /* background-color: rgb(165, 209, 159); */
    /* color: #fff; */
    /* border: 1px solid #6e9745; */
}
.css_mesa_ocupada_1 {
    background-color:rgb(255, 222, 222);
    /* color: #fff; */
    /* border: 1px solid #cc4e4e; */
}
/* Mesas <<< --------------------------------------------------------------------------------------------------------------------- */

/* Asignación mm >>> ------------------------------------------------------------------------------------------------------------- */

/* .css_mesa_mm_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    width: 80px;
    height: 60px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #6e9745;
} */

.css_mesa_mm_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    width: 150px;
    height: 80px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #6e9745;
}

.css_mesa_mm_sin_mozo {
    background-color: #fff;
}
.css_mesa_mm_asignada_a_este_mozo {
    background-color: #f8a100;
    color: #fff;
}
.css_mesa_mm_asignada_a_otro_mozo {
    background-color: #6630f8;
    color: #fff;
}

.css_row_mm_mozo_1 {
    display: flex;
    align-items: center;
    min-height: 35px;
    padding: 5px;
    background-color: #353535;
    color: #fff;
    border-bottom: 1px solid rgb(122, 122, 122);
    cursor: pointer;
}
.css_row_mm_mozo_1:hover {
    opacity: 0.8;
}

.css_row_mm_mozo_selected_1 {
    background-color: #f8a100;
}

/* Asignación mm <<< ------------------------------------------------------------------------------------------------------------- */


/* Turnos >>> -------------------------------------------------------------------------------------------------------------------- */
.css_bc_row_turno {
    background-color:#fff;
}
.css_turno_en_asignacion {
    background-color: #009688;
}


/* Turnos <<< -------------------------------------------------------------------------------------------------------------------- */



/* Carta >>> --------------------------------------------------------------------------------------------------------------------- */
.css_row_cat_carta_1 {
    background-color: #f7f3d2; 
    color: #000; 
    padding: 10px; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    margin-top: 15px;
    cursor: pointer;
}
.css_row_cat_carta_1:first-of-type {
    margin-top: 0px;
}

.css_row_carta_1 {
    padding: 5px;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.css_row_carta_1:hover {
    background-color: rgb(244, 244, 244);
}

/* Carta <<< --------------------------------------------------------------------------------------------------------------------- */

/* Staff >>> --------------------------------------------------------------------------------------------------------------------- */
.css_row_cat_staff_1 {
    background-color: #f7f3d2; 
    color: #000; 
    padding: 10px; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    margin-top: 15px;
    cursor: pointer;
}
.css_row_cat_staff_1:first-of-type {
    margin-top: 0px;
}

.css_row_staff_1 {
    padding: 5px;
    /* background-color: #353535; */
    color: #fff;
    border-bottom: 1px solid rgb(122, 122, 122);
    cursor: pointer;
}
.css_row_staff_1:hover {
    background-color: rgb(89, 89, 89);
}

/* Staff <<< --------------------------------------------------------------------------------------------------------------------- */


/* Predicciones >>> -------------------------------------------------------------------------------------------------------------  */
.css_blk_preds {
	float: left;
	border: 2px solid #FFCC00;
	width: 200px;
	background-color: #fff;
	position: absolute;
	z-index: 8000;
}
.css_row_preds {
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
    border-bottom: 1px solid #DFDFDF;
    color: #000;
}
.css_row_preds_selected {
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
    cursor: pointer;
    background-color: #FFCC00;
	border-bottom: 1px solid #DFDFDF;
}

/* Predicciones 2 >>> -----------------------------------------------------------------------------------------------------------  */
.css_blk_preds_2 {
    display: flex; 
    flex-direction: column; 
    background-color:var(--vcss_color_fondo); 
    margin: 0px 8px; 
    width: 100%;
    overflow: scroll;
}
.css_row_preds_2 {
	font-size: 13pt;
	float: left;
	width: 100%;
	padding: 7px 5px;
	cursor: pointer;
    color:#000;
    background-color: rgb(226, 226, 226);
	border-bottom: 1px solid #ccc;
}
.css_row_preds_selected_2 {
    background-color: #FFCC00;
}
/* Predicciones 2 <<< -----------------------------------------------------------------------------------------------------------  */



/* app_c filtros >>> ------------------------------------------------------------------------------------------------------------- */
.css_f_servicios {
    margin-right: 20px;
    text-align: center;
    font-size: 11pt;
}
.css_f_comidas {
    margin-right: 20px;
    text-align: center;
    font-size: 11pt;
}
.css_tilde_opcion_1 {
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.css_fondo_tilde_1 {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 22px;
    height: 22px;
    background-color: #ccc;
    border-radius: 12px;
    border: 1px solid green;
    box-sizing: border-box;
}
/* app_c filtros <<< ------------------------------------------------------------------------------------------------------------- */



/* app_c negocios >>> ------------------------------------------------------------------------------------------------------------ */
.css_negocio_1{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.css_negocio_1_texto {
    margin-bottom: 5px;;
}
.css_negocio_1_nombre {
    font-size: 12pt;
}
.css_negocio_1_tipos {
    font-size: 10pt;
}
.css_negocio_1_direccion {
    font-size: 10pt;
}


/* app_c negocios <<< ------------------------------------------------------------------------------------------------------------ */


/* horarios >>> ------------------------------------------------------------------------------------------------------------------ */
.css_blk_horario_dia {
    display: flex;
    border-radius: 5px;
    background-color: #595959;
}
.css_h_dow {
    width: 100px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ccc;
}
.css_b_quitar_horario {
    display: flex;
    margin-left: 6px;
    font-size: 14px;
    cursor: pointer;
}
.css_h_ctrl_dow {
    display: flex;
    align-items: center;
    justify-content: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #848484;
}

.css_grupo_h {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}

.css_h_dia {
    width: 14.2857%;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.css_h_handler {
    position:absolute; 
    border-radius: 3px;  
    width: 8px; 
    height: 100%; 
    cursor: pointer; 
}
/* horarios <<< ------------------------------------------------------------------------------------------------------------------ */


.css_grupo_rubro {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #595959;
}

.css_n_row_pago {
    display: flex;
    padding: 5px;
}
.css_n_cell_pago_1 {
    display: flex;
    align-items: center;
    width: 300px;
}
.css_n_cell_pago_i {
    display: flex;
    align-items: center;
    width: 100px;
    text-align: right;
}

.css_app_m_row_pago {
    display: flex;
    padding: 5px;
}
.css_app_m_cell_pago_1 {
    display: flex;
    align-items: center;
    width: 300px;
    color: #fff;
}
.css_app_m_cell_pago_i {
    display: flex;
    align-items: center;
    width: 100px;
    text-align: right;
}

.css_blk_fdp {
    display: flex;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
    cursor: pointer;
}
.css_blk_fdp:hover {
    opacity: .3;
}
.css_blk_fdp_selected {
    background-color: #ffc107;
}

.css_n_row_pago_2 {
    font-size: 14pt;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}
.css_r_cell_pago_desc_2 {
    width: 300px;
    text-align: left;
}
.css_r_cell_pago_imp_2 {
    width: 150px;
    text-align: right;
}


.css_blk_alert {
    display: none; 
    width: 100vw; 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 10000; 
    position: relative; 
    align-items: center; 
    justify-content: center; 
    font-size: 15pt;
}
.css_blk_alert_inner {
    display: flex; 
    flex-direction: column; 
    background-color: #000; 
    border: 1px solid #ccc; 
    border-radius: 15px;
    margin: 0% 8%;
}

.css_blk_wait {
    display: none; 
    width: 100vw; 
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 10000; 
    position: absolute;
    bottom: 0; 
    align-items: center; 
    justify-content: center; 
    font-size: 15pt;
}
.css_blk_wait_inner {
    display: flex; 
    flex-direction: column; 
    background-color: #000; 
    border: 1px solid #ccc; 
    border-radius: 15px;
    margin: 8%;
    width: 100%;
}


/* datos de contacto (dc) >>> ---------------------------------------------------------------------------------------------------- */
/* .css_blk_dc_i {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.css_blk_tipo_dc {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    width: 200px;
    text-align: center;
    margin-right: 8px;
    padding: 8px;
}
.css_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    width: 200px;
    background-color: #fff;
    color: #000;
}
.css_blk_i_tipo_dc {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px;
}
.css_blk_i_tipo_dc:hover {
    background-color: antiquewhite;
}

.css_b_add_dc {
    display: flex;
    cursor: pointer;
    padding: 10px;
}
.css_b_undo_dc {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px;
} */
/* datos de contacto (dc) <<< ---------------------------------------------------------------------------------------------------- */

/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */

/* Menos de 800px ================================================================================================================ */

.css_blk_dc_gral {
    display: flex;
    flex-direction: column;
}
.css_blk_dc_x {
    display: flex; 
    flex-direction: column;
    width: 100%;
}
.csr_dato_dc {
    display: flex;
    width: 100%;
}

.css_blk_dc_i {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.css_blk_super_tipo_dc {
    display: flex;
    /* align-items: center; */
    margin-bottom: 8px;
}
.css_blk_tipo_dc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-right: 0px;
}
.css_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 200px;
    background-color: #fff;
    color: #000;
}
.css_blk_i_tipo_dc {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px;
}
.css_blk_i_tipo_dc:hover {
    background-color: rgb(208, 208, 208);
}

.css_b_add_dc {
    display: flex;
    cursor: pointer;
    padding: 10px;
}
.css_b_undo_dc {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px;
}

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .css_blk_dc_gral {
        display: flex;
        /* flex-direction: column; */
    }
    .css_blk_dc_x {
        display: flex; 
        flex-direction: column;
        width: 80%;
    }
    .csr_dato_dc {
        display: flex;
        width: 400px;
    }
    
    .css_blk_dc_i {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px;
    }
    .css_blk_super_tipo_dc {
        display: flex;
        /* align-items: center; */
        margin-bottom: 0px;
    }
    .css_blk_tipo_dc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        text-align: center;
        padding: 8px;
        margin-right: 8px;
    }
    .css_blk_select_tipo_dc {
        position: absolute;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 200px;
        background-color: #fff;
        color: #000;
    }
    .css_blk_i_tipo_dc {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 4px;
    }
    .css_blk_i_tipo_dc:hover {
        background-color: rgb(208, 208, 208);
    }
    
    .css_b_add_dc {
        display: flex;
        cursor: pointer;
        padding: 10px;
    }
    .css_b_undo_dc {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        padding: 4px;
    }
}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .css_blk_dc_gral {
        display: flex;
        /* flex-direction: column; */
    }
    .css_blk_dc_x {
        display: flex; 
        flex-direction: column;
        width: 50%;
    }
    .csr_dato_dc {
        display: flex;
        width: 400px;
    }
    .css_blk_dc_i {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px;
    }
    .css_blk_super_tipo_dc {
        display: flex;
        /* align-items: center; */
        margin-bottom: 0px;
    }
    .css_blk_tipo_dc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        text-align: center;
        padding: 8px;
        margin-right: 8px;
    }
    .css_blk_select_tipo_dc {
        position: absolute;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 200px;
        background-color: #fff;
        color: #000;
    }
    .css_blk_i_tipo_dc {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 4px;
    }
    .css_blk_i_tipo_dc:hover {
        background-color: rgb(208, 208, 208);
    }
    
    .css_b_add_dc {
        display: flex;
        cursor: pointer;
        padding: 10px;
    }
    .css_b_undo_dc {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        padding: 4px;
    }
}

/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */


/* Utilizarlo dentro de un div con posición Relative */
.css_button_wait {
    display: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    align-items: center; 
    justify-content: center; 
    background: inherit; 
    background-color: inherit;
    border-radius: inherit;
}

.css_gradient_green {
    background: linear-gradient(90deg, rgb(40, 156, 180) 0%, rgb(31, 109, 125) 73%, rgb(35, 104, 119) 100%);
}

/* 14/10/2024 >>> */

.css_item_menu_small {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border-radius: 10px;
    background-color: #fff;
    width: 220px;
    flex-shrink: 0;
    margin: 8px;
    padding: 6px;
    font-size: 13pt;
    cursor: pointer;
    min-height: 60px;
}

.css_text_ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 14/10/2024 <<< */

/* Handles de resize */
.resizer {
    position: absolute;
    touch-action: none;
    user-select: none;
}
.resizer.br {                 /* esquina inferior derecha */
    width: 14px; height: 14px;
    right: 6px; bottom: 6px;
    cursor: se-resize;
    border-right: 2px solid rgba(0,0,0,.25);
    border-bottom: 2px solid rgba(0,0,0,.25);
    border-radius: 2px;
}
.resizer.r {                  /* borde derecho (opcional) */
    top: 0; right: 0; bottom: 0; width: 8px;
    cursor: e-resize;
}
.resizer.b {                  /* borde inferior (opcional) */
    left: 0; right: 0; bottom: 0; height: 8px;
    cursor: s-resize;
}

.no-select, .no-select * { user-select: none !important; }

/* Marcadores de secciones abiertas en a23_blk_sections */
.css_marker_section {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px 8px;
}

.css_my_hover_scale_1_5:hover {
    transition: all 0.3s;
    transform: scale(1.3);
}
