.accident-report-print {
    font-family: "fieldwork", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.accident-report-print .report-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}
.accident-report-print .report-content {
    display: flex;
}
.accident-report-print .report-content .section {
    padding: 20px;
    flex: 1;
}
.accident-report-print .report-content .section .item {
    padding: 10px;
}

.accident-report-print .report-content .section .signature {
    padding: 10px;
    margin-top: 50px;
}

.register-report-print {
    font-family: "fieldwork", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.register-report-print .report-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}
.register-report-print .report-content table {
    width: 100%;
    border-collapse: collapse;
}
.register-report-print .report-content table th {
    padding: 10px;
    border-bottom: 1px solid black;
    text-align: left;
}
.register-report-print .report-content table td {
    padding: 10px;
}
.register-report-print .report-content table .activity-report {
    padding-top: 0px;
}
.register-report-print .report-content table .bordered {
    border-bottom: 1px solid lightgrey;
}

.rotas-rota-print {
    padding: 15px;
    print-color-adjust: exact;
    font-family: "fieldwork", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.rotas-rota-print .title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}
.rotas-rota-print .confirm-rota {
    font-size: 0.875rem;
}
.rotas-rota-print .confirm-rota .top-label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}
.rotas-rota-print .confirm-rota .top-label .lightbulb {
    margin: 0 5px 3px 5px;
    width: 20px;
}
.rotas-rota-print .confirm-rota .top-label .confirm {
    margin: 0 5px;
    width: 20px;
}
.rotas-rota-print .confirm-rota .confirm {
    width: 1rem;
    height: 1rem;
}
.rotas-rota-print .confirm-rota .light-icon {
    left: -27px;
    top: -4px;
}
.rotas-rota-print .days {
    float: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
.rotas-rota-print .days .day-week-empty {
    width: 12.5%;
    max-width: 12.5%;
}
.rotas-rota-print .days .day-week {
    background: #fff;
    width: 12.5%;
    max-width: 12.5%;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #e5e5e5;
    font-size: 0.875rem;
    padding: 5px 0 5px 5px;
    font-weight: 600;
}
.rotas-rota-print .days .day-week .text-day {
    color: #e45f5f;
}
.rotas-rota-print .days .day-week .day-label {
    font-weight: 600;
}
.rotas-rota-print .days .day-week.first-day {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.rotas-rota-print .days .day-week.last-day {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-width: 1px;
}
.rotas-rota-print .category-header {
    font-size: 0.875rem;
    color: #4ca1a0;
    font-weight: 600;
    display: inline-block;
    margin: 12px 0;
}
.rotas-rota-print .one-row {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
}
.rotas-rota-print .one-row .staff-card {
    width: 12.5%;
    max-width: 12.5%;
    background: #f7f7f7;
    padding: 8px 0;
}
.rotas-rota-print .one-row .staff-card .avatar {
    display: flex;
    align-items: center;
}
.rotas-rota-print .one-row .staff-card .avatar .confirmed {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0;
    width: 15px;
    margin-left: -7px;
}
.rotas-rota-print .one-row .staff-card .avatar .confirmed img {
    width: 15px;
}
.rotas-rota-print .one-row .staff-card .avatar .avatar-wrapper .author-avatar {
    margin-left: -18px;
    width: 36px;
    height: 36px;
}
.rotas-rota-print .one-row .staff-card .author-wrapper {
    margin-left: 4px;
    padding: 4px 0;
}
.rotas-rota-print .one-row .staff-card .author-wrapper .author-name {
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}
.rotas-rota-print .one-row .staff-card .author-wrapper .hours {
    font-size: 11px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.rotas-rota-print .one-row .rota-card {
    flex-grow: 1;
    width: 12.5%;
    max-width: 12.5%;
    border-left: 1px solid #dfdfdf;
    padding: 5px;
}
.rotas-rota-print .one-row .rota-card:nth-of-type(even) {
    background-color: #ececec;
}
.rotas-rota-print .one-row .rota-card:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.rotas-rota-print .one-row .rota-card .day-week-author {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rotas-rota-print .one-row .rota-card .day-week-author span {
    font-size: 0.75rem;
}
.rotas-rota-print .one-row .rota-card .day-week-author p {
    font-size: 10px;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box {
    box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: white;
    padding: 4px 4px 4px 0;
}
@media (min-width: 1200px) {
    .rotas-rota-print .one-row .rota-card .day-week-author .time-box {
        min-width: 8.25rem;
   }
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper {
    display: flex;
    align-items: center;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper .dgrid {
    display: grid;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper .dgrid .time {
    font-size: 10px;
    font-weight: 600;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper .dgrid .room {
    margin: 0;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper .dgrid .category {
    margin: 0;
}
.rotas-rota-print .one-row .rota-card .day-week-author .time-box .time-box-wrapper .label {
    border-radius: 0.5rem;
    width: 0.25rem;
    height: 2.5625rem;
    margin: 0 4px;
    padding: 4px 4px 4px 0;
}
.rotas-rota-print .one-row .rota-card .day-week-author h6 {
    font-size: 0.75rem;
}
.rotas-rota-print .first .rota-card:last-child {
    border-top-right-radius: 0.5rem;
}
.rotas-rota-print .first .staff-card {
    border-top-left-radius: 0.5rem;
}
.rotas-rota-print .last {
    border-bottom: none;
}
.rotas-rota-print .last .rota-card:last-child {
    border-bottom-right-radius: 0.5rem;
}
.rotas-rota-print .last .staff-card {
    border-bottom-left-radius: 0.5rem;
}
.rotas-rota-print .no-staff {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
