.actionButtonsContainer
{
    float: right;
}
.actionButtons 
{
    display: inline-block;
    margin: 0 1em 0 0;
}

.btn-position
{
    margin-top: -10px;
    float: left;
}

.btn-container 
{
    position: relative;
    width: 161px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: #1D57AC;
    color: #FFFFFF;
}

.btn-container button
{
    width: 80%;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: #1D57AC;
    border: none;
    color: #FFFFFF;
    padding: 10px;
    display: inline-block;
    text-align: left;
}

.btn-container button:hover
{
    text-decoration: underline;
    background-color: #1A4F9E;
}

.btn-right
{
    width: 20%;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    float: right;
    background-color: #1D57AC;
    color: #FFFFFF;
    padding: 10px;
    font-size: 1em;
    cursor: pointer;
}

.btn-right:hover
{
    text-decoration: underline;
    background-color: #1A4F9E;
    margin-right: 0; /* Remove margin on hover to extend to the edge */
}

.btn-left 
{
    background-color: #1D57AC;

}

.dropdown-trigger i
{
    color: #FFFFFF !important;
}

.dropdown-content
{
    display: none;
    position: absolute; /* Position the dropdown content */
    top: 100%; /* Position it below the button */
    left: 0; /* Align it with the button */
    z-index: 1; /* Ensure it appears on top */
    background-color: #FFFFFF;
    width: 100%;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 1px solid #1D57AC;
}

.dropdown-content a
{
    display: block;
    color: #1D57AC;
    padding: 10px;
}

.dropdown-content a:hover
{
    text-decoration: underline;
}

.button-clear
{
    clear: both;
}

.organisation-transaction-button
{
    margin-top: 5px;
    margin-left: 10px;
}

.disabled-link {
    pointer-events: none !important;
    color: grey !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    /* background-color: yellow; */
}

.actionButtons {
    display: inline-block;
    margin: 0 1em 0 0;
}

#userSelect {
    width: 100px;
}

.hover-display:hover::after {
    content: attr(title);
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    white-space: pre-wrap;
    max-width: 300px;
    z-index: 9999;
}

.myHoverBox {
    position: absolute;
    background-color: #fff;
    left: -25%;
    width: 900px;
    height: 400px;
    overflow: scroll;
}

.confirm_move {
    display: none;
}

.account_number_search {
    z-index: 1000000000;
    position: absolute;
    max-height: 150px;
    background-color: #FFFFFF;
}

#boxMoveSpid,
.organisationDetails {
    display: none;
}

table {
    width: 100% !important;
}

#inactive-supply-points-btn {
    margin: 3rem 0;
}

th {
    color: #2e3138;
    background-color: #f1f1f9;
}

tr {
    background-color: #ffffff;

}

tr:hover {
    background-color: #EBEBEB;
}

tr a {
    color: #0774f8;
}

#boxMoveSpid
{
    display: none;
}

#boxMoveSpid,
.organisationDetails
{
    display: none;
}

.cancelled-row {
    text-decoration: line-through;
}


.bi-clock-history:hover {
    cursor: pointer;
}

.editable-field
{
    min-width: 140px;
    display: inline-block;
    padding: 5px;
}