body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}



/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 222px;
    top: 60px;
    width: 99%;
    height: 77%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(245, 241, 241, 0.15);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
      display: block;
}

#sidebar-wrapper-right {
    z-index: 1000;
    left: 519px;
    top: 60px;
    width: 300px;
    height: 77%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(245, 241, 241, 0.15);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
      display: block;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
.navbar-inverse{
  border-color: rgba(255,255,255,0);
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 60;
    left: 1px;
    width: 580px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav div {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
    display: block;
}

 
/**end This is only for click**/
.sidebar-nav div.agenda2030:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav div.agenda2030:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav div:first-child a {
    color: #1a1a1a;
    background-color: rgba(255,255,255,.15);
}
.sidebar-nav div:nth-child(1):before {
    background-color: #c3e1e9;   
}
.sidebar-nav div:nth-child(2):before {
    background-color: #b4dfe8;   /*a3bada*/
}
.sidebar-nav div:nth-child(3):before {
    background-color: #85ccde;   
}
.sidebar-nav div:nth-child(4):before {
    background-color: #3bacd5;   
}
.sidebar-nav div:nth-child(5):before {
    background-color: #008fb5;   
}
.sidebar-nav div:nth-child(6):before {
    background-color: #0085ac;   
}
.sidebar-nav div:nth-child(7):before {
    background-color: #006b9b;   
}
.sidebar-nav div:nth-child(8):before {
    background-color: #17659b;   
}
.sidebar-nav div:nth-child(9):before {
    background-color: #dbeee5;   
}
.sidebar-nav div:nth-child(10):before {
    background-color: #b3d7db;  
}
.sidebar-nav div:nth-child(11):before {
    background-color: #42bea7;   
}
.sidebar-nav div:nth-child(12):before {
    background-color: #5cb386;   
}

.sidebar-nav div:hover:before,
.sidebar-nav div.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.fin_pobreza, .hambre0, .health, .education, .equality, .water, .energy, .work, .industry, .reduction, .town {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    padding: 0px 5px 0px 30px;   
}
.indicate{
    padding: 0px 0px 0px 80px  
}
/**only for click menu**/
.sidebar-nav div a {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    padding: 10px 15px 10px 50px;    
}
/** endonly for click menu**/
.sidebar-nav div a:hover,
.sidebar-nav div a:active,
.sidebar-nav div a:focus,
.sidebar-nav div.open a:hover,
.sidebar-nav div.open a:active,
.sidebar-nav div.open a:focus{
    color: #1a1a1a;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: white;
    box-shadow: none;
    display: none;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}