/*
 *         TIPO DE LETRA
 */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

/*
 *         COLORES
 */
 



.Neutral1 {
    color: #666666 !important;
}
.Calypso {
    color: #0099A8 !important; 
}

.text-alert {
    color: #EC2D30 !important;
}

.text-susses {
    color: #0C9D61 !important;
}
 
body {
    background-color: whitesmoke;
}





@media screen and (max-width:10000px) {
    html {
        position: relative;
        min-height: 100%;
        font-size: 14px;
    }

    body {
        margin-bottom: 60px;
    }

    .logoocasa {
        width: 96px;
        height: 56px;
    }

    .spacelogo {
        padding-left: 1em
    }

    .spacelogo2 {
        padding-left: 2em
    }

    .logoperson {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:1300px) {

    html {
        position: relative;
        min-height: 100%;
        font-size: 13px;
    }

    body {
        margin-bottom: 60px;
    }

    .logoocasa {
        width: 77px;
        height: 45px;
    }

    .spacelogo {
        padding-left: 0.8em
    }

    .spacelogo2 {
        padding-left: 2em
    }

    .logoperson {
        width: 28px;
        height: 28px;
    }
}


footer {
    background-color: white;
}


.bg-ocasa {
    background-color: #1DB4C2 !important;
}

:focus {
    border-color: #1DB4C2 !important;
}

.color-ocasa {
    color: #1DB4C2 !important;
}


.sorting_1 {
    /*text-align: center;*/
    /*vertical-align: middle !important;*/
}

.dt-empty {
    vertical-align: middle !important;
    font-size: 20px;
}



.OCULTO {
    display: none !important;
}

.OCULTO_HASTA_CARGAR {
    visibility: hidden !important;
}

.SIN-SOMBRA {
    box-shadow: none !important;
}

.BORDER-2px {
    border-width: 1px;
}
 

.text-dark {
    font-weight: 500;
}

/*Menú desplegable*/
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/*FOTO MENU*/

.fotoPerfilmenu {
    border-radius: 10%;
    height: 40px;
    width: auto;
}

.dropdown-menu-perfil {
    margin-right: 20px;
    padding: 20px;
    background: #FFFF;
    border-radius: 12px;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .3);
    outline: 1px solid transparent;
}


#sidebar {
    padding-top:25vh;

    min-width: 300px;
    max-width: 300px;

    height: 100vh;
     

    background: #32373d;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    #sidebar .h6 {
        color: #fff;
    }

    #sidebar.active {
        margin-left: -300px;
    }

        #sidebar.active .custom-menu {
            margin-right: -50px;
        }

        #sidebar.active .btn.btn-primary:before {
            content: "\f053";
            font-family: "FontAwesome";
            right: 2px !important;
        }

        #sidebar.active .btn.btn-primary:after {
            display: none;
        }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 20px;
    }

        #sidebar h1 .logo {
            color: #fff;
            display: block;
            padding: 10px 30px;
            background: #2f89fc;
        }

    #sidebar ul.components {
        padding: 0;
    }

    #sidebar ul li {
        font-size: 16px;
    }

        #sidebar ul li > ul {
            margin-left: 10px;
        }

            #sidebar ul li > ul li {
                font-size: 14px;
            }

        #sidebar ul li a {
            padding: 15px 30px;
            display: block;
            color: rgba(255, 255, 255, 0.6);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

            #sidebar ul li a span.notif {
                position: relative;
            }

                #sidebar ul li a span.notif small {
                    position: absolute;
                    top: -3px;
                    bottom: 0;
                    right: -3px;
                    width: 12px;
                    height: 12px;
                    content: '';
                    background: red;
                    border-radius: 50%;
                    font-family: "Poppins", Arial, sans-serif;
                    font-size: 8px;
                }

            #sidebar ul li a:hover {
                color: #fff;
                background: #2f89fc;
                border-bottom: 1px solid #2f89fc;
            }

        #sidebar ul li.active > a {
            background: transparent;
            color: #fff;
        }

            #sidebar ul li.active > a:hover {
                background: #2f89fc;
                border-bottom: 1px solid #2f89fc;
            }

@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -300px;
    }

        #sidebar.active {
            margin-left: 0;
        }

        #sidebar .custom-menu {
            margin-right: -60px !important;
            top: 10px !important;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar .custom-menu .btn.btn-primary {
    background: #2f89fc;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 30px;
    height: 30px;
}

    #sidebar .custom-menu .btn.btn-primary:after, #sidebar .custom-menu .btn.btn-primary:before {
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: "FontAwesome";
        color: #fff;
    }

    #sidebar .custom-menu .btn.btn-primary:after {
        content: "\f054";
        left: 2px;
    }
/*
 *   Sidebar 2
 */
