

/* Start:/local/templates/mineral_museum/components/bitrix/news.calendar/pubs_calendar/style.css?16997663681098*/
.weekdays-title {
    text-transform: uppercase;
    font-size: .7em;
    color: #ccc;
}
table.dates_table {
    text-align: center;
}

table.dates_table tr:not(:first-of-type) td {
    cursor: default;
    transition: color .3s;
}

table.dates_table tr:not(:first-of-type) td:hover {
    outline: 1px solid #20c997;
}
table.dates_table tr:not(:first-of-type) td:nth-of-type(6), table.dates_table tr:not(:first-of-type) td:nth-of-type(7) {
    background-color: #428bca;
    color: #fff;
}

table.dates_table tr td.has_event {
    background-color: #20c997 !important;
    color: #fff;
}

table.dates_table tr td.has_event:hover {
    color: #ccc;
    cursor: pointer;
    outline: none;
}

.event_link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.event_link:hover {
    color: #ccc;
    text-decoration: none;
}

.current_date {
    text-align: center;
}

.current_date a {
    font-weight: 400;
}

.current_date a:hover {
    text-decoration: none;
}

.change_month_select, .change_year_select {
    width: auto !important;
    display: inline-block !important;
}
/* End */
/* /local/templates/mineral_museum/components/bitrix/news.calendar/pubs_calendar/style.css?16997663681098 */
