.clickable-link{
    color: #007BFF;
}

.clickable-link:hover { 
    color: #59A9FF;
    cursor: pointer;
}

.spaced-table {
    border-spacing: 10px 0 !important;
    border-collapse: separate !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #bfc6cb;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

tr.table-click td { cursor: pointer;}
tr.table-click td a { color: black;}

.dropdown-content option:hover {background-color: white;}

.dropdown:hover .dropdown-content {display: block;}

.selected { background-color: #F2F2F2;}

.clickable:hover { cursor: pointer !important;}

.no-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table-sidebar {
    right: 0 !important;
    overflow-y: scroll !important;
}


element.style {
    display: block;
}
.table-sidebar {
    right: 0 !important;
    overflow-y: scroll !important;
}

.list-sidebar {
    right: 0 !important;
    bottom: 0 !important;
}

.custom-sidebar-dark {
    background: #343a40;
}
.custom-sidebar-dark, .custom-sidebar-dark .nav-link, .custom-sidebar-dark a {
    color: #c2c7d0;
}
.custom-sidebar, .custom-sidebar::before {
    bottom: calc(3.5rem + 1px);
    display: none;
    right: -250px;
    width: 250px;
    transition: right .3s ease-in-out,display .3s ease-in-out;
}
.custom-sidebar {
    bottom: calc(3.5rem + 1px);
    position: absolute;
    top: calc(3.5rem + 1px);
    z-index: 1031;
}

.table-row-hover:hover * {
    background-color: #e6f2ff !important;
}

.tool-btn {color: rgba(255,255,255,.8) !important}
.tool-btn:hover {color: rgba(255,255,255,1) !important}

.select2-selection__rendered {color: black !important;}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content h6 {
    color: black;
    text-decoration: none;
    display: block;
}

.desc-max-width {
    max-width: 300px;
}

.stock {
    position: relative;
}

/* Prevent ColResize plugin's overflow:hidden from clipping the inventory dropdown */
table.dataTable td.stock {
    overflow: visible;
}