.profile
{
    min-height: 355px;
    display: inline-block;
    width: 100%;
}

.well.profile {
    background-color: #fafbfc; /* Very light blue tint */
    border-radius: 8px;
    border: 1px solid #f0f5f9; /* Very light blue border */
}

figcaption.ratings
{
    margin-top:20px;
}
figcaption.ratings a
{
    color:#f1c40f;
    font-size:11px;
}
figcaption.ratings a:hover
{
    color:#f39c12;
    text-decoration:none;
}
.divider
{
    border-top:1px solid rgba(0,0,0,0.1);
}

.emphasis h2
{
    margin-bottom:0;
}
span.tags
{
    background: #449D44;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}
/* .dropdown-menu
{
    background-color: #34495e;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 250px;
    margin-left: -125px;
    left: 50%;
}
.dropdown-menu .divider
{
    background:none;
}
.dropdown-menu>li>a
{
    color:#f5f5f5;
}
.dropup .dropdown-menu
{
    margin-bottom:10px;
}
.dropup .dropdown-menu:before
{
    content: "";
    border-top: 10px solid #34495e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
} */


select#templates-dropdown,
select#sort-dropdown,
select.sort-dropdown {
  padding: 1px 3px;
  height: 2em;
  background-color:rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204);
  cursor:pointer;
}

#profile-impact-panel {
    padding: 0;
    margin-bottom: 0;
}

.year-venue-bookmarks {
    font-size: 12px;
    font-style: italic;
    color: grey;
}

.involvement-region {
    margin-top: 2px;
    white-space: nowrap;
}

.involvement-region > i {
    vertical-align: middle;
}

.involvement-region button {
    background-color: inherit;
    padding-left: 0px;
    box-shadow: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px;
    line-height: 1;
}

.involvement-region button.dropdown-toggle:focus {
    outline: none !important;
}

.involvement-region button .filter-option {
    overflow: inherit !important;
    margin-right: -4px;
}

.involvement-region .involvement {
    background-color: white;
    border: 1px solid grey;
    color: grey;
    font-size: 10px;
    font-size: 12px;
    padding: 0.3em 0.6em 0.3em;
    border-radius:10px;
}

.involvement-region button .label.involvement {
    top: 0px;
}

.involvement-region button .caret{
    color: grey;
}

.involvement-region button .add-involvement {
    color: grey;
    font-size: 14px;
    /* position: relative;
    bottom: 1px;
    right: 1px; */
}

.involvement-region div.dropdown-menu {
    margin-top: 3px;
}

.facet-row {
    padding-bottom: 15px;
}

button.facet-item {
    color: #777;
    /* color: #4a4a4a; */
    margin-top: 5px;
    border-radius: 10px;
}

button.btn-success.facet-item {
    color: #fff;
}

.facet-row .btn-default span.badge-primary {
    background-color: #777;
}

/* profile indicators */
.inner-well {
    min-height: 90px;
    overflow: hidden;
}

.tall {
    height:200px;
}

.indicator-div {
    line-height: 1;
    margin-bottom: 5px;
}


#impact-indicators {
    border-color: #5cb85c;
}


#productivity-indicators {
    border-color: #d9534f;
}


#career-stage-indicators {
    border-color: #5bc0de;
}

#open-science-indicators {
    border-color: #f0ad4e;
}

.indicator {
    font-size: 1.4em;
    font-weight: bold;
}

.indicators-panel .legend {
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #ffffff; /* Match the panel background */
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold; /* Make legend text bold */
}

.well.indicators-panel {
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 5px;
    background-color: #ffffff; /* White for contrast inside the main panel */
    border-radius: 6px;
    border: 1px solid #f5f8fa; /* Extremely light blue border */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


#reading-list-nav {
    height: 12em;
    /* line-height: 2em; */
    /* border: 1px solid #ccc; */
    /* padding: 0; */
    /* margin: 0; */
    overflow: scroll;
    overflow-x: hidden;
}

#reading-list-nav li {
    border-top: 1px solid #ccc;
}

#reading-list-public-btn {
    margin-top: 20px;
}

button.my-btn-dropdown {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
}

.tiny-mce-body-cv-narrative {
    font-size: 12pt;
    line-height: 1.1;
}

textarea.element-table-input {
    resize: none;
    overflow-y: hidden;
}

textarea.element-table-input.form-control[readonly] {
    background-color: unset;
    border: none;
    box-shadow: none;
    padding: 6px 0px;
}