@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.font-weight-light {
    font-weight: 300 !important;
}

.menu-options {
    position: fixed;
    top: 50px;
}

@media (min-width: 641px) {
    .menu-options {
        display:none;
    }
}

.menu-button {
    background-color: #F1F0EE !important;
}
    .menu-button:hover {
        background-color: lightgray !important;
    }
    .menu-button:focus {
        background-color: lightgray !important;
    }
    .menu-button:current {
        background-color: gray !important;
    }

.menu-container {
    position: absolute;
    /*top: 50px;
    left: 20%;*/
    margin-top: 50px !important;
    margin-left: 20% !important;
    width: 80% !important;
}

@media (max-width: 640px) {
    .menu-container {
        position: absolute;
        /*top: 100px;
        left: 0px;*/
        margin-top: 100px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.unstyle {
    all: unset;
}

.darknavmenu {
    color:black !important;
}
    .darknavmenu:hover {
        color: lightgray !important;
    }


input[type=range] {
    -webkit-appearance: none;
    margin: 0px 0;
    width: 100%;
    background-color: lightgrey !important;
    height: 10px;
    border-radius: 5px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 18px;
    cursor: pointer;
    background: lightgrey;
    border-radius: 6px;
    border: 0.0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {        
    height: 16px;
    width: 16px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    /*background: #gray;*/
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: lightgrey;
    border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
    border: 0px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #0071c1;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

#height_slider.e-control.e-slider .e-slider-track {
    height: 14px;
    top: calc(50% - 7px);    
    border-radius: 0;
    border-radius:6px;
}

.highcontrast #height_slider.e-control.e-slider .e-slider-track {
    height: 14px;
    top: calc(50% - 7px);
    border-radius: 0;
    border-radius: 6px;
}

#width_slider.e-control.e-slider .e-slider-track {
    /*margin-top: 12px !important;*/
    padding: 0px !important;
    top: 0px !important;
    left: calc(50% - 7px);
    width: 14px;
    border-radius: 0;
    border-radius: 6px;
}

.highcontrast #width_slider.e-control.e-slider .e-slider-track {
    /*margin-top: 12px !important;*/
    padding:0px !important;
    top:0px !important;
    left: calc(50% - 7px);
    width: 14px;
    border-radius: 0;
    border-radius: 6px;
}

.shadow-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px !important;
}

div.scrollmenu {
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;       
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

        div.scrollmenu a:hover {
            background-color: #777;
        }

.pptt-1 {
    padding-top: 1px !important;
}
.pptt-2 {
    padding-top: 2px!important;
}
ppbb-2 {
    padding-bottom: 2px !important;
}
ppbb-3 {
    padding-bottom: 3px !important;
}
ppbb-4 {
    padding-bottom: 4px !important;
}
.pp-2 {
    padding: 2px !important;
}
.pp-3 {
    padding: 9px !important;
}

.bg-selected {
    background-color: #dcdce8;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

.cards-table {
    /*transition: all 0.1s ease;*/
    cursor: pointer;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 5px;
    /*box-shadow: 1px 1px 3px 2px #e9ecef;*/
    padding: 10px;
    background-color: #f8f7f7;
}
    .cards-table:hover {
        /*box-shadow: 5px 6px 6px 2px #e9ecef;*/
        background-color: #ededed;
        /*transform: scale(1.01);*/
    }

.divdisabled {
    pointer-events: none;
    opacity: 0.5;
}

.divdisableddark {
    pointer-events: none;
    opacity: 0.2;
    background-color:dimgrey;
    
}

.divdisabledbg {
    pointer-events: none;
    /*opacity: 0.5;*/
    background-color: #efe9e9;
    color: black;
}

input[type="range"][orient="vertical200"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 230px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical300"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 296px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical400"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 424px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical500"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 492px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical280"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 274px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical250"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 240px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical320"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 320px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical330"] {
    /*position: absolute;*/
    /*top: 10%;*/
    transform: rotate(180deg);
    width: 16px !important;
    height: 330px;
    /*width: 10px !important;*/
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical20"] {
    /*position: absolute;*/
    /*top: 10%;*/
    margin-left: 30px;
    transform: rotate(180deg);
    /*width: 30px;*/
    height: 38px;
    width: 16px !important;
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    appearance: slider-vertical;
}

input[type="range"][orient="vertical385"] {
    /*position: absolute;*/
    margin-left: 30px;
    -webkit-transform: rotate(180deg);
    height: 385px;
    width: 16px !important;
    writing-mode: bt-lr; /* IE */
    appearance: slider-vertical;
    -moz-appearance: slider-vertical;
    -moz-transform: rotate(180deg);
}

.Col-w5 {
    width: 5% !important;
}

.Col-w95 {
    width: 90% !important;
}

.color-secundary {
    color: gray;
}

.mt-n-5 {
    margin-top: -20px;
}

.mt-01 {
    margin-top: 1px;
}
.mt-02 {
    margin-top: 2px;
}
.mt-03 {
    margin-top: 3px;
}
.mt-04 {
    margin-top: 4px;
}
.mt-6 {
    margin-top: 6px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}

fondito {
    background: #33cc99;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    max-height: 700px;
    overflow: hidden;
}

.c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}

._404 {
    font-size: 220px;
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 250px;
    letter-spacing: 15px;
}

._1 {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 12px;
    font-size: 4em;
    line-height: 80%;
}

._2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
}

