﻿body {
}
.border-error {
    border-color:red !important;
}
.blazored-modal-content {
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.blazored-modal-body {
    overflow-y: auto;
    flex: 1;
    padding: 1rem;
}
.blazored-prompt-modal {
    height: 95vh !important;
}
.btn {
    border-radius: 0px !important;
    cursor: pointer !important;
}
.blazored-modal-close {
    background-color: #E61E31 !important;
    color: white !important;
}
.rz-state-disabled input {
    color: #6B6B6A !important;
    opacity: 1 !important;
    font-weight: bold;
}
.rz-textbox, .rz-textbox:focus, .rz-spinner-input {
    border: solid 1px black !important;
    border-radius: 0px !important;
}
.ParentMenuEnlace {
    text-decoration:none !important;
}
.ParentMenuEnlace a{
    text-decoration: none !important;
}
.blazored-modal-title {
    color: #6E7070 !important;
    font-size: 22px !important;
    font-weight: normal !important;
}
.blazored-modal-header{
    border-bottom: 1px solid darkgray;
}
.table td, .table th{
    padding-top:7px !important;
    padding-bottom:7px !important;
}

.rz-dropdown {
    border-radius: 0px !important;
    border: solid 1px black !important;
}
select {
    border-radius: 0px !important;
    border: solid 1px black !important;
   /* min-width:50vw;*/
}
.swal2-confirm{
    border-radius:0px !important;
    background-color:green !important;
}
/*@media only screen and (max-width: 1000px) and (min-width: 750px) {
    body {
        font-size: 75% !important;
    }
    table {
        font-size: 75% !important;
    }
    img {
        transform: scale(0.7) !important;
    }*/
   /* li {
        transform: scaleY(0.7) !important;
    }*/
/*}*/

/* === Clases originales de RadzenText.TextStyle === */

.rz-h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.167;
}

.rz-h2 {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.2;
}

.rz-h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.167;
}

.rz-h4 {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.235;
}

.rz-h5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.334;
}

.rz-h6 {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.6;
}

.rz-display-1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
}

.rz-display-2 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.rz-display-3 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
}

.rz-display-4 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.rz-display-h6 {
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rz-body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.rz-caption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.66;
}

.rz-subtitle-1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

.rz-subtitle-2 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
}

.rz-overline {
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display:flex;
    /*text-decoration: overline;*/
}
