/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.

/* 
    Document   : main-mololo
    Created on : Mar 15, 2014, 9:07:13 PM
    Author     : Mololo
    Description:
        Purpose of the stylesheet follows.
*/

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-docs-sidebar.affix {
    position: static;
}
@media (min-width: 768px) {
    .bs-docs-sidebar {
        padding-left: 20px;
    }
}

/* First level of nav */
.bs-docs-sidenav {
    margin-top: 170px;
    margin-bottom: 20px;
}

/* All levels of nav */
.bs-docs-sidebar .nav > li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #DDDDDD;
    padding: 4px 20px;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
    padding-left: 19px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #fff;
}
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
    padding-left: 18px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    border-left: 2px solid #fff;
}

/* Nav: second level (shown on .active) */
.bs-docs-sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    padding-bottom: 10px;
}
.bs-docs-sidebar .nav .nav > li > a {
    padding-top:    1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: normal;
    margin-left:20px;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {
    padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
    font-weight: 500;
    padding-left: 28px;
}

/* Back to top (hidden on mobile) */
.back-to-top {
    display: none;
    margin-top: 10px;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
}
.back-to-top:hover {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 768px) {
    .back-to-top {
        display: block;
    }
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
    .bs-docs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-docs-sidebar.affix,
    .bs-docs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-docs-sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 20px;
    }
    .bs-docs-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }
    .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
    .bs-docs-sidebar.affix .bs-docs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-docs-sidebar.affix-bottom,
    .bs-docs-sidebar.affix {
        width: 263px;
    }
}

.bs-docs-sidebar.affix-bottom, .bs-docs-sidebar.affix {
    width: 300px;
}

h2{
    padding-top: 20px;
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    font-size: 12px;
    padding: 4px 20px;
}

.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active:focus>a {
    padding-left: 18px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-left: 2px solid #fff;
}


.nav.bs-docs-sidenav > li > a, .nav > li > a {
    font-size: 12px;
    line-height: 16px;
}

.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active:focus>a {
    font-size: 13px;
    color: #fff!important;
}

ul.nav-terms {
    list-style: none;
    margin: 0; padding: 0;
    text-align: left;
}
ul.nav-terms {
    margin-bottom: 300px;
    border: 1px solid #538ba4;
    padding-top: 82px;
    background: #538ba4;
}

ul.nav-terms > li > a.actitem{
    background: #396071;
}
ul.nav-terms > li {
    position: relative;

}
ul.nav-terms > li > a {
    display: block;
    outline: 0;
    padding: 2px 15px !important;
    text-decoration: none;
    color: #fff;
    text-shadow(#111 0 -1px);
    background: #538ba4;
    box-shadow(inset 0 1px 0 0 rgba(250,250,250,0.1));
    background-image(linear-gradient(#444, #333));
    filter-gradient(#444, #333, horizontal);
    border-bottom: 1px solid #8FD8E7;
}
ul.nav-terms > li > ul.nav-terms-sub {
    list-style: none;
    /*counter-reset: items;*/
    height: 0;
    overflow: hidden;
    background: #eee;
    color: #777;
    /*@include box-shadow(inset 0 0 50px #BBB);*/
}
ul.nav-terms > li > ul.nav-terms-sub > li {
    /*counter-increment: items;*/

}
ul.nav-terms > li > ul.nav-terms-sub > li > a{
    /*counter-increment: items;*/
    margin-left: -40px;
    display: block;
    outline: 0;
    padding: .5em 1.3em;
    text-decoration: none;
    color: #777;
    text-shadow(#111 0 -1px);
    box-shadow(inset 0 1px 0 0 rgba(250,250,250,0.1));
    background-image(linear-gradient(#444, #333));
    filter-gradient(#444, #333, horizontal);
    border-bottom: 1px solid #ddd;
}


ul.nav-terms > li > ul.nav-terms-sub > li > a.active{
    background: #e3e3e5;
    color: #538ba4;
}

/*ul.nav-terms > li > ul.nav-terms-sub:after {
    content: counter(items);
    font-size: 0.857em;
    @include inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    background: #333;
    line-height: 1em;
    height: 1em;
    padding: .7em .8em;
    margin: -.8em 0 0 0;
    color: white;
    text-indent: 0;
    text-align: center;
    @include text-shadow(0px 1px 0px rgba(0, 0, 0, .5));
    font-weight: 500;
    @include border-radius(.769em);
    @include box-shadow(inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15));
}*/

[id*="contener-term-"]{
    position: absolute;
}

[id*="contener-term-"] h3{
    color: #4F849C;
    font-size: 18px;
    /* font-weight: bold; */
    margin: 0 0 15px;
    padding-top: 5px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 20px;
}

li.mainSt,li.main1lv, li.main2lv  { 
    list-style: none; 
    list-style-type: none; 
    list-style-image: none; 
}
li.mainSt strong.indiceLi,li.main1lv strong.indiceLi, li.main2lv  strong.indiceLi{
    padding-right: 15px;
}
li.main1lv {margin-left: 15px;} 
li.main2lv {margin-left: 35px;} 

li.mainSt span,li.main1lv span, li.main2lv  span{
    display: inline-block;
    width: 92%;
    padding-bottom: 10px;
}
li.mainSt strong.indiceLi,li.main1lv strong.indiceLi, li.main2lv  strong.indiceLi{
    float: left;
    display: inline-block;
    width: 30px;
    padding-bottom: 10px;
}

p.base-deco{
    //text-decoration: underline;
    color: #7CB25A;
}

a.itemsecundario{
    cursor: pointer;
}

/*a.itemprincipal.actitem::before{
    content: "";
    display: block;
    position: absolute;
    right: -11px;
    width: 0;
    height: 0px;
    top: 0;
    border-top: 13px solid transparent;
    border-left: 15px solid #396071;
    border-bottom: 13px solid transparent;
}*/

span._2wz {
    background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/r/jTq3Qnyyr8C.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -46px;
    height: 9px;
    margin-top: -5px;
    width: 6px;
}

span._2wy {
    position: absolute;
    right: 5px;
}

.topS {
    display: none;
    background: #538ba4 url(http://mololo03182014.srv2.loanbook.es/img/top.png) no-repeat center center;
    background-size: 50%;
    width: 80px;
    height: 80px;
    position: fixed;
    cursor: pointer;
    right: 15px;
    bottom: 53px;
    z-index: 9999999;
}

.arrow-down-1 {
    background-image:url(../img/sprites.png);
    background-repeat:no-repeat;
    width:22px;
    height:23px;
    position:absolute;
    top:0;
    display:block
}

.arrow-down-2 {
    background-image:url(../img/sprites.png);
    background-repeat:no-repeat;
    background-position-y: -26px;
    width:22px;
    height:23px;
    position:absolute;
    top:38px;
    display:block
}

#contener-scroll-nav{
    width:22px;
    height:1811px;
    position:absolute;
    top:0;
    right:-8px;
    padding-top: 83px
}


#cotenScrollNav{
    width: 20px;
    height: 60px;
}

.stickit {
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 0px;
    position: absolute;
    right: 0;
}


/*SCROLL NAV*/
.bs-docs-sidebar {
    padding-left: 0px!important
}

.content-terms{
    width: 1000px;
    margin: 0 0 0 15px;
    background: url(../img/bg-terms.png);
    float: left;
    padding-bottom: 30px;
}

span._2w- {
    background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yk/r/jTq3Qnyyr8C.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -28px -32px;
    height: 11px;
    margin-top: -5px;
    width: 13px;
}

.bs-docs-section h1 {
    padding-top: 15px;
}