.pageTitle {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3A7DC3;
    color: #fff;
    font-size: 22px;
}

.pageTitle a {
    color: #fff;
}

.pageTitle .separator {
    width: 1px;
    background-color: #fff;
}

.nav-tabs {
    margin-top: 4px;
}

#eventsListPage .nav-tabs a {
    outline: none !important;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    color: #555;
}

#eventsListPage .nav-tabs li.active a {
    color: #337ab7;
}

#eventsListPage .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px 5px 15px 5px;
}

select#county {
    margin-top: 4px;
    margin-bottom: 15px;
}

.contentProgramsContainer .programsCatTitle {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1E2E51;
}

.contentProgramsContainer a {
    text-decoration: none;

}

.contentProgramsContainer .item {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #444444;
    margin: 0 auto 10px;
    padding: 16px 68px 16px 16px;
    border: 0;
    background-color: #fff;
    position: relative;
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
    border-radius: 20px;
}

.contentProgramsContainer .item .title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #444444;
}

#archiveProgramsRow h2 {
    color: #444444;
}

#archiveProgramsRow .contentProgramsContainer .item .title {
    color: #444444;
}

.contentProgramsContainer .item .fa-arrow-right {
    font-size: 20px;
    color: #fff;
    background-color: #13659D;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#eventsListPage .datepicker table tr td.highlighted {
    background-color: #13659D;
    color: #fff;
}

#eventsListPage .datepicker table tr td.highlighted:hover {
    background-color: #eeeeee;
    color: #000;
}

#eventsListPage .datepicker table tr td.active:hover {
    color: #fff;
}

#dateFiltered {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

#dateFiltered span {
    margin-left: 3px;
    margin-right: 15px;
}

.day.disabled {
    color: #13659D !important;
}

.day.old.disabled,
.day.new.disabled {
    color: #999999 !important;
}


#eventsCalendar table {
    border-collapse: separate;
    border: 0;
}

#eventsCalendar table tbody,
#eventsCalendar table thead {
    background: transparent;
}

#eventsCalendar table thead tr:nth-child(2) {
    border-radius: 21px;
    background: #1E2E50;
    height: 32px;
    justify-content: space-around;
    margin-bottom: 32px;
}

#eventsCalendar table thead tr:nth-child(3) {
    display: none;
}

#eventsCalendar tr {
    display: flex;
}

#eventsCalendar td {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 2px;
    justify-content: center;
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

#eventsCalendar td.day.disabled {
    color: #000 !important;
}

#eventsCalendar td.old.day.disabled {
    color: #C4C4C4 !important;
}
#eventsCalendar td.day.highlighted {
    color: #fff !important;
    background-color: #488282 !important;
}
#eventsCalendar td.active.day.highlighted {
    color: #000 !important;
    background: #A5D3D2 !important;
}