@media print {
    html, body {
       display: none;
    }
}

html,body{
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
#content-container{
	height: 100vh;
  overflow: scroll;
}
#mainnav-menu ul a{
  padding: 10px 5px 12px 30px;
}
#mainnav-menu i{
  padding: 0 5px 0 0;
}

/*Fondo de login*/
@media all and (max-width: 768px) {
  #bg-overlay{
    background-image: url("../img/bg-img-3.jpg")
  }
}
@media all and (min-width: 769px) {
  #bg-overlay{
    background-image: url("../img/bg-img-1.jpg")
  }
}

.panel-capabilities{
  margin-bottom: 0px;
}

.panel-capabilities .checkbox,
.panel-capabilities .radio{
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-capabilities .checkbox+.checkbox,
.panel-capabilities .radio+.radio{
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-capabilities .panel-title {
  line-height: 30px;
  font-size: 1em;
}

.panel-capabilities .panel-heading{
  height: 30px;
}

.panel-capabilities .panel-body{
    padding: 5px 5px;
}

.show-none{
	display: none;
}

/*Slider*/

.switch-slider{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

	.switch-slider input[type="checkbox"]{
	    display: none;
	}

.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(227, 58, 75);
    -webkit-transition: .4s;
    transition: .4s;
}

	input:checked + .slider{
	    background-color: rgb(68, 186, 86);
	}

.slider.not-color{
  background-color: rgb(218, 218, 218);
}
  input:checked + .slider.not-color{
    background-color: rgb(218, 218, 218);
  }

		input:checked + .slider:before {
		    -webkit-transform: translateX(26px);
		    -ms-transform: translateX(26px);
		    transform: translateX(26px);
		}

	.slider.round{
	    border-radius: 34px;
	}

		.slider.round:before {
    		border-radius: 50%;
		}

	.slider:before {
	    position: absolute;
	    content: "";
	    height: 26px;
	    width: 26px;
	    left: 4px;
	    bottom: 4px;
	    background-color: white;
	    -webkit-transition: .4s;
	    transition: .4s;
	}

.cursor-pointer{
	cursor: pointer;
}
.even:hover{
	background-color: #F8F9FA !important;
}
.odd:hover{
	background-color: #FFFFFF !important;
}

/*Componentes*/
.label {
    float: none;
    margin: 0 7px 0px 0;
    display: inline-block;
}
tr .label:first-letter {
    text-transform:capitalize;
}

/*Maps*/
#google-map {
    width: 100%;
    height: 300px;
}

	.input-maps{
		display: block;
		width: 25%;
		height: 34px;
		padding: 6px 12px;
		margin-right: 10px;
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #e9e9e9;
		border-radius: 4px;
		box-shadow: none;
		-webkit-transition: border-color ease-in-out .5s,-webkit-box-shadow ease-in-out .5s;
		-o-transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;
		transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;
	}

/*Dropzone*/

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone-container, .dropzone-container * {
  box-sizing: border-box; }

.dropzone-container {
  min-height: 150px;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.025);
  padding: 20px 20px; }
   .dropzone-container:hover .dz-icon {
       color:#54ABD9
    }
    .dz-text, .dz-icon,
    .dropzone-container:hover .dz-text, .dropzone-container:hover .dz-icon{
      -webkit-transition: all .5s;
      transition: all .5s;
    }
    .dropzone-container:hover .dz-text{
      color: #404040
    }
