
.spCal {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
}

.spCal .headline {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 14px;
}

.spCal .subcontent {
    margin-top: 120px;
}

.spCal .subcontent .occ {
    margin-bottom: 55px;
}

.spCal .btn-wrap {
    display: flex;
    margin-top: 20px;
}

.spCal .btn-wrap div {
    margin-right: 10px;
}

.spCal-wrapAll {
    background: #F4F2EB;
}

.spCal #month {
    width: 100%;
}

.spCal fieldset {
    padding: 1rem;
    border: none;
}

.spCal input {
    width: auto;
}

.spCal label {
    display: inline-block;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    width: 100px;
}

.spCal .legend {
    display: flex;
    margin: 28px auto 38px;
    justify-content: center;
}

.spCal .legend .legend-item {
    padding-right: 20px;
}

.spCal .legend .legend-item .sq {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.spCal .legend .legend-item .green {
    background: #74AC6A;
}

.spCal .legend .legend-item .gold {
    background: #C7B163;
}

.spCal .legend .legend-item .gray {
    background: #D4D4D4;
}

.spCal .legend .legend-item .blue {
    background: #003E6F;
}

.spCal .selection {
    font-weight: bold;
    text-align: center;
}

.spCal #calendar, .spCal #calendar-right {
    /*     max-width: 500px; */
    margin: 2rem;
}

.spCal .labels,
.spCal .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    grid-gap: 8px;
}

.spCal .dates span {
    height: 80px;
    width: 100px;
    font-size: 19px;
    letter-spacing: -1px;
    /*border: 1px solid #e6e4e4;*/
    padding-top: 15px;
    font-weight: normal;
}

.spCal .labels span {
    font-size: 20px;
    line-height: 1em;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 28px;
}

.spCal .available,
.spCal .available:hover.notPickable:hover {
    background: #74AC6A;
    color: #333333;
    cursor: pointer;
}

.spCal .noArrival {
    background: #C7B163;
}

.spCal .available:hover {
    background: #b7c8e1;
}

.spCal .tmpColor {
    background: #b7c8e1 !important;
}

.spCal .dates span div {
    line-height: 1em;
    padding-bottom: 5px;
}

.spCal .available div:first-child {
    font-size: 20px;
    font-weight: bold;
}

.spCal .notAvailable {
    background: #FCFCFB;
    color: #B4B4B4;
}

.spCal .selected {
    background: #003E6F;
    color: #ffffff;
}

.spCal .inactive {
    background: #F4F2EB;
    color: #B4B4B4;
}

.spCal .notPickable {
    opacity: .5;
    cursor: default !important;
}


.dualCalWrap {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: center;
}

.cal-topbar {
    display: flex;
}

.cal-topbar-left {
    justify-content: flex-start;
}

.cal-topbar-right {
    justify-content: flex-end;
}

.monthlabel {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
}

.cal-month-btn {
    cursor: pointer;
}