﻿/*.form-control {
    height:1.8rem;
}*/

/*.textbox, .textarea, .mask, .ui-dropdown, .ui-multiselect, .ui-calendar-w-btn, .ui-spinner, .ui-lookup-search input, input-group-prepend {
    height: 1.8rem;
}
*/
/*.loginCS {
    max-width: 350px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#faLoginCS {
    font-size: 4.472rem;
    text-align: center !important;
    margin-bottom: 7px;
}*/

.tableFixHead {
    overflow: auto;
    height: 500px;
}

    .tableFixHead thead th {
        position: sticky;
        top: -1px;
        z-index: 1;
    }

input[type=checkbox] {
    transform: scale(1.5);
}
input[type=number] {
    text-align: right
}

.blazored-toast-container {
    z-index: 999999 !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.estado-confirmado {
    background-color: #157347;
    color: white;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
}

.estado-pendiente {
    background-color: #b30000;
    color: white !important;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
}

.estado-proceso {
    background-color: #F9DF65;
    color: #353535 !important;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
}