.dz-text{
    font-weight: 700;
    text-transform: uppercase
}
  .dropzone-container.dz-clickable {
    cursor: pointer; }
    .dropzone-container.dz-clickable * {
      cursor: default; }
    .dropzone-container.dz-clickable .dz-message, .dropzone-container.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone-container.dz-started .dz-message {
    display: none; }
  .dropzone-container.dz-drag-hover {
    border-style: solid; }
    .dropzone-container.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone-container .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone-container .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone-container .dz-preview:hover {
      z-index: 1000; }
      .dropzone-container .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone-container .dz-preview.dz-file-preview .dz-image {
      background: #999;
      background: #ddd }
    .dropzone-container .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone-container .dz-preview.dz-image-preview {
      background: white; }
      .dropzone-container .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone-container .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone-container .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone-container .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone-container .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone-container .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone-container .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone-container .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone-container .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone-container .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone-container .dz-preview .dz-details .dz-filename span, .dropzone-container .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone-container .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone-container .dz-preview .dz-image,
    .dropzone-container .dz-preview .dz-image img {
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone-container .dz-preview .dz-image img {
        display: block; }
    .dropzone-container .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone-container .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone-container .dz-preview .dz-success-mark, .dropzone-container .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone-container .dz-preview .dz-success-mark svg, .dropzone-container .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone-container .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone-container .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone-container .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone-container .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 4px;
      left: 50%;
      top: 50%;
      margin-top: 25px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone-container .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone-container .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone-container .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone-container .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone-container .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
    .dropzone-container a.dz-remove{
    	position: absolute;
    	z-index: 1000;
    	width: 100%;
    	background-color: #ee4a47;
    	border-color: #ef5350;
    	color: #fff;
    	cursor: pointer;
    	z-index: 1000;
    }

    .dropzone-container a.dz-remove:hover{
    	background-color: #eb2a26;
    	border-color: #ec332f;
    }

    .accordeon-formulario{
    	display: none;
    }

    label[for="orden"]{
      width: 100px;
    }

    .container-price{
      margin-bottom: 15px;
    }

    .container-price .input-group-addon input{
      width: 75px;
      padding: 0px;
      border: none;
    }


/*input personalized*/
@media only screen and (min-width: 769px) {
  .input-group-input{
    width: 200px !important;
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
    .input-group-input .cantidad{
      width: 200px !important;
    }
    .input-group-input{
      display: table-cell;
    }
}
@media only screen and (max-width: 768px) {
    .input-group-input{
      width: 80px !important;
      position: relative;
      font-size: 0;
      white-space: nowrap;
    }
      .input-group-input .cantidad{
        width: 80px !important;
      }

    .input-group-input{
      display: table-cell;
    }

    .select-picker.ingredientes{
      /*width: calc(100% - 300px) !important;*/
      
    }

    #wizard-tab .panel-body{
      padding: 0px !important;
    }
}

/*Margin personlized*/
@media (min-width: 992px){
  .mar-no-lg-lft{
    margin-left: 0px !important;
  }

  .mar-no-lg-rgt{
    margin-right: 0px !important;
  }
}
/*Padding personlized*/

.pad-no-lft{
  padding-left: 0px !important;
}

.pad-no-rgt{
  padding-right: 0px !important;
}

@media (max-width: 991px){
  .pad-no-md-lft{
    padding-left: 0px !important;
  }
  .pad-no-md-rgt{
    padding-right: 0px !important;
  }
  .mar-md-bot{
    margin-bottom: 15px;
  }
}
@media (max-width: 414px){

  .form-horizontal .form-group{
    padding: 0px 15px;
  }
  .wizard-master .form-horizontal .form-group{
    padding: 0px 0px !important;
  }

}

/*Modal size*/

@media (min-width: 1200px){
  .modal-lg {
    width: 1198px;
    margin-top: 30px;
  }
}
@media (min-width: 1480px){
  .modal-lg {
    width: 1488px;
    margin-top: 30px;
  }
}
@media (min-width: 2168px){
  .modal-lg {  
    width: 2166px;
    margin-top: 30px;
  }
}

.select-picker .filter-option small:before{
  content: "- "
}
.select-picker .filter-option small{
  font-weight: bold;
}

.bootstrap-select.utensilio{
  display: table-cell;
}

.edit-station .modal-lg{
  width: calc(100% - 20px);
}

.panel-overlay{
  z-index: 999999; 
}

/*Overlay*/

.container-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  left: 0;
  top: 0;
}
  .container-overlay .msg{
    position: absolute;
    width: 100%;
    color: white;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 15px 25px;
    max-width: 300px;    
    transform: translate(-50%, -50%);
  }

  .container-overlay .msg span{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
  }

  @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
    

.gi-5x{font-size: 5em;}

/*Componente precios*/

.componente-precios{
  margin-bottom: 15px;
}

.componente-precios span{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.componente-precios input{
  width: 85px !important;
}

#floating-top-right{
  z-index: 100000;
}

/*horarios*/

#horarios-tab .group-dia,
#horarios-tab .group-dia > .form-control{
  background-color: green;
  color: white;
  font-weight: bold;
}
#horarios-tab .group-dia > .form-control span.abbreviate{
  display: none;
}
@media (min-width: 992px) and (max-width: 2167px){
  #horarios-tab .group-dia > .form-control span.complete{
    display: none !important;
  }
  #horarios-tab .group-dia > .form-control span.abbreviate{
    display: inline-block !important;
  }
}


