.rollout-td {
    display: none;
}

.Saturday, .Sunday, .feast {
    background-color: #f0f0f0;
}

.col-sm-6 table.table-bordered tr {
    height: 40px;
}

@media (min-width: 900px) {
    .select-month-form {
        max-width: 700px;
        width: 700px;
        float: right;
    }
}

.no-border {
    border: none!important;
}

.btn-xxs {
    padding: 1px 1px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

body.attendance .row.in {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    border: 1px solid #fff;
}

body.attendance .row.in.old-arrival {
    background-color: #f2dede;
    border-color: #ba7d7d;
}

body.attendance .alert {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
}

body.attendance .row.in .header {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.attendance .row.in .float-left {
    float: left;
    margin-right: 10px;
}

body.attendance .row.in .float-right {
    float: right;
    margin-left: 10px;
}

html.attendance {
    background: url(../images/bg_body.png) repeat-x top left scroll transparent;
    height: 100%;
}

body.attendance {
    background-color: transparent!important;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background: url(../images/bg_content.png) no-repeat top center scroll transparent;
    min-height: 100%;
    color: #CA3900!important;
}

body.attendance div.flash {
    position: fixed;
    width: 300px;
    top: 40px;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}

body.attendance div.time div#div_ActualDateAndTime {
    display: inline-block;
    font-size: 28px;
}

body.attendance h2 {
    margin-bottom: 20px!important;
    margin-top: 0px!important;
}

body.attendance .statement {
    border-collapse: collapse;
    font-size: 14px;
}

body.attendance .statement td, body.attendance .statement th {
    border: 1px solid #000;
    text-align: center;
}

body.attendance .statement td.no-border{
    border-left: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
    text-align: left;
    background: #fff;
    padding-left: 5px;
}

body.attendance img.logo-small {
    height: 30px;
    margin-right: 20px;
    vertical-align: bottom;
}

body.attendance .Saturday, body.attendance .Sunday, body.attendance .feast {
    background-color: #D6D6D6;
}

body.attendance .special-event {
    text-align: left!important;
    padding-left: 3px;
    font-style: italic;
}
.bg-green td {
    background-color: rgba(111, 203, 111, 0.66);
}
.bg-red td {
    background-color: rgba(203, 111, 111, 0.66);
}
.text-black {
    color: #000!important;
}
.calendar td, .calendar th {
    width: calc(100% / 7);
}
.calendar .calendar-today {
    border: 2px solid #000!important;
}
.calendar .calendar-day {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
.calendar .calendar-day .calendar-substitution {
    border-left: 2px solid #67c700;
    padding-left: 5px;
    margin-bottom: 2px;
}
.calendar .calendar-day .calendar-substitution-missing {
    border-left: 2px solid #c70000;
    padding-left: 5px;
    margin-bottom: 2px;
}