.break-text {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto;
    /* Guiones para separar en sílabas */
    -moz-hyphens: auto;
    /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.modal-dialog-full .modal-dialog{
    max-width: 98%;
}
.modal-dialog-full{
    overflow-y: scroll !important;
}
.modal-dialog-middle .modal-dialog{
    max-width: 50%;
}
.modal-dialog-middle{
    overflow-y: scroll !important;
}
.modal{
    overflow-y: scroll !important;
}

.select2-container--open .select2-dropdown {
    z-index: 1070;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.jstree-stackedicon > .jstree-icon {
    background:none;
}
.jstree-contextmenu {
    z-index: 9999 !important;
}
.icon-on {
    color: #00a65a;
}
.icon-off {
    color: #dd4b39;
}
.text-blue {
    color: #0480be;
}
.text-yellow {
    color: #f39c12;
}
.text-red {
    color: #dd4b39;
}
.text-green-red {
    color: #00a65a;
}

/* .thumbnail_responsive {
    height: 152px !important;
    width: 121px !important;
} */

/* .thumbnail_parent {
    height: 152px !important;
    width: 121px !important;
} */

.thumbnail_warning {

    /* font-weight: 300;
    border-radius: 5px;
    color: #0057c2;
    border: solid 1px #e5e52b;
    background: #fce117 !important;

    position: absolute;
    padding-top: 2%;
    top: 15px;
    bottom: 0;
    left: 15px;
    right: 0; */

    border-radius: 5px;
    color: #0057c2;
    border: solid 1px #e5e52b;
    background: #fce117 !important;
    position: absolute;
    padding-top: 2%;
    margin-bottom:5%;
    top: 15px;
    bottom: 0;
    /*text-align:center;*/
    /*padding-top:calc(50% - 30px);*/
}

.table-brown, .table-brown>td, .table-brown>th {
    background-color: #be9c91;
}
.thumbnail_warning:hover {
    border: solid 1px #0057c2;
    background-color: #f39c12;
    /*padding-top:calc(50% - 30px);*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 3px 3px #d2d0d0;
}


.thumbnail_warning:hover {
    border: solid 1px #0057c2;
    background-color: #f39c12;
    /*padding-top:calc(50% - 30px);*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 3px 3px #d2d0d0;
}

.thumbnail_danger {
    border-radius: 5px;
    color: #fff;
    border: solid 1px #d73925;
    background-image: linear-gradient(120deg,#d73925, #fb543f) !important;
    position: absolute;
    padding-top: 2%;
    margin-bottom:5%;
    top: 15px;
    bottom: 0;
    /* left: 15px;
    right: 0;  */
    /* height: 152px !important;
            width: 121px !important; */
    /*text-align:center;*/
    /*padding-top:calc(50% - 30px);*/
}
.thumbnail_danger:hover {
    color: #fff;
    border: solid 1px #d73925;
    background-color: #dd4b39;
    /*padding-top:calc(50% - 30px);*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 3px 3px #d2d0d0;
}


.thumbnail_block {
    border-radius: 5px;
    color: #fff;
    border: solid 1px #62757f;
    background-image: linear-gradient(120deg,#62757f, #62757f) !important;
    position: absolute;
    padding-top: 2%;
    margin-bottom:5%;
    top: 15px;
    bottom: 0;
    /* left: 15px;
    right: 0;  */
    /* height: 152px !important;
            width: 121px !important; */
    /*text-align:center;*/
    /*padding-top:calc(50% - 30px);*/
}
.thumbnail_block:hover {
    color: #fff;
    border: solid 1px #62757f;
    background-color: #62757f;
    /*padding-top:calc(50% - 30px);*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 3px 3px #d2d0d0;
}





/** MESA VERDE **/
.thumbnail_white {
    border-radius: 5px ;
    color: #fff !important;
    border: solid 1px #0ab300 !important;
    background: #0ab300 !important;
    /* background-color: #00a65a; */
    position: absolute ;
    padding-top: 2% !important;
    top: 15px !important;
    bottom: 0 !important;
    /* left: 15px !important; */
    /* right: 0 !important; */
    /* min-width: 220px !important; */
    /*text-align:center;*/
    /*padding-top:calc(50% - 30px);*/
}
.thumbnail_white:hover {
    color: #fff;
    border: solid 1px #008d4c;
    background-color: #00a65a;
    /*padding-top:calc(50% - 30px);*/
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 3px 3px #d2d0d0;
}
.thumbnail_center {
    display: grid;
    align-items: center;
    justify-content: center;
}
/*
.iti-mobile .intl-tel-input .country-list {
    max-height: 200px !important;

} */
.intl-tel-input{
    max-width: 80% !important;
}
@media only screen
and (min-width : 0px)
and (max-width : 766px) {
    table#tabla_insumos {
        font-size: 11px;
    }
}
@media only screen
and (min-width : 0px)
and (max-width : 294px) {
    .thumbnail_responsive{
        height: 170px;
        width: 100px ;
    }
}
@media only screen
and (min-width : 295px)
and (max-width : 391px) {
    .thumbnail_responsive{
        height: 240px;
        width: 90px ;
    }
}
@media only screen
and (min-width : 392px)
and (max-width : 420px) {
    .thumbnail_responsive{
        height: 170px;
        width: 110px ;
    }
}

@media only screen
and (min-width : 0px)
and (max-width : 420px) {
    /* Styles */

    .thumbnail_parent{
        height: 250px;
        width: 140px;
    }


    .thumbnail_parent_cocina{
        /* height: 250px; */
        width: 320px;
    }
    .icono_responsivo{
        font-size: 1em;
    }
    .texto_responsivo{
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
    }
    .texto_responsivo_1{
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        text-overflow: ellipsis;
    }


}



@media only screen
and (min-width : 421px)
and (max-width : 767px) {
    /* Styles */

    .thumbnail_parent{
        height: 150px;
        width: 140px;
    }
    .thumbnail_responsive{
        height: 210px;
        width: 125px;
    }
    .thumbnail_parent_cocina{
        /* height: 150px; */
        width: 320px;
    }
    .icono_responsivo{
        font-size: 1em;
    }
    .texto_responsivo{
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }
    .texto_responsivo_1{
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        text-overflow: ellipsis;

        /* Required for text-overflow to do anything */
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
    /* Styles */

    .thumbnail_parent{
        height: 120px;
        width: 200px;
    }
    .thumbnail_responsive{
        height: 145px;
        width: 200px;
    }

    .thumbnail_parent_cocina{
        /* height: 120px; */
        width: 320px;
    }
    .icono_responsivo{
        font-size: 1em;
    }
    .texto_responsivo{
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }

}

@media only screen
and (min-width : 1025px)
and (max-width : 1223px) {
    /* Styles */

    .thumbnail_parent{
        height: 110px;
        width: 200px;
    }
    .thumbnail_responsive{
        height: 135px;
        width: 200px;
    }

    .thumbnail_parent_cocina{
        /* height: 110px; */
        width: 200px;
    }
    .icono_responsivo{
        font-size: 1em;
    }
    .texto_responsivo{
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px)
and (max-width : 1823px) {
    /* Styles */

    .thumbnail_parent{
        height: 110px;
        width: 200px;
    }
    .thumbnail_responsive{
        height: 135px;
        width: 200px;
    }

    .thumbnail_parent_cocina{
        /* height: 110px; */
        width: 240px;
        font-size:15px !important;
    }
    .icono_responsivo{
        font-size: 3em;
    }
    .texto_responsivo{
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }

}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* Styles */

    .thumbnail_parent{
        height: 110px;
        width: 200px;
    }
    .thumbnail_responsive{
        height: 135px;
        width: 200px;
    }

    .thumbnail_parent_cocina{
        /* height: 110px; */
        width: 320px;
    }
    .icono_responsivo{
        font-size: 3em;
    }
    .texto_responsivo{
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
    }
    .texto_responsivo_cocina{
        font-size: 24px;
        text-align: center;
    }
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-pixel-ratio : 1.5),
only screen and (min-pixel-ratio : 1.5) {
    /* Styles */
    .graficas{
        width: 750px;
    }
    .thumbnail_parent{
        height: 150px;
        width: 125px;
    }
    .thumbnail_responsive{
        height: 175px;
        width: 125px;
    }

    .thumbnail_parent_cocina{
        /* height: 150px; */
        width: auto;
    }
    .icono_responsivo{
        font-size: 2em;
    }
    .texto_responsivo{
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    }
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.flag {
    width: 24px;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/*
.notification-top-bar {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    line-height: 40px;
    width: 100%;
    background: #bc1a1a;
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
}
.notification-top-bar p {
padding: 0;
margin: 0;
}
.notification-top-bar p a {
padding: 5px 10px;
border-radius: 3px;
background: #FFF;
color: #1ABC9C;
font-weight: bold;
text-decoration: none;
} */

body.login-page {
    background-image: url('/img/login_background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#enviorement_div .btn-enviorement{
    margin: 5px;
	background: white;
	color: #32C5FF;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 900;
	border-color: #32C5FF;
	border-color: rgb(50, 197, 255);
}

#enviorement_div .btn-enviorement:hover{
    margin: 5px;
    background: #32C5FF;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    font-size: 20px;
    font-weight: 900;
    border-color: #32C5FF;
}

#enviorement_div .btn-enviorement-active{
    margin: 5px;
	background: #32C5FF;
	color: rgb(255, 255, 255);
	border-radius: 20px;
	font-size: 20px;
	font-weight: 900;
	border-color: #32C5FF;
}

.btn-mesa-enviar{
    margin: 5px;
    background: #32C5FF;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    border-color: #32C5FF;
    border-color: white;
}

.btn-mesa-enviar:hover{
    margin: 5px;
    background: #13b0ee;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    border-color: #32C5FF;
    border-color: white;
}

.btn-mesa-cuenta{
    margin: 5px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 900;
    border-color: white;
}

.btn-cobrar-pin{
    margin: 5px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 900;
    border-color: white;
}

.btn-mesa-eliminar{
    margin: 5px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 900;
    border-color: white;
}

.btn-mesa-trasladar{
    margin: 5px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 900;
    border-color: white;
}

.btn-mesa-comandar{
    margin: 5px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 900;
    border-color: white;
}

#mesas_div .btn-table{
    background-repeat: no-repeat;
	border-radius: 20px !important;
	height: 155px !important;
	width: 160px !important;
	color: #202020 !important;
	font-weight: 700;
	border: none !important;
}

#mesas_div .btn-table:hover{
    background-color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0px 0px 3px 3px #d2d0d0;
}

#mesas_div .btn-table-success{
    background-image: url('/img/order_background_success.png') !important;
}

#mesas_div .btn-table-warning{
    background-image: url('/img/order_background_warning_3.png') !important;
}

