/* Studia z polityki publicznej css ver. 2025.11.23 */
.pkp_block .title {
    display: block;
    margin-top: 0;
font-size: 14px;
}

.user_navigation {
    background: linear-gradient(135deg, #150117 0%, #f08818 44%, #ffa84b 100%) !important;
}

.navbar-header .site-name {
    margin: 0;
    color: #f08818;
}



.site-name .navbar-brand, .header_section .title {
    color: #f08818 !important;
    text-shadow: 0px -1px 1px #f08818 !important;
}

.navbar-default, .header_view {
    background-color: #ffffff;
    border-color: #f08818;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .header_view .navbar-brand:hover, .header_view .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-brand, .header_view .navbar-brand {
    color: #ffffff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active, .header_view .nav > li > a:hover, .header_view .nav > li > a:focus, .header_view .nav > li > a:active {
    color: #F08818;
    background: transparent;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #F08818;
}

a:hover, a:focus {
    color: #f08818;
    text-decoration: underline;
}

a {
    color: #f08818;
    text-decoration: none;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3e3f3a;
}

.btn-default, .pkp_block.block_make_submission a {
    color: #f08818;
    background-color: #ffffff;
    border-color: #ccc;
}

.page-header,.site-name .navbar-brand {
    font-family: Merriweather,serif;
    color: #770404;
    text-shadow: 0 -1px 1px #99cde9;
    font-size: 16px
}

.pkp_structure_page {
    background: #fafafa;
    font-size: 1.0em !important; 
    text-align: justify;
    text-justify: inter-word;
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #fff;
    border-bottom: 1px solid #f08818;
    background: linear-gradient(135deg, #f08818 7%, #f08818 3%, #f08818 3%, #f08818 12%, #f08818 54%, #ffa84b 85%, #ffa84b 120%) !important;
}

.header-section {
    color: #000000 !important;
    margin-top: -18px;
    font-size: 1.6em;
    text-shadow: 1px 1px 2px #000000;
}

footer[role="contentinfo"] {
    background: transparent linear-gradient(180deg,#eee 0%,#eee 100%) 0% 0% no-repeat padding-box !important;
    color: #000000 !important;
    padding: 25px 0px 0px 0px;
    margin-top: 2px;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
}

a.galley-link {
    font-size: .72em;
    padding: 4px 10px 4px 9px;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none;
    float: left;
    width: auto;
    margin-bottom: 10px;
    border: 1.4px solid #ececec;
    color: #f08818;
    background: linear-gradient(to bottom,#fff 0,#f6f6f6 47%,#ededed 100%);
}

.pkp_page_article .article-details .panel-default>.panel-heading, .pkp_page_article .article-more-details .panel-default>.panel-heading {
    background: 0 0;
    border-bottom: 1px solid #ebeaea;
    color: #ffffff !important; 
    font-size: 1.2em;
}

a.btn.btn-xs.btn-info.readmore_references {
    
    background-color: #f08818;


}

a.btn-info:hover{
    color: #fff;
    background-color: #f08818;
    border-color: transparent;
}

.alert-info {
    background-color: #f08818 !important;
}

.panel-body, .pkp_block .content {
    padding: 10px 10px 10px 10px;
}



-----------------------------------

.accordion li {
  list-style: none;
  margin: 0;
}

.accordion-trigger {
  margin: 1px 0 0;
  padding: 2px 15px;
  background: #DDD;
  transition: .2s ease-in;
}

.accordion-trigger:hover {
  cursor: pointer;
  background: #DADADA;
}

.accordion-content {
  background: #ECECEC;
  padding: 5px 15px;
  margin: 0;
}
--------------------------------------------------
/* Define colors and fonts */
@violetness: #7E4386;
@dark-gray: #252525;
@med-gray: #333333;
@light-gray: #444444;
@lighter-gray: #B8BCBB;
@white: #ffffff;
@open-sans: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;

/**
 * SET COLORS AND FONTS
 */
@border-color: @dark-gray;
@label-font: @open-sans;
@label-color: @white;
@label-color-hover: @white;
@label-background: @med-gray;
@label-background-hover: @light-gray;
@label-size: 19px;
@content-font: @open-sans;
@content-color: @light-gray;
@content-background: @white;
@content-size: 19px;

/**
* IGNORE: just centering and font pretty-ing
*/
body { font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; font-weight: 200; } ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, input, section { font-weight: 200; } 
#content { width: 75%; position: relative; left: 0px; height: 100%; }

/**
 * Define Accordion outside elements 
 *
*/
.ac-container {
    width: 720px;
  overflow: hidden;
    margin: 10px auto 30px auto;
  color: #444444;
  /*background: #00316a;*/
  padding: 10px;
    text-align: left;
}
.ac-container label{ 
  font-famimly: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  overflow: hidden; 
  color: #ffffff; 
  cursor: pointer; 
  background: linear-gradient(135deg, #f08818 7%, #f08818 3%, #f08818 3%, #f08818 12%, #f08818 54%, #ffa84b 85%, #ffa84b 120%); 
  margin:6px 0px 0px 0px; 
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
   /* height: 30px ;*/
  line-height: 33px ;
    font-size: 14px;
}
.ac-container label:hover{
    background: linear-gradient(135deg, #804608 7%, #804608 3%, #804608 3%, #804608 12%, #804608 54%, #ffa84b 85%, #ffa84b 120%);
  color: #ffffff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: linear-gradient(135deg, #804608 7%, #804608 3%, #804608 3%, #804608 12%, #804608 54%, #ffa84b 85%, #ffa84b 120%);
    color: #ffffff;
  margin: 6px 0px 0px 0px;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 400;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(https://tympanus.net/Tutorials/CSS3Accordion/images/arrow_down.png) no-repeat center center;    
}
.ac-container input:checked + label:hover:after{
    background-image: url(https://tympanus.net/Tutorials/CSS3Accordion/images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: #ffffff;
    overflow: hidden;
    height: 0px;
    position: relative;

    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
  margin: 3px;
  padding: 2px;
    display: block;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-short{
    height: auto;
}
.ac-container input:checked ~ article.ac-tall{
    height: auto;
}
.ac-container input:checked ~ article.ac-grande{
    height: auto;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    /*padding: 0 1em;*/
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #00316a;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background: #00316a;
}