.theme-calendar--all {
    position: relative;
}

.theme-calendar--all:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 47px;
    background-color: transparent;
    top: 0;
    left: 25%;
    -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.theme-calendar--all:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 47px;
    background-color: transparent;
    top: calc(46px + 2 * 60px);
    left: 25%;
    -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.theme-calendar-header--all {
    font-size: 14px;
    font-weight: normal;
    color: #1f1c35;
}

.theme-calendar-header--all span {
    font-weight: bold;
}

.theme-calendar-body--all td {
    width: 120px;
    height: 56.8px !important;
}

.theme-calendar-theme-name {
    width: 250px !important;
    font-family: 'pangram-regular';
    font-size: 14px;
    font-weight: bold;
    color: #1f1c35;
}

.theme-calendar-theme-name img {
    margin-left: 10px;
    margin-right: 12px;
}

@media (max-width: 46.24em) {
    .theme-calendar-theme-name {
        font-size: 11px;
    }
}

.theme-calendar-row--la .theme-calendar--selected {
    background-color: #425ABF !important;
}

.theme-calendar-row--abattoir .theme-calendar--selected {
    background-color: #30DADE !important;
}

.theme-calendar-cell-all:hover {
    opacity: .8;
    color: white;
    font-weight: bold;
}

.theme-calendar-cell-all--la:hover {
    background-color: #425ABF !important;
}

.theme-calendar-cell-all--vbn:hover {
    background-color: #eb1480 !important;
}

.theme-calendar-cell-all--abattoir:hover {
    background-color: #30DADE !important;
}

// WEBPACK FOOTER //
// ./src/styles/AllThemesCalendar.css