/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 7 ago. 2023, 18:07:32
    Author     : Sergio
*/


#amenutop{
    background-color: #29396B;
    color: #fff;
    font-size: 15px;
    height: 44px;
}

#amenutop #block-astecth-site-branding{
    float: left;
}

#amenutop .navbar-brand img {
    height: 44px;
}

#amenutop #block-astecth-navegacionprincipal{
    float: right;
}

@media (max-width: 960px) {
    #amenutop #block-astecth-navegacionprincipal{
        display: none;
    }
}


#amenutop ul.navbar-nav {
    display: flex;
    flex-direction: row;
}
#amenutop ul li{
    /*margin-right: 20px;*/
    text-transform: uppercase;
}

#amenutop ul li a{
    font-size: 16px;
    font-family: sans-serif;
    padding: 8px 10px 5px 10px;
}
#amenutop ul li a:hover{
    background-color: #29396b;
    color: #fff;
}

#amenutop.dropdown-menu.show{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #c6d6d6;
    box-shadow: 0px 0px 3px -2px;
}

#amenutop .dropdown-menu.show a:hover{
    background-color: #29396b;
}


#amenutop.dropdown-menu.show a{
    color: #333333 !important;
}


/* MENU GESTION */

.path-gestion #amenutop{
    background-color: #c6d6d6;
    justify-content: normal;
    color: #333333 !important;
    padding: 5px;
    box-shadow: 0px 1px 2px -1px;
}

.path-gestion #amenutop #block-astecth-logogestion{
    width: fit-content;
    float: left;
    margin: 2px 0px;
}

.path-gestion #amenutop #block-astecth-menugestion {
    position: absolute;
    right: 15px;
}

.path-gestion  #menu-gestion{
    margin-top: 5px;

}

.path-gestion  #menu-gestion a{
    color: #333333 !important;
}

#menu-gestion .dropdown-menu.show{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #c6d6d6;
    box-shadow: 0px 0px 3px -2px;
}

#menu-gestion .dropdown-menu.show a:hover{
    background-color: #ef7f1a;
}


#menu-gestion .dropdown-menu.show a{
    color: #333333 !important;
}


@media (max-width: 960px) {
    #menu-gestion {
        display: none !important;
    }

    .path-gestion #amenutop{
        justify-content:center ;

    }

}

@media (max-width: 550px) {
    #block-astecth-responsivemenumobileicon .responsive-menu-toggle-icon span.label{
        display: none;
    }
}


#block-astecth-responsivemenumobileicon{
    float: right;
}
#block-astecth-responsivemenumobileicon .responsive-menu-toggle-icon {
    margin-top: 10px;
}

.path-gestion  #block-astecth-responsivemenumobileicon .responsive-menu-toggle-icon span.label{
    font-size: 23px;
    top: -4px;
    color: #333333;
}


.path-gestion  .responsive-menu-toggle-icon span.icon{
    color: #333333 !important;
    background: #333333;
}

.path-gestion .responsive-menu-toggle-icon:before,
.path-gestion  .responsive-menu-toggle-icon:after{
    color: #333333 !important;
    background: #333333;
}


.path-gestion #amenutop ul li{
    text-transform: uppercase;
    border-right: 1px solid #ababab;
    margin: 0px;
}

.path-gestion #amenutop ul li:last-child{
    border-right: none;
}

/* MENU USUARIO */


#user-options-block{
    /*
    background-color: #f2f2f2;
    padding: 100px 50px;   
    border-radius: 15px;
    */
}

.user-option {

    height: 200px;
    background-color: #29396b;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #f4f4f4;
    border-radius: 25px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
}

.nombreuser{
    font-size: 30px;
    font-family: Verdana;
    margin-top: 20px;
}

.user-icons{
    position: absolute;
    height: 80px;
    margin-top: -20px;
}

.user-option div{
    margin-top: 120px;
}

@media (max-width: 1200px) {
    .user-option {
        font-size: 20px;
    }

    .nombreuser{
        font-size: 25px;
        font-family: Verdana;
        margin-top: 20px;
    }

}


#views-edit-icons td{
    padding-left: 10px;
}



#block-astecth-astecproyectos{
    float: left;
    margin-left: 300px;
}

#block-astecth-astecproyectos #asteccrm_big {
    height: 50px;
}