#product-table_length,
#product-table_paginate{
  display: none;
}

.table{
  width: 100% !important;
}

#login-message-content .icon-wrap i{
    padding-top: 0em;
}

@media (max-width: 414px){

  .cls-content{
    margin-top: 60px;
  }

  #login-message-content .alert-message{
    font-size: 10px;
  }
}

.cls-content{
  margin-top: 120px;
}

@media (max-width: 414px){
  .cls-content{
    margin-top: 60px;
  }

  #login-message-content .alert-message{
    font-size: 10px;
  } 
}

/*Image preview*/
#image-preview,
.up-i-p {
  width: 260px;
  height: 260px;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  color: #ecf0f1;
}
#image-preview input,
.up-i-p input{
  line-height: 260px;
  font-size: 260px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label,
.up-i-p label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #000;
  width: 260px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
#image-preview:hover,
.up-i-p:hover {
  background-color: #ccc;
  color: #FFF;
}

.wizard-recipes#wizard-insert button.button-editar.disabled,
.wizard-recipes#wizard-insert button.button-print.disabled{
  display: none;
}


button.button-editar,
button.button-print{
  padding: 0px 12px;
}
button.button-editar .material-icons,
button.button-print .material-icons{
  font-size: 20px;
  line-height: 30px;
  vertical-align: top;
}

button.button-editar .button-desc,
button.button-print .button-desc{
  line-height: 30px;
}

button.previous:after{
  content: "Ant";
}
button.next:after{
  content: "Sig";
}

@media (max-width: 460px){
  .w-xs-100{
    width: 100% !important;
  }
}

@media (min-width: 360px){

  button.previous:after{
    content: "Anterior";
  }
  button.next:after{
    content: "Siguiente";
  }

  #image-preview {
    width: 300px;
    height: 300px;
  }
  #image-preview input {
    line-height: 300px;
    font-size: 300px;
  }
  #image-preview label {
    width: 300px;
  }
}
@media (min-width: 375px){
  #image-preview {
    width: 315px;
    height: 315px;
  }
  #image-preview input {
    line-height: 315px;
    font-size: 315px;
  }
  #image-preview label {
    width: 315px;
  }
}
@media (min-width: 412px){
  #image-preview {
    width: 352px;
    height: 352px;
  }
  #image-preview input {
    line-height: 352px;
    font-size: 352px;
  }
  #image-preview label {
    width: 352px;
  }
}
@media (min-width: 414px){
  #image-preview {
    width: 354px;
    height: 354px;
  }
  #image-preview input {
    line-height: 354px;
    font-size: 354px;
  }
  #image-preview label {
    width: 354px;
  }
}
@media (min-width: 425px){
  #image-preview {
    width: 365px;
    height: 365px;
  }
  #image-preview input {
    line-height: 365px;
    font-size: 365px;
  }
  #image-preview label {
    width: 365px;
  }
}

.connection{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.connection .label-table{
  font-size: 10px;
  padding: 4px 5px;
  margin-top: 6px;
}

#user-table_wrapper table tbody tr td:last-child,
#role-table_wrapper table tbody tr td:last-child {
  position: relative;
}

.mar-no-btm{
  margin-bottom: 0px !important;
}

.modal-dialog{
  margin-top: 10px !important;
}

.modal .close{
  margin-top: -10px;
  color: black;
  opacity: 1;
}

/*Datatable style*/

.dataTable tr.color-active{
 background-color: rgba(0,255,127,0.1) !important;
}
.dataTable tr.color-inactive{
 background-color: rgba(250,128,114,0.1) !important;
}
.dataTable tr td{
  vertical-align: middle !important;
}
.dataTable tr.color-available{
 background-color: rgba(0,255,127,0.1) !important;
}
.dataTable tr.color-not-available{
 background-color: rgba(250,128,114,0.1) !important;
}

.dataTable tr.color-not-available.proposal{
  display: none;
}

.dataTable label{
  font-size: 10px;
} 

@media screen and (max-width: 767px){
  div.dataTables_wrapper div.dataTables_filter{
    text-align: right;
  }
}
/*recipe class*/
.not-find > button{
  background-color: rgba(250,128,114,0.1);
}

/*live menu*/
.live-menu{
  background-color: #263238;
  position: absolute;
  left: 7.5px;
  max-width: calc(100% - 14px);
  z-index: 2;
}

