/* Archivos importados */
/* Variables Colores FONDOS Consalud */
/* Variables Color LINEAS Consalud */
/* Variables Color TIPOGRAFIA Consalud */
/* Variables Color ESTADOS Consalud */
/* Variables Color SOMBRAS Consalud */
/* Fuentes Consalud Sucursal Viirtual */
@font-face {
  font-family: robotoB;
  src: url(../fonts/Bold/Roboto-Bold.ttf); }
@font-face {
  font-family: robotoL;
  src: url(../fonts/Light/Roboto-Light.ttf); }
@font-face {
  font-family: robotoM;
  src: url(../fonts/Medium/Roboto-Medium.ttf); }
@font-face {
  font-family: robotoR;
  src: url(../fonts/Regular/Roboto-Regular.ttf); }
/* FUENTES TIPOGRAFICAS */
.robotoB {
  font-family: robotoB; }

.robotoL {
  font-family: robotoL; }

.robotoM {
  font-family: robotoM; }

.robotoR {
  font-family: robotoR; }

/* Tamanos Fuentes */
.font-card-boton {
  font-size: 11px; }

.font-card-min {
  font-size: 12px; }

.font-card-max {
  font-size: 13px; }

.font-card-resaltado {
  font-size: 14px; }

.font-card-title {
  font-size: 15px; }

.font-card-texto {
  font-size: 16px; }

.font-title {
  font-size: 18px; }

.font-title-resaltado {
  font-size: 20px; }

.font-card-resaltadoM {
  font-size: 22px; }

.font-title-card-resaltado {
  font-size: 24px; }

.font-title-modal {
  font-size: 26px; }

.font-card-hiper {
  font-size: 28px; }

.font-title-pag {
  font-size: 30px; }

.font-title-password {
  font-size: 34px; }

.font-card-hiper-title {
  font-size: 38px; }

/* Interlineados en Textos */
.interlineado-min {
  line-height: 0.1; }

.interlineado-S {
  line-height: 0.4; }

.interlineado-SS {
  line-height: 0.6; }

.interlineado-SS {
  line-height: 0.6; }

.interlineado-simple {
  line-height: 1; }

.interlineado-M {
  line-height: 1.2; }

.interlineado-MM {
  line-height: 1.4; }

.interlineado-simple-max {
  line-height: 1.5; }

.interlineado-simple-S {
  line-height: 1.7; }

.interlineado-simple-SS {
  line-height: 1.8; }

.interlineado-doble {
  line-height: 2; }

.interlineado-doble-max {
  line-height: 2.5; }