.text {
    font-size: 70px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 19px 0px 0px 0px;
    /* top: 256.301px; */
    z-index: 3;
    width: 100%;
    line-height: 1.2em;
    display: inline-block;
}

.zoom60 {
    top: -17%;
    left: -15%;
    position: relative;
    width: 130%;
    /*zoom: 0.9;*/
    /*overflow: visible;*/
    /*-moz-transform-origin: top left ;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;*/
    -moz-transform: scale(0.76);
    -ms-transform: scale(0.76);
    -o-transform: scale(0.76);
    -webkit-transform: scale(0.76);
    transform: scale(0.76);
    /*-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

.fs-41 {
    /*font-size: 22px;*/
    font-size: 1.5rem;
}
.fs-45 {
    /*font-size: 22px;*/
    font-size: 1.375rem;
}
.fs-55 {
    /*font-size: 18px;*/
    font-size: 1.125rem;
}
.fs-551 {
    /*font-size: 18px;*/
    font-size: 91%;
}
.fs-61 {
    /*font-size: 16px;*/
    font-size: 0.99rem;
}
.fs-611 {
    /*font-size: 16px;*/
    font-size: 51%;
}
.fs-65 {
    /*font-size: 14px;*/
    font-size: 0.875rem;
}
.fs-68 {
    /*font-size: 13px;*/
    font-size: 0.8rem;
}
.fs-681 {
    /*font-size: 13px;*/
    font-size: 68%;
}
.fs-7 {
    /*font-size: 10px;*/
    font-size: 0.625rem;
}
.fs-75 {
    /*font-size: 9px;*/
    font-size: 0.5625rem;
}

.grid-85-15 {
    display: grid;
    grid-template-columns: 85% 15% ;
    grid-template-rows: auto;
}

.grid-1 {
    grid-row: 1;
    grid-column: 1/2;
    /*background-color: yellow;*/
}

.grid-2 {
    grid-row: 1;
    grid-column: 2/-1;
    /*background-color: green;*/
}

.ms-05 {
    margin-left: 1px;
}
.me-05 {
    margin-right: 1px;
}
.ms-06 {
    margin-left: 2px;
}

.me-06 {
    margin-right: 2px;
}
.ms-07 {
    margin-left: 3px;
}

.me-07 {
    margin-right: 3px;
}

.gradient-custom-pink {
    /* fallback for old browsers */
    background: #fccb90;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1))
}

.mask-custom-pink {
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}



.right {
    float: right;
    width: 60%;
}

hr {
    padding: 0;
    border: none;
    border-top: 5px solid #fff;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    width: 420px;
    height: 10px;
    z-index: -10;
}

    hr:after {
        content: "\2022";
        display: inline-block;
        position: relative;
        top: -0.75em;
        font-size: 2em;
        padding: 0 0.2em;
        background: #33cc99;
    }

.cloud {
    width: 350px;
    height: 120px;
    background: #FFF;
    background: linear-gradient(top, #FFF 100%);
    background: -webkit-linear-gradient(top, #FFF 100%);
    background: -moz-linear-gradient(top, #FFF 100%);
    background: -ms-linear-gradient(top, #FFF 100%);
    background: -o-linear-gradient(top, #FFF 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: absolute;
    margin: 120px auto 20px;
    z-index: -1;
    transition: ease 1s;
}

    .cloud:after, .cloud:before {
        content: '';
        position: absolute;
        background: #FFF;
        z-index: -1
    }

    .cloud:after {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 50px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .cloud:before {
        width: 180px;
        height: 180px;
        top: -90px;
        right: 50px;
        border-radius: 200px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
    }

.x1 {
    top: -50px;
    left: 100px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

.x1_5 {
    top: -80px;
    left: 250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: moveclouds 17s linear infinite;
    -moz-animation: moveclouds 17s linear infinite;
    -o-animation: moveclouds 17s linear infinite;
}

.x2 {
    left: 250px;
    top: 30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: 250px;
    bottom: -70px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.8;
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x4 {
    left: 470px;
    botttom: 20px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: 200px;
    top: 300px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8;
    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.delayview {
    animation-delay: 2s;
}

.fontmini {
    font-size: 12px;
}


.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

@-webkit-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

@-o-keyframes moveclouds {
    0% {
        margin-left: 1000px;
    }

    100% {
        margin-left: -1000px;
    }
}