.big-table .live-menu{
  left: 0px;
}

.live-menu > div{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}


.live-menu .button-dt-menu,
.live-menu .show-menu-close{
  height: 100%;
  background: transparent;
  border: none;
  z-index: 9999;
}
  .live-menu .button-dt-menu{
    width: 60px;
    z-index: 9999;
  }
  .live-menu .show-menu-close{
    position: absolute;
    width: 35px;
    right: 0;
  }

.live-menu .button-dt-menu > div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.live-menu .button-dt-menu .material-icons,
.live-menu .button-dt-menu .material-description{
  width: 100%;
  color: white;
  vertical-align: top;
}

  .live-menu .button-dt-menu .material-icons{
    font-size: 14px;
    line-height: 18px;
  }

  .live-menu .button-dt-menu .material-description{
    font-size: 10px;
    font-weight: bold;
  }

.live-menu .show-menu-close .material-icons{
  vertical-align: middle;
  color: white;
}

/*main menu*/
.ratio-1-1{
  position:relative;
  width:100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-bottom: 20px;
}
.ratio-1-1:before{
  display:block;
  content:"";
  padding-top:100%;
}
.select-card{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.select-card .card-panel{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.select-card .card-panel .card-description{
  width: 100%;
  padding: 0px 10px;
  height: 40px;
}

.form-selectpicker .form-control-feedback:before,
.select-picker .form-control-feedback:before,
.validate-hide .form-control-feedback:before{
  content: ""
}

.has-success .form-control {
  border: 1px solid #3c763d !important;
  box-sizing: border-box;
}

/*Action menus and tags*/
.input-xs{
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .input-xs {
    margin-bottom: 2px;
  }
}
.input-xs input {
  height: 22px;
  padding: 12px 5px;
  font-size: 12px;
  line-height: 1.5rem; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 30px;
}
.input-xs .input-group-btn button{
  padding: 3px 7.5px;
}
.input-xs .input-group-btn:last-child button{
  padding: 3px 7.5px;
  border-radius:  0px 30px 30px 0px;
}

.inputfile{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
label[for=csv] {
  color:#FFF;
  background-color:#24A463;
}
label[for=csv] {
  max-width: 80%;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
label[for=csv] .material-icons {
  width: 1em;
  height: 18px;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.4em;
  margin-right: 0.25em;
}

.list-group-error {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: #FFF7F8;
    border: 1px solid #FFD3D9;
}

.list-group-striped>li.list-group-error:nth-child(odd):not(.active):not(.disabled) {
    background-color: rgba(255,211,217,.06);
}

li.list-group-error:hover, li.list-group-error:focus {
    background-color: rgba(0,0,0,0.07);
}

.master-container .basic-container:not(:last-child) .add-button{
  display: none;
}

/*Capabilities Actions*/

/*Capabilities Actions Add*/
  #container a[data-action-capability="add"]{
    display: none;
  }
  #container.admin a[data-action-capability="add"],
  #container.add a[data-action-capability="add"]{
    display: inline-block;
  }

/*Capabilities Actions Edit*/

  /* Para nuevo */
  #container .action-events {
    display: none !important;
  }

  #container.admin .action-events[data-capabilities="edit"],
  #container.edit .action-events[data-capabilities="edit"] {
    display: block !important;
  }

  #container.admin .action-events[data-capabilities="enable"],
  #container.enable .action-events[data-capabilities="enable"] {
    display: block !important;
  }

  #container.admin .action-events[data-capabilities="disconnect"],
  #container.disconnect .action-events[data-capabilities="disconnect"] {
    display: block !important;
  }

  #container.admin .action-events[data-capabilities="pdf"],
  #container.pdf .action-events[data-capabilities="pdf"] {
    display: block !important;
  }

  #recipe-table .color-available .action-events[data-capabilities="enable"] {
    display: none !important;
  }

  #recipe-table .color-not-available .action-events[data-capabilities="pdf"],
  #recipe-table .color-not-available .action-events[data-capabilities="edit"] {
    display: none !important;
  }

  /*Para tabs*/
  #container .modal-footer[data-action-capability="edit"]{
    display: none;
  }

  #container.edit .modal-footer[data-action-capability="edit"],
  #container.admin .modal-footer[data-action-capability="edit"]{
    display: block;
  }
  /*Para wizard*/
  #container #formulario-update .panel-footer[data-action-capability="edit"] .finish{
    display: none !important;
  }
  #container.edit #formulario-update .panel-footer[data-action-capability="edit"] .finish,
  #container.admin #formulario-update .panel-footer[data-action-capability="edit"] .finish{
    display: inline-block !important;
  }
  /*Muestra de iconos*/
  #container .action-events[capabilities="edit"] {
    display: none !important;
  }

  #container button[data-action-capability="edit"] .material-description:before{
    content: "Ver";
  }

  #container.edit button[data-action-capability="edit"] .material-description:before,
  #container.admin button[data-action-capability="edit"] .material-description:before{
    content: "Editar";
  }

  #container button[data-action-capability="edit"] .material-icons:before{
    content: "\e8f4";
  }
  #container.edit button[data-action-capability="edit"] .material-icons:before,
  #container.admin button[data-action-capability="edit"] .material-icons:before{
    content: "\e3c9";
  }
  /*Para forms*/
  #container .form-group[data-action-capability="edit"]:not([id*=image-preview]){
    display: none;
  }
  #container.edit .form-group[data-action-capability="edit"]:not([id*=image-preview]),
  #container.admin .form-group[data-action-capability="edit"]:not([id*=image-preview]){
    display: block;
  }
  /*Preview de imagenes*/
  #container #formulario-update [id*=image-preview][data-action-capability="edit"] > *{
    display: none;
  }

  #container.edit #formulario-update [id*=image-preview][data-action-capability="edit"] > *,
  #container.admin #formulario-update [id*=image-preview][data-action-capability="edit"] > *{
    display: block;
  }
  /*Contenedor de actions*/
  
  #container .input-group[data-action-capability="edit"]{
    width: 100%;
  }

  #container .input-group[data-action-capability="edit"] .show-extras{
    display: none;
  }
  #container.edit .input-group[data-action-capability="edit"] .show-extras,
  #container.admin .input-group[data-action-capability="edit"] .show-extras{
    display: table-cell;
  }

  /*Capabilities Actions Logout*/
  #container .action-events[data-capabilities="disconnect"]{
    display: none;
  }

  #container .user-connect .action-events[data-capabilities="disconnect"]{
    display: block;
  }

  /*Capabilities Actions Enable*/
  #container .live-menu button[data-action-capability="enable"]{
    display: none;
  }
  #container .live-menu button[data-action-capability="enable"] .material-description:before{
    content: "Habilitar";
  }
  #container .live-menu button[data-action-capability="enable"] .material-icons:before{
    content: "\e39d";
  }

  #container.enable .live-menu button[data-action-capability="enable"],
  #container.admin .live-menu button[data-action-capability="enable"]{
    display: inline-block;
  }

  /*Capabilities Actions PDF*/
  #container button[data-action-capability="pdf"]{
    display: none;
  }
  #container button[data-action-capability="pdf"] .material-description:before{
    content: "PDF";
  }
  #container button[data-action-capability="pdf"] .material-icons:before{
    content: "\e86d";
  }

  #container.pdf button[data-action-capability="pdf"],
  #container.admin button[data-action-capability="pdf"]{
    display: inline-block;
  }

