﻿textarea[name^="AttendanceModels"],
#AttendancePeriodNotes {
    margin-bottom: 0 !important;
}

.attendance-controls > ol > li > .Period-dropdown {
    position: relative;
    top: 1px;
}

.Period-dropdown > .my-dropdown-model {
    width: 160px;
}

.attendance-controls > ol > li.AttendanceReportOptions {
    border-left: thin solid black
}

    .attendance-controls > ol > li.AttendanceReportOptions > * {
        top: 12px;
    }

    .attendance-controls > ol > li.AttendanceReportOptions > span {
        position: absolute;
        top: -5px;
        left: 20%;
        font-size: 14px;
        white-space: nowrap;
    }

.attendance-controls > ol > li {
    float: left;
    position: relative;
}

    .attendance-controls > ol > li.search-model-date {
        padding-right: 4em;
    }

.attendance-controls:not(.print-only) > ol > li > *:not(.double-stacked) {
    position: relative;
    top: 12px;
}

.reportList .attendance-controls > ol > li > .checkbox {
    top: 0;
}

.attendance-controls > ol > li.search-model-date > a[onclick^="setToday"] {
    right: 29px;
}

.attendance-controls > ol > li.search-model-date.nestedSecondary {
    float: right !important;
}

.attendance-controls > ol > li > input[type="date"],
.attendance-controls > ol > li > input[type="time"] {
    width: 172px;
    display: inline;
    top: 12px;
}

#AttendancePeriod > table > thead > tr > th,
#AttendancePeriod > table > tbody > tr > td {
    text-align: center;
}

.button-wrap-overlay {
    background-image: url(images/spinner.gif);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

[data-attendanceperiodstatus] {
    padding: 1em;
    font-weight: bold;
}

    [data-attendanceperiodstatus] > * {
        color: white !important;
    }

/* .Attendance-search-model > table > thead > tr > td > div > .ListContainer > * {
    display: inline;
    white-space: nowrap;
} */

.calendar-entry {
    /*	background-color: red;*/
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 25px;
}

.calendar-header {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    padding-right: 3px;
    min-width: 25px;
}

.calendar-day {
    color: #424242;
}

.calendar-border-right {
    border-right:solid;
}

.calendar-month {
    text-align: center;
    font-weight: bold;
    border-left: solid;
    border-right: solid;
}

table.attendance-year-outer-table {
    /*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
    border: 1px solid;
}

table.attendance-year-outer-table td, table.attendance-year-outer-table th {
    /*        border: 1px solid;*/
    text-align: center;
}

table.attendance-year-outer-table tr:nth-child(2n) {
    border-bottom: solid;
    border-top: none;
}

table.attendance-year-outer-table tr:nth-child(1) {
    border-top: solid;
}

#attendance-year {
    border-left: solid;
}

table.attendance-year-outer-table th:nth-last-child(1) {
    border-right: solid;
}

table.attendance-year-outer-table td:nth-last-child(1) {
    border-right: solid;
}

table.attendance-year-outer-table {
    border-collapse: collapse;
}

li.no-marker{
    list-style: none;
}

.AttendanceYear-search-model {
    overflow-x: auto;
}
.AttendanceYear-search-model td {
    padding: 0 !important;
}

#attendanceLegend > li {
    margin-right: 3%;
}
.attendance-times-card {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: block;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}

.attendance-times-card-header {
    font-weight: bold;
    margin-bottom: 8px;
    background: none;
    border-radius: 0;
    padding: 0;
    display: block;
    font-size: 1em;
    color: #333;
    letter-spacing: 0.5px;
    text-align: left;
}

.attendance-times-table {
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
    margin-bottom: 6px;
}

.attendance-times-table td {
    padding: 3px 6px;
    vertical-align: middle;
}

.attendance-time-span {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    background: #f8fafc;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 1em;
    border: 1px solid #d1d5db;
    color: #333;
}

.attendance-times-table input[type="time"].UpdatesAll {
    min-width: 90px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    padding: 4px 10px;
    background: #fff;
    font-size: 1em;
    color: #333;
    box-shadow: none;
}

.attendance-times-actions {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.attendance-times-actions .my-button {
    font-size: 1em;
    padding: 4px 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d1d5db;
    color: #333;
    box-shadow: none;
    margin-right: 8px;
    transition: background 0.2s, border 0.2s;
    width: 100%;
    max-width: none;
    margin: 0 auto 10px auto;
    display: block;
}

.attendance-times-actions .my-button:hover,
.attendance-times-actions .my-button:focus {
    background: #f3f4f6;
    border-color: #a1a1aa;
    outline: none;
}

.attendance-times-table td > input[type="time"].UpdatesAll,
.attendance-times-table td > .action.icon-bin {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.attendance-times-table td > .action.icon-bin {
    margin-left: 8px;
    vertical-align: middle;
    line-height: 1;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.attendance-times-table td {
    white-space: nowrap;
}