﻿/*.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;
}*/

input[type=checkbox] {
    transform: scale(1.5);
}
input[type=number] {
    text-align: right
}

.card-body {
    padding: 0px !important;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Adjuntar";
}

.custom-file-label::after {
    content: "Adjuntar";
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.badge-light {
    background-color: #e6e7e8;
}

#logoKolekto {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.validation-message {
    color: red;
}
/*
#bodyPrincipal {
    height: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
}*/
.blazored-toast-container {
    z-index: 999999 !important;
}

.swal2-container {
    z-index: 999999 !important;
}

.colored-toast.swal2-icon-success {
    background-color: #3fb618 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #ff0039 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #ff7518 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #7f23fe !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;
}