@charset "utf-8";
/* UTF - ąćłęńóśźż */

a.logo{background:url(../gfx/prawozolnierzy.svg) 0 0 no-repeat; text-indent:-1000px; overflow:hidden;}
a.logoform {width: 100%; height: 28px; background: url(../gfx/logo-form.svg) 0 0 no-repeat; text-indent: -1000px; overflow: hidden; display: block; margin-top: 10px;}

h5{color:#46849d;}
ul.menu li.item.active a.item, ul.menu li.item:hover a.item{color:#46849d;}
h3{color:#46849d;}
.main-quest h1.title, h2.title{color:#46849d;}
.main-quest a.title{color:#46849d;}
.main-quest .item a.more:hover{background:#46849d;}
ul.main-links a.link:hover{color:#46849d;}
.holder-footer > a:hover{color:#46849d;}
.click-more > a{color:#46849d;}
.site-form span.info-content{background:#46849d;}
.top-form-header > h1{color:#46849d;}
.top-form-left #topaddFile, .top-form-left #downaddFile{color:#46849d;}
.top-form-right span.info-content{background:#46849d;}
.prawnik-duzy {color:#46849d;}
.nadprawnikami {color:#46849d;}
textarea.textarea {display:none !important;}

.breadcrumb a {text-decoration: none; opacity: 0.8;}
.breadcrumb a:hover {text-decoration: underline; opacity: 1;}

ol.breadcrumb {
  list-style: none;
}
ol.breadcrumb li {
  display: inline;
  font-size: 0.8em;
}
ol.breadcrumb li+li:before {
  padding: 8px;
  color: gray;
  content: "\25B8";
}
ol.breadcrumb li a {
  color: black;
  opacity: 0.7;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
  color: black;
  text-decoration: underline;
  opacity: 1;
}

/* ----- komentarze ------- */

.count_comment {font-weight: normal;}

.comments {
	margin: 20px 0;
}

.comments .header_comment {
	height:28px;
	margin:4px;
	padding:0 0 5px 5px!important;
	/*background:url(../images/layout/sprite2.png) repeat-x 0 -10px;*/
	color:#000;
	background-color:#f0f0f0;
}

.comments h4  {
	float:left;
	padding:5px 0 0;
}

.comments .new_comment {
	width:545px;
}

.comments .add_comment {
	float:right;
	border:1px solid #c8c8c8;
	min-height: 100%;
}

.comments .add_comment .trigger_new_comment {
	/*background:url(../images/layout/sprite1.png) no-repeat;*/
	/*background-position: 0 -229px;*/
	/*width:150px;*/
	height:1.5em;
	display:block;
	padding: 4px 10px;
}

.new_comment ul {
	list-style:none outside none;
	margin: 0;
}

.new_comment form label {
	display: block;
	cursor: pointer;
	padding: 10px 0 0;
	font-size: 0.9em;
}

.new_comment form input, .new_comment form textarea {
	border:1px solid #969696;
	padding:3px;
}

.new_comment form .submit {
	margin-top:10px;
}

.new_comment form .captcha_template {
	font-weight: bold;
	margin-right:5px;
}

.new_comment  ul.errors {
	margin: 0px;
	padding: 0px;
}

.comments .new_comment {
	display:none;
}

.new_comment ul.errors li {
	color:#EC0000;
	display:block !important;
}

.comments .success_comment {
	color:#EC0000;
	margin:10px 18px;
}

.comments .comment{
	margin:4px;
	padding:3px;
}

.comment.gray {
	background: #F4F4F4;
}

.comment.admin {
	padding-left: 1em;
	border-left: 1px solid gray;
}


.comments .comment .date {
	color: #898989;
	padding-bottom: 3px;
}

.comments .comment .text {
}

.comments .comment .user {
	padding: 3px 0 8px 0;
	font-weight:bold;
}

.krkbutton {background-color: #2864a4; font-style: normal; color: #FFF; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); display: inline-block; padding: 5px 10px; margin: 1em 0 0 0; cursor: pointer; border: 1px solid #1a416a; overflow: visible; font-size: 0.9em; font-weight: bold; text-decoration: none; white-space: nowrap; background-clip: padding-box; border-radius: 0; -moz-user-select: none; max-width: 85%; white-space: normal; word-wrap: break-word;}
a.krkbutton:link, a.krkbutton:visited, a.krkbutton:hover {color: white!important;}
a.krkbutton:link, a.krkbutton:visited {text-decoration: none!important;}
a.krkbutton:hover,a.krkbutton:visited:hover {text-decoration: underline!important;}


.szary {
    background-color: #eeeeee;
    padding: 1em;
    margin: 1em -1em 0 -1em;
    border-top: 4px solid #bfbfbf;
    border-radius: 5px;
}

.holder-dodatkowy {
    padding: 0!important;
    background: transparent url(../img/tekst-dodatkowy-red-zaplecze-2023-new.png) no-repeat 10px 10px!important;
    height: 123px!important;
    border-radius: 5px;
    margin: 0 0 0 -0.7em!important;
}

  .legal-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 2147483648;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  .legal-popup.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .legal-popup.hidden {
    display: none;
  }
  .legal-popup-inner {
    padding: 10px;
    position: relative;
  }
  .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }
  .popup-body {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .popup-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .popup-text {
    color: #333;
    flex: 1;
  }
  .popup-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
  }
  .popup-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  .btn-cancel {
    background: #f0f0f0;
    color: #333;
  }
  .btn-ok {
    background: #5CB822;
    color: #fff;
  }

