@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: 0.75em;
    margin-top: 3px;
}

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;
}

.ll_rr_link {
    font-weight: bold;
}

.ll_rr_icon {
    color: #5ab05a;
}

.ll_rr_icon:hover {
    color: inherit;
}

.TileNav li.ll_admin_section {

}

/* 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;
}

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

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;
}