@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "LucidaCalligraphy";
    src: url(fonts/LCALLIG.TTF);
}

.encabezado-bloque-menu {
    font-family: LucidaCalligraphy;			
    text-transform: uppercase;
}

/* EVITA SELECCIONAR EL TEXTO */
* {
    /*-webkit-user-select: none;*/
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.separacion {
    padding: 1rem 1.81rem !important;
}

h1{
    font-size: 36px !important;
    color: black;
}

.texto-h1{
    font-size: 22px !important;
    color: black;
}

h2, .texto-h2{
    font-size: 16px !important;
    color: black;
    text-transform: uppercase;
}

.encabezado_subcontenedor > .encabezado_texto > *, .encabezado_subcontenedor > .encabezado_texto > * > * {
    color: white !important;
}

h3, .texto-h3{
    font-size: 14px !important;
    color: black;
    text-transform: initial;
    margin: 0;
}

p, span, b, div, td, i, .texto-base, #mensaje_comentario{
    font-size: 14px !important;
    color: #777777 !important;
}

.h-100-custom{
    height: 100% !important;
}

.producto{
    color: black !important;
    text-transform: capitalize;
}

.alinear-izquierda{
    text-align: left;
}

.alinear-derecha{
    text-align: right;
}

.centrado-vertical{
    margin: auto 0;
}

.titulo{
    color: black !important;
}

.content-wrapper {
    background: transparent !important;
    padding: .4rem !important;
}

.btn-borrar{
    cursor:pointer; 
    color:#ffbb32 !important;
}

.main-panel {
    width: 100% !important;
}

.card .card-title {
    font-weight: bolder;
    color: #343a40;
    margin-top: 0.5rem;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
}

.producto-imagen {
    width: 10rem;
    height: 10rem;
    margin-right: 1.3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-color: lightgray;
    border-width: 0.05rem;
    border-style: solid;
    border-radius: 1.2rem;
}

.comp-panel {
    position: relative;
    background: white;
    border-radius: 8px;
    border: .5px solid #d5d5d3;
    transition: border-color .2s ease-in-out;
    margin-bottom: 0.3rem;
}

.btn-group {
    border: .5px solid #dee2e6;
    border-radius: 4.1875rem;
    text-transform: capitalize;
}

.text-small, small {
    font-size: 13px;
}

.cont-imagen {
    position: relative;
}

.cont-imagen-texto {
    position: absolute;
    background-color: #5cb85c;
    color: white !important;
    width: 1.7rem;
    height: 1.7rem;
    top: -.7rem;
    right: .5rem;
    font-size: .8rem;
    padding-top: .4rem;
    font-weight: bold;
    border-radius: 1rem;
}

.margen-vert{
    margin: auto 0;
}

#boton_total_movil{
    display: none;
}

/************************************************************************/
.categoria-imagen{
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-color: white;
	border-color: lightgray; 
	border-width: 0.05rem; 
	border-style: hidden; 
	border-radius: 0.2rem;
}

.encabezado_contenedor{
    width: 100%;
    text-align:center;
    background-position: center;
    background-size: cover;
    height: 4rem;
}

.encabezado_texto{
    height: 100%;
    padding-top: 1.5rem !important;
}

.encabezado_subcontenedor{
    background-color: rgba(22,39,82,.4);
}

.encabezado_texto > span, .encabezado_texto > span > span{
    color: white;
}

.eliminar-padding{
    padding: 0rem !important;
}

.ventana-resumen{
    margin-left: 55%;
}
/************************************************************************/
.badge {
	cursor: pointer;
	margin: .3rem;
}

.badge-no-selected, .badge-no-selected > * {
    color: white !important;
    background-color: darkgrey;
    font-weight: normal !important;
}

.badge-selected, .badge-selected > * {
    color: white !important;
    background-color: #5cb85c;
    font-weight: normal !important;
}

.modal-footer-js{
    background-color: white !important;
}

.modal-header-js, .modal-header-js > *, .modal-header-js > * > *, .modal-header-js > * > * > *{
    color: #ffbb32 !important;
    background-color: black !important;
}
/************************************************************************/
#nav{
padding: 5px;
}
#nav a{
text-decoration: none;
color: #ffffff94; /*666666*/;
}
#nav a:hover {
color: #000000;
}
#nav a.active{
color: #ffbb32 /*#cc3333*/;
}
#content{
overflow-y: scroll;
height: 95%;
}
/************************************************************************/
div.scrollmenu {
overflow: auto;
white-space: nowrap;
}

div.scrollmenu a {
display: inline-block;
color: white;
text-align: center;
padding: 0 14px;
text-decoration: none;
}

.btn-group {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.color-blanco, .color-blanco > *, .color-blanco > * > *, td > span {
    color: white !important;
}

.btn-success {
    color: white !important;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.encabezado-colores{
    background-color: #595959;
    color: #ffbb32;
}

.font-footer{
    font-size: 10px !important;
}

.text-btn-add {
    color: #5cb85c !important;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-espera {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-espera {
    display: block;
}

.fixed-centro{
    position: fixed;
    bottom: 10%;
    width: 100%;
    text-align: center;
    /*right: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));*/
}

.menu-dia-sub-title{
    font-size: .8rem !important;
}

.linea-medio {
    display: table;
    white-space: nowrap;
}
.linea-medio:before,
.linea-medio:after {
    border-top: 2px solid #777;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}
.linea-medio:before {
    right: 1.5%;
}
.linea-medio:after {
    left: 1.5%;
}

.btn-seleccionable > i{
    padding-right: .2rem;
    color: #5cb85c !important;
}

.modal-content-js {
    width: 21rem !important;
}

.btn-group-bigger{
    min-width: 6rem;
    padding: 0.7rem 2rem !important;
}

.btn-outline-warning:hover > * {
    color: white !important;
}

.popover-body,
.popover-body > *,
.popover-body > * > *
{
    color: #212529 !important;
    font-size: 13px !important;
}

.popover-body > a,
.popover-body > * > a
{
    color: #3490dc !important;
}

/*SEARCH BOX*/
.finder {
    /*position:fixed !important;
    bottom:0 !important;
    top: unset !important;*/

    position: fixed;
    top: -50px;
    right: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    transition: top 0.15s ease-out;
  }
  
  .finder.active {
    top: 0;
  }
  
  .finder-input {
    flex-grow: 1;
    width: 0;
    height: 40px;
    border: none;
    padding: 8px;
    outline: none !important;
  }
  
  .finder-input.not-found {
    color: #e7353f;
  }
  
  .btn-finder {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
  }
  
  .finder-input,
  .btn-finder:not(:last-child) {
    margin-right: 5px;
  }
  
  .finder-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #888;
    border-right: 1px solid #e5e5e5;
    margin-right: 5px;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .btn-finder,
  .finder-count {
    flex-shrink: 0;
    flex-grow: 0;
  }
  
  .highlight {
    background: #ff8;
    box-sizing: unset;
  }
  
  .highlight.active {
    background: #ffd71b;
  }