/* Template:	BtWPV (Better than WordPress Version)
 * Version:	0.9.2
 * Author:	Petri Grzegorz (wsparcie i testowanie - praktykanci ZSE: Grzegorczyk Antonii, Miksuła Sebastian)
 * */
html, body {
	background-color: #f1f2f6;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.sticker {
	align-self: flex-start;
	height: 60px;
}
.sticker > nav {
	position: fixed;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,.1);
}
.noSticky {	min-height: 0px; }
.boxBfrSticky {	/* min-height: 70px; w GTK zaczyna przeszkadzać */ }
.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	border-radius: 0px !important;
	margin: 0px !important;
	width: 99%;
	z-index: 999;
	transition: 2s top cubic-bezier(.3,.73,.3,.74);
}
nav {
	background-color: #fff;
	clear: both;
	color: #000;
	display: flex;
	font-size: .7rem;
	font-weight: 500;
	align-items: stretch;
	justify-content: center;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 80vw;
}
nav a {
	flex-grow: 1;
	text-align: center;
	text-decoration: none;
	min-width: 100px;
}
nav a.accredited {
	position: relative;
	top: 0;
	left: 0;
	margin-left: -2rem;
	z-index: 3;
}
nav a.autoWidth { min-width: auto; }
nav a img {
	height: 45px;
	width: auto;
}
.flexIn {
	display: flex;
	padding: 0;
	margin: 0;
	align-items: stretch;
}
.flexIn li {
	display: inline-flex;
	align-items: center;
}
.flexIn li a {
	padding: 0;
	line-height: 20px;
}
nav a:link {
	color: #000;
	display: block;
	font-size: 1.3em;
	font-weight: 800;
	padding: .4em .7em;
	text-decoration: none;
	min-height: 28px;
}
nav a:link, nav a:visited {
	color: #000;
}
nav a:hover, nav a:active, nav:focus {
    color: #027bc2;
	text-decoration: none;
	text-shadow: none;
	transition: 500ms;
}
.dropdown-bttn {display: none; }
.dropdown-menu {
	display: flex;
	flex-direction: row;
}
/* ### HEADER + SECTIONs ### */
#slider {
	background-color: #007bbe;
	color: #fff;
	height: 200px;
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 20px;
}
#slider.ah {
	height: auto;
	max-height: unset;
}
#slider a {
	color: #ffcc00;
	font-weight: 800;
}
#slider a.button {
	border: solid 2px #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.8rem;
	padding: 12px 24px;
	text-decoration: none;
}
#slider .banner, #slider .messages {
	padding-left: 2rem;
	padding-right: 2rem;
}
#slider .banner {}
#slider .messages {
	background-color: #f1f2f6;
	border-radius: 7px;
	margin-top: .5rem;
	margin-bottom: .5rem;
/*	margin-left: -7vw;
	margin-right: 4vw;*/
}
#slider .side, #slider .info {
	display: flex;
	flex-direction: column;
	padding: 0px;
	padding-left: 2rem;
}
#slider .banner,
#slider .messages,
#slider .side,
#slider .info {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#slider h3 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
.banner ul { list-style-type: disclosure-closed; }
.banner li {
	font-size: .9rem;
	line-height: 1.2rem;
}
.banner li div {
	display: inline-block;
	width: 130px;
}
.banner li span {	font-weight: 900; }

