/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #005af5;
	outline-style: none;
	outline-width: 0;
}
a:hover {
 color: #005af5;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button, .ui-widget {
  font-family: "DM Sans", sans-serif;
}
input, textarea, select, option, optgroup, button {
}
/* LAYOUT-----------------------------------------------------------------------------*/
html {
}
body {
	background: #01374f;
	color: #fff;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.wrapper {
}
.wrap {
	width: 100%;
}
.container {
    max-width: 1600px;
  }
/* HEADER-----------------------------------------------------------------------------*/
.header {
}
.logo a img {
  height: 70px;
  }
.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {
}
.lang li {
	width: auto;
	float: left;
	margin-left: 10px;
}
.lang li a {
	color: #B5ADC4;
	font-size: 12px;
	padding: 15px;

	text-transform: uppercase;
	font-weight: 600;
}
.lang li a:hover {
	text-decoration: none;
	background: #f7f7f7;
	color: #14115c;
}
.lang li a.active {
	background: #14115c;
	color: #fff;
}
/* MENU-----------------------------------------------------------------------------*/
.menu {
	float: left;
	width: auto;
}
.menu li {
	float: left;
	margin-left: 10px;
}
.menu li a {
	color: #fff;
	float: left;
	font-weight: 400;
	padding: 10px 15px;
	transition: all 0.3s ease;
	font-size: 1em;
}
.menu li.active a {
	color: #2abadd;
}
.menu li a:hover {
	text-decoration: none;
	color: #2abadd;
}
.menu li:last-child a {
	background: #005af5;
	color: #fff;

	padding: 10px 25px;
}
.menu li:last-child a:hover {
	background: #0041c1;
}
/* CONTENT-----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	min-height: 300px;
}
h1 {
}
.search-box h1 {
}
h2 {
}
h3 {
}
/* ARTICLE-----------------------------------------------------------------------------*/
.article {
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.kontakt .article h3 {
font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
.kontakt .article h2 {
font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.art-content {
}
.art-body {
}
.art-body ul, .news-body ul {
	list-style-image: url(../images/li.svg);
	margin: 10px 30px 10px;

}
.art-body li, .news-body li {
	margin-bottom: 10px;
	color: #a6a6a6;
	line-height: 20px;
}
.art-body ul li:last-child, .news-body ul li:last-child, .art-body ol li:last-child {
margin: 0;

}
.art-body ol, .news-body ol {
	margin: 10px 30px 10px;
	list-style: decimal;
}
.art-body ol li, .news-body ol li {

}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
}
.art-gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS-----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE-----------------------------------------------------------------------------*/
.aside {
	width: 230px;
	float: left;
	position: relative;
	background-color: #292e3d;
background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: -moz-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: -o-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: linear-gradient(to top, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
	min-height: 650px;
	z-index: 4;
}
/* SUBMENU-----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}
.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {
	padding: 10px;
}
/* ANIM-----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING-----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS-----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION-----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* GALLERY-----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {
	margin: 0 20px 20px 0;
}
.gallery .thumb, .gallery .thumb a {
	float: left;
}
.gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM-----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
}
.form-elem-group {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.form-elem-name {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	color: #686c71;
	font-weight: 500;
}
.form-elem-input {
	float: left;
	width: 100%;
	font-size: 12px;
}
.form-elem-input a {
	color: #2abadd;
	text-decoration: underline;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 100%;
	float: left;
  height: 3rem;
  padding: 0.5rem 0.75rem;

	border: 1px solid #C2C4D5;
	font-size: 16px;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	color: #14105c;
	background-color: #fff;
	border-color: #14105c;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(20, 16, 92,.25);
}
.form-elem-input select {
	width: 100%;
}
.form-data textarea {
	height: 150px;
	resize: none;


	border: 1px solid #C2C4D5;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	text-align: center;
	transition: all 0.3s ease;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border: none;
	margin-top: 10px;
}
.form-btn-send:hover {
	background: #0a1a7a;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 10px;
}
.czerwony {
	color: #58151c;
	background: #f8d7da;
	border: 1px solid #f1aeb5;
	font-size: 20px;

	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 15px;
}
.zielony, .form-success {
	color: #0a3622;
	background: #d1e7dd;
	border: 1px solid #a3cfbb;
	font-size: 20px;

	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 15px;
}
.captcha-code {
}
.captcha-input {
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci-----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP-----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER-----------------------------------------------------------------------------*/
.footer {
	height: auto;
	float: left;
	width: 100%;
	padding-top: 40px;
background:#10172b;
	margin-top: auto;
}
ul.foot-nav {
float: left;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 30px 0 20px;
  margin-top: 30px;
}
ul.foot-nav li {
	line-height: 1.7;
	float: left;
	margin-right: 30px;
}
ul.foot-nav li a {
	font-size: 16px;
	color: #C2C4D5;
	transition: all 0.3s ease;
}
.kambit-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #C2C4D5;
    
}
.kambit-inner a {
	color: #C2C4D5;
}
ul.foot-nav li a:hover {
	color: #2abadd;
}
.footer-inner {
	float: left;
	width: 100%;
	display: flex;
	gap: 50px;
	align-items: flex-end;
	padding-bottom: 20px;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-inner p {
	font-size: .875em;
	color: #C2C4D5;
}
.footer-inner h2 img {
height: 50px;
}
.footer-inner div a {
	color: #2abadd;
}
.kambit {
	background: #000;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 30px 0;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-top img {
height: 100px;

}
/* LOGIN-----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE-----------------------------------------------------------------------------*/
table {
}
table thead tr th {
background-color: #fff!important;
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
.table td, .table th {
  padding: .75rem 1rem;
  }
/* DEFAULTS-----------------------------------------------------------------------------*/
.w100p {
	width: 100%!important;
}
.w50p {
	width: 48%!important;
}
.w30p {
	width: 28%!important;
}
.dn {
	display: none!important;
}
.db {
	display: block!important;
}
.dib {
	display: inline-block!important;
}
.di {
	display: inline!important;
}
.fl {
	float: left!important;
}
.fr {
	float: none!important;
}
.cl {
	clear: left!important;
}
.cr {
	clear: right!important;
}
.cb {
	clear: both!important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX-----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS-----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id-----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.title-logo {
	color: #fff;
	float: left;
	font-size: 36px;
	font-weight: 300;
	line-height: 21px;
	margin-left: 70px;
	margin-top: 29px;
	text-transform: uppercase;
}
.title-logo span {
	font-size: 18px;
	color: #7e8cbf;
}
.adres {
	margin-top: 15px;
	font-size: 18px;
	color:  #d3d3d3;
	font-weight: 300;
	text-align: right;
	float: right;
	margin-right: 15px;
}
.search-box {
}
.search-box h2 {
}
.partner {
	float: left;
	font-size: 11px;
	color: #fff;
	padding-left: 25px;
	line-height: 30px;
}
.partner a {
	background: url("../images/partner-logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	float: left;
	height: 94px;
	margin-bottom: 10px;
	margin-left: -25px;
	width: 230px;
}
 .gielda-search {
  	background: #10172b url("../images/fox.svg") no-repeat scroll left bottom;
 
 }
.kambit span {
	float: left;
}
.kambit {
	color: #6e7386;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	text-align: right;
	width: 100%;
}
.creative {
}
.creative a {
}
/*.gielda_wierzytelnosci_tab {
	border-radius: 5px / 5px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
}
.gielda_wierzytelnosci_tab th {
	background: none repeat scroll 0 0 #141718;
	color: #fff;
	padding: 17px 0;
	border: none;
}
.gielda_wierzytelnosci_tab th:first-child {
	border-top-left-radius: 5px;
}
.gielda_wierzytelnosci_tab th:last-child {
	border-top-right-radius: 5px;
}
.gielda_wierzytelnosci_tab tr td a {
	color: #000;
	font-weight: bold;
}
.gielda_wierzytelnosci_tab  tr td {
	color: #000;
	font-size: 14px;
	padding: 13px 0;
	text-align: center;
	vertical-align: middle;
}
.gielda_wierzytelnosci_tab tr:nth-child(odd) {
	background: #f8f8f8;
}
.gielda_wierzytelnosci_tab tr:nth-child(even) {
	background: #ececec;
}
.gielda_wierzytelnosci_tab tr:hover {
	background: #464958;
	color: #fff;
}
.gielda_wierzytelnosci_tab tr:hover td {
	color: #fff;
}
.gielda_wierzytelnosci_tab tr:hover td a {
	color: #fff;
}
.search-box input, .search-box select {
	background-color: #1c1f26;
	border: medium none;
	border-radius: 5px;
	color: #b7b7b7;
	margin-right: 10px;
	margin-top: 28px;
	padding: 10px 6px;
	width: 13%;
	font-size: 11px;
	float: left;
	-webkit-box-sizing: border-box;
	‌​    -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 15px;
	height: 38px;
}
.gieldaSubmitButton {
	background-color: #54596e;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 5px #292e38;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	margin-top: 28px;
	padding: 8px 20px;
	text-transform: uppercase;
	width: 130px;
	-webkit-box-sizing: border-box;
	‌​    -moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.1s linear;
}
.gieldaSubmitButton:hover {
	background-color: #686f89;
	box-shadow: 0 5px #292e38;
}
.gieldaSubmitButton:focus {
	background-color: #484d5f;
	box-shadow: 0 1px #292e38;
}
.gieldaSubmitButton span {
	background: url("../images/search-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	width: 16px;
}
*/
select::-ms-expand {
	display: none;
/* hide default arrow in IE10 */
}
select {
	background: url("../images/new_arrow.png") no-repeat 100%;
/* add your own arrow image */
	*background-image: none;
/* turn bg image for IE7 */
	-webkit-appearance: none;
/* gets rid of default appearance in Webkit browsers*/
	-ms-appearance: none;
/* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
option {
	padding: 5px;
	border: none;
}
.ui-tooltip, .arrow:after {
	background: black!important;
}
#dluznik-szczegoly {
	float: left;
	padding: 15px;
	width: 900px;
}
#dluznik-szczegoly h1 {
	padding: 0px 0 10px 0;
}
.dane-d {
	border-spacing: 0px;
	width: 100%;
	float: left;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
}
.dane-d  tr td {
	border-bottom: 1px dashed #949494;
	padding: 8px 0;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.dane-d  tr td:nth-child(even) {
	font-size: 18px;
	color: #5c668b;
}
.clip {
	background: url("../images/clip.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	height: 105px;
	position: absolute;
	right: 41px;
	top: -46px;
	width: 30px;
}
.dataTables_paginate {
	float: right;
}
.dataTables_info {
	color: #8A8A8A;
	font-size: 0.8rem;
}
.dataTables_paginate span {
	padding: 3px;
	color: #8A8A8A;

	margin: 2px;
	cursor: pointer;
	font-size: 0.8rem;
}
.paginate_active {
	background: #fff;
}
.paginate_button_disabled {
	opacity: 0.5;
	cursor: not-allowed!important;
}
.sorting_asc {
	background:#fff url("../images/up.png") no-repeat scroll right bottom 20px!important;
	cursor: pointer;
}
.sorting_desc {
	background: #fff url("../images/down.png") no-repeat scroll right bottom 20px!important;
	cursor: pointer;
}
.sorting {
	cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button {
	position: relative;
}
#coocies_warning {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: .7rem;
  background: #fff !important;
  z-index: 9999;
  width: 350px;
  color: #242424;

}
#coocies_warning_close {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	line-height: 15px;
}
#coocies_warning_close a {
	font-size: 32px;
	text-decoration: none;
    color: #666;
}
#coocies_warning_info {
}
#coocies_accept {
}
#coocies_warning_info a {
}
.form-control, .btn {
	border: none;
}
.btn {
border-radius: 0;
  font-size: inherit;
    height: 3rem;
  padding: 0 1.25rem;
  line-height: 3rem;
}
.form-control {
  font-size: inherit;
  height: 3rem;
  padding: 0.5rem 0.75rem;

}
.btn-primary {
	background-color: #005af5;
}
.btn-primary:hover {
	background-color: #0041c1;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
	background-color: #0041c1;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	box-shadow: none;
	background-color: #0041c1;
}
.btn-secondary {
	background-color: #fa4729;
}
.btn-secondary:hover {
	background-color:  #e83a1c;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
	background-color: #e83a1c;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	box-shadow: none;
	background-color: #e83a1c;
}
.form-control {
	font-weight: 500;
	font-size: 0.9rem;
	color: #000;
     border-radius: 0;
	border: 1px solid #C2C4D5;
}
.form-control:focus {
	color: #14105c;
	background-color: #fff;
	border-color: #14105c;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(20, 16, 92,.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(20, 16, 92,.25);
}
.rounded {
}
.bg-primary {
	background-color: #fff !important;
}
.bg-secondary {
	background-color: #DDE1E8  !important;
}
.bg-light {
	background-color: #E9ECF2!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 80px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
}
label {
	display: inline-block;
	margin-bottom: .35rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #686c71;
}
.table {
	color: #000;
	font-size: 0.9rem;
	font-weight: 500;
}
.table thead th {
font-size: 0.8rem;
  border-bottom: 2px solid #C8CAD5;
  color: #8A8A8A;
  font-weight: 500;
  border-top: none;
  line-height: 1.2;
}
.table thead th.sorting_desc, .table thead th.sorting_asc {
	color: #000!important;
	font-weight: 600;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.badge-dlug {
	color: #fff;
	background-color: #d0091f;
	padding: 5px 25px;

	display: block;
}
.modal-content {
	border: none;
}
.modal-header {
	border: none;
}
.table-hover tbody tr:hover {
	color: #000;
	background-color: #EBEFF4!important;
}
.input-error-info {
	color: #fd2f2f !important;
	font-weight: 600;
	font-size: 0.85rem;
}
.text-primary {
	color: #000!important;
}
.dluznik-modal {
	background: url("../images/dluznik-icon.svg") no-repeat right 40px bottom 40px;
}
.ui-widget-header {
	border: none;
	background: #fff;
	color: #222222;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: #fff;
	font-weight: normal;
	color: #555555;

}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #005af5;
	color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #ddd;
}
.ui-corner-all {
}
.ui-datepicker {
	border: none;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
	font-size: 1rem;
}
.nav-btn {
	width: 25px;
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
	transform-origin: 50% 50%;
	cursor: pointer;
	z-index: 9999;
	display: none;
	margin-left: auto;
}
.nav-btn span:first-child, .nav-btn span:nth-child(2), .nav-btn span:last-child {
	top: 0;
	transform: rotate(0deg);
	transition: .7s ease-in-out;
}
.nav-btn:hover span:nth-child(2) {
	width: 20px;
}
.nav-btn:hover span:last-child {
	width: 25px;
}
.nav-btn:hover span:first-child {
	width: 15px;
}
.nav-btn span {
	position: relative;
	display: block;
	width: 25px;
	height: 2px;
	margin-bottom: 6px;
	background: #fff;
}
.nav-btn-open {
	transform: rotate(180deg);
}
.nav-btn-open span:first-child {
	top: 7px;
	transform: rotate(45deg);
	background: #fff;
}
.nav-btn-open span:nth-child(2) {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;
}
.nav-btn-open span:last-child {
	opacity: 0;
	top: -7px;
	transform: rotate(-45deg);
}
.nav-btn-open:hover span:first-child, .nav-btn-open:hover span:nth-child(2), .nav-btn-open:hover span:last-child {
	width: 25px;
}
.menu-mob {
	width: calc(100% - 200px);
	height: 100%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
  	background: #10172b url("../images/fox.svg") no-repeat scroll left bottom;
    background-size: 80%;
	z-index: 400;
	transform: translateX(100%);
	transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	justify-content: space-between;
	opacity: 0;
}
.menu-mob h2 {
	font-weight: 300;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 2px;
}
.menu-mob h2 img {
height: 50px;
}
.menu-mob-open {
	width: calc(100% - 200px);
	opacity: 1;
}
.menu-mob-open {
	transform: translateX(0);
}
.menu-mob ul {
	float: left;
	list-style: outside none none;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	float: left;
	width: 100%;
	transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s, 0s;
	transform: translateX(100%) translateX(-7.5rem);
}
.menu-mob-open ul li:nth-child(1) {
	transition-delay: .15s;
}
.menu-mob-open ul li:nth-child(2) {
	transition-delay: .20s;
}
.menu-mob-open ul li:nth-child(3) {
	transition-delay: .25s;
}
.menu-mob-open ul li:nth-child(4) {
	transition-delay: .30s;
}
.menu-mob-open ul li:nth-child(5) {
	transition-delay: .35s;
}
.menu-mob-open ul li:nth-child(6) {
	transition-delay: .40s;
}
.menu-mob-open ul li:nth-child(7) {
	transition-delay: .45s;
}
.menu-mob-open ul li:nth-child(8) {
	transition-delay: .50s;
}
.menu-mob-open ul li:nth-child(9) {
	transition-delay: .55s;
}
.menu-mob-open ul li:nth-child(10) {
	transition-delay: .60s;
}
.menu-mob-open ul li {
	transform: translateX(0);
	opacity: 1;
}
.menu-mob ul li a {
	font-size: 2rem;
	text-decoration: none;
	font-weight: 300;
	line-height: 4rem;
	color: #fff;
}
.menu-mob a:hover {
	color: #dfdde8;
}
.menu-mob-open .adres {
	transform: translateX(0);
	opacity: 1;
}
.adres {
	font-size: 1.2rem;
	font-weight: 600;
	border-top: 1px solid #fff;
	padding-top: 25px;
	line-height: 1.5;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s, 0s;
	transition-delay: .7s;
	transform: translateY(100%);
	opacity: 0;
	text-align: left;
	color: #fff;
}
.adres a {
	color: #fff;
	text-decoration: underline;
}
.adres a:hover {
	color: #fff;
}


.gielda-search h3 {
	color: #fff;
	font-size: 18px;
}
.gielda-outer {
	min-height: 600px;
}
.formularz .art-content {
	width: 40%;
	float: left;
	padding-right: 50px;
}
.from-bg {
	background: #f1f4f9;
	float: left;
	width: 60%;
	padding: 50px;

}
.icon {
	width: 22px;
	height: 22px;
	background: #2abadd;
	font-size: 16px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	color: #fff;
}
.news-body a, .art-body a, .news-content a {
	color: #2abadd;
	font-weight: 600;
}
.from-bg .form-data {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.from-bg  .form-data .form-elem-group {
	flex: 1 0 calc(50% - 20px);
}
.from-bg .form-data .form-elem-group:nth-child(n+6) {
	flex: 0 0 100%;
}

.dluznik-info {
background: #10172b;
	color: #fff;
	height: 100%;
}
.bg-gradient {
background: #10172b;
}
.dluznik-info-kwota {
	background: #005af5;
	color: #fff;
	display: flex;
	height: 100%;
}
.progressbar {
	counter-reset: step;
	display: flex;
	justify-content: center;
}
.progressbar li {
	list-style: none;
	display: inline-block;
	width: 30.33%;
	position: relative;
	text-align: center;
	color: #737b84;
}
.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	line-height: 30px;

	border-radius: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	background-color: #fff;
    font-weight: 600;
}
.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: #2abadd;
	font-weight: 500;
}
.progressbar li.active:before {
	border-color: #2abadd;
	background: #2abadd;
	color: #fff;
}
.progressbar li.active + li:after {
	background-color: #2abadd;
}
.btn .material-symbols-outlined {
	font-size: 18px;
	vertical-align: sub;
}
.bg-gradient .table td {
	border-top: 1px solid #384a57;
}
.bg-gradient  .text-secondary {
	color: #a8abae !important;
}
.table td {
	vertical-align: middle;
}
.font-weight-bold {
	font-weight: 600 !important;
}
.table {

}
.gielda-outer .table-responsive {
	overflow-y: scroll;
	max-height: 800px;
}
.gielda-outer .table-responsive thead th {
	position: sticky;
	top: 0;
	z-index: 1;

}
.paging_full_numbers {
	display: none;
}
.container {
	flex: 1;
}

.modal-title {
color: #212529;


}
.alert {

  border-radius: 0;
}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
  opacity: 0.7!important;
  background: #000!important;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