#mesas_div .btn-table-danger{
    background-image: url('/img/order_background_danger_3.png') !important;
}

#mesas_div .btn-table-disable{
    background-image: url('/img/order_background_danger_3.png') !important;
}


#mesas_div .btn-table-success:hover{
    border: solid 1px #008d4c !important;
}

#mesas_div .btn-table-warning:hover{
    border: solid 1px #ffc906 !important;
}

#mesas_div .btn-table-danger:hover{
    border: solid 1px #d73925 !important;
}

#mesas_div .btn-table-disable:hover{
    border: solid 1px #d73925 !important;
}

#mesas_div .text-table-warning{
    color: #f3bf00;
}

#mesas_div .text-table-danger{
    color: #e02020;
}

@media only screen and (min-width : 0px) and (max-width : 345px) {
    #mesas_div .btn-table{
        width: 120px !important;
    }
}

@media only screen and (min-width : 346px) and (max-width : 420px) {
    #mesas_div .btn-table{
        width: 143px !important;
    }
}

#soporte:hover {
    transform: scale(1.1);
}


/* Banner fijo bajo la navbar de AdminLTE */
.dibal-billbar {
  position: sticky;       /* siempre visible al hacer scroll */
  top: 0;                 /* justo bajo la navbar */
  z-index: 1019;          /* < dropdowns del navbar (1020+) para no superponerse al user menu */
}

/* Estilo base del contenedor */
.dibal-billbar .billbar-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem .95rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}

/* Severidades */
.billbar-warning { background: #f39c12; } /* ámbar */
.billbar-danger  { background: #dc3545; } /* rojo  */
.billbar-info    { background: #17a2b8; } /* azul info */

/* Texto principal y secundario */
.billbar-title   { font-size: 1rem; margin: 0; }
.billbar-sub     { font-size: .875rem; opacity: .9; margin: 0; }

/* Botón cerrar (X) */
.billbar-close {
  margin-left: auto;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  opacity: .85;
  cursor: pointer;
}
.billbar-close:hover { opacity: 1; }

.dibal-billbar .billbar-inner { box-shadow: 0 1px 3px rgba(0,0,0,.2); }


.select2-container .select2-selection--single {
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 8px;
    box-sizing: border-box;
}

.select2-container .select2-selection__rendered {
    flex: 1;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.select2-container .select2-selection__clear {
    order: 2;
    margin-left: 8px;
    cursor: pointer;
}
