﻿.attendance-history-supercell {
    border: none;
}

.attendance-history-supercell td {
    border: none !important;
}

.attendance-history-display {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.attendance-cell {
    padding: 4px;
    margin-right: 4px;
    width: 100px;
}

.attendance-cell-date {
    font-weight: bold;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.attendance-cell-body {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    padding: 4px;
}

.attendance-cell-body div {
    text-align: center;
    width: 50%;
}

.attendance-cell-body div img {
    margin: 0 auto;
    width: 16px;
}

.take-invidual-attendance-link {
    display: inline-flex;
    height: 100%;
}

.take-invidual-attendance-link > span {
    align-self: center;
    justify-self: center;
}

td {
    vertical-align: middle !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.no-decorate {
    padding-left: 0px;
    list-style: none !important;
}

td.select-checkbox::before {
    position: absolute !important;
    top: 45% !important;
}

td.select-checkbox::after {
    position: absolute !important;
    top: 43% !important;
}

td a.btn-sm {
    display: inline-block;
    margin-bottom: 3px;
}

input:invalid {
    background-color: #ffbbbb !important;
}

.services-thumbnail-container {
    height: 218px;
    margin-top: 10px;
    width: 628px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 1px solid #ccc;
}

.inline {
    display: inline;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}
