@import "fontawesome-5.12.1/css/solid.min.css";

.fa.fa-sort-amount-desc:after {
    content: "\f886";
    margin-right: 5px;
}
.fa.fa-sort-amount-desc:before {
    content: "\f162";
    opacity: 0.5;
    margin-right: 5px;
}
.fa.fa-sort-amount-asc:after {
    content: "\f886";
    opacity: 0.5;
    margin-right: 5px;
}
.fa.fa-sort-amount-asc:before {
    content: "\f162";
    margin-right: 5px;
}
i#sort_selection_toggle {
    font-size: 1.5em;
}

span.ResourcePanelResourceID {
    font-size: 12px;
    margin-top: 3px;
    float: left;
}

span.ResourcePanelResourceID + br {
    display: none;
}

.ll_footer {
    background-color: transparent;
    color: #600000;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 200;
}

.ll_col_desc {
    font-size: 0.7em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid silver;
}

.ll_delete_warning {
    color: #600000;
}

.ll_link::after {
    content: "\f0c1";
    color: #5ab05a;
}

div.ll_related_record {
    margin-left: 5px;
    margin-bottom: 5px;
}

.ll_related_record_clickable {
    padding: 5px;
}
.ll_related_record_clickable:hover {
    background-color: #D0E0FF;
    cursor: pointer;
}

.ll_rr_link {
    font-weight: bold;
}

.ll_rr_icon {
    color: #5ab05a;
}

.ll_rr_icon:hover {
    color: inherit;
}

.TileNav li.ll_admin_section {

}

.ll-action-button {
    min-width: 2rem;
    margin-right: 5px;
}

/* select#collection {
    font-family: 'FontAwesome', 'Roboto';
} */

span.Pill {
    color: black;
    background: #5ab05a;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, .RecordPanel .RecordDownloadSpace .DownloadDBlend a:hover, .UploadButton a {
    color: black !important;
    background: #96beee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

div#map_canvas {
    border: 1px solid #595959;
}

#CollectionMinDrop .SearchWidth {
    width: 350px;
}

.CollectBack .SearchWidth {
    width: 220px;
}

img.CollectionPanelThumb {
    margin: auto;
    width: auto;
    max-width: 100%;
}

#BrowseBarContent {
    padding-top: 0px;
    overflow-x: auto;
    scrollbar-color: silver #455A73;
    scrollbar-width: auto;
    width: 265px !important;
}
#BrowseBarContent::-webkit-scrollbar {
    background: #455A73;
}
#BrowseBarContent::-webkit-scrollbar-thumb {
    background: silver;
}

div.BrowseBarLink {
    white-space: nowrap;
}

#BrowseBarContent::-webkit-scrollbar {
    width: 15px;
}

#BrowseBarContent::-webkit-scrollbar-track {
    background-color: #455A73;    /* color of the scroll background */
}

#BrowseBarContent::-webkit-scrollbar-thumb {
    background-color :silver;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: 1px solid black;  /* creates padding around scroll thumb */
}

table.ListviewStyle>tbody>tr>td>pre {
    max-width: 50ch;
    max-height: 15ch;
    overflow: scroll;
    font-size: 0.7em;
    border: 1px solid black;
    scrollbar-color: grey silver;
    scrollbar-width: auto;
    padding: 3px;
}

/* the DIFFERENCE field in the logs - keep it limited size with scrollbars */
table.ListviewStyle>tbody>tr>td>pre::-webkit-scrollbar {
    width: 15px;
}

table.ListviewStyle>tbody>tr>td>pre::-webkit-scrollbar-track {
    background-color: silver;    /* color of the scroll background */
}

table.ListviewStyle>tbody>tr>td>pre::-webkit-scrollbar-thumb {
    background-color :grey;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: 1px solid black;  /* creates padding around scroll thumb */
}

/* hide the resourcespace upgrade available dash tile */
a#upgrade_available_tile {
    display: none;
}

.deleteCol {
    white-space: nowrap;
}

.gotoCol {
    white-space: nowrap;
}

.createTag {
    white-space: nowrap;
}

.showTag {
    white-space: nowrap;
}

.editTag {
    white-space: nowrap;
}

.PoweredByPanel {
    display: none;
}

div#SearchBox {
    display: flex;
    flex-direction: column;
}

div#SearchBoxPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Ensure the pseudo-elements are positioned correctly */
    flex-direction: column; /* Stack text and image vertically */
    flex-grow: 1;
}

div#SearchBoxPanel::after {
    content: url('/plugins/librarylink/Idox116-92-dark.png');
    display: block;
    width: 116px;
    height: 92px;
    margin-bottom: 10px;
}
