﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Shift Handoff Buttons - Hearo Green */
.button.accept-shift-handoff,
.button.accept-all-shift-handoffs,
a.button.accept-shift-handoff,
a.button.accept-all-shift-handoffs {
    background-color: #3cb883 !important;
    color: #fff !important;
}

.button.accept-shift-handoff:hover,
.button.accept-all-shift-handoffs:hover,
a.button.accept-shift-handoff:hover,
a.button.accept-all-shift-handoffs:hover {
    background-color: #2fa86f !important;
    color: #fff !important;
}

.e-ddl-hidden {
  display: none;
}

.dashboard-icon-color-warning {
    color: #b8860b !important;
}

.dashboard-icon-color-danger {
    color: #d64545 !important;
}

.dashboard-icon-color-info {
    color: #2f7de1 !important;
}

.dashboard-icon-color-success {
    color: #2f9d6b !important;
}

.dashboard-icon-color-purple {
    color: #7a53d6 !important;
}


.activity_feed_card li i.fa-regular {
  top: -2px;
}

.activity_feed_card li.dismiss-all-bar {
    background: rgba(208, 2, 27, 0.08);
    border-bottom: 1px solid rgba(208, 2, 27, 0.2);
    padding: 6px 12px;
    text-align: center;
}

.activity_feed_card li.dismiss-all-bar .dismiss-all-button {
    color: #D0021C;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.activity_feed_card li.dismiss-all-bar .dismiss-all-button:hover {
    text-decoration: underline;
}
