


.header-section {
    padding-top: 20px;
    margin: auto;
}

.search-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    
}

.search-container form {
    display: flex;
}

.search-text {
    margin-right: 10px;
}
.calendar-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.calendar-container {
    background: #fff;
    border: 1px solid;
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    text-align: left;
    line-height: 38px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    margin-right: -10px;
}


header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
}

.calendar-body {
    padding: 20px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: left;
}

.calendar-body .calendar-dates {
    margin-bottom: 20px;
}

.calendar-body li {
    width: calc(100% / 5);
    font-size: .905rem;
    color: #414141;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
}

.calendar-body .calendar-dates li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 5px;
}

.calendar-dates li {
    height: 100%;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


/*****************/


.cal-location {
    font-size:.90rem;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;

}

.cal-location a {
    text-decoration: none;
    color: #0F1719 !important;
    display: block;
    width: 100%;
    height: 100%;
}


.sf-loc-color {
    background-color: #D839334d;
    border-left: 4px solid#D83933;
}

.pas-loc-color {
    background-color: #DDAA014d;
    border-left: 4px solid #DDAA01;
}


.se-loc-color {
    background-color: #2378C34d;
    border-left: 4px solid #2378C3;
}

.po-loc-color {    
    background-color:#0084804d;
    border-left: 4px solid #008480;
}

.other-loc-color {
    background-color: rgb(185 185 185 / 30%);
    border-left: 4px solid rgb(185 185 185 / 90%);
}

.hide-weekend {
	display: none;  
}