/* ### PORTALS SECTION after SLIDER */
.portals, .associated {
	color: #000;
	display: flex;
	justify-content: center;
	text-align: center;
}
.portals a {
	color: #000;
	text-decoration: none;
	align-content: flex-end;
}
.portals a:link,
.portals a:visited {
	color: #000;
}
.portals a:hover, .portals a:focus {	background-color: #e5e2f2; }
.portals a:hover h3, .portals a:focus h3 {	color: #027bc2; }
.portals a:hover p, .portals a:focus p {	color: #015294; }
.portals figure {
	margin: 0;
	padding: 10px 30px;
}
.portals img {
	background-color: #e5e2f2;
	border-style: solid;
	border-width: 4px;
	height: auto;
	max-width: 85px;
}
.portals figcaption {
	margin-top: 15px;
}
.portals figcaption h3 {
	margin-bottom: 7px;
	font-size: 1.2rem;
	line-height: 1.3rem;
}
.portals figcaption p {
	margin: 0;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.0rem;
}
.portals .wom div {
	border: 4px solid #015294; /*007bbe*/
	padding-top: 20px;
	margin: 0 auto;
	height: 65px;
	width: 85px;
}
.portals .wom img { border-width: 0; }
.portals .mdl img {
	border-color: #007d00;
	margin-top: 8px;
	margin-bottom: 13px;
}
.portals .bp img {
	border-color: #680a0a;
    height: 93px;
}
.portals .koha img {
	border-color: #000;
	margin-top: 8px;
	margin-bottom: 13px;
}
.portals .bos img { border-color: #da2f29; }

/* ### PAGE CONTENT ### */
.main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 30px 0;
}
@media only screen and (min-width: 940px)
{
  .main {
	margin: 0 auto;
    padding-left: 10vw;
    padding-right: 10vw;
  /*  width: 80%;*/
  }
}
.main .bbtFoot {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
}
.colsLayout {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.colsLayout .fullWidthFlex {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
}
.fullWidth {
	width: 100%;
}
.breadCrumbs {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	/* height: 51px; */
/*	padding-top: .8rem;
	padding-bottom: .8rem;*/
}
.breadCrumbs h1 {
	display: flex;
	font-size: 1.2rem;
	line-height: 3rem;
	height: 3rem;
	flex-direction: row;
	align-items: stretch;
}
.breadCrumbs > a:first-child,
.breadCrumbs h1 a:first-child {
	background-color: #808080;
	color: #fff;
}
.breadCrumbs > a,
.breadCrumbs h1 a {
	color: #000;
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0 .5rem;
}
.breadCrumbs > a {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2rem;
  text-decoration: none;
}
.breadCrumbs > a::after {
	display: block;
	content: "▶";
	padding: 0 .5rem;
}
.breadCrumbs h1 a:first-child:hover,
.breadCrumbs h1 a:first-child:focus {
	color: #e5e8e7;
}
.breadCrumbs h1 a:hover,
.breadCrumbs h1 a:focus {
	color: #015294;
	text-decoration: underline;
}
/* ### TREEview ### */
fieldset.catTree {
	background: radial-gradient(ellipse at right bottom, #808080 1%, #d4d4d4 50%, #fff 100%);/*-color: #fefefc;/*d0ab81*/
	border: solid 1px #c3c6c5;
	border-radius: 1.5rem;
}
.catTree legend {
	background-color: rgba(255,255,255,0.8);
	color: #f56b22;
	font-size: 1.4rem;
	font-weight: 800;
	margin-left: 2rem;
}
.catTree > ol, .catTree > ul {
	font-size: 1rem;
	margin: 0 0 1rem 0;
	padding-left: 2rem;
}
.catTree ul {	padding-left: 2rem; }
.catTree li span {
	font-style: italic;
	font-weight: 800;
}
.catTree a:link {
	color: #0b3a6b;
	outline: solid 0px #000;
	font-size: 1rem;
	padding: 0.2rem 0px;
	line-height: 1.4rem;
	height: auto;
	text-decoration: none;
}
.catTree a:visited {	color: #0b3a6b; }
.catTree a:hover, .catTree a:focus, .catTree a:active {
	background-color: #0b3a6b;
    color: #fff;/*#0b3a6b;*/
    text-decoration: underline;
}
/* ### ASSOCIATED PORTALS before FOOTER */
.associated {	background-color: #fff; }
.associated a {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	padding: 0 10px;
}
.associated a:hover, .associated a:focus {
	outline: 4px solid #007bbe; 
}
.associated img {
	height: auto;
	max-width: 100px;
}
/* ### FOOTER ### */
body > footer {
	background-color: #007bbe;
	color: #fff;
	display: flex;
	font-size: 1.2rem;
	/*font-weight: 800;*/
	line-height: 1.2rem;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
}
footer h1 {	margin: 0; }
footer .foot {	flex-basis: 100vw; }
.foot {
    color: #fff;
    background-color: #007bbe;
    border-top: solid 1px rgba(255,255,255,.19);
    padding: 1rem 10vw;
    margin: 0px -10vw;
    margin-top: 20px;
    min-height: 20px;
/*  max-width: 1140px;*/
}
footer .accredited {
	width: 40%;
	max-width: 400px;
}
footer .accredited p.img {	text-align: center; }
footer .accredited p {
	text-align: justify;
	font-weight: 300;
}
.ftCol1 li {    color: #ffcc00;}
.ftCol1 a:link {    font-weight: 800; }
body > footer ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 1rem 0;
}
body > footer li {
	color: #f56b22;
	margin: .5rem 0;
}
body > footer a:link, body > footer a:visited, body > footer li {
	color: #fff;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1rem;
	text-decoration: none;
}
body > footer a:hover, body > footer a:focus, body > footer a:active {
	text-decoration: underline;
}
body > footer li.liHead {
	color: #fff;
	font-weight: 800;
	list-style: none;
	margin-left: -20px;
}
/* ### CONTENT ### */
.dspFlex {
	display: flex;
	flex-direction: row;
/*	flex-wrap: wrap;*/
}
.col {
	align-items: flex-start;
	background-color: #fff;
	display: flex;
	padding: .6vw;
	margin-left: 1vw;
	margin-right: 1vw;
}
.col1, .col2 {
	flex-wrap: wrap;
	flex-direction: row;
	flex-basis: 50%;
}
.col1, .col:first-child {	margin-left: 2vw; }
.col2, .col:last-child {	margin-right: 2vw; }
.col-50-50 > div,
.col-50-50 > section {
	flex-basis: 50%;
	flex-grow: 2;
}
.col-30-70 > div:last-child,
.col-30-70 > section:last-child,
.col-70-30 > div:first-child,
.col-70-30 > section:first-child {	flex-basis: 70%; }
.col-30-70 > div:first-child ,
.col-30-70 > section:first-child ,
.col-70-30 > div:last-child,
.col-70-30 > section:last-child {	flex-basis: 30%;}
.flexItemFull {	flex-basis: 100%;}
.pad10lr {
	padding-left: 10vw;
	padding-right: 10vw;
}
.pad20lr {
	padding-left: 20vw;
	padding-right: 20vw;
}
.pad10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad20tb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad30tb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mar10tb {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mar30tb {
	margin-top: 30px;
	margin-bottom: 30px;
}
.contCenter { justify-content: center; }
.contLeft { justify-content: flex-start; }
.contRight { justify-content: flex-end; }

/* ### EXTRAS ### */
.slideToList {
	font-size: 150%;
}
.slideToList {
	display: none;
}
ul.slideToList {
	list-style-type: disclosure-closed;
	padding-left: 1.25rem;
	margin: .5rem 0;
}
.listLegend {	margin: 2rem 0; }
.col .listLegend {
	margin-top: .5rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.col table + .listLegend {
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}
.coursesList {
	height: 600px;
	overflow-y: auto;
	margin-right: -.6vw;
}
table.pubLst {	margin-bottom: 0rem; }
.coursesList + footer {
	margin: 0;
	padding: 0;
	height: 0;
}
.coursesList + footer.btm {
	position: relative;
	top: 0;
	border: unset;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.coursesList + footer.btm::after {
position: absolute;
bottom: 0;
	background-image: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.8) 75%, rgba(255,255,255,0) 95%);
	content: "";
	display: block;
	height: 50px;
	width: 100%;
}
/* ###   ##### #####   ### */
/* ### ICONS & BUTTONS ### */
/* ###   ##### #####   ### */

/* @sect	Nawigacja: Fiszki i kategorie */
.navBtns {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: auto;
	margin-right: .5rem;
}
.navBtns > p {
	font-size: 1rem;
}
a.goBtn {
    background-color: #e5e8e7;
    font-weight: 800;
    text-decoration: none;
}
a.goBtnX {
    background-color: #e5e8e7;
    border-radius: 0;
    border: solid 1px #404040;
    font-family: Arial;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    padding: 2px 5px;
    margin: 2px 5px;
    text-decoration: none;
    height: 1rem;
}
div.goBtn.start {
	display: inline-block;
	vertical-align: top;
}
.goBtn.startX,
a.goBtn.backX {
	background-color: #808080;/* !important;*/
	border: solid 0 #404040;/* !important;*/
	border-radius: 0;/* !important;*/
	color: #e5e8e7;/* !important;*/
	font-size: 1.4rem;/* !important;*/
	font-weight: 800;
	padding: 0;
	line-height: 1.6rem;/* !important;*/
	line-height: 34px;/* !important;*/
	height: 34px;/* !important;*/
}
.breadCrumbs a.goBtn.back {
	border: unset;
	border-radius: 0 2rem 2rem 0;
	color: #fff;
    font-weight: 800;
    padding: 0 .5rem; /*2px 5px;*/
    margin: 0; /*2px 5px;*/
    text-decoration: none;
}
.goBtn.startX { border-radius: 0 20px 20px 0 !important;}
a.goBtn.backX { border-radius: 0 20px 20px 0 !important;}
a.goBtn.backX { padding-left: .8rem; padding-right: .2rem; }

a.goBtn.back:focus, a.goBtn.back:hover { padding-left: 0; padding-right: 1rem; }
header > div.goBtn.start {	padding: 0 .5rem 0 .5rem !important;}
/*a.goBtn.back:link {	padding: .2rem 0 .2rem .4rem !important;}*/

/* @sect	prev-next BTNS */
a.goBtn:link{}
header a.nBtn:link, footer a.nBtn:link,
header a.pnBtn:link, footer a.pnBtn:link {
    background-color: #e5e8e7;
    border-radius: 20px 0 0 20px;
    border: solid 1px #404040;
    font-family: Arial;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    padding: 2px 5px;
    margin: 2px 5px;
    text-decoration: none;
    height: 1rem;
}
a.goBtn:link {
	background-color: #e5e8e7;
	border: solid 1px #404040;
	border-radius: 20px 0 0 20px;
	color: #404040;
	font-size: 1.2rem;
	margin: 0 .6rem;
}
a.goBtn:visited { color: #404040; }
a.goBtn.top {
	border-radius: 0 0 20px 0;
	font-size: 1.2rem;
	padding-right: .7rem;
}
a.goBtn:focus, a.goBtn:hover {
	background-color: #808080;
	color: #e5e8e7;
}
header a.pnBtn:link + a.pnBtn:link, footer a.pnBtn:link + a.pnBtn:link {
    border-radius: 0 20px 20px 0;
}
header a.pnBtn:link::before, footer a.pnBtn:link::before {
	content: "« ";
}
header a.pnBtn:link + a.pnBtn:link::before, footer a.pnBtn:link + a.pnBtn:link::before {
	content: "";
}
header a.pnBtn:link + a.pnBtn:link::after, footer a.pnBtn:link + a.pnBtn:link::after {
	content: " »";
}
header a.nBtn:link, footer a.nBtn:link,
header a.pnBtn:link, footer a.pnBtn:link { color: #404040; }
/*a.goBtn:visited,*/
header a.nBtn:visited, footer a.nBtn:visited,
header a.pnBtn:visited, footer a.pnBtn:visited {
    border: solid 1px #404040;
    color: #404040;
}
header a.pnBtn:focus, footer a.pnBtn:focus,
header a.pnBtn:hover, footer a.pnBtn:hover {
    border: solid 1px #404040;
    background: #808080;
    color: #e5e8e7;
}
.x a.goBtn.back::before { content: "⧏";/*◂*/}
.x .goBtn.start::after { content: "⧐";/*◂*/}
a.goBtn.top::after { content: "Do góry ⌅";}
a.goBtn.topNO:hover:after, a.goBtn.topNO:focus:after { content: "Do góry ⌅";}
header .goBtn2 {	float: left !important; line-height: 1.2rem !important; }
footer .goBtn { line-height: 1.75rem !important; } 

/* @sect	Messages // komunikaty */
.cBox.errorTx { color: #da2f29; }
.cBox.alertTx { color: #ffd800; }
.cBox.infoTx { color: #4776b1; }
.cBox.successTx { color: #247f24; }
.cBox.errorTx, .cBox.alertTx, .cBox.infoTx, .cBox.successTx {
	padding: 0px 0.6rem;
}
p.errorBx, p.alertBx, p.infoBx, p.successBx,
.cBox.errorBx, .cBox.alertBx, .cBox.infoBx, .cBox.successBx {
	outline: solid 0px white;
	border: solid 0.4rem #808080;
	border-left: solid 0.8rem #808080;
	border-right: solid 0.8rem #808080;
	border-width: 3px 8px;
	background-color: #fff;
	color: #404040;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: .2rem .5rem;
	margin: 1rem 0;
}
p.errorBx, p.alertBx, p.infoBx, p.successBx {
	text-align: center;
	padding: .2rem .5rem;
}
p.errorBx, .cBox.errorBx { border-color: #da2f29; }
p.alertBx, .cBox.alertBx { border-color: #ffd800; }
p.infoBx, .cBox.infoBx { border-radius: .3rem; border-color: #4776b1;/*0b3a6b;*/ }
p.successBx, .cBox.successBx {  border-radius: .3rem; border-color: #247f24; }
.cBox.blk {	display: block; }
.cBox.errorBx header, .cBox.alertBx header, .cBox.infoBx header, .cBox.successBx header {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.cBox.errorBx footer, .cBox.alertBx footer, .cBox.infoBx footer, .cBox.successBx footer {
	font-size: 1rem;
	text-align: right;
}
/* ### ICONS for Courses ###  */
.ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8em;
	line-height: 28px;
	height: 28px;
	width: 28px;
}
.ico, .tip i, td.lp a.tip {
	background-color: #808080;
	border: solid 2px #404040;
	border-radius: 50%;
	color: #fff;
	/*
	display: inline-block;
	text-align: center;
	*/
	font-weight: 800;
	text-decoration: none;
	margin: 2px 2px 2px 5px;
	vertical-align: top;
}
.icoClose {
	border-color: #fff;
	font-size: 2.0rem;
	line-height: 26px;
}
.icoOpen {
	font-size: 1.6rem;
}
.icoClose::after { content: '\229D'; }
.icoOpen,
a:link .btnSuccess i,
.btnSuccess i, .btnSuccess p {
	background-color: #447f44;
	border-color: #fff;
}
.icoOpen:after { content: '\22B3 '; }
.btnInfo:hover i, .btnInfo:hover p {/*hover*/
	color: #e5f3f8;
	border-color: #e5f3f8;
}
.icoOnline,
.icoStationary {
	color: #fff !important;
	border-radius: 50%;
	display: inline-block;
	float: none;
	font-size: 24px !important;
	text-align: center;
	margin: 0 6px !important;
	height: 32px;
	width: 32px;
	vertical-align: middle;
}
.half1,
.half2 {
	display: inline-block;
	overflow: hidden;
	width: 22px;
}
.half1 > * { position: relative; left: -22px;}
.half2 > * { position: relative; left: 0;}
.half1x {	margin-left: -24px;}
.half2x {	margin-right: 24px;}
.icoOnline {
	background-color: lightblue;
	color: #fff !important;
	text-shadow: #808080 1px -1px 1px;
	line-height: 20px !important;
}
.icoOnline:after { content: "\2601"; }
.icoStationary {
	background-color: #808080;
	text-shadow: #f56b22 2px -1px 1px;/*#007bbe lightblue*/
	line-height: 30px !important;
}
.icoStationary:after { content: "\27f0"; } /*"\2617"; }*/
.btnInfo i, .cBox .btnInfo i, .cBox .btnInfo p {	background-color: #007cc2;	}
.cBox .btnInfo:hover i, .cBox .btnInfo:hover p {	background-color: #015294;	}
.btnInfo:hover .ti, .btnInfo:focus .ti { color: #015294; }
.btnSuccess:hover i, .btnSuccess:hover p {/*hover*/
	color: #fff;
	background-color: /*#447f44;/*#1C561C;/*/#90EE90;/**/
	border-color: #447f44;
}
a:link .btnError i,
.btnError i, .btnError p {/*link*/
	border-color: #fff;
}
.btnError:hover i {/*hover*/
	color: #fff;
	background-color: #da2f29;
	border-color: #FF3A3A;
}
/* ### COMMONS ### */
.toggleBtn, .toggleBtn ~ .toggleDiv { display: none; }
.toggleBtn:checked ~ .toggleDiv { display: block; }
.toggleBtn:checked ~ .toggleDiv.tglInb { display: inline-block; }
.bgGrey { background-color: #e5e8e7; }
.bgWhite { background-color: #fff; }
.cnt { text-align: center; }
.tLft { text-align: left; }
.tRgt { text-align: right; }
.vTop { vertical-align: top; }
.vMid { vertical-align: middle; }
.vBtm { vertical-align: bottom; }
.nbBrd { border-bottom: none !important;}
.putLeft { float: left; }
.putRight { float: right; }
[data-section], [data-zone] { display: none; }
.dspNot { display: none !important; }
.dspSect { display: block; }
.dspInl { display: inline !important; }
.dspInb { display: inline-block !important; }
