﻿
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.nav-link {
    padding: 0px !important;
}

.img-princ-ls {
    height: 450px;
    max-height: 450px;
}

@media (max-width: 575px) {
    .img-princ-ls {
        height: 350px;
        max-height: 350px;
    }

    .img-logo {
        height: 75px;
    }
}


@media (min-width: 575px) {
    .img-princ-lx {
        height: 600px;
        max-height: 600px;
    }

    .img-logo {
        height: 90px;
    }
}

.table-row-selectable {
    background-color: #fff !important;
}

.modal {
    background-color: #a5a5a5d4 !important;
}

.form-control:focus {
    border-color: #e68c40 !important;
    box-shadow: 0 0 0 0.2rem rgb(230 140 64 / 25%) !important;
}

.custom-select:focus {
    border-color: #e68c40 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(230 140 64 / 25%) !important;
}

.bg-custom-b {
    background-color: #e68c40 !important;
}

.bg-custom-color {
    color: #e68c40 !important;
}

.btn-custom-big {
    border-radius: 0;
    padding: 1rem 3rem;
    letter-spacing: .05rem;
}

.animateImg {
    opacity: 1;
    -webkit-transition: opacity 2s linear;
}

.imgCasa {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    animation: fadein 2s;
}


.col-spc-img {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