/*COLORES DE FONDO */
.bg-green {
  background-color: #00A599;
  background: #00A599; }

.bg-dark-green {
  background-color: #009690;
  background: #009690; }

.bg-blue {
  background-color: #00B4DF;
  background: #00B4DF; }

.bg-light-green {
  background-color: #D9F2F0; }

.bg-yellow {
  background-color: #FFCD00;
  background: #FFCD00; }

.bg-light-yellow {
  background-color: #FECC2F; }

.bg-gray {
  background-color: #ACACAC;
  background: #ACACAC; }

.bg-gray-dark {
  background-color: #9C9C9C; }

.bg-light-gray {
  background-color: #ccc; }

.bg-white {
  background-color: #FFF; }

.bg-medium-gray {
  background-color: #F0F0F0; }

.bg-gray-boton {
  background-color: #F0F0F0; }

.bg-gray-hr {
  background-color: #A1A1A1; }

.bg-fondo {
  background-color: #F6F6F8; }

.bg-calipso {
  background: #00BE9C; }

.bg-red {
  background: #FE563C; }

/* Color fondo pagina */
body {
  background: #F6F6F8; }

/*COLORES DE TIPOGRAFIA */
.green-color {
  color: #00A599; }

.dark-green-color {
  color: #009690; }

.light-green-color {
  color: #D9F2F0; }

.yellow-color {
  color: #FFCD00; }

.gray-color {
  color: #545454; }

.black-gray-color {
  color: #4D4D4D; }

.black-color {
  color: #4D4D4D; }

.gray-dark-color {
  color: #545454; }

.gray-medium-color {
  color: #868686; }

.light-gray-color {
  color: #ACACAC; }

.medium-gray-color {
  color: #A1A1A1; }

.white-color {
  color: #FFF; }

.red-color {
  color: #FE563C; }

.blue-color {
  color: #00B4DF; }

/* Sombras */
.box-shadow {
  box-shadow: 0 1px 8px #ccc; }

.box-shadow-green {
  box-shadow: 0 1px 8px #00A599; }

.box-shadow-green-boton {
  box-shadow: 0 6px 10px rgba(0, 165, 153, 0.25); }

.shadow-card {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }

.box-shadow-aviso {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); }

.box-shadow-red-boton {
  box-shadow: 0 6px 6px #f7b5aa; }

.box-shadow-yellow-boton {
  box-shadow: 0 6px 6px #dee78f; }

.text-shadow {
  text-shadow: 0px 1px 2px #ccc; }

/* Bordes */
.border-left-green {
  border-left: 8px solid #00A599 !important; }

.border-right-green {
  border-right: 8px solid #00A599 !important; }

.border-top-green {
  border-top: 8px solid #00A599 !important; }

.border-bottom-green {
  border-bottom: 8px solid #00A599 !important; }

.border-right-vertical {
  border-right: 1px solid #ccc !important; }

.border-left-vertical {
  border-left: 1px solid #ccc !important; }

.border-green {
  border: 2px solid #00A599 !important; }

.border-gray {
  border: 2px solid #ccc !important; }

.border-gray-dark {
  border: 2px solid #ACACAC !important; }

.border-white {
  border: 2px solid #FFF !important; }

.border-top-white {
  border-top: 1px solid #FFF !important; }

.border-gray-boton {
  border: 1.5px solid #A1A1A1 !important; }

.border-gray-email {
  border: 2px solid #A1A1A1 !important; }

.border-left-green-max {
  border-left: 12px solid #00A599 !important; }

/* Bordes redondos */
.radius {
  border-radius: 8px !important; }

.radius-informativo {
  border-radius: 10px !important; }

.radius-card {
  border-radius: 12px !important; }

.radius-max {
  border-radius: 5px !important; }

.radius-left-max {
  border-radius: 5px 5px 0 0 !important; }

.radius-max-left {
  border-radius: 5px 0 0 5px !important; }

.radius-max-right {
  border-radius: 0 5px 5px 0 !important; }

.radius-top-max {
  border-radius: 5px 0 0 0 !important; }

.radius-left {
  border-radius: 8px 0 0 8px !important; }

.radius-right {
  border-radius: 0px 8px 8px 0px !important; }

.radius-top {
  border-radius: 8px 8px 0 0 !important; }

.radius-top-max {
  border-radius: 5px 5px 0 0 !important; }

.radius-bottom {
  border-radius: 0px 0px 8px 8px !important; }

.radius-bottom-max {
  border-radius: 0px 0px 5px 0px !important; }

/* Bordes Estados */
.border-left-vigente {
  border-left: 90px solid #00BE9C !important; }

.border-left-analisis {
  border-left: 90px solid #00B4DF !important; }

.border-left-falta-docu {
  border-left: 90px solid #FFCD00 !important; }

.border-left-comprado {
  border-left: 90px solid #FFF !important; }

.border-left-comprado-avance {
  border-left: 65px solid #FFF !important; }

.border-left-rechazado {
  border-left: 90px solid #FE563C !important; }

.border-left-inactivo {
  border-left: 90px solid #777777 !important; }

.border-left-inactivo-avance {
  border-left: 65px solid #777777 !important; }

.border-left-pagado {
  border-left: 90px solid #00BE9C !important; }

.border-left-pagado-avance {
  border-left: 65px solid #00BE9C !important; }

/*# sourceMappingURL=generic.css.map */
