/* /Components/CondicionesDevolucion.razor.rz.scp.css */
input[type='checkbox'][b-9ru2xfqpsc] {
    display: none;
}

.wrap-collabsible[b-9ru2xfqpsc] {
    margin: 1.2rem 0;
}

.lbl-toggle[b-9ru2xfqpsc] {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #DDD;
    background: #0069ff;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.lbl-toggle:hover[b-9ru2xfqpsc] {
    color: #FFF;
}

.lbl-toggle[b-9ru2xfqpsc]::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle[b-9ru2xfqpsc]::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content[b-9ru2xfqpsc] {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content[b-9ru2xfqpsc] {
    max-height: 350px;
}

.toggle:checked + .lbl-toggle[b-9ru2xfqpsc] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner[b-9ru2xfqpsc] {
    background: rgba(0, 105, 255, .2);
    border-bottom: 1px solid rgba(0, 105, 255, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}

.collapsible-content p[b-9ru2xfqpsc] {
    margin-bottom: 0;
}


/* Style the button that is used to open and close the collapsible content */
/*.collapsible {
    background-color: black;
    color: white;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}*/

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .collapsible:hover {
    background-color: black;    
}*/

/* Style the collapsible content. Note: hidden by default */
/*.content {
    padding: 0 20px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\02795';*/ /* Unicode character for "plus" sign (+) */
/*font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";*/ /* Unicode character for "minus" sign (-) */
/*}*/
/* /Components/DevolucionReportPlano.razor.rz.scp.css */
div[b-5r0ouc5m7p] {
    width: 595px;
    padding: 20px;
}

.detalle[b-5r0ouc5m7p] {
    padding: 0px;
}

button[b-5r0ouc5m7p] {
    cursor: pointer;
    outline: 0;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: .25rem;
}

                

@media print {
    #printPageButton[b-5r0ouc5m7p] {
        display: none;
    }
}
/* /Components/Loader.razor.rz.scp.css */
.spinner[b-ol4w3sqzma] {
    border: 16px solid #00aeef;
    border-top: 16px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-ol4w3sqzma 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.spinnerText[b-ol4w3sqzma] {
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
}

@keyframes spin-b-ol4w3sqzma {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Login/Login.razor.rz.scp.css */
/* BASIC */

html[b-vwzo9ue2u2], body[b-vwzo9ue2u2] {
    height: 100%;
    margin: 0;
}

body[b-vwzo9ue2u2] {
    display: flex;
    justify-content: center;
    align-items: center;
}

html[b-vwzo9ue2u2] {
    background-color: gray;
}

h2[b-vwzo9ue2u2] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
}

/* STRUCTURE */
.wrapper[b-vwzo9ue2u2] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formHeader[b-vwzo9ue2u2] {
    margin-top: 20px;
}

#formContent[b-vwzo9ue2u2] {
    display: inline-block;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

/* TABS */
h2.titulo[b-vwzo9ue2u2] {
    color: #5E97AD;
    border-bottom: 2px solid #00285A;
}

/* FORM TYPOGRAPHY*/
input[type=submit][b-vwzo9ue2u2] {
    background-color: #00aeef;
    border: none;
    color: #dfeaef;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=submit]:hover[b-vwzo9ue2u2] {
        background-color: #2BC2FC;
    }

    input[type=submit]:active[b-vwzo9ue2u2] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-vwzo9ue2u2], [type=password][b-vwzo9ue2u2] {
    background-color: white;
    border: none;
    color: #5E96AD;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text][b-vwzo9ue2u2], [type=password]:focus[b-vwzo9ue2u2] {
        border-bottom: 2px solid #5E96AD;
    }

    input[type=text][b-vwzo9ue2u2], [type=password]:placeholder[b-vwzo9ue2u2] {
        color: #5E96AD;
    }

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-vwzo9ue2u2] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-vwzo9ue2u2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-vwzo9ue2u2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-vwzo9ue2u2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-vwzo9ue2u2] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-vwzo9ue2u2 ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-vwzo9ue2u2] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-vwzo9ue2u2] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-vwzo9ue2u2] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-vwzo9ue2u2] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-vwzo9ue2u2]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-vwzo9ue2u2] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-vwzo9ue2u2]:after {
        width: 100%;
    }

/* OTHERS */

*:focus[b-vwzo9ue2u2] {
    outline: none;
}

*[b-vwzo9ue2u2] {
    box-sizing: border-box;
}
/* /Pages/Index.razor.rz.scp.css */
div[b-ew2d4qea26] {
    padding-left: 0px;
    padding-top: 30px;
}
/* /Pages/IndexId.razor.rz.scp.css */
div[b-kelpmiqzh3] {
    padding-left: 0px;
    padding-top: 30px;
}
/* /Pages/MisDevolucionesPage.razor.rz.scp.css */
div[b-4ngzfwogri] {
    padding: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ul8su1gz03] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ul8su1gz03] {
    flex: 1;
}

.sidebar[b-ul8su1gz03] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #231f20
}

.footer[b-ul8su1gz03] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00aeef;
    color: white;
    text-align: center;
}

.top-row[b-ul8su1gz03] {
    background-color: #00aeef;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ul8su1gz03]  a, .top-row .btn-link[b-ul8su1gz03] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ul8su1gz03] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ul8su1gz03] {
        display: none;
    }

    .top-row.auth[b-ul8su1gz03] {
        justify-content: space-between;
    }

    .top-row a[b-ul8su1gz03], .top-row .btn-link[b-ul8su1gz03] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ul8su1gz03] {
        flex-direction: row;
    }

    .sidebar[b-ul8su1gz03] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ul8su1gz03] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ul8su1gz03], article[b-ul8su1gz03] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bpfcmr9no3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bpfcmr9no3] {
    height: 3.5rem;
    background-color: #00aeef;
}

.navbar-brand[b-bpfcmr9no3] {
    font-size: 1.1rem;
}

.oi[b-bpfcmr9no3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-bpfcmr9no3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bpfcmr9no3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bpfcmr9no3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bpfcmr9no3]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-bpfcmr9no3]  a.active {
            background-color: #00aeef;
            color: white;
        }

        .nav-item[b-bpfcmr9no3]  a:hover {
            background-color: #2BC2FC;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-bpfcmr9no3] {
        display: none;
    }

    .collapse[b-bpfcmr9no3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
