@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body{
    font-family: 'Open Sans', sans-serif;
}

.site-content {
    margin-top: 20px;
    margin-bottom: 100px;
}

/* submission */
.page.page_submissions h2 {
   font-size: 24px;
}

/* registration form */
.registration-info-title {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Play, "Noto Sans", serif;
    font-size: 19px;
}
.reviewer legend {
    font-size: 19px;
}
.reviewer {
    margin-bottom: 20px;
}
.recaptcha_wrapper {
    margin-bottom: 20px;
}

fieldset.consent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.consent .fields {
    margin-bottom: 10px;
}

/* site-wide */
h3 {
    font-size: 24px;
    margin-top: 8px;
}
h4 {
    font-size: 22px;
    margin-top: 8px;
}


/*mój własny kod */


.article-container .articleView-data div{
    height: auto;
}

#query{
    width: 100%;
    max-width: 100%;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    border: 1px solid #30809B;
    border-radius: 3px;
    padding-left: 5px;
}

.page_search .search_advanced{
    border: 1px solid #ddd;
    padding: 0 20px 20px;
}
.page_search .submit{
        text-align: right;
}

.search_advanced select, .search_advanced input{
    border: 1px solid #30809B;
    border-radius: 3px;
    padding-left: 5px;
}

.page_search .submit button{
    position: relative;
    padding-right: 45px;
    border-right: none;
    padding-right: 1em;
    padding-left: 45px;
    border-right: 1px solid rgba(0,0,0,0.4);
    border-left: none;
    display: inline-block;
    padding: 0 1em;
    background: #30809B;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.page_search .search_advanced legend{
    padding: 10px 20px;
    margin: 0;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
    width: 26%;
}



.galley-link, .block_make_submission_link{
    color:#fff !important;
    background-color: #30809B !important;
}

.homepage-image-wrapper{
    padding: 0;
}

.obj_issue_toc .container .heading, .current-journal .heading{
display: flex;
}

.galley-link-wrapper .label, .galley-link .label{
    font-weight: 300;
    font-family: "PT Serif",serif;
}

.obj_issue_toc .container .heading .thumbnail, .current-journal .heading .thumbnail{
margin-right: 20px;
max-width: 350px;
}

.page_index_journal + .pkp_structure_sidebar, .pkp_search{
    display: none;
}

.galley-link{
    display: inline-block !important;
}


.site-header .user-nav{
position: absolute;
background-color: rgba(0,0,0,0);
top:0;
width:100%;
z-index:100;
}
.task_count{
    color: red;
   

}

.carousel-item .img-fluid{
    width: 416px;
}

.page_index_journal .block_Keywordcloud #wordcloud svg:nth-of-type(2), #wordcloud svg:nth-of-type(3){
    display: none;
}

#navigationPrimary li:first-child a{
    padding-left: 3px;
}


.uniwersytet{
    width: 100%;
    height: 83px;
    background-color: #30809B;
}
.uniwersytet1{
background-color: #fff;
    height: 13px;
    }
.pedagogiczny{
        max-width: 1340px;
    width: 90%;
    height: 83px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.pedagogiczny:before{
    content: '';
    display: block;
    width: 69px;
    height: 13px;
    position: absolute;
    left: -23px;
    background-image: url(https://ojs-test.up.krakow.pl/public/site/spout_1.png);
    background-size: 69px 13px;
    top: 83px;
    background-color: #30809B;
}

#customblock-odnosniki .content{
    padding: 0;
}

#customblock-odnosniki .content .przyciski{
    display: flex;
    flex-direction: column;
    border: none;
}

#customblock-odnosniki .content .przyciski .przycisk{
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    background: #fff;
    padding: 0;
}


#customblock-odnosniki .content .przyciski .przycisk a:hover{

background-color: #eee;
}

#customblock-odnosniki .content .przyciski .przycisk a{
    border-top: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem;
}

