/* start bootstrap-datepicker overrides */
.datepicker .datepicker-switch {
    background-color: #4e73df;
    color: #fefefe;
}

.datepicker .datepicker-switch:hover {
    background: #7a93de !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none !important;
    background-color: #4e73df !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: none !important;
    background-color: #4e73df !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #afafaf !important;
}

.dropdown-menu {
    color: #6a6a6a !important;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #6a6a6a !important;
}
/* end bootstrap-datepicker overrides */

.stock-positive {
    color: #08e808;
    font-weight: bold;
}

.stock-negative {
    color: #fd8282;
    font-weight: bold;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #4e73df; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
