﻿/*@keyframes ldio-6nh92234n8r {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-6nh92234n8r div {
    box-sizing: border-box !important
}

.ldio-6nh92234n8r > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #93dbe9 transparent #93dbe9 transparent;
    animation: ldio-6nh92234n8r 1s linear infinite;
}

    .ldio-6nh92234n8r > div:nth-child(2), .ldio-6nh92234n8r > div:nth-child(4) {
        width: 108px;
        height: 108px;
        top: 46px;
        left: 46px;
        animation: ldio-6nh92234n8r 1s linear infinite reverse;
    }

    .ldio-6nh92234n8r > div:nth-child(2) {
        border-color: transparent #689cc5 transparent #689cc5
    }

    .ldio-6nh92234n8r > div:nth-child(3) {
        border-color: transparent
    }

        .ldio-6nh92234n8r > div:nth-child(3) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-6nh92234n8r > div:nth-child(3) div:before, .ldio-6nh92234n8r > div:nth-child(3) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 48px;
                background: #93dbe9;
                border-radius: 50%;
                box-shadow: 0 128px 0 0 #93dbe9;
            }

            .ldio-6nh92234n8r > div:nth-child(3) div:after {
                left: -16px;
                top: 48px;
                box-shadow: 128px 0 0 0 #93dbe9;
            }

    .ldio-6nh92234n8r > div:nth-child(4) {
        border-color: transparent;
    }

        .ldio-6nh92234n8r > div:nth-child(4) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-6nh92234n8r > div:nth-child(4) div:before, .ldio-6nh92234n8r > div:nth-child(4) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 30px;
                background: #689cc5;
                border-radius: 50%;
                box-shadow: 0 92px 0 0 #689cc5;
            }

            .ldio-6nh92234n8r > div:nth-child(4) div:after {
                left: -16px;
                top: 30px;
                box-shadow: 92px 0 0 0 #689cc5;
            }

.loadingio-spinner-double-ring-5i1hzi1p1tq {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-6nh92234n8r {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;*/ /* see note above */
/*}

    .ldio-6nh92234n8r div {
        box-sizing: content-box;
    }*/
/* generated by https://loading.io/ */

/* Inicio animaciones */

#loading {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    align-items: center;
    right: 0px;
    left: 0px;
    top: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    /*display: block;*/
    overflow: hidden;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

    /*! Inicio Spinner*/

    #loading > .spinner {
        background-color: #fff;
        height: 18px;
        opacity: 1;
        position: static;
        visibility: visible;
        width: 70px;
    }

    #loading .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #00aeef;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #loading .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s;
    }

    #loading .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s;
    }

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*! Fin Spinner*/

.spinner-gif {
    animation: spinner-gif 1.2s infinite ease-in-out;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    height: 50px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 50px;
    z-index: 10005;
    padding: 10px;
}

@keyframes spinner-gif {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

/* Fin animaciones */

/* Inicio Blazor Server Modals */

#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

        #components-reconnect-modal.components-reconnect-show div.reconnecting {
            display: block;
        }

div.reconnecting {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed {
    display: block;
}

    #components-reconnect-modal.components-reconnect-failed div.failedToConnect {
        display: block;
    }

div.failedToConnect {
    display: none;
}

/* Fin Blazor Server Modals */

/* Inicio DataBinding */

.pl0 {
    padding-left: 0;
}

.tableBorder tbody > tr:nth-child(2n) {
    /*background: @HexColorRow;*/
}

.tableBorder tbody > tr > td:not(:last-child) {
    /*border-right: solid thin @HexColorBackground;*/
}

.tableContainer {
    width: 100%;
    overflow-x: auto;
}

.tableBorder {
    border-radius: 10px;
    /*border: solid thin @HexColorBackground;*/
    min-width: fit-content;
    width: 100%;
}

    .tableBorder > table {
        width: 100%;
    }

.tableContainer > .tableBorder > table > thead > tr {
    /*background-color: @HexColorBackground;*/
    font-weight: bold;
    color: white;
    /*border: @HexColorTitle;*/
}

.tableContainer > .tableBorder > table td, .tableContainer > .tableBorder > table th {
    min-width: 100px;
    padding: .75rem;
}

.tableContainer > .tableBorder > table > thead > tr > th:first-child {
    border-radius: 10px 0 0 10px;
}

.tableContainer > .tableBorder > table > thead > tr > th:last-child {
    border-radius: 0 10px 10px 0;
}

.tableContainer .actionContainer {
    /*color: @HexColorBackground;*/
}

.selectPages {
    width: 8em;
}

    .selectPages > label {
        margin-right: 0.5em;
        margin-bottom: 0;
    }

/* FinDataBinding */

/* grid */


.pl0 {
    padding-left: 0;
}





.tableContainer {
    width: 100%;
    overflow-x: auto;
}

.tableBorder {
    border-radius: 10px;
    border: solid thin var(--color-grid-background);
    min-width: fit-content;
    width: 100%;
}

    .tableBorder > table {
        width: 100%;
    }

.tableContainer > .tableBorder > table > thead > tr {
    font-weight: bold;
    color: white;
}

.tableContainer > .tableBorder > table td, .tableContainer > .tableBorder > table th {
    min-width: 100px;
    padding: .75rem;
}

.tableContainer > .tableBorder > table > thead > tr > th:first-child {
    border-radius: 10px 0 0 10px;
}

.tableContainer > .tableBorder > table > thead > tr > th:last-child {
    border-radius: 0 10px 10px 0;
}



.selectPages {
    width: 8em;
}

    .selectPages > label {
        margin-right: 0.5em;
        margin-bottom: 0;
    }
/* end grid */
/* paginator */
.paginator {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content:center;
}

.paginator > * {
    margin: 0.5em;
}
.paginator > a, .paginator > button {
    border: none;
    border-radius: 10px;
    text-decoration:none;
    color:white;
    height: 2em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginator > a > img {
    height: 1em;
}
.containerPaginatorRows{
    display:flex;
    align-items:center;
}
.containerPaginatorRows>span{
    white-space: nowrap;
    margin-right:0.5em;
}
.containerPaginatorRows>select{
    width:4.1em;
}
/* end paginator */

/* Inicio Upload */
.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}

/* Fin Upload */