/*Capabilities Actions -- Uploads CSV*/
  #container button[data-action-capability="upload"]{
    display: none;
  }

  #container.upload button[data-action-capability="upload"],
  #container.admin button[data-action-capability="upload"]{
    display: inline-block;
  }

/*Capabilities Actions -- Backup Products*/
  #container button[data-action-capability="backup"]{
    display: none;
  }

  #container.backup button[data-action-capability="backup"],
  #container.admin button[data-action-capability="backup"]{
    display: inline-block;
  }

  #table-container caption{
    font-size: 14px;
    font-weight: 500;
    background: rgb(9,10,12) !important;
    color: white !important;
    padding: 1rem 1rem;
  }

  .production_enable-form th:first-child,
  .retail-form th:first-child{
    width: 50px;
  }

  .production_enable-form th:nth-child(2),
  .retail-form th:nth-child(2){
    width: 100px;
  }

  .production_enable-form th:nth-child(3),
  .retail-form th:nth-child(3){
    width: 300px;
  }

  .production_enable-form th:nth-child(4),
  .retail-form th:nth-child(4){
    width: 75px;
  }

  .production_enable-form th:nth-child(5),
  .retail-form th:nth-child(5){
    width: 100px;
  }

  .production_enable-form th:nth-child(6),
  .retail-form th:nth-child(6){
    width: 100px;
  }

  #table-container table thead{
    background: white;
  }

  #table-container table th{
    font-size: 14px !important;
    font-weight: 500 !important;
    background: rgb(9,10,12) !important;
    color: white !important;
    vertical-align: middle !important;
    border: 1px solid #2B313B !important;
  }

  .production_enable-form table td,
  .production_table-form table td,
  .retail-form table td {
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle !important;
    color: black;
  }

