/* FUENTES PARA EL SISTEMA */
@font-face {
  font-family: fuenteL;
  src: url('./fuentes/MuktaMahee-Light.ttf');
}

@font-face {
  font-family: fuenteB;
  src: url('./fuentes/MuktaMahee-Medium.ttf');
}

body {
  font-family: fuenteL !important;
  color: #424242;
}

.fuenteB {
  font-family: fuenteB !important;
}

.container-login {
  background-color: #0680C8;
  background: url(../img/img_fondo.jpeg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fs-small {
  font-size: 15px;
}

.s-bg {
  background: none !important;
}

/* hover para el menu lateral de las vistas */
.bg-hover:hover {
  background: #f0f0f0;
}
/* hover para el menu lateral de las vistas */

.icono-tbl-opciones {
  width: 23px;
}

.text-tbl {
  font-size: 12.5px;
}

.w-20 {
  width: 20% !important;
}

.m-right {
  margin-right: 15px !important;
}