/* override default row color of bootstrap table-striped class */
/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: #dc3545;
} */
/* analyster-styles.css */
/* BUTTONS */


button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.symbol-link {
    text-decoration: none;
    color: inherit;
}


/* for stock.php */
.inline-wrapper {
    display: flex;
    align-items: center;
}

.inline-wrapper label {
    white-space: nowrap; /* Prevent label from wrapping onto multiple lines */
}

.inline-wrapper input[type="number"],
.inline-wrapper select,
.inline-wrapper input[type="date"] {
    width: 80px; /* Adjust the width as needed */
    margin-left: auto; /* Right-align the input fields and selectors */
    font-family: inherit; /* Inherit the font style from parent elements */
    text-align: right; /* Align the numeric fields and selectors on the decimal */
}

.inline-wrapper .upside-value {
    margin-left: auto; /* Right-align the output value */
    text-align: right; /* Align the text to the right */
}

#stockDecisionsTable th {
    padding-top: inherit; /* Retain the top padding */
    padding-bottom: inherit; /* Retain the bottom padding */
    padding-left: 0; /* No padding on the left */
    padding-right: 2px; /* 10px padding on the right */
}






