.btn-posicion{
	margin-top: -20px;
	width: 80%;
	position: relative;
	float: right !important;
	text-align: right;
}
.btn-posicion a{
	margin-bottom: 10px;
}
@media (max-width: 520px) {
	.btn-posicion{
		margin-top: 20px;
	}
}

.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dataTables_scrollBody{
  min-height: 400px;
}
div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px;
    background: #5e72e4;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}

.text-yellow{
	color: #ffd600;
}
.text-orange{
	color: #fb6340;
}
/* Cuando el dispositivo de salida sea una impresora */
@media print {

  /* Utilizar una regla parecida a ésta: */
  .no-print, .no-print * {
    display: none;
  }
}


/*restaurant*/
.card-body-style{
	padding-top: 1rem;
}

.precio{
    background-color: #BD1C1C;
    margin: 0;
    color: #fff;
    font-size: 110%;
}

.card-title{
	height: 2.5rem;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0rem;
  font-size: 90%;
}

.bg-black{
	background: #000;
}

/*Estilo personalizado dropzone*/
.dropzone .icon i{
  font-size: 3em;
  text-align: center;
  color: #696767;
  background-color: #dfdddd;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 25px 20px;

}
.dropzone .icon h2, .note{
  color: #40405b;
}
/*END Estilo personalizado dropzone*/

[id^='bs-select-']{
  max-height: 230px !important;
}

[id^='bs-select-']{
    padding: 0.5rem 0.5rem !important;
}

/*Modo oscuro*/

.darkModeSwitch{
    background: #000000;
    display:flex;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 65px;
}

.darkModeSwitch span{
    width:30px;
    height:15px;
    line-height:30px;
    display:block;
    color:#fff;
    background: none;
}

.darkModeSwitch::after{
    display:block;
    background: #fffbf5;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1px;
    left: 1px;
    right:unset;
    border-radius: 3rem;
    transition: all .5s ease;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
    content: "";
}
.darkModeSwitch.active{
  background: #fdd384;
}
.darkModeSwitch.active::after{
  left:unset;
  right:0;
}
body.dark{
  background:  #000;
  color: #f1eded;
}
/*loaging*/
.lds-dual-ring {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  left: 50%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #5e72e4;
  border-color: #5e72e4 transparent #5e72e4 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*END loaging*/
.pos-textarea {
    text-decoration: none;
    color: #000;
    overflow: overlay;
    border: none;
    resize: none;
    max-width: 160px;
    background: transparent;
}
.pos-textarea:active, .pos-textarea:focus, .pos-textarea:focus-visible {
    text-decoration: none;
    color: #000;
    border: none;
    resize: none;
    outline: none;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.btn-bottom-toolbar {
    position: sticky;
    bottom: 0;
    padding: 15px;
    /*padding-right: 41px;
    margin: 0 0 0 -46px;*/
    -webkit-box-shadow: 0 -4px 1px -4px rgb(0 0 0 / 10%);
    box-shadow: 0 -4px 1px -4px rgb(0 0 0 / 10%);
    background: #fff;
    /*width: calc(100% - 211px);*/
    z-index: 5;
    border-top: 1px solid #ededed;
}