﻿.main {
    display: flex;
    justify-content: center;
    min-height: 446px;
    width: 100%;
    margin: 20px auto;
}

.periodicalMetadataRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E0E0E0;
    width: 602px;
}

.periodicalMetadataRow a {
    color: var(--themeBGColor);
    padding: 10px;
}
.periodicalMetadataTextContainer {
    padding-left: 20px;
}
.periodicalMetadataCaption {
    width: 130px;


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    margin-right: 20px;
}


.periodicalMetadataData {
    width: 422px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

textarea.periodicalMetadataData {
    margin-left: 40px;
}

.periodicalMetadataDataSaveBtn {
    margin-left: 40px!important;
}




.descriptionBottomBox {
    display: flex;
    justify-content: space-between;
}

table.periodicalMetadataRow button {
    width: 200px;
}

.periodicalMetadataAllNumberLink, .periodicalMetadataAllItemsLink {
    font-size: 14px !important;
    padding: 10px;
    float: left;
    font-weight: 500;
    line-height: 24px;
}
.periodicalMetadataAllNumberLink > a, .periodicalMetadataAllItemsLink >a{
    color: var(--themeBGColor);
}
.periodicalMetadataAllNumberLink{
    float: left;
}
.periodicalMetadataAllItemsLink{
    float: right;
}

.periodicalItemsLink {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 24px;
    padding: 10px;
}

.main > div:first-child {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.periodicalMetadataWidget {
    display: flex;
    flex-direction: row;
    max-width: 100%;
}

.editorActions button {
    margin: 2px!important;
}

.randomArticle > .periodicalMetadataWidget {
    flex-direction: column;
}

.randomArticle > .periodicalMetadataWidget .infoRow:first-child > .caption {
    display: none;
}

.infoRow {
    padding: 0 0 10px 0;
    font-size: 12px;
}

.infoRow > div {
    padding: 0 10px 0 0;
}
.randomArticle > .periodicalMetadataWidget .infoRow:first-child > .data {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}



.randomArticle > .periodicalMetadataWidget .infoRow:nth-child(1n+2) {
    display: flex;
}

.popularArticle div, .popularBook div {

}
.popularArticleImage > img {
    width: 185px;
}
.popularArticleImage {
    margin: 5px;
}

.popularArticleDescription {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 130px;
    padding-bottom: 3px;
}
.popularArticleDate {
    display: flex;
    font-size: 12px;
    font-weight: normal;
    float: right;
}
.popularArticle, .popularBook{
    border: 1px solid #E0E0E0;
/*    width: 195px;*/
    border-radius: 3px;
    height: 100%;
}
.popularArticleTitle {
    display: flex;
    font-size: 14px;
}

.popularBook > a > div, .popularArticle > a > div {
    padding: 5px;
}

.popularArticleContainer{
    display: flex;
    column-gap: 14px;
}


.contentHeaderA{
    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);
}
.mostActiveUser:nth-of-type(2n) {
    margin-right: 0;
}
.mostActiveUser {
    display: flex;
    flex-direction: row;
    width: 415px;
    height: 50px;
    border: 1px solid #E0E0E0;
    justify-content: space-between;
    margin: 10px 30px 10px 0;
}
.mostActiveUsersList
{
    display: flex;
    flex-wrap: wrap;
}
.mostActiveUser > div{
    margin: auto 20px;
}

.randomArticle {
    display: flex;
    justify-content: space-evenly;
    column-gap: 20px;
}

.randomArticle .imageContainer {
    height: 470px;
}

.periodicalMetadataImageContainer {
    margin-right: 30px;
    width: 250px;
}
.periodicalMetadataImageContainer >img {
    width: 98%;
}
.periodicalMetadataWidget > div:first-child {
    display: flex;
    flex-flow: initial;
    justify-content: space-around;
    align-items: center;
}


.periodicalMetadataWidget .headerImage{
    width: 350px;
    margin: 5px;
    max-height: 60px;
}
.periodicalMetadataWidget .cropImage {
    width: 350px;
    margin: 5px;
}
.periodicalMetadataWidget .image {
    /*height: 455px;*/
    max-width: 350px;
    margin: 5px;
}

.grid2 {
    display: grid;
    row-gap: 3.67%;
    column-gap: 3.45%;
    grid-template-columns: 48.276% 48.276%;
}

.imageContainer {
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}


.imageContainer img {
    max-width: 170px;
    max-height: 150px;
}
.randomArticle .imageContainer img.headerImage{
    max-height: 70px;
}

.randomArticle .imageContainer img {
    width: 350px;
    max-height: 465px;
    max-width: 100%;
}

.collectionMetadataTextContainer {
    width: 1000px;
}

.redChoice {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

.flexSpaceBetween {
    display: flex;
    justify-content: space-between;
}

h1 {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    color: #232B2B;
}

.allPeriodicalsList {

}

.allPeriodicalsItemList {
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
}

.allPeriodicalsComboBox {
    width: 200px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.allPeriodicalsFilterTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

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

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

.allAuthorsRow > a, .allThemesRow > a {
    width: 32%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.allThemesRow, .allAuthorsRow {
    display: flex;
    column-gap: 10px;
}

.allAuthorsList > div:first-child,.allThemesList > div:first-child {
    margin-bottom: 30px;
}

.allAuthorsList, .allThemesList {
    margin-top: 30px;
}


.allPeriodicalsCopyright {
    display: flex;
}
.contentLeft{
    display: flex;
    flex-direction: column;
    min-width: 270px;
    width: 270px;
    padding: 0 10px;
}


.contentRight {
    display: flex;
    flex-direction: column;
    min-width: 870px;
    width: 870px;
    padding: 0 10px;
}

.contentRight > div {
    padding-bottom: 30px;
}

.contentRight button {
    margin: 5px 0;
}

.allPeriodicalsFilter {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
}

.periodicalFilterBox {
    margin-right: 43px;
}

.allPeriodicalsFilterLabelsClass {
    margin-bottom: 4px;
    display: flex;
    justify-content: left;
}

.letterSelectorClass {
    display: flex;
    margin-bottom: 40px;
}

.allPeriodicalRow .shortInfo {
    display: flex;
    text-align: left;
    margin-bottom: 10px;
    align-items: center;
  /* // max-width: 30%;*/
    margin-right: 54px;
}
a.shortPeriodicalItemsCategoryInfo {
    font-size: 14px;
    font-weight: 500;
}

.allPeriodicalRowBlock {
     width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.allPeriodicalRow > div:nth-child(3n+4) {
    margin-right: 0;
}

.width33{
    width: 30%;
}

.allPeriodicalRow {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    width: 1170px;
}

.cut-text {
    width: 250px;
    margin-right: 3px;


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.yearsInfo {
    min-width: 58px;


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

.alphabetElement1 {
    font-size: 16px;
    line-height: 24px;
    margin-right: 12.4px;
}

.alphabetElement2 {
    font-size: 16px;
    line-height: 24px;
    margin-right: 12.25px;
}

.allPeriodicalsFilterImage {
    background-color: white;
    min-width: 15px;
    height: 15px;
    margin-right: 5px;
}

.allPeriodicalsFilterImage.allPeriodicalsFilterCopyrightImagePlace {
    background-image: url("../img/copyrightC.svg");
    background-position-x: 45px;
    background-size: 15px 15px;
}

.allPeriodicalsFilterImage.allPeriodicalsFilterExternalLinkImage {
    background-position-x: 30px;
    background-size: 15px 15px;
}

.copyrightCImg {
    background: url("../img/copyrightC.svg") center no-repeat;
    background-size: 15px 15px;
    margin-right: 3px;
    width: 15px;
    height: 21px;
}
.mainContentBlock > div {
    width: 200px;
}

.mainContentBlockWraper {
    padding-bottom: 40px;
}
.mainContentBlockWraper > div:first-child{
    padding-bottom: 10px;
}

.mainContentBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
}

.shortInfoContainer {
    display: flex;
    width: 250px;
    margin-right: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.alpha1 {
    padding-bottom: 20px;
    display: flex;
}

.alpha2 {
    display: flex;
}

/*.allPeriodicalsFilterCopyrightImage2 {
    background-image: url("../img/el.png");
    background-position-x: 45px;
}*/

.articleL, .journalL {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
}

.imagejournalL {
    position: relative;
    display: grid;
    place-items: center;
    bottom: 1.375em;
    top: 1.375em;
}

.imagearticleL {
    position: relative;
    bottom: 0.00625em;
}

.articleLContents {
    margin-bottom: 10px;
}

articleL {
    width: 100%;
    height: 82.22%;
}

.journalL {
    width: 100%;
    height: 81.22%;
}

.imagejournalL {
    height: 88.1%;
    width: 97.61%;
}

.languageFull {
    display: grid;
    grid-template-columns: 17em 8.9375em;
}

.author {
    margin-top: 10px;
    width: 98.8%;
    height: 5.33%;


    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: grid;
    align-items: center;
    color: #232B2B;
}

.title {
    margin-top: 10px;
    width: 20.6875em;
    height: 0.875em;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: grid;
    color: #232B2B;
}

.language, .year {
    box-sizing: border-box;

}

.language {
    margin-top: 10px;
    width: 17em;
    height: 0.875em;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #232B2B;
}

.year {
    margin-top: 10px;
    width: 3.75em;
    height: 0.875em;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #232B2B;
    margin-left: 120px;
}

.grid3 {
    display: grid;
    row-gap: 2em;
    column-gap: 1.875em;
    grid-template-columns: 12.1875em 12.1875em 12.1875em 12.1875em;
}

.mostViewed {
    display: grid;
    grid-template-columns: 6.25em;
}

.mostViewedText {


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

.viewAll {


    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3A8544;
}

.journalS {
    width: 12.1875em;
    height: 9.8125em;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
}

.imagejournalS {
    position: relative;
    align-items: center;
    top: 3px;
}

.titleS {


    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #232B2B;
    margin-top: 10px
}

.languageFullS {
    display: grid;
    grid-template-columns: 3em 4em;
}

.languageS {
    width: 135px;
    height: 14px;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #232B2B;
    margin-top: 10px;
}

.yearS {
    width: 60px;
    height: 14px;


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #232B2B;
    margin-left: 120px;
    margin-top: 10px;
}

h2 {
    margin-top: 45px;
    width: 48.3em;
    height: 1.5em;


    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #232B2B;
    justify-content: space-between;
}

.firstbox {
    width: 54.375em;
}

.mainTopOptions {
    height: 210px;
    width: 1170px;
    left: 135px;
    top: 278px;
    border-radius: 0px;
    margin-bottom: 40px;
}

.copyrightText {


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

.allReleasesText {


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

.allPeriodicalsContentLeftHeader {
    max-width: 1170px;
    min-width: 100px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 20px;
    margin-block-end: 0px;
    margin-bottom: 30px;
}

.searchFilterBox {
    height: 40px;
    width: 200px;
}

.SF {
    height: 58px;
}

.languageSearchFilterBox, .typeSearchFilterBox, .accessSearchFilterBox {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.languageSearchFilterBox {
}

.languageSearchFilterText, .typeSearchFilterText, .accessSearchFilterText {


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    padding-bottom: 4px;
    color: #74746D;
    align-items: center;
}

.searchFilters {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    margin-bottom: 30px;
    column-gap: 43px;
}

.alphabet {
    padding-left: 4px;
    display: flex;
    flex-direction: column;
}

.alphabetExpand {
    display: flex;
    flex-direction: column;
    align-items: center;


    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3A8544;
}

.alphabetLV, .alphabetRU {
    height: 24px;
    letter-spacing: 0.3em;


    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.alphabetLV {
    padding-left: 6px;
}

.topOptionsTextBox {
    display: flex;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 8px;


    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.topOptionsArrowDown {
    height: 8px;
    width: 15px;
    border-radius: 0px;
    padding-top: 15px;
    padding-right: 2px;
}

.releaseGridContainer {
    display: grid;
    grid-template-columns:360px 360px 360px;
    column-gap: 45px;
}

.lastGridContainer {
    margin-bottom: 50px;
}

.releaseGridElement {
    height: 296px;
    width: 360px;
}

.releaseLine {
    display: flex;
    height: 24px;
    width: 360px;
    margin-bottom: 10px;
    align-items: center;
}

.releaseLineElement1 {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.releaseLineElement2 {
    width: 250px;
    height: 24px;
    align-items: center;


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #232B2B;
    padding-right: 3px;
}

.releaseLineElement3 {


    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 60px;
    height: 14px;
    padding-right: 10px;
}

.releaseLineElement4 {
    width: 16px;
    height: 16px;
}

.rectangleLine {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #CCCCCC;
}

.index3Invisible {
    display: none;
}


.releaseDescriptionHeader {
    margin-bottom: 20px;
}

.filtersHeader {
    margin-block-end: 0;
    margin-top: 0px;
    height: 36px;
    line-height: 36px;
}

.releaseDescriptionContainer {
    display: flex;
    flex-direction: row;

}

.coverimg {
    width: 282px;
    height: 366px;
}

.releaseDescription {
    margin-left: 20px;
}

.descriptionLine {
    display: flex;
    flex-direction: row;
}

.descriptionColumnElement1 {
    width: 130px;
    height: 24px;


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    margin-right: 20px;
}

.descriptionColumnElement2 {
    height: 24px;
    width: 418px;


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

.descriptionLine {
    margin-bottom: 10px;
}

.descriptionLastLine {
    margin-bottom: 20px;
}

.descriptionGreenText {
    color: #3A8544;
}

.descriptionAnotation {
    width: 568px;
    height: 198px;
    /*background-color:aqua;*/
}

.descriptionTextMarginClassStart {
    margin-block-start: 0;
}

.descriptionTextMarginClass {
    margin-block-end: 1.7em;
}

.descriptionBottomBox {
    display: flex;
    justify-content: space-between;
}

.descriptionBottomBoxText1 {


    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 145px;
    height: 24px;
    color: #3A8544;
}

.descriptionBottomBoxText2 {


    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 150px;
    height: 24px;
    color: #3A8544;
}

h4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.articleExportText {
    margin-left: 500px;
    font-size: 16px;
    color: #3A8544;
}

.articleExportCart {
    width: 42px;
    height: 30px;
    padding-top: 6px;
}

.allPublicationArticles {
    margin-block-end: 30px;
}

.articleSearchNavigation {
    display: flex;
    flex-direction: row;
    height: 30px;
    margin-bottom: 30px;
    align-items: center;
}

.pageSearchNavigationBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 254px;
    height: 30px;
}

articlePageArrow {
    width: 40px;
}

.currentArticlePageText {
    width: 31px;


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

.currentArticlePageNumber {
    width: 30px;
    line-height: 19px;
    border: 2px solid #232B2B;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.allArticlePages {
    width: 35px;


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

.totalArticleResults {
    width: 86px;
    height: 24px;


    font-weight: 400;
    font-size: 14px;
    color: #3A8544;
    line-height: 24px;
    padding-left: 45px;
    padding-right: 45px;
}

.articleSortByText {
    width: 65px;
    height: 24px;


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
}

.articleCorrespondenceContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.articleCorrespondenceText {


    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    width: 129px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
}

.articleCorrespondenceArrowDown {
    height: 8px;
    width: 14.67px;
    padding-right: 8.67px;
}

.articleShowMoreText {
    margin-left: 51px;
    margin-right: 20px;


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

.articleSearchNavigationBox {
    width: 16px;
    height: 30px;
    color: white;
    background-color: #3A8544;


    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

.searchNavigationBackgroundColorGreen {
    background: #3A8544;
}

.searchNavigationBackgroundColorBlack {
    background: #232B2B;
}

.articleItemContainer {
    display: flex;
    flex-direction: row;
    height: 157px;
    margin-bottom: 40px;
}

.articleItemPlaceholder {
    width: 185px;
    height: 147px;
    padding: 3px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
}

.articleItemDescription {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.articleItemRoboto {


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

.articleItemName {
    width: 631px;
    height: 24px;


    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}

.articleItemSynopsis {
    width: 631px;
    height: 80px;
}

.articleItemAuthor {
    width: 500px;
    height: 24px;
}

.articleItemReleaseDate {
    width: 500px;
    height: 24px;
}

.articleItemBottomDescriptionRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.articleItemDOM {
    display: flex;
    justify-content: right;
    height: 24px;
    width: 155px;
    color: #3A8544;
}

.contentHeader6 {
    margin-block: 20px;
    width: 870px;
    height: 30px;
}


collectionMetadataTextContainer {
    width: 1000px;
}


.collectionItemContainer {
    width: 1171px;
    display: grid;
    grid-template-areas: "collectionDiplomaticItem collectionDiplomaticItem collectionHumanitaryItem collectionMusicItem collectionHistoryItem"
        "collectionDiplomaticItem collectionDiplomaticItem collectionHumanitaryItem collectionMusicItem collectionHistoryItem"
        "collectionDiplomaticItem collectionDiplomaticItem collectionHumanitaryItem collectionMusicItem collectionHistoryItem";
    grid-column-gap: 49px;
    grid-row-gap: 40px;
    margin-bottom: 50px;
}

.collectionItem {
    width: 195px;
    height: 210px;
    display: flex;
    flex-direction: column;
}

.collectionPlaceholderIMG {
    width: 185px;
    height: 147px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    padding: 3px;
}

.collectionTitle {
    min-width: 72px;
    height: 24px;


    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.collectionDescription {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


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

.collectionDiplomacyTitle {
    margin-block-start: 0px;
    margin-block-end: 20px;
}

.collectionDiplomacyDescription {


    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 870px;
    height: 120px;
    margin-block-end: 20px;
}

.contentCenter{
    width: 1200px;
}
.contentHeader{

    padding-bottom: 20px;
}
.contentTitle{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.contentSearch{
    padding: 2px 0;
}

.contentTable {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contentTable > button{
    margin: 2px;
}

table.dataListItems {
    width: 100%;
    border-bottom: 1px solid;
    table-layout: fixed;
    margin-bottom: 10px;
}

.contentTable > div {
    width: 1200px;
}

table.dataListItems > tbody, table.dataListItems > tbody > tr {
    width: 100%;
}

table.dataListItems > tbody > tr > td:first-child{
    width: 20px;
}

table.dataListItems > tbody > tr > td:nth-child(2){
    width: 200px;
}
table.dataListItems > tbody > tr > td:nth-child(3){
    width: 300px;
}
table.dataListItems button {
    margin: 2px;
}

.dataListItemCell {
    padding: 2px;
    width: 400px;
}


@media (max-width: 1000px) {
    .releaseGridContainer {
        display: grid;
        grid-template-columns: 360px 360px;
        column-gap: 45px;
        gap: 40px;
    }
}

@media (max-width: 1008px) {
    .grid2 {
        grid-template-columns: 26.25em;
    }
}

@media (max-width: 1008px) {
    .grid3 {
        grid-template-columns: 12.1875em 12.1875em;
    }
}

@media (min-width: 1008.1px) {
    h2 {
        width: 48.3em;
    }

    .activeUsers1 {
        display: none;
    }

    .activeUsers2 {
        display: flex;
        flex-direction: row;
    }

    .activeCollumn1 {
        width: 420px;
        margin-right: 0px;
    }

    .activeCollumn2 {
        width: 420px;
    }

    .user1, .user2, .user3, .user4, .user5, .user6 {
        display: flex;
        width: 26.25em;
        height: 3.125em;
        border: 1px solid #E0E0E0;
        margin-top: 10px;
        justify-content: space-between;
        align-items: center;


        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


    .user4, .user5, .user6 {
        margin-left: 30px;
    }

    .userName {
        padding-left: 20px;
    }

    .userNum {
        padding-right: 20px;
    }
}

@media (max-width: 1008px) {

    h2 {
        width: 23.15em;
    }

    .activeUsers2 {
        display: none;
    }

    .activeUsers1 {
        display: grid;
    }


    .user1, .user2, .user3, .user4, .user5, .user6 {
        display: flex;
        width: 26.25em;
        height: 3.125em;
        border: 1px solid #E0E0E0;
        margin-top: 10px;
        justify-content: space-between;
        align-items: center;


        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


    .userName {
        padding-left: 20px;
    }

    .userNum {
        padding-right: 20px;
    }
}


@media (max-device-width: 769px) {
    .banner {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .main {
        position: relative;
        width: 100%;
        justify-content: center;
        margin: 0px;
    }

    .outerBox {
        position: relative;
        width: 95%;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .mainContent {
        margin-left: 0px;
    }

    h1 {
        width: 95%;
    }

    .periodicalCenterPanel {
        width: inherit;
    }

    .contentCenter{
        width: inherit;
    }

}

@media (max-device-width: 1008px) {
    .letterSelectorClass {
        display: none;
    }
}

.periodikaAdvancedSearchFieldRows {
    display: flex;
    flex-direction: column;
}

.floatRightInHeader a {
    padding-left: 20px;
}

.periodikaAdvancedSearchLabels div.gwt-HTML {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    padding-top: 10px;
    color: var(--themeBGColor);
}

.periodikaAdvancedSearchFieldRows > div select, .periodikaAdvancedSearchFieldRows > div input {
    margin: 5px 15px;
}
.advancedSearchCriteria input[type="text"], .advancedSearchCriteria select {
    width: 200px;
}
.advancedSearchCriteria {
    display: block;
    padding-bottom: 10px;
}
.advancedSearchCriteria div:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: block;
    clear: right;
    color: #74746D;
}

.advancedSearchCriteria div:last-child {
    display: inline;
    padding-left: 20px;
}

.advancedSearchCriteria2 {
    display: flex;
}

.advancedSearchCriteria2 .periodikaAdvancedSearchLabels {
    width: 200px;
    padding-left: 20px;
}

button.periodikaAdvancedSearchButton {
    width: 270px;
    float: right;
}

.adminLink > a {
    padding: 0 10px;
    color: var(--themeBGColor);
}
em{
    background: #FDF452;
}

.searchResults > div {
    display: flex;
}

.searchResults {
    padding-bottom: 15px;
}

.searchResultsPict {
    max-height: 147px;
    max-width: 185px;
    padding: 5px 20px;
}
.searchResults > div:first-child > a.searchResultsLink:first-child {
    height: 155px;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.searchResultsText {
    width: 100%;
}

.searchResultsText a.searchResultsLink, .adminSearchResultsText a.searchResultsLink{
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    height: auto;
}
.adminSearchResultsTextFlex {
    display: flex;
    width:100%;
}

.adminSearchResultsBasketCheckboxWrapper {
    align-self: center;
}

.adminSearchResultsBasketCheckboxWrapper div.filter_item_selector {
    margin: 3px !important;
}

.adminSearchResultsDivWrapper {
    width:100%;
}

.searchResults > div > div.searchResultsText, .searchResults > div > div.adminSearchResultsText {
    padding-left: 20px;
}

.dataListItemPropertyKey {
    font-weight: normal;
    font-size: 14px;
    display: block;
    padding-bottom: 1px;
}

.dataListItemPropertyValue {
    font-weight: 500;
    font-size: 14px;
    display: block;
}

.dataListItemPropertyPaddingBottom {
    padding-bottom: 4px;
}

.dataListItemsDeleteButton {
    font-size: 16px;
    color: var(--themeBGColor);
}
span.dataListItemPropertyKey {
    display: block;
}
.allCollectionList {

}
.allCollectionRow {
    display: flex;
    column-gap: 14px;
    padding-top: 20px;
}

.allCollectionRow > .gwt-HTML {
    display: none;
}
.shortCategoryInfo {
    border: 1px solid #E0E0E0;
    width: 195px;
    padding: 0 10px 0 0;
    border-radius: 3px;
}

.categoryName {
    margin: 5px;
}

.categoryThumbnail {
    margin: 5px;
}

.categoryThumbnail > img {
    width: 185px;
}

.userTopsTabs {
    display: flex;
    column-gap: 15px;
}

.topUpperTab.active > a, .sideMenuItem.active > a {
    color: var(--themeBGColor);
}

.historicalMetadataContent{
}

.historicalYearsData {
    width: 80px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.historicalAnchorData {
    width: 326px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.historicalMetadataLink {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 24px;
}

.historicalNumData {
    width: 16px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.bannerText{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.countBar {
    display:inline-block;
    background-color: var(--themeBGColor2);
    margin-left: 5px;
    margin-right: 5px;
    max-inline-size:128px;
    padding-left: 3px;
    height: 16px;
    line-height: 15px;
    font-size: 10px;
}

.filterDates {
    display: inline-block;
    width: max-content;
    vertical-align: bottom;
}

.arrowInlineBlock {
    display: inline-block;
}

.filterItemWrapperBar {
    width: 95px;
    height: 3px;
    display:inline-block;
    padding-bottom: 5px;
    vertical-align: middle;
}

.filterItemCountBar {
    background-color: var(--themeBGColor2);
    height: 3px;
}

.filterItemLabelImportant {
    width: 56px !important;
    display:inline-block;
}

.displayInline {
    display:inline-block;
}

.floatRight {
    float: right;
}

.paginationLink {
    color: var(--themeBGColor);
    font-size: 14px;
}

.periodicalItemsList {
    margin-top: 3px;
    text-align: left;
    padding: 10px;
    min-height: 500px;
}

.periodicalItemsContent {
    column-count: 4;
}

@media screen and (max-width: 300px) {
    .periodicalItemsContent {
        column-count: 1;
    }
}

@media screen and (min-width: 301px) and (max-width: 410px) {
    .periodicalItemsContent {
        column-count: 2;
    }
}

@media screen and (min-width: 411px) and (max-width: 520px) {
    .periodicalItemsContent {
        column-count: 3 ;
    }
}

.periodicalCenterPanel {
    align: center;
}

.periodicalItemsSubtitle, .periodicalItemsCenterContent {
    display:flex;
    justify-content: center;
}

.shortPeriodicalItemsCategoryInfo .deleteButtonSpan {
    width:10px;
    height:10px;
    float:left;
    margin-right: 3px;
}
.missingIssue{
    color: #a9b1bc;
}

.missingIssueEmptyLink{
    cursor: initial !important;
}

.limitedWidthMain {
    min-width:1200px;
}

.shortPeriodicalInfoItem {
    display: -webkit-box;
    width:auto;
}

.contentWithHeader{
    display: inline-block;
    width: inherit;
}

.floatHeaderNameLeft{
    float: left;
}