.production_enable-form table .recipes-filter,
.production_table-form table .recipes-filter,
.retail-form table .recipes-filter {
  width: 15%;
  @media (min-width: 568px) {
    width: 10%;
  }
  @media (min-width: 992px) {
    width: 5%;
  }
}

.production_enable-form table .columns-sm,
.production_table-form table .columns-sm,
.retail-form table .columns-sm {
  width: 20%;
  @media (min-width: 568px) {
    width: 15%;
  }
  @media (min-width: 992px) {
    width: 13%;
  }
}

.production_enable-form table input[type="checkbox"],
.production_table-form table input[type="checkbox"],
.retail-form table input[type="checkbox"] {
  cursor: pointer;
}

.production_enable-form .panel-footer,
  .production_table-form .panel-footer,
  .retail-form .panel-footer{
    position: fixed;
    bottom: 0px;
    width: calc(100% - 80px);
    background: #ecf0f5;
    padding: 0px 0px 50px;
  }

  @media(max-width:767px){
    .production_enable-form .panel-footer,
    .production_table-form .panel-footer,
    .retail-form .panel-footer{
      left: 0;
      width: 100%;
      padding: 0px 15px 60px;
      border-top: unset;
    }

    #container.mainnav-in .production_enable-form .panel-footer,
    #container.mainnav-in .production_table-form .panel-footer,
    #container.mainnav-in .retail-form .panel-footer{
      left: 220px;
    }
  }

  #container.mainnav-lg .production_enable-form .panel-footer,
  #container.mainnav-lg .production_table-form .panel-footer,
  #container.mainnav-lg .retail-form .panel-footer{
      width: calc(100% - 250px);
      z-index: 2;
  }

    .production_enable-form .panel-footer .panel-footer-aux,
    .production_table-form .panel-footer .panel-footer-aux,
    .retail-form .panel-footer .panel-footer-aux{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      box-sizing: border-box;
      background-color: #f6f8fa;
      color: #758697;
      border-color: rgba(0,0,0,0.07);
      position: relative;
      padding: 10px 15px;
      border: 1px solid #e7ecf3;
      border-bottom: 1px solid rgba(0,0,0,0.17);
    }

.pl-0{
  padding-left: 0px !important;
}

.pr-0{
  padding-right: 0px !important;
}

@media only screen and (max-width : 1200px) {
  .pl-lg-0{
    padding-left: 0px !important;
  }

  .pr-lg-0{
    padding-right: 0px !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .pl-md-0{
    padding-left: 0px !important;
  }

  .pr-md-0{
    padding-right: 0px !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .pl-sm-0{
    padding-left: 0px !important;
  }

  .pr-sm-0{
    padding-right: 0px !important;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .pl-xs-0{
    padding-left: 0px !important;
  }

  .pr-xs-0{
    padding-right: 0px !important;
  }
}


.production_table-form input[name=fecha][readonly]{
  background: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.production_table-form .input-group-addon{
  background: #263238;
  color: #FFF;
}

#table-production{
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width : 768px) {
  #table-production{
    width: 100%;
    overflow: scroll;
  }

  #table-production table{
    max-width: 767px;
    min-width: 767px;
  }

}

/*#table-production input[name=produccion],
#table-production input[name=existencia],
#table-production input[name=requerido]{
  width: 80px;
}*/

@media only screen and (max-width : 768px) {
  #table-production input[name=produccion],
  #table-production input[name=existencia],
  #table-production input[name=requerido]{
    width: 80px;
  }
}

#formulario-update .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width : 414px) {
  #formulario-update .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 290px;
  }
}

@media only screen and (max-width : 360px) {
  #formulario-update .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 235px;
  }
}

.bord-btm {
    border-bottom: 1px solid #e9e9e9 !important;
}

.production_master-form .subsidiaries-content .negocio,
.production_master-form .subsidiaries-content button{
  background-color: transparent !important;
  border-color: transparent;
  color: #FFF;
}

.tag-item{
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.vmiddle{
  vertical-align: middle !important;
}

.table-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .table-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}


