#report-panel-side {
    margin-top: 1rem;
}

.glyphicon-spin {
    animation: spin 2s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.glyphicon-red {
    color: var(--reports-status-red);
    border-color: var(--reports-status-red);
}

.glyphicon-green {
    color: var(--reports-status-green);
    border-color: var(--reports-status-green);
}

.glyphicon-gray {
    color: var(--reports-status-gray);
    border-color: var(--reports-status-gray);;
}

.glyphicon-yellow {
    color: var(--reports-status-yellow);
    border-color: var(--reports-status-yellow);
}

.glyphicon-blue {
    color: var(--reports-status-blue);
    border-color: var(--reports-status-blue);
}

.glyphicon-black {
    color: var(--reports-status-black);
    border-color: var(--reports-status-black);
}

.list-item-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-item-content-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    flex-wrap: wrap;
}

.report-icon {
    margin-right: 0.9rem;
    font-size: 1.5rem;
    line-height: 0;
    margin-bottom: auto;
    margin-top: auto;
}

.report-description {
    max-width: 8.5rem;
}

.report-heading {
    font-size: 0.8rem;
}

.report-subheading {
    font-size: 0.7rem;
}

.report-subheading {
    color: #858a8e;
}

.list-item-content-right {
    margin-left: auto;
}

.loading-bar-item {
    justify-content: center;
    line-height: 0;
    margin: 0.5rem;
}

.loading-bar-mr {
    margin-right: .3rem;
}

.no-border {
    border: 0;
}

#report-panel-side div.panel {
    background-color: var(--panel-header-bg-color);
}

#report-panel-side div.panel-default {
    background-color: var(--main-bg-color-default);
    border-color: var(--grid-item-border-color);
}

#report-panel-side li.list-group-item {
    background-color: var(--main-bg-color-default);
    border-top: 1px solid var(--grid-item-border-color);
}

#report-panel-side li.list-group-item:first-child {
    border-top: none;
}

#report-panel-side .panel-default > .panel-heading {
    background-color: var(--panel-header-bg-color);
    border-bottom: 1px solid var(--grid-item-border-color);
}

.btn-rlist {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
    margin-left: 0.3rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    width: 2.375rem;
    height: 2rem;
}

.btn-rlist svg {
    position: relative;
    fill: #fff;
    top: 0rem;
    left: -0.125rem;
    width: 1.2rem;
}

.btn-rlist.btn-retry svg {
    width: 1.4rem;
    left: -0.25rem;
    top: -0.0625rem;
}

.btn-rlist .glyphicon {
    font-size: 1.1rem;
    top: 0.125rem;
    left: -0.125rem;
}

.list-buttons :not(:last-child) {
    margin-right: 0.8rem;
}

.btn-rlist-outline-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-rlist-outline-danger:hover {
    color: #fff;
    background-color: #941816;
    border-color: #941816;
}

.btn-rlist-outline-danger[disabled]:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-rlist-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-rlist-outline-primary {
    color: #fff;
    background-color: var(--svantek-accent-blue);
    border-color: var(--svantek-accent-blue);
}

.btn-rlist-outline-primary:hover {
    color: #fff;
    background-color: #0f4574;
    border-color: #0f4574;
}

.btn-rlist-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(50, 121, 181, 0.5);
}

.btn-rlist-outline-primary[disabled]:hover {
    color: #fff;
    background-color: var(--svantek-accent-blue);
    border-color: var(--svantek-accent-blue);
}

/*.btn-rlist-outline-primary.disabled, .btn-rlist-outline-primary:disabled {*/
/*    color: #fff;*/
/*}*/

.btn-invisible {
    border: 0;
    background: none;
    line-height: 0;
}

.btn-invisible:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.progress-report {
    height: 0.3rem;
    margin-bottom: 0;
    margin-top: 5px;
}

.svg-spinner {
    stroke: var(--export-buttons-svg-text-fill);
    stroke-linecap: round;
    stroke-dasharray: 75%, 25%;
    stroke-dashoffset: 0;
    stroke-width: 25px;
    animation: spin .75s linear infinite;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin .75s linear infinite;
}

.list-group-item {
    animation: fadeIn 400ms ease-in-out;
}

.panel-heading-report {
    padding: 0.4rem;
}

div.status-icon {
    display: inline-block;
}

div.status-info-icon {
    display: inline-block;
    padding-left: 0.4rem;
}

div.reporting-table-title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

/** Datatables **/
#report-panel-full tbody tr.btn-svn-list-selected,
#report-panel-full tbody tr:hover {
    background-color: var(--storage-data-hover-background) !important; /* --svantek-accent-blue with transparency */
}

#report-panel-full tbody tr.btn-svn-list-selected a,
#report-panel-full tbody tr:hover a {
    color: #fff !important;
}

#report-panel-full td {
    color: var(--user-table-td-color);
}

.dt-action-buttons {
    min-width: 10rem;
}

button.reports-nav {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.2rem 0.8rem;
}

button.reports-nav * {
    vertical-align: middle;
    position: inherit;
}

#reportingBackButton {
    margin-right: 0.6rem;
    display: block;
    background-color: var(--svantek-accent-blue) !important;
    border-color: var(--svantek-accent-blue) !important;
    color: rgb(255, 255, 255) !important;
}

.report-more-menu {
    width: 0.1rem;
    margin-left: auto;
    text-align: right;
}

.more-menu-icon {
    font-size: 1.3rem;
    color: var(--panel-header-bg-color);
}

.popover-reports {
    position: absolute;
    background-color: #fff;
    left: 7rem;
    width: fit-content;
    height: fit-content;
    z-index: 100;
    top: 3rem;
    padding: 0.5rem;
}

.popover-reports ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
}

.popover-reports ul li {
    display: inline;
    margin-right: 0.5rem;
}

.popover-reports ul li:last-child {
    margin-right: 0;
}

.btn-more {
    background: none;
    border: none;
    padding: 0;
}

.side-panel-loader {
    padding: 1rem 0;
}