﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }



/***** Loading *****/

#app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sh-loading-modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loading-box {
    padding: 15px;
    /*background-color: #a7cbee;*/
    background-color: #FFF;
    box-shadow: 0 12px 15px rgba(0,0,0,0.6);
    /*border: 2px solid #000;*/
    border-radius: 15px;
    width: 600px;
    height: 450px;
    position: absolute;
    top: calc(50% + 250px);
    /*left: calc(50% - 320px);*/
    text-align: center;
}

.loading-text p {
    /*text-align:center;*/
    color: #075baa;
    font-size: 40px;
    font-weight: bold;
}

.loading-text img {
    /*position: relative;
    bottom:50px;*/
    margin-top: 20px;
    width: 250px;
    height: auto;
}


/* Puntos Loading Page */
.lds-ellipsis {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% + 140px);
    left: calc(50% - 40px);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #075baa;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media screen and (max-width:1024px) {
    .loading-box {
        padding: 15px;
        width: 200px;
        height: 200px;
    }

    .loading-text p {
        font-size: 15px;
    }

    .loading-text img {
        margin-top: 10px;
        width: 80px;
    }

    .lds-ellipsis {
        top: calc(50% + 40px);
    }
}
/* End Puntos Loading Page */


/* Puntos Loading Email */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 15px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #075baa;
            /*background: #000000;*/
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End Puntos Loading Email */

/* Loading Modal */

/*.sh-email-loading {
    width: 400px;
    height: 250px;
    line-height: 325px;
    text-align: center;
}*/

.sh-loading-contenido {
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 12px 15px rgba(0,0,0,0.6);
    border-radius: 15px;
    width: 400px;
    height: 250px;
    text-align: center;
}

.sh-loading-modal h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}
/*.sh-loading-modal .lds-roller {
        top: -65px;
    }*/

/*End Loading Modal*/

/***** End Loading *****/


/*Clase para los Titulos en las Tablas*/
.sh-headings {
    font-weight: bold !important;
}