﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.padding-user{
    padding-top: 20px;
}

.padding-top_20 {
    padding-top: 20px;
}


input:focus:invalid, textarea:focus:invalid, select:focus:invalid { /* when a field is considered invalid by the browser */
    /*background: #fff url(../Assets/img/invalid.png) no-repeat 98% center;*/
    box-shadow: 0 0 5px #d45252;
    /*border-color: #b03535;*/
    border-left: solid 4px;
    border-left-color: #f35b3f;
    border-right-color: #b03535;
    border-top-color: #b03535;
    border-bottom-color: #b03535;
}

input:required:valid, textarea:required:valid, select:required:valid { /* when a field is considered valid by the browser */
    /*background: #fff url(../Assets/img/valid.png) no-repeat 98% center;*/
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.centrar-texto{
    text-align: center;
}

.requerido {
    padding-left: 8px;
    color: #B50128;
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
    font-weight: lighter;
    border-radius: 5px;
}

.flecha-arriba:before {
    content: "";
    position: absolute;
    top: 37px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;    
}

.flecha-arriba2:before {
    content: "";
    position: absolute;
    top: 76px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba3:before {
    content: "";
    position: absolute;
    top: 66px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba4:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba5:before {
    content: "";
    position: absolute;
    top: 46px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba6:before {
    content: "";
    position: absolute;
    top: 152px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba7:before {
    content: "";
    position: absolute;
    top: 169px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.flecha-arriba8:before {
    content: "";
    position: absolute;
    top: 275px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #dc3545;
}

.margin-top-100{
    margin-top: 100px;
}

tr {
    line-height: 18px; /*Espacio entre lineas*/
    font-size: 1.5vh;
}

th{
    font-size: 1.6vh;
}


.margenes-botones-tabla {
    margin-top: -25px;
    margin-bottom: -25px;
}

thead {
    background-color: #eaeaea;
}

.espaciado{
    margin-top: 10px;
}

.minvh-100-60px {
    height: calc(100vh - 60px);
}

.minvh-100 {
    height: 100vh;
}


/* REEMPLAZAR LOS COLORES DE LAS NAV TABS POR COLOR NARANJA */
.nav-tabs .nav-link.active {
    background-color: var(--color-azul-uisau);
    color: #fff;
    font-weight: bold;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 5px;
}

.nav-tabs .nav-link:not(.active) {
    background-color: #f8f9fa;
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid var(--color-azul-uisau);
    border-radius: 5px;
}

.nav-tabs .nav-item:hover .nav-link {
    color: #000;
    font-weight: bold;
}

.tab-content {
    border: 1px solid var(--color-azul-uisau);
    margin-top: -3px; /* Posición del tab, para subirlo o bajarlo */
    border-radius: 5px;
}


/* Declaración de variables */
:root {
    --color-azul-uisau: #58bdcf;
}

.menu-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

.btn-float {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #00156e;
    color: #fff;
    border: none;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.plus {
    font-size: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}

.menu-list {
    position: fixed;
    bottom: -14px;
    right: 68px;
    width: 205px !important;
    max-height: calc(100vh - 150px); /* El menú no se superpondrá a otros elementos */
    overflow-y: auto; /* Añade un scrollbar si hay muchos elementos */
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

    .menu-list::before {
        content: "";
        position: absolute;
        padding-right: 100px;
        top: -20px; /* La flecha apuntará hacia abajo */
        border-width: 20px;
        border: solid 3px #f35b3f;
        z-index: 100;
    }

    .menu-list li {
        list-style: none;
        margin: 5px 0;
    }

    .menu-list ul li a {
        text-decoration: none;
    }

    .menu-list a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

        .menu-list a:hover {
            text-decoration: none;
        }

.menu-float.open .menu-list {
    display: block;
}


.flechita-derecha {
    position: absolute;
    border-radius: 7px;
    /*text-align: center;*/
    /*background-color: #f47b3d;*/
    /*color: #fff;*/
    padding: 10px;
    /*width: 140px;*/
    border: solid 3px #f35b3f;
    /*margin-left: 55px;*/
    /*font-size: 0.9em;*/
    margin-right: -15px;
}

    .flechita-derecha-NOLAUSO:before {
        content: "";
        position: fixed;
        /*top: 605px;*/ /* Posición de la flechita */
        top: 670px; /* Posición de la flechita */
        margin-left: 44px;
        /*left: auto;*/
        /*right: -150px;*/
        width: 0;
        height: 0;
        border-width: 25px;
        border-style: solid;
        border-color: transparent transparent transparent #f35b3f;
        /*right: -15px;*/ /* ajusta la posición horizontal de la flecha */
        /*margin-top: 544px; */ /* ajusta la posición vertical de la flecha */
        right: -59px;
    }

.flechita-abajo {
    border-radius: 7px;
    background-color: #f1f1f1;
    padding: 10px;
    width: 140px;
    font-size: 0.9em;
    border: solid 3px #f47b3d;
}

    .flechita-abajo:before {
        /*FLECHITA PARA ABAJO*/
        content: "";
        position: absolute;
        bottom: -26px;
        left: 0;
        width: 0;
        height: 0;
        border-width: 25px 25px 0;
        border-style: solid;
        border-color: #f47b3d transparent transparent;
        margin-left: 2px;
        /*FLECHITA PARA ARRIBA*/
        /*content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 20px solid #f47b3d;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        margin: 100px 0 0 -55px;*/
    }


.flechita-izquierda {
    border-radius: 7px;
    text-align: center;
    /*background-color: #f47b3d;*/
    color: #fff;
    padding: 10px;
    /*width: 140px;*/
    border: solid 3px #f47b3d;
    margin-left: 55px;
    /*font-size: 0.9em;*/
}

    .flechita-izquierda:before {
        content: "";
        position: absolute;
        top: 50px;
        left: -50px;
        width: 0;
        height: 0;
        border-width: 25px;
        border-style: solid;
        border-color: transparent #f47b3d transparent transparent;
        margin-top: -48px;
    }



.flechita-arriba {
    border-radius: 7px;
    text-align: center;
    /*background-color: #f47b3d;*/
    color: #fff;
    padding: 10px;
    width: 140px;
    border: solid 3px #f47b3d;
    margin-left: 55px;
    /*font-size: 0.9em;*/
}

    .flechita-arriba:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-width: 0 25px 25px;
        border-style: solid;
        border-color: transparent transparent #f47b3d;
    }


    .checkBoxGrande input {
        width: 20px;
        height: 20px;
    }

.modal-super-grande {
    max-width: 90%; /* Ajusta el porcentaje según lo necesites */
}