﻿.sideBarRoboto {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.searchBox {
    margin: 5px 0;
    display: flex;
    width: 100%;
    flex-flow: column;
}
.searchBox > .heading {
    height: 40px;
    display: flex;
    background-color: var(--themeHeaderColor);
    margin: auto 0;
    font-weight: 600;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
    cursor: pointer;
}

.searchBox > .heading > div:first-child {
    display: flex;
    align-items: center;
}

.searchBox > div:nth-child(2) {
    display: none;
}
.searchBox.active > div:nth-child(2) {
    display: block;
}
.searchBox > a:first-child {
    display: none;
}
.searchBox.active > a:first-child {
    display: flex;
}
.searchBox .allPeriodicalsFilterImage {
    display: none;
}


a.searchBoxLink {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 8px;
    color: var(--themeBGColor);
}
a.searchBoxLink:hover {
text-decoration: underline;
}
.searchBox > div:nth-child(2) {
    margin: 0 8px;
    padding: 15px 0;
}
.periodikaAdvancedSearchListItems
{
    overflow-x: hidden;
    overflow-y: scroll;
}

.periodikaAdvancedSearchListItems > div > div{
    display: flex;
    padding: 5px 0;
}
/*.periodikaAdvancedSearchListItems > div > div > span:first-child {
    padding: 5px;
}
.periodikaAdvancedSearchListItems > div > div > div:first-child > div{
    margin:auto;
}*/

.sidebar {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    margin-top: 0.625em;
    margin-right: 1.875em;
    gap: 20px;
}

.sideBarHeader {
    display: flex;
    border: 0px;
    flex-direction: row;
    background: var(--themeHeaderColor);
    height: 40px;
    width: 270px;
    border-radius: 0px;
    justify-content: left;
    align-items: center;
    text-align:start;
    line-height: 1.5em;


    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    text-align: start;
}

.mainContent1SideBarHeader{
    margin-block-end:10px;
}

.buttonText {
    width: 13.875em;
    line-height: 1.5em;


    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    text-align: start;
}

.arrowDown {
    background-image: url(../img/arrow_down.svg);
    background-position: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .arrowDown.inverted {
        transform: scaleY(-1);
    }

.sideBarHeader{
    padding-left:0px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
}

.sideBarHeaderText{
    padding-left:8px;
}

.sideBarActive {
    display: flex;
    border: 0px;
    flex-direction: row;
    background: var(--themeHeaderColor);
    height: 40px;
    width: 270px;
    border-radius: 0px;
    justify-content: left;
    align-items: center;
}

.sideFilterTextBox {
    height: 30px;
    width: 270px;
    /*background-color: brown;*/


    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}


.period {
    background-color: white;
    width: 16.875em;
    min-height: 40px;
    max-height: 11.375em;
    position: relative;
}

.periodDropDown-btn {
    display: flex;
    border: 0px;
    flex-direction: row;
    background: var(--themeHeaderColor);
    height: 40px;
    width: 270px;
    border-radius: 0px;
    align-items: center;
}

.periodCalendar {
    display: grid;
    grid-template-areas:
        'date1 date2'
        'dateBox1  dateBox2';
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    height: 98px;
    background-color: white;
    padding-left: 8px;
}

.calDatesText {
    position: relative;
    top: 10px;
    height: 24px;
    width: 83px;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.dateFrom {
    grid-area: date1;
}

.dateTo {
    grid-area: date2;
}

.calBox {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 124px;
    height: 40px;
    bottom: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    line-height: 40px;


    font-weight: 400;
    font-size: 16px;
}

.calIcon {
    position: relative;
    height: 14.67px;
    width: 14.67px;
    top: 12.67px;
}

.dateFromBox {
    grid-area: dateBox1;
}

.dateToBox {
    grid-area: dateBox2;
}

.periodResults {
    height: 100%;
    width: 100%;
    background: #3A8544;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
}

.periodResultsText {
    padding-bottom: 0.9em;
    padding-top: 0.8em;
    padding-left: 4.6em;
    padding-right: 4.6em;


    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    color: white;
}

.releases {
    background-color: white;
    width: 16.875em;
    min-height: 40px;
    max-height: 23.56255em;
}

.releasesDropDown-btn {
    display: flex;
    flex-direction: row;
    background: var(--themeHeaderColor);
    height: 40px;
    width: 270px;
    border-radius: 0px;
    align-items: center;
    border: 0px;
}

.reText {
    position: relative;
    top: 20px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    font-size: 14px;
}

.reTextLine {
    line-height: 25px;
    align-items: center;
    padding-left: 8px;
}

.sideBarAllReleases {
    display: flex;
    justify-content: end;
    width: 270px;
    height: 24px;
    color: #3A8544;


    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.sideBarCollection {
    background-color: white;
    width: 16.875em;
    min-height: 40px;
    max-height: 15.875em;
}

.sideBarCollectionDropDown-btn {
    display: flex;
    flex-direction: row;
    background: var(--themeHeaderColor);
    height: 40px;
    width: 270px;
    border: 0px;
    align-items: center;
}

.colText {
    position: relative;
    top: 20px;
    bottom: 10px;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    font-size: 14px;
}

.colTextLine {
    line-height: 25px;
    align-items: center;
}

.sideBarAllCollections {
    display: flex;
    position: relative;
    top: 25px;
    justify-content: end;
    text-align: end;
    width: 270px;
    height: 24px;
    color: #3A8544;


    font-weight: 500;
    font-size: 16px;
}

.sidebarExtendedPeriod {
    width: 270px;
    background-color: aquamarine;
    margin-top: 20px;
    margin-right: 30px;
    height: 1442px;
    margin-bottom: 30px;
}

.sidebarPopularity{
    display:flex;
    flex-direction:column;
    height:408px;
    width:270px;
    background-color:aqua;
    margin-top:20px;
    margin-right:30px;
}

select.calendarYearBox {
    width: 100%;
    background-color: #d3d6da;
    margin-top: 3px;
}
.calendarMonthsLabel.selected {
    background-color: #00873c;
    color: white;
}
.calendarMonthsLabel.clickableMonth {
    cursor: pointer;
    color: #000;
}
.calendarMonthsLabel {
    background-color: #D3D6DA;
    cursor: default;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
    color: #888888;
}
.daysHeading {
    background-color: #9FA6AF;
    color: white;
    font-size: 11px;
}

.daysLabel.clickableDay {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
}

.daysLabel {
    background-color: #D3D6DA;
    color: #888888;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}

.daysLabel.notSelectedMonth {
    color: white;
}
.daysLabel.weekend.clickableDay {
    color: red;
}
.daysLabel.weekend {
    color: #f66262;
}
.calendarMonthsTable{
    width: 100%;
}

.daysTable{
    width: 100%;
}

.filter_item_selector.selected {
    background: gray;
}

.filter_item_selector {
    display: block;
    border: 1px solid gray;
    border-radius: 3px;
    width: 15px;
    height: 12px;
    margin-right: 10px;
}

.filter_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.filter_item_label {
    width: 160px;
}
.filter_item_count {
    width: 60px;
    text-align: right;
}
@media (max-device-width: 769px) {
    .sidebar {
        display: none;
    }
}
.periodikaAdvancedSearchListItems {
    max-height: 580px;
}