/** changes outside of designed templates */

.page__year option {
    background-color: rgba(0, 0, 0, 0.85)
}

.card-header-smaller {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

.float-right {
    float: right;
}

.alert {
    padding: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #f5c6cb;
    border-radius: 0.5em;
}

.alert-danger {
    color: #ae1f23;
    background-color: #f8d7da;
}

.button--disabled {
    background-color: gray !important;
    border-color: gray !important;
    cursor: not-allowed !important;
}

.button--orange{
    background-color: #d97729;
    border-color: #d97729;
}

.text-right {
    text-align: right;
}

.text-muted {
    color: #6c757d !important;
}

.padding-left {
    padding-right: 0.5em !important;
}

.padding-right {
    padding-right: 0.5em !important;
}

.chart-tooltip-table {
}

.chart-tooltip-table th {
    padding: 0.25em 0 !important;
}

.chart-tooltip-table td {
    padding: 0 !important;
}

.chart-tooltip-table th {
    text-align: center;
    width: 75px;
}

.chart-tooltip-table th.wider {
    width: 80px;
}

.chart-tooltip-table td {
    text-align: right;
    padding-left: 1em;
}

.chart-tooltip-table td:first-child {
    text-align: left;
}

.sales-legend-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sales-legend-container div {
    flex: 1;
}

.budget-expense-badge {
    background: white;
    top: 0;
    border-radius: 0.25em;
    padding: 0.25em;
}

@media (max-width: 434px) {
    .sales-legend-container div:first-child {
        flex-basis: 100%;
        margin-bottom: 1em;
    }
}

.desktop-link{
  text-decoration: none;
}

.desktop-link:hover{
    text-decoration: underline;
}

.footer__disclaimer {
	  display:block;
	  font-weight:100;
  }