#customblock-odnosniki .content .przyciski .przycisk:first-of-type a{
    border-top: 0;
}
.pedagogiczny .logo-top{
    position: relative;
    left: -15px;
    padding-left: 70px;
    display: block;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
    max-width: 400px;
    width: 100%;
}
.pedagogiczny .logo-top:before {
        content: '';
    position: absolute;
    display: block;
    width: 98px;
    height: 52px;
    top: 70%;
    left: 0;
    margin-top: -26px;
    background-image: url(https://ojs-test.up.krakow.pl/public/site/up-logo-s.png);
    background-repeat: no-repeat;
    background-size: 54px;
}


.site-navbar-wraper{
    background: linear-gradient(#fff,#fff);
    margin: 0 auto;
    max-width:1340px;
    width:90%;
    padding: 10px 0px;
        display: flex;
    /* flex-direction: column-reverse; */
    flex-flow: wrap-reverse;
}
.navbar-dark .navbar-toggler{
    color:#30809B;
    border-color: #30809B;
}
.navbar-dark .navbar-toggler-icon:before{
    content: "\f0c9";
    color:#30809B;;
    font-family: FontAwesome;
    position: relative;
    top: 5px;
}

.site-navbar-wraper a, .navbar-dark .navbar-brand{
    color: #30809B;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover{
	color: #30809B;
}

.site-navbar-wraper #navigationPrimary .nav-link, .pkp_page_article .site-navbar-wraper > a{
    color:#30809B;
}

header .container-fluid{
    position: absolute;
    z-index: 0;
    top: 43px;
}

.container-fluid{
	max-width: 1340px;
   /* width: 90%;*/
}

.site-content{
    display: flex;
}
.page_index_site{
    width: 76%;
    margin: 10px;
}
.page_index_site + .pkp_structure_sidebar{
    width: 24%;
    margin: 10px;
}
.pkp_op_index .journals > h2{
    display: none;
}
.pkp_op_index .journals > ul{
        display: flex;
    flex-wrap: wrap;
    padding-left: 0px;

}

.pkp_op_index .journals > ul > li{
    border: 1px solid #ddd;
    border-radius: .25rem;
    width: 46%;
    padding: 0px 0px 0px 0px;

    box-sizing: border-box;
    list-style-type: none;
    font-size: 14px;
    margin: 2%;
    margin-top:8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.pkp_op_index .journals > ul > li img{
  
}

.pedagogiczny .logo-top strong, .pedagogiczny .logo-top span {
    position: relative;
    top: 22px;
    font-size: 14px;
    line-height: 1em;
}

.pkp_op_index .journals ul li h3 a, .pkp_op_index .journals ul li h3{
font-size: 14px;
font-weight: 700;
line-height: 1.3;
}

.pkp_page_index .journals .description {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    max-height: 189px;
}
.pkp_op_index .journals ul li .links{
   width: 100%;
       padding-left: 0;
    display: flex;
    list-style-type: none;
    }

.links .view, .links .current{
    text-align: center;
    width: 50%;
    border-collapse: collapse;
     border: 1px solid #DFDFDF;
     padding: 8px;

}
.links .current{
    border-left: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
}
.links .view{
    border-left: 0;
    border-bottom: 0;
}

.links a{
    color: #696969;
    padding:8px;
    }

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

.links .view:hover, .links .current:hover{
background-color: #F9F9F9;
/*border-bottom: 1px solid #DFDFDF;*/
cursor: pointer;


}

.links .current:hover{
border-bottom-right-radius: .25rem;

}

.links .view:hover{
border-bottom-left-radius: .25rem;

}


/*.photo{
    height: 300px;
    width:100%;
    background-image:url("https://ojs-test.up.krakow.pl/public/site/Baner.jpg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}*/

li.has_thumb .thumb{
    height: 89%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
@media (min-width: 1356px){
.container {
max-width: 1340px;
    }}

    @media (max-width: 1356px){
.container {
max-width: 90%;
    }
.pkp_op_index .journals > ul > li{
   
}

}

.pkp_page_index .journals > ul > li .body {
   text-align: left;
    padding: 10px;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    height: 89%;
    }
    .body h3{
        margin-top:0;
    }


@media only screen and (max-width: 600px){
.page_index_site{
    width: 100%;
}
.site-content{
    display: block;
}
.pkp_structure_sidebar{
    width: 100%;
}
.container-fluid .offset-lg-3{
        flex: 0 0 60%;
    max-width: 60%;
}

}
.container-fluid .col-lg-6{
        position: absolute;
        right: 0px;
    }
 .container-fluid .offset-lg-3{
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 0px;
    }
@media only screen and (max-width: 992px) {
    .photo{
        background-size: 150% 100%;
    }
    .container{
        max-width: 100%;
    }
   
.pkp_op_index .journals > ul > li{
    width: 100%;
}
.site-navbar-wraper{
    width: 93%;
}

.pkp_page_index .site-navbar-wraper{
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.container-fluid .offset-lg-3{
    top:62px;
     flex: 0 0 60%;
    max-width: 60%;
}

.pkp_page_search .container .page{
    width: 100%;
     padding: 0;
}
.pkp_page_search .site-content{
    display: block;
}

.container .page{
	width: 100%;
	padding:10px 30px;
}

.container .page_submissions{
	padding: 0;
}

.site-content{
	display: block;
margin-left: 0;
margin-right: 0;

}


}

@media only screen and (min-width: 992px) {

.container .page{
	width: 75%;
	padding:10px 30px;
}
}

    /*Kalendarz*/
.container2 .card1 .table-responsive-sm{
    font-size: 13px !important;
}

/*footer */

#pkp_content_footer .container{
    max-width: 100%;
    width: 100%;
    
}
#pkp_content_footer .container .row{
    margin-left: -.50rem;
    margin-right: -.50rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    }

    #pkp_content_footer .container .row .logoup {
        width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://ojs-test.up.krakow.pl/public/site/up-logo-s.png");
    background-size: 52px 52px;
    margin-top: 23px;

    }

#pkp_content_footer .container .row .s12 {
    width:25%;
}