#sidebar2 {
    padding-top:15vh;
    height: 100vh;
    border: 1px dashed coral;
    background: #EEEEEE;
    color: #0C0B0B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

    #sidebar2 .h6 {
        color: #0C0B0B;
    }

    #sidebar2.active {
        margin-left: -300px;
    }

        #sidebar2.active .custom-menu {
            margin-right: -50px;
        }

        #sidebar2.active .btn.btn-primary:before {
            content: "\f053";
            font-family: "FontAwesome";
            right: 2px !important;
        }

        #sidebar2.active .btn.btn-primary:after {
            display: none;
        }

    #sidebar2 h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 20px;
    }

        #sidebar2 h1 .logo {
            color: #0C0B0B;
            display: block;
            padding: 10px 30px;
            background: #2f89fc;
        }

    #sidebar2 ul.components {
        padding: 0;
    }

    #sidebar2 ul li {
        font-size: 16px;
    }

        #sidebar2 ul li > ul {
            margin-left: 10px;
        }

            #sidebar2 ul li > ul li {
                font-size: 14px;
            }

        #sidebar2 ul li a {
            padding: 15px 30px;
            display: block;
            color: #0C0B0B;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

            #sidebar2 ul li a span.notif {
                position: relative;
            }

                #sidebar2 ul li a span.notif small {
                    position: absolute;
                    top: -3px;
                    bottom: 0;
                    right: -3px;
                    width: 12px;
                    height: 12px;
                    content: '';
                    background: red;
                    border-radius: 50%;
                    font-family: "Poppins", Arial, sans-serif;
                    font-size: 8px;
                }

            #sidebar2 ul li a:hover {
                color: #0C0B0B;
                background: #2f89fc;
                border-bottom: 1px solid #2f89fc;
            }

        #sidebar2 ul li.active > a {
            background: transparent;
            color: #0C0B0B;
        }

            #sidebar2 ul li.active > a:hover {
                background: #2f89fc;
                border-bottom: 1px solid #2f89fc;
            }

@media (max-width: 991.98px) {
    #sidebar2 {
        margin-left: -300px;
    }

        #sidebar2.active {
            margin-left: 0;
        }

        #sidebar2 .custom-menu {
            margin-right: -60px !important;
            top: 10px !important;
        }
}

#sidebar2 .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar2 .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar2 .custom-menu .btn.btn-primary {
    background: #2f89fc;
    border-color: transparent;
    position: relative;
    color: #000;
    width: 30px;
    height: 30px;
}

    #sidebar2 .custom-menu .btn.btn-primary:after, #sidebar .custom-menu .btn.btn-primary:before {
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: "FontAwesome";
        color: #fff;
    }

    #sidebar2 .custom-menu .btn.btn-primary:after {
        content: "\f054";
        left: 2px;
    }


/*
 *     ESTILO MENÚ
 */


body {
    overflow-x: hidden;
}

#sidebar {
    position: fixed;
    top: 56px; /* Altura del navbar */
    left: 0;
    width: 250px;
    height: 100vh;
    background: #f8f9fa;
    padding: 1rem;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 100;
}

    #sidebar.collapsed {
        width: 60px;
        padding: 1rem 0.5rem;
    }

#mainContent {
    margin-left: 250px;
    margin-top: 56px;
    transition: margin-left 0.3s ease;
    padding: 1rem;
}

#sidebar.collapsed ~ #mainContent {
    margin-left: 60px;
}

.sidebar-toggle {
    cursor: pointer;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.nav-link {
    white-space: nowrap;
}

#Menu_Header {
    z-index: 100;
}

/* MENU LATERAL*/


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #23282d;
    color: white;
    padding-top: 100px;
    overflow-y: auto;
    z-index: 90;
}

.width150 {
    width: 150px;
}

.width50 {
    width: 50px;
}


.sidebar a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    transition: background 0.2s;
}

    .sidebar a:hover {
        background-color: #007cba;
        color: white;
    }

.sidebar .active {
    background-color: #007cba;
    color: white;
}

main {
    padding: 2rem;
}

.contenedor-main {
}

.padding150 {
    padding-left: 150px !important;
}

.padding50 {
    padding-left: 50px !important;
}

.paddingContenedor {
    padding-left: 120px !important;
}

.menu-desc {
}

.btn-contraer {
}

.btn-expandir {
}

.oculto {
    display: none !important;
}

/*
 *    GRILLA
 */

.Calypso {
    color: #0099A8 !important;
}

.borde-calypso-3px {
    border: 2px solid #0099A8;
}

.borde-calypso-1px {
    border: 2px solid #0099A8;
}


/*
 *   BOTONES
 */


/* COLOR CALIPSO */

.btn-calipso {
    color: #0C0B0B !important;
    background-color: white !important;
    border: 2px solid #0099A8 !important;
    box-shadow: none !important;
}

    .btn-calipso:hover,
    .btn-calipso:focus {
        color: white !important;
        background-color: #0099A8 !important;
        border: 2px solid #0099A8 !important;
        box-shadow: none !important;
    }

    .btn-calipso:active {
        color: white !important;
        background-color: #0099A8 !important;
        border: 2px solid #0099A8 !important;
        box-shadow: none !important;
    }

/* SWICH */
.swh-calipso {
    color: #0C0B0B !important;
    border: 2px #0099A8 white !important;
    box-shadow: none !important;
}

    .swh-calipso:hover,
    .swh-calipso:focus {
        color: #FAFAFA !important;
        border: 2px #0099A8 white !important;
        box-shadow: none !important;
    }

    .swh-calipso:active {
        color: #666666 !important;
        border: 2px #0099A8 white !important;
        box-shadow: none !important;
    }


#id-logo {
    display: flex;
    /*align-items: center;*/
    /*gap: 5px;*/
    margin-left: 20px;
    margin-top: 10px;
}

#texto-logo { 
    font-size: 1.5rem;
    font-weight:100; 
}

.texto-icono-logo {
    color: black;
    font-size: 16px;
}




.icono_Menu {
    font-size: 20px;
    text-align: center;
    color: black !important;
}

.Menu_completo {
    font-size: 15px;
    text-align:initial;
    color: black !important;
}


@media (min-width: 991.98px) {
    main {
        padding-left: 240px;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
