/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/11/2016, 09:35:34 AM
    Author     : cdiaz
*/

.dModSiteMap .btn {
    background: #215A9A;
    color: #fff;
    border-radius: 0;
}
.container h2 {
    border-bottom: 1px solid #eee;
}
.mapa, .mapa a {
    color: #777;
}
.mapa ul {
    border-left: 1px dashed #ccc;
    margin-left: 10px;
    margin: 0;
}
.mapa ul li {
    list-style-image: url(../img/linea.png);
    margin: 18px 10px 10px 33px;
}
/*.sitemap-collapse {
    font-family: 'FontAwesome';
    content: "\f0da";
    display: inline-block;
    margin-right: 5px;
}*/
h2.principal[aria-expanded="true"] {
    font-weight: normal;
}
.principal[aria-expanded="true"] {
    font-weight: bold;
    text-decoration: none;
}
.sitemap-collapse[aria-expanded="true"]:before {
    font-family: 'FontAwesome';
    content: "\f078";
    display: inline-block;
}
.sitemap-collapse[aria-expanded="false"]:before {
    font-family: 'FontAwesome';
    content: "\f054";
    display: inline-block;
}