/*

body {
  margin-bottom: 60px;
}*/
html {
    font-size: 12px;
}

/*@media (min-width: 400px) {
    html {
        font-size: 14px;
    }
}
*/
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    background: linear-gradient(90deg, #fed7aa, #fb923c);
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.screen {
    background: linear-gradient(90deg, #fdba74, #fb923c);
    position: relative;
    height: 80vh;
    width: 400px;
    box-shadow: 0px 0px 24px #9a3412;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100vh;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    /*-webkit-clip-path: inset(0 0 0 0);*/
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #f97316;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #f97316, #ea580c);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #fdba74;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    padding-top: 100px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.botones {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {    
    border: none;    
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 10px;
    font-weight: 700;
    width: 75%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #9a3412;
    }

.login__input_may {
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 10px;
    font-weight: 700;
    width: 75%;
    transition: .2s;
}

.login__input_may:active,
.login__input_may:focus,
.login__input_may:hover {
    outline: none;
    border-bottom-color: #9a3412;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #c2410c;
    box-shadow: 0px 2px 2px #9a3412;
    cursor: pointer;
    transition: .2s;
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #6A679E;
        outline: none;
    }

regresar__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #c2410c;
    box-shadow: 0px 2px 2px #9a3412;
    cursor: pointer;
    transition: .2s;
}

regresar__submit:active,
regresar__submit:focus,
regresar__submit:hover {
    border-color: #6A679E;
    outline: none;
}

.finalizar__submit {
    background: #fff;
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #D4D3E8;
    font-weight: 700;
    width: 100%;
    color: #c2410c;
    box-shadow: 0px 2px 2px #9a3412;
    text-align: right;
}

.imprimir__submit {
    background: #fff;
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #D4D3E8;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #c2410c;
    box-shadow: 0px 2px 2px #9a3412;
    cursor: pointer;
    transition: .2s; 
}

    .imprimir__submit:active,
    .imprimir__submit:focus,
    .imprimir__submit:hover {
        border-color: #6A679E;
        outline: none;
    }

.containerPDF {
    position: relative;
    width: 90vw;
    overflow: hidden;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

    .content-table{
        border-collapse:collapse;
        margin: 0px, 0;
        font-size: 0.9em;
        min-width:100px;
        border-radius: 5px 5px 0 0;
        overflow:hidden;
        box-shadow:0 0 20px rgba(0,0,0,0.15);
    }

        .content-table thead tr {
            background: #f97316;
            color:#ffffff;
            text-align:left;
            font-weight:bold; 
        }

        .content-table th,
        .content-table td
        {
            padding:4px 4px;
        }

        .content-table tbody tr{
            border-bottom: 1px solid #dddddd;
            background:#ffffff;
        }

            .content-table tbody tr:nth-of-type(even) {
                background: #ede2d3;
            }

            .content-table tbody tr:last-of-type {
                border-bottom: 2px solid #f97316;
            }

            .content-table tbody tr.active-row {
                font-weight: bold;
                color: #f97316;
            }

    .progress, .alert-success{
        position:fixed;
        height:100px;
        top:50%;
        left:0%;
        width:90%;
        margin-left:5%;
    }

