/*Customization of the bootstrap class*/

/* The fixed top bar */
body {
    padding-top: 80px;
}



/* To center the logo */
.navbar-header > a:nth-of-type(1) {
    padding-top: 15px;
}


/* Top Fix Bar": Form element */
#dw__search {
    margin-right: unset; /* to get rid of the horizontal lift in a mobile view */
    margin-left: unset; /* to get rid of the horizontal lift in a mobile view */
    border-color: unset; /* No Border please */
    border-top: unset; /* No Border please */
    border-bottom:unset; /* No Border please */
}


/* Affix for the sidebar */
.bs-docs-sidebar.affix {
    position: fixed;
    top: 20px;
    width: 263px;
}

ol.breadcrumb {
    /*This will clip the left side in mobile device
    in order to have a fix height on the top bar*/
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    /* Style */
    height: 20px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    margin-bottom: 1px;
    font-size: 0.875em;
    background-color: unset;
    color: #9d9d9d;
}

ol.breadcrumb li a {
    color: #9d9d9d;
}

/*.navbar-inverse {*/
    /*background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);*/
    /*background-color: unset;*/
/*}*/