#pkp_content_footer .footer-copyright{
    overflow: hidden;
    min-height: 50px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    color: #fff;

}

.pkp_footer_content a{
    color:#fff;
}

#pkp_content_footer .footer-copyright .container{
text-align: center;
} 
.pkp_brand_footer{
    display:none;
}

.pkp_structure_footer:before{
content:'';
display: block;
width:69px;
height:13px;
position: absolute;
left:12px;
background-image: url(https://ojs-test.up.krakow.pl/public/site/sput_footer.png);
background-size: 69px 13px;
}

.pkp_structure_footer_wrapper{
        background: #276E85;
        padding-top: 0px;
        margin-top: 0px;
        color: #fff;

}

.pkp_footer_content{
    padding: 0;
    padding-top: 30px;
    font-size: 12px;
}
.pkp_footer_content .s12{
    
    
    text-align: left;
}
.pkp_footer_content .foot-0:before{
    content:'';
    text-align: center;
position:absolute;
    display: block;
   left:14px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://ojs-test.up.krakow.pl/public/site/up-logo-s.png");
    background-size: 52px 52px;
}
.pkp_footer_content .foot-3-box{
    position: relative;
    padding-left:116px;
    text-align: left;
}
.pkp_footer_content .foot-3-box:before{
    content:'';
    position:absolute;
    left: 46px;
    display: block;
   
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://czasopisma.up.krakow.pl/cache/bip_logo.png");
    background-size: 54px 54px;
    }

    #pkp_content_footer .container .row .s12{
    width:25%;
}



@media only screen and (min-width: 1400px) {
.pkp_site_name, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 1290px !important;
}}

@media only screen and (min-width: 1200px) {
    .pkp_structure_footer {
    width: 1160px;
}
}

@media only screen and (max-width: 768px) {
    .pkp_structure_footer{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 650px) {
    .pkp_structure_footer{
        padding-left: 20px;
        padding-right: 20px;
    }
    #pkp_content_footer .container .row .s12{
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .pkp_structure_footer{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.pkp_structure_footer{
    position: relative;
    margin: 0 auto;
}


/*pkp block custom*/

.pkp_structure_sidebar .pkp_block .content{
 padding: 0;   
}