.new-button {
    font-size: 14px;
    padding: 3px;
}

.analysis_tab .toolbar_dropdown {
    float: unset;
    margin-left: 0;
}

.analysis_tab .tooltip {
    position: relative;
    overflow:visible;
}

.analysis_tab .lnfiles .tooltip {
    width: 80%;
}

.analysis_tab .tooltip-text {
    visibility: hidden;
    position: absolute;
    display: inline-block;
    top: 110% !important;
    left: 5px;
    z-index: 1;
    text-align: left;
    color: white !important;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    white-space: pre-line !important;
    overflow: visible;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

.file_ann_wrapper, .lnfiles, .annotations_section {
    overflow: visible !important;
}

.annotations-list {
    padding: 10px 0 10px 0;
}

.list-contents-container {
    padding-bottom: 5px;
}

.paginationjs {
    float: right;
}

#annToolbar {
    padding-top: 10px;
}

#annToolbar > * {
    padding-bottom: 5px;
}


#toggleToolbar {
    float: right;
}

.collapsible {
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 4px;
    position: relative;
    margin: 5px 0;
    padding: 7px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
}

.collapsible::after {
      position: absolute;
      content: '';
      top: 40%;
      right: 8px;
      width: 10px;
      height: 10px;
      display: block;
      background: url(../webclient/image/group_dropdown_arrow.png) center center no-repeat;
}

.closed::after {
      background: url(../webclient/image/dropdown_right_arrow.png) center center no-repeat;
}

.analysis_tab .la-id {
    font-size: 12px;
    color: white;
    border-radius: 5px;
    background-color: #606060;
    padding: 3px 5px 1px 5px;
    text-align: center;
    line-height: 1.5em;
}

.analysis_tab .la-ns {
    color: #6f6f6f;
    font-size: 12px;
    margin-left: 5px;
}

.analysis_tab .la-name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
}
