@font-face {
  font-family: pixelprint;
  src: url(../scss/fonts/small_pixel.ttf);
}

/*vista para login*/
.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header{
  background-image: url(../img/fondo_login.png) !important;
  background-position: center;
  background-size: cover;
}
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name,
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email{
  color: #212529;
}
.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-icon{
  font-size: 40px;
}

/*generales*/
.m-header-menu .m-menu__nav>.m-menu__item{
  padding: 0 10px;
}
.m-header--minimize-on .m-brand .m-brand__logo .m-brand__logo-wrapper img{
  max-height: 65px !important;
}
.swal-text{
  text-align: center !important;
}

/*sweetaler*/
.swal-footer{
  text-align: center;
}
/*cargador*/
#cargador{
	max-height: 400px;
	padding: 200px 0;
  width: 100%;
	display: none;

}

.btn-brand.active{
  background-color: #564ec0;
  border-color: #4d44bd;
}

/*agotado*/
.red .alerta{
  color: #fff;
  display: inline-block;
  font-size: 9px;
  background: red;
  border-radius: 10px;
  padding: 2px 5px;
  font-weight: bold;
  margin-left: 10px;
}


.titulo_accion{
  text-align: center;
  background: #706aca;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.titulo_accion h4{
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  color: #fff;
  margin: 0;
}


  
figure { 
  margin: 0 auto !important;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 6.250em; height: 6.250em;
  animation: rotate 2.4s linear infinite;
}
.white { 
  top: 0; bottom: 0; left: 0; right: 0; 
  background: white; 
  animation: flash 2.4s linear infinite;
  opacity: 0;
}
.dot {
  position: absolute;
  margin: auto;
  width: 2.4em; height: 2.4em;
  border-radius: 100%;
  transition: all 1s ease;
}
.dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #eb3937; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(3) { left: 0; right: 0; top: 0; background: #3d3b56; animation: dotsX 2.4s linear infinite; }
.dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #45b153; animation: dotsY 2.4s linear infinite; }
.dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #9e9e9e; animation: dotsX 2.4s linear infinite; }

@keyframes rotate {
  0% { transform: rotate( 0 ); }
  10% { width: 6.250em; height: 6.250em; }
  66% { width: 2.4em; height: 2.4em; }
  100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }
}

@keyframes dotsY {
  66% { opacity: .1; width: 2.4em; }
  77%{ opacity: 1; width: 0; }
}
@keyframes dotsX {
  66% { opacity: .1; height: 2.4em;}
  77%{ opacity: 1; height: 0; }
}

@keyframes flash {
  33% { opacity: 0; border-radius: 0%; }
  55%{ opacity: .6; border-radius: 100%; }
  66%{ opacity: 0; }
}

/*input buscador en listados*/
.search_input input, .search_input button{
  height: 50px;
  border: 1px solid #ebedf3;
  border-radius: 0;
}
.contador{
    padding: 30px 20px 20px;
}

/*paginador*/
.pag{
  width:100%;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #3d3b56;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3d3b56;
  border-color: #3d3b56;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*activo - inactivo*/
.icon-active {
    background-image: url("../img/active.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-inline: auto;
}
.icon-inactive {
    background-image: url("../img/inactive.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-inline: auto;
}
.icon-checked {
    background-image: url("../img/checked.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-inline: auto;
}
.icon-unchecked {
    background-image: url("../img/unckecked.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-inline: auto;
}
@media (max-width: 668px){ 
  .icon-active, .icon-inactive, .icon-checked, .icon-unchecked {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, 50%);
  }
}

/*tablas*/
.table i{
  cursor: pointer;
  margin: 0 3px;
}
.table a{
  text-decoration: none;
}

/* autocomplete */
.angucomplete-dropdown {
  width: 100%;
  position: relative;
  /* max-height: 250px;
  overflow-y: scroll; */
}
.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: #3d3b56;
  color: #ffffff;
}


/* pdf */
#comprobante_recepcion, #comprobante_salida, #comprobante_orden, #comprobante_instalacion{
  background: #fff;
  padding: 50px;
  position: relative;
  display: none;
  color: #000;
}
#ticket{
  background: #fff;
  padding: 0px 10px;
  position: relative;
  display: none;
  color: #000;
  width: 230px;
}
#ticket p{
  margin: 0;
  font-size: 10px;
  font-weight: 200 !important;
  font-family: monospace !important;
}

#ticket th, #ticket th{
  font-family: monospace !important;
}

#comprobante_recepcion .logo, #comprobante_salida .logo,#comprobante_orden .logo, #comprobante_instalacion .logo{
  margin: 0 auto;
  margin-bottom: 25px;
}

.red{
  color: red;
}
.text-enfasis{
  font-size: 1.2em;
  font-weight: bold;
}

.bold{
  font-weight: bold;
}

.underline{
  text-decoration: underline;
}

.btn-metal {
  background: #f85d71 !important;
  border: 1px solid #f85d71;
}
 .btn-metal.add{
  height: 40px;
  margin-top: 37px;
 }




.content{
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
  padding-top: 25%;
  display: none;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

#loading {
  /* background: url('/img/loader.gif') no-repeat center center; */
  /* background-color: rgba(255,255,255,0.8); */
  position: fixed;
  min-height: 100vh;
  width: 100%;
  z-index: 9999999999;
  inset: 0;
  background-color: rgba(0,0,0,0.8);
}

.select2-container{border-radius: 0.25rem !important;}
.col-md-4 .select2-container{width: 100%;}
.col-md-3 .select2-container{width: 100%;}
.select_icon{
  display: block;
  float: left;
  min-width: 8%;
}
.select_icon .input-group-text,.select2-selection{
  height: 40px !important;
}
.input-group-text{
  height: 40px !important;
  width: 40px !important;
}
@media (max-width: 768px){
  .select2-container{max-width: 100% !important;}
}
.text-custom {
  color: #e600ff;
}
.select2-selection__rendered{
  border: 1px solid var(--main-gray);
  border-radius: 3px;
  min-height: 40px !important;
  padding: .85rem 1.15rem;;
}