.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
input:focus {
    outline: 0;
}
.sidebar{
    min-height: 1020px;
}
.logged-info {
    margin-right: 15px;
}
.navbar-brand{
    padding: 5px;
}
.navbar-logo{
    max-height: 40px;
}
.modal{
    top: 40px;
}
.navbar {
    min-height: 44px;
    margin-bottom: 20px;
}
.navbar-text {
    margin-top: 12px;
    margin-bottom: 12px;
}
.navbar.navbar-inverse.navbar-fixed-top .navbar-header .navbar-brand {
    padding: 5px;
    height: 45px;
}

.navbar.navbar-inverse.navbar-fixed-top .dataset-selector {
    margin-bottom: 7px;
}
    
.navbar-nav>li>a {
    padding: 12px;
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar .btn {
    line-height: 1.42857;
    padding: 5px 12px;
}
.navbar .form-control {
    line-height: 1.42857;
    height: 32px;
    padding: 5px 12px;
}

/*Comment Section*/
div.comments p.empty{
    padding: 5px 10px;
}
div.single-comment .panel-heading{
    padding: 3px 5px;
    font-weight: bold;
    text-transform: capitalize;
}
div.single-comment .panel-footer{
    padding: 0px 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
div.single-comment span.comment-tag,
div.single-comment span.comment-author strong{
    font-style: italic;
}
div.single-comment span.comment-author{
    font-size: 10px;
}
div.single-comment {
    margin-bottom: 15px;
}
div.login-container {
    margin-top: 20px;
}
div.login-container .input-group {
    margin-top: 15px;
}
div.login-container button {
    margin-top: 25px;
}
div.navbar-header a.navbar-brand{
    background-color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
    background-color: #fff;
}
#ontologies_accordion .btn {
    margin-bottom: 10px;
    white-space: pre-wrap;
}
#ontologies_accordion a:active,
#ontologies_accordion a:focus,
#ontologies_accordion a:hover{
    text-decoration: none;
}
/*Styling modals*/

.dataset-selector {
    margin-bottom: 8px;
}

input[type=file] {
    display: inline-grid;
    padding-top: 10px;
    font-size: 14px;
}

/*
 * Footer
 */
.footer {
    font-size: 12px;
    margin-bottom: 0px;
    min-height: 30px;
}

.footer .navbar-nav > li > a,
.footer .navbar-nav > li > p.navbar-text {
    padding: 4px 15px;
    line-height: 20px;
    margin: 0;
}

.page-title {
    margin-top: 0px;
    margin-bottom: 15px;
}

.page-subtitle {
    margin-top: -5px;
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    .footer {
        display: none;
    }
}
.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
}

.terms-and-conditions h4,
.terms-and-conditions h5,
.terms-and-conditions h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #d0e3e8;
}