.app-sidebar__user-avatar {
  width: 48px;
  background: blank;
  padding: 6px;
}

.app-sidebar__toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;

}
.app-sidebar__toggle::before {
  display: none;
}
.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  color: #fff;
  background-color: #211580;
  text-decoration: none;
}

.headerRegister, .header-primary{
  background: #fff;
  color: #090808;
}

.headerUpdate{
  background: #FFF;
  color: #090808;
}

.headerMensajes{
  background:  #17a2b8;
  color: #FFF;
}

.textleft-sm {
  text-align: left;
  font-size: 12px;
}
.textcenter-sm {
  text-align: center;
  font-size: 12px;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;

}
.textleft {
  text-align: left;
}
.bootstrap-select > .dropdown-toggle{
  border: 1px solid #CCC;
}
/*Estilos para login*/
#divLoading{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 255, .65);
  z-index: 9999;
  display: none;
}
#divLoadingv{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 255, .65);
  z-index: 9999;
  display: none;
}
#divLoading img{
  width: 50px;
  height: 50px;
}
#divLoadingv img{
  width: 50px;
  height: 50px;
}
.required {
  color: red;
  font-size: 13pt;
  font-weight: bold;
}

/*estilos para imagenes*/
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    /* background: url(../images/uploads/portada_categoria.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhotoMsg {
    display: flex;
    /* justify-content: space-between; */
    border-radius:  10px;
    width: 50px !important;
    height: auto !important;
    border: 1px solid #CCC;
    position: font: ;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position:  center; */
    /* margin: auto; */

}
.prevPhotoLogo {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #ffff;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhotoMensajes {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_mensajes.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
  border: none;
}
.prevPhotoMensajes   label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
  border: none;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.prevPhotoLogo img{
	width: 100%;
	height: 100%;
}
.prevPhotoMensajes img{
	width: 100%;
	height: 100%;
}
.upimg, .notBlock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}
#imgCategoria{
  text-align: center;
}
#imgCategoria img{
  width: 200px;
  margin: auto;
}
#imgMensaje{
  text-align: center;
}
#imgMensaje img{
  width: 300px;
  margin: auto;
}

/* Upload fotos*/
#containerImages{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#containerImages > div {
  margin-right: 10px;
  margin-bottom: 8px;
}
.prevImage{
  border: 1px solid #CCC;
  width: 120px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prevImage img {
  width: 100%;
}
.inputUploadfile{
  display: none;
}
.btnUploadfile, .btnDeleteImage, .btnRecorteImage, .btnActualizaImage{
  border: 0;
  background-color: #4b85e9;
  text-align: center;
  padding: 2px 3px;
  color: #FFF;
  font-size: 9pt;
  cursor: pointer;
  width: 100%;
}
.btnDeleteImage{
  background-color: #dc3545;

}
.btnRecorteImage{
  background-color: #35dd3c;
}
.btnActualizaImage{
  background-color: rgb(69, 136, 170);

}
.prevImage .loading {
  width: 30px;
  height: 30px;
}

#celfotos {
  vertical-align: bottom!important;
  align-items:center!important;
  justify-content:center!im;
}
#celFotos img{
  width: 60px;
  border: 1px solid #CCC;
  margin-right: 10px;
  margin-top: 25px;
  display: flex;
  margin-left: 0;
  border-radius: 10%;
  border-width: thin;
  margin-left: 5px;

}
#celFotosrecorte img{
  width: 100%;
  margin: 10px;
}
/* Tienda Virtual*/
.divmetodopago label{
  width: 100%;
  display: flex;
}
.divmetodopago label input{
  margin-right: 15px;
}
/*modificaciones vistas*/
.app-header {
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
  color: #FFF;
}
.app-header__logo{
  /* background: #db9c30; */
  color: #FFF;
}
/* .btn-primary{
  background: #12e422;
  border-color: #12e422;
  color: #FFF;
} */
.material-half-bg .cover {
    background-color: #4361cd;
    background-image: linear-gradient(45deg, black, transparent);
    height: 100vh;
}
/* .btn-primary:hover {
  color: #FFF;
  background-color: #094a0e;
  border-color: #094a0e;
} */
/* .sidebar-mini.sidenav-toggled .app-menu__label {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  min-width: 180px;
  padding: 12px 5px 12px 20px;
  margin-left: -3px;
  line-height: 1;
  opacity: 0;
  background: #0d1214;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
} */
.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
  background: #1555c2;
  border-left-color: #1555c2;
  text-decoration: none;
  color: #fff;
}
.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
  background: #5c76a2;
  text-decoration: none;
  color: #fff;
}

.sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
  overflow: visible;
  background: #5c76a2;
  border-left-color: ;
  color: #fff;
}
.app-sidebar__user-name-detalle {
  font-size: 9px;
  line-height: 0.8;

}
.textoblanco {
  font-family: sans-serif !important;
  font-size: 20px !important;
  font-style: bold !important;
  color: #f7eded !important;
}
.purecounter {
  font-family: sans-serif !important;
  font-size: 50px !important;
  font-style: bold !important;
  color: #f7eded !important;

}
/* imagenes circulares */
.circular--square {
  border-radius: 50%;
}
.circular--landscape {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.circular--landscape img {
  width: auto;
  height: 80%;
  margin-left: 0px;
}
.circular--portrait {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.circular--portrait--mensajes {
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.circular--portrait--mensajes img {
  width: 100%;
  height: auto;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}
.linkw:hover{
  text-decoration: none !important;
}
.container-title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-title input{
  border: 1px solid #CCC;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
}
.dflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ui-datepicker-calendar{
  display: none;
}
.login-tv{
  min-height: 320px !important;
}

.btn-info {
  color: #FFF;
  background-color: #4361cd;
  border-color: #4361cd;
}
#app-messenger, #app-whatsapp{
  position: fixed;
  right: 24px;
  bottom: 25px;
  width: 60px;
  z-index: 1000;
  display: none;
}
#app-whatsapp{
  bottom: 95px;
  display: block;
}
#app-messenger i, #app-whatsapp i{
  font-size: 63px;
}
#app-whatsapp i{
  color: #1ebea5;
}
#app-messenger i{
  color: #0084ff;
}

@media screen and (max-width:766px){
  #fb-root{
    display: none;
  }
  #app-messenger{
    display: block;
  }
}
.respuesta {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ffff;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .respuesta {
    padding: 4rem 2rem;
  }
}

.respuesta-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.switch {
 --button-width: 3.5em;
 --button-height: 2em;
 --toggle-diameter: 1.5em;
 --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
 --toggle-shadow-offset: 10px;
 --toggle-wider: 3em;
 --color-grey: #cccccc;
 --color-green: #4296f4;
}

.slider {
 display: inline-block;
 width: var(--button-width);
 height: var(--button-height);
 background-color: var(--color-grey);
 border-radius: calc(var(--button-height) / 2);
 position: relative;
 transition: 0.3s all ease-in-out;
}

.slider::after {
 content: "";
 display: inline-block;
 width: var(--toggle-diameter);
 height: var(--toggle-diameter);
 background-color: #fff;
 border-radius: calc(var(--toggle-diameter) / 2);
 position: absolute;
 top: var(--button-toggle-offset);
 transform: translateX(var(--button-toggle-offset));
 box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
 transition: 0.3s all ease-in-out;
}

.switch input[type="checkbox"]:checked + .slider {
 background-color: var(--color-green);
}

.switch input[type="checkbox"]:checked + .slider::after {
 transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
 box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

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

.switch input[type="checkbox"]:active + .slider::after {
 width: var(--toggle-wider);
}

.switch input[type="checkbox"]:checked:active + .slider::after {
 transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}
.btn-aprobado {
  color: #FFF;
  background-color: #28a745;
}
.btn-completo {
  color: #FFF;
  background-color: #25a62a;
}
.btn-cancelado {
  color: #FFF;
  background-color: #a6a3b8;
}
.btn-reembolsado {
  color: #FFF;
  background-color: #a7288b;
}
.btn-pendiente {
  color: #FFF;
  background-color: #f25412;
}
.btn-entregado {
  color: #FFF;
  background-color: #92de8a;
}
.btn-opciones {
  color: #FFFF!important;
  background-color: #004ec2;
  border-color: #004ec2;
  padding: 5px;
}
.btn-actualizar {
  color: #FFF;
  background-color: #004ec2;
  border-color: #004ec2;
  padding: 5px;
}
.btn-actualizar:hover {
  color: #FFF;
  font-size: 0.8rem;
  background-color: #0052ce;
  border-color: #0052ce;
  padding: 5px;
}
.btn-opciones:hover {
  color: #FFF;
  background-color: #0052ce;
  border-color: #0052ce;
  padding: 5px;
}
.row-opciones{
  padding-bottom: 5px;
  text-align: right;
}
/* .table thead{
  background-color: #268fdb!important;
  border-radius: 25px!important;
} */
.table-cajatotales{
  display:  flex;
  align-content:  center;
  justify-content:  center;
}
.title-cajadiaria{
  font-size:  1rem;
}
.grip{
  display: grid;
    grid-template-columns: 2fr 5fr;
    grid-template-rows: 2fr 100px;
    grid-column-gap: 20px
    grid-row-gap: 20px
    justify-items: stretch
    align-items: stretch

}
.modal_close{
  background: #097bc4;
  position: absolute;
  left: -40px;
  color: #fff;
  top: 0;
  width: 100px;
  height: 30px;
  border-radius: 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  cursor: pointer;
  z-index: -1;
  border-style: none;

}
#productoscarrito {
  margin-left:  0px!important;
}

#vencidos {
  color: #ffff;
  background-color: #dc3545;
  font-size: 0.9rem;
  border-radius: 5px ;
}
.texto_rojo {
  color: #dc3545;
}
