/*Clases globales*/

/*Fuente gráficos*/
.cdc-fuente-graph {
    font-style: italic;
    margin: 0px 5%;
    line-height: 1.25rem;
}

/*Fuente tablas*/
.cdc-fuente-table {
    font-style: italic;
    font-size: 12px;
    margin: 0px;
    line-height: 1.25rem;
}

/*Estilo dashboard*/

/* menu color */
.skin-blue .main-header .logo {
    background-color: #3c8dbc;
    /*text-align: left;*/
    /*font-size: 20px;*/
    font-weight: bold;
    /*margin: 0px;*/
}

/* logo when hovered */
.skin-blue .main-header .logo:hover {
    /* background-color: #385C91; */
    background-color: #3c8dbc;
}

/* navbar (rest of the header) */
.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
    /* background-color: #385C91; */
}

/* main sidebar */
.skin-blue .main-sidebar {
    background-color: #222d32;
    /* background-color: #0F4164; */
}

/* /*active selected tab in the sidebarmenu */*/
/*.skin-blue .main-sidebar .sidebar .sidebar-menu .active a{*/
/*    color: #5AA096;*/
/*}*/

/* other links in the sidebarmenu */
.skin-blue .main-sidebar .sidebar .sidebar-menu a{
    color: white;
}

/* other links in the sidebarmenu when hovered */
.skin-blue .main-sidebar .sidebar .sidebar-menu a:hover{
    background-color: #5AA096;
}

/* toggle button when hovered  */
.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background-color: #0F4164;
}
