﻿
html, body {
    font-family: 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} 

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
} 

/* INICIO Estilos para controles MudBlazor */

.mud-button-outlined-success {
    color: green !important;    
    border-color: green !important;
} 

.mud-input-label-inputcontrol {
    font-weight: bold !important;
    color: blue !important;
} 

.me-auto {
    /* me-auto es el requerido de los controles MudBlazor */
    color: red;
} 

/* FIN Estilos para controles MudBlazor */

.link-button-style {
    text-transform: none !important;
    color: blue !important;
    text-decoration: underline !important;
}

.button-style {
    border: 1px solid lightblue;
    border-radius: 5px
} 

.borderCustom {
    border: 1px solid lightblue;
} 

.controlCustom {
    /* controlCustom para controles Textbox, password, select de MudBlazor */
    border: 1px solid lightblue;
    border-radius: 5px !important;
    margin: 5px;
    padding: 5px;
} 

.no-uppercase {
    text-transform: none !important;
} 

.center-content {
    text-align: center;
    justify-content: center;
    align-items: center;
} 