/*.table,*/
.table-fixed {
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap:break-word;
}

.display .h6,
.table .h6 {
  font-size: 12px !important;
  font-weight: 500;
  text-align: left;
}

.display .status,
.table .status {
  text-align: center;
}

.display .column-main,
.table .column-main {
  width: 100% !important;
}

.display .label-extra-small,
.table .label-extra-small {
  width: 8% !important;
}

.display .label-small,
.table .label-small {
  width: 15% !important;
}

.display .label-medium,
.table .label-medium {
  width: 20% !important;
}

.display .label-large,
.table .label-large {
  width: 25% !important;
}

.display .badges,
.table .badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}

.display .label,
.table .label {
  font-size: 10px !important;
  font-weight: bold !important;
  font-weight: 500;
  margin: 0;
  padding: .75rem .25rem !important;
  border-radius: 35px;
}

.row-main {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: start;
}

.row-main small {
  font-size: 10px;
  font-weight: bold;
}

.row-main .actions {
  padding: .5rem .25rem 0rem 0rem;
  display: inline-flex;
  gap: 1rem;
}

.row-main .actions span {
  cursor: pointer;
  font-weight: 600;
  color: #0c80df;
}

.row-main .actions span:hover {
  text-decoration: underline;
}

.row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-container .fill-cost {
  font-size: 1.75rem;
  font-weight: 700;
}

.dt-buttons .bootstrap-select button {
  padding: 5px 20px 5px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

#product-table thead,
#recipe-table thead,
#user-table thead,
#role-table thead {
  display: none;
}

.dt-scroll-body {
  min-height: calc(100vh - 400px);
}

@media only screen and (min-width: 768px) {
  .dt-scroll-body {
    min-height: calc(100vh - 300px);
  }
}

#product-table .dataTables_scrollHeadInner thead,
#recipe-table .dataTables_scrollHeadInner thead,
#user-table .dataTables_scrollHeadInner thead,
#role-table .dataTables_scrollHeadInner thead{
  display: table-header-group;
}

#product-table_wrapper .dt-scroll table,
#recipe-table_wrapper .dt-scroll table,
#user-table_wrapper .dt-scroll table,
#role-table_wrapper .dt-scroll table {
  margin-bottom: 0px !important;
}

#product-table,
#recipe-table,
#user-table,
#role-table {
  margin-top: -2px !important;
}



/* Estilos para navegadores basados en WebKit y Blink (Chrome, Edge) */
::-webkit-scrollbar {
  width: 8px; /* Ancho de la barra de desplazamiento */
  height: 8px; /* Altura de la barra de desplazamiento */
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Color de fondo de la pista */
}

::-webkit-scrollbar-thumb {
  background-color: #c0c0c0; /* Color de la barra de desplazamiento */
  border-radius: 4px; /* Redondea las esquinas */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0; /* Color de la barra cuando se pasa el cursor */
}

/* Estilos para navegadores que no son WebKit (Firefox) */
* {
  scrollbar-width: thin; /* Grosor del desplazador */
  scrollbar-color: #c0c0c0 #f0f0f0; /* Colores de la barra y la pista */
}

/* Opcional: Estilo de la tabla para que la barra de desplazamiento se integre bien */
.dataTables_wrapper .dataTables_scrollBody {
  overflow-y: auto; /* Habilita el desplazamiento vertical en el cuerpo de la tabla */
  max-height: 400px; /* Establece una altura máxima para la tabla con scroller */
}

/* Custom timepicker */
.custom-timepicker {
  position: absolute;
  display: flex;
  width: 100%;
  max-width: 135px;
  z-index: 9;
  border: 1px solid #999;
}

.custom-timepicker .custom-timepicker-block {
  position: relative;
  height: 40px;
  width: 100%;
  flex: 1;
}

.custom-timepicker .custom-timepicker-block input {
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  border-radius: 0 !important;
  border: unset !important;
}

.custom-timepicker .custom-timepicker-block button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  right: 0;
  border: 1px solid black;
  border-radius: 0;
  background: rgba(0,0,0,1);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.custom-timepicker .custom-timepicker-block button:hover {
  background: rgba(0,0,0,0.74);
}

.custom-timepicker .custom-timepicker-block button.custom-timepicker-prev {
  top: 0;
}

.custom-timepicker .custom-timepicker-block button.custom-timepicker-next {
  bottom: 0;
}

.dt-search label {
    display: none;
}