/* Restless Devil's color customization */
a, .ui-widget-content a {
    color: #22527b;
}

a:hover {
    color: #173753;
    text-decoration: none;
}

.navbar-inverse {
    background-color: #eee;
    border-color: #bbb;
}

.navbar-inverse .navbar-nav > li > a {
    color: #337ab7;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-radius: 8px;
    background-color: #bbb;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    border-radius: 8px;
    background-color: #bbb;
    color: #fff;
}

.nav > li > a {
    color: #22527b;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #eee;
    color:#173753;
}

.spaced-bottom {
    margin-bottom:20px;
}

/* Custom Growl */
.ui-growl-item-container {
    opacity: .90;
}

.ui-growl {
    top: 30px;
}

.ui-growl-item {
    color:#000;
    background-color: #fefefe;
    border:1px solid #bbb;
}

.logo-text {
    position: relative;
    top:50%;
    color:#173753;
    font-size:1.3em;
}

#footer {
    font-size:15px;
}


/* APP specific */

#login_form {
    padding-top:10px;
    font-size: 0.9em;
    color:#9d9d9d;
}

#login_form label {
    margin-right:20px;
}

#resultTable, #searchAndNavigation {
    font-size:0.98em;
}

.item {
    margin-bottom: 2px;
    padding-bottom:2px;
    border-bottom: 2px dotted #eee;
    font-size:0.85em;
}

.item h4 {
    font-size:16px;
}

#otherEntityGrid a {
    color: #23527c;
}

.activeSort, .activeFilter {
    color: #ff0000;
}

.filterTable, .filterTree {
    margin-top: 35px;
}

.filterTree {
    font-size: 1.2em;
}

.ui-tree {
    width: 100%;
}

.link {
    border: 2px solid #ddd;
    background: #fafafa;
    padding:10px;
}

.projectTitle {
    font-size: 1.3em;
    border-bottom: 2px dotted #eee;
    margin-left: 30px;
    margin-bottom:25px;
}

.projectTitles {
    margin-top:40px;
    margin-bottom:60px;
}

.linkRemove {
    float:right;
}

.singleExport {
    float:right;
    font-size: 0.8em;
}


.exportPanel {
    width:50vh;
}

.small-badge {
    max-height:80px;
    margin-bottom:10px;
}

/* Echo */
.citationCount {
    font-size:22px;
    text-align: right;
}

.citationIcon, .citationIcon-small {
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    max-height:40px;
}

.citationIcon-small {
    margin-right:10px;
    max-height:25px;
}

/* Sticky */

.ui-sticky {
    top: 90px !important;
}
@media (max-width: 960px) {
    .ui-sticky {
        top: 70px !important;
    }
}