#breadcrumbs {
    background-color: #3396d1;
    height: 39px !important;
    z-index: auto !important;
}

/* ie */
_:-ms-fullscreen, :root #breadcrumbs {
    height: auto !important;
    max-height: 43px !important;
}
/*  */

#breadcrumbs .navbar-brand {
    font-size: 11px;
    padding-top: 0 !important;
}


#breadcrumbs a, #breadcrumbs span {
    color: white;
}	

#breadcrumbs span, #breadcrumbs a {
    font-size: 11px;
    margin-right: 5px;
    vertical-align: middle !important;
}

.navbar-inverse {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#breadcrumbs .is-last {
    font-weight: 600;
}

#breadcrumbs .pull-right {
    padding-top: 6px;
}

.ellipsis {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:inline-block;
    max-width: 80px;
}

@media only screen and (max-width: 768px) {
    .pdfrun-logo {
        height: 0px;
    }
    .back-to{
        position: relative;
        bottom: 15px;
    }

}
