﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-small {
    min-width: 0px !important;
    width:15% !important;
}

.btn {
    min-width:100px;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border: 2px solid #ff0000;
}

.mipla-seletor {
    background-color: white !important;    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

/* Set width on the form input elements since they're 100% wide by default */

.site-header {
    background-color: white !important;
}

.view-content {
    /*margin-left: 5%;
    margin-top: 5%;*/
}

.block-loading {
    background-color: aliceblue;
}

/*------------------------------text styles----------------------------------------*/

.miplanillaloader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #ebebeb30;
}

    .miplanillaloader div {
        color: #ff6500 !important;
        vertical-align: middle;
        left: 46%;
        top: 50%;
        position: absolute;
    }

.miplanilla-btn-group .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 10px;
    color: #533c3f;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

    .miplanilla-btn-group .btn:hover {
        color: #533c3f !important;
        box-shadow: 0 0 0 0.1rem #ff6500;
    }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #ff6500;
    background-color: #ffd1b2;
    border-color: #ffd1b2;
}

.icon-help-circled {
    font-size: .9em;
    color: #ff6500;
}

#login-box :first-child {
    background-color: white;
    border: 2px solid #ffd1b2;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 500;
}

#login-box :last-child {
    background-color: #ffd1b2;
    border: 2px solid #ffd1b2;
    color: #ff6500;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.events-disabled {
    pointer-events:none;   
    cursor:not-allowed;
}

@font-face {
    font-family: 'fontelo-eyes';
    src: url('../fonts/fontelo-eyes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fontelo-eyesico:before {
    font-family: "fontelo-eyes";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

#password + .fontelo-eyesico {
    cursor: pointer;
    pointer-events: all;
}

.item-modulo-auto-gestion {
    display: block;
    height: 150px;
    background: #f8f8f8;
    transition: all .5s ease;
    align-items: center;
    border-radius: 7px;
    font-size: 1em;
    box-shadow: 2px 2px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 10%);
}

.item-menu-auto-gestion p{
    text-transform:none;
}

.item-menu-auto-gestion h4 {
    text-transform: none;
    color: #ee8a48;
}

.logo-auto-gestion {
    padding: 10px;
    padding-left:30px;
    width:300px;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0px 5px 10px #333;
    -webkit-box-shadow: 0px 5px 10px #333;
    -moz-box-shadow: 0px 5px 10px #333;
}

.back-to-top {
    font-size: 24px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #ee8a48;
    text-align: center;
}

.oculto{
    display:none;
}

#wizardStepper{
    --dot-size: 42px;
    --track-h: 2px;
    --orange-start: #FB6402;
    --orange-end: #E9440B;
    --gray: #d9d9d9;
}


.wizard-stepper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.wizard-track {
    position: absolute;
    left: calc(var(--dot-size));
    right: calc(var(--dot-size));
    top: calc(var(--dot-size)/2);
    height: calc(var(--track-h));
    background: var(--gray);
    border-radius: 999px;
    z-index: 0;
    background-image: linear-gradient(var(--orange-end),var(--orange-end));
    background-repeat: no-repeat;
    background-size: 0% 100%;
}

.wizard-step{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    z-index:1;
}

.wizard-dot {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 999px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    color: #fff;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: all 0.4s ease;
}

.wizard-number{
    font-weight: 600;
    font-size: 24px;
    line-height:1;
}

.wizard-step.is-active .wizard-dot,
.wizard-step.is-done .wizard-dot {
    background: linear-gradient(180deg, var(--orange-start),var(--orange-end));
    width: calc(var(--dot-size) + 15px);
    height: calc(var(--dot-size) + 15px);
    transform: translateY(-8%);
    transition: all 0.4s ease;
}

.wizard-dot:hover {
    transition: all 0.4s ease;
    width: calc(var(--dot-size) + 7px);
    height: calc(var(--dot-size) + 7px);
    transform: translateY(-8%);
    background: linear-gradient(180deg, var(--orange-start), var(--orange-end));
}

.wizard-check {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #22c55e;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,.22);
}

.wizard-step.has-check .wizard-check{
    display: flex;
}

.wizard-label {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.wizard-step:not(.is-active):not(.is-done) .wizard-label{
    color: #bfbfbf;
}

.sino-toggle {
    display: inline-flex;
    border-radius: 999px;
    overflow:hidden;
    background: #eeeeee;
}

.sino-item{ position:relative; }

.sino-toggle input[type="radio"]{
    position: absolute;
    opacity:0;
}

.sino-toggle .opt{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    line-height: 1;
    user-select: none;
    cursor: pointer;
    margin: 0;
    border: 0;
    background: transparent;
    color: #7a7a7a;
    transition: all 0.4s ease;
}

.sino-toggle .opt--si {border-radius: 999px 0 0 999px;}
.sino-toggle .opt--no {border-radius: 0 999px 999px 0;}

.sino-toggle input:checked + .opt {
    background: linear-gradient(180deg, #FB6402 0%, #E9440B 100%);
    color: #fff;
}

@font-face {
    font-family: 'fontelo-user';
    src: url('../fonts/fontello-user-icons.ttf') format('truetype');
    /*font-weight: normal;*/
    font-style: normal;
}

.fontelo-userico:before {
    font-family: "fontelo-user";
    font-style: normal;
    /*font-weight: normal;*/
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#passwordRules .rule { color: #a94442; }
#passwordRules .rule.ok { color: #198754; }
#passwordRules .rule .icon { display:inline-block; width:18px }

.input-group-password input {
    width: 100%;
    padding-right: 4.5em; /* espacio para los dos iconos*/
}

.input-passworrd-icons {
    position: absolute;
    right: 2em;
    transform: translateY(-140%);
    align-items: center;
}

.input-passworrd-icons i {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}

.icon-user-arrows-cw {
    display: inline-block;
    transition: transform 0.5s ease;
}

.icon-user-arrows-cw:hover {
    transform: rotate(180deg);
}