@charset "utf-8";
html {
	--thumbBG: #90A4AE;
height: 100%;
	width: 100%;
	margin: 0;
	 -ms-overflow-style: scrollbar;
}
body {
height: 100%;
	width: 100%;
	margin: 0;
	font-size: 11px;
}

.fixed {
	position: relative;
	width: 100%;
	top: 0px;
	background-color: rgba(236,236,236,0.69);
	margin-left:auto;
	margin-right:auto;
	z-index: 10000;
    }
#overlay {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90000;
	background-color: rgba(255, 255, 255, 0.86);
}
#window {
	
	display: table-cell;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.zaslona {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8000;
background-color: transparent;
}
.zaslona_wew {
	display: table-cell;
}

#loader {
	margin-top: 20%;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: rgb(2, 48, 100);
	text-decoration: none;
	text-align: center;
	padding: 10px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid rgba(49,74,108,1.00) !important;*/
	/*background-color: rgba(0, 85, 193, 0.68) !important;*/

}
.to-top{
    text-align:center;
}
#scroll-to-top{
	display: none;
	position: fixed;
	bottom: 15px;
	right: 20px;
	opacity: 0.8;
	font-size: 2em;
	line-height: 30px;
	color: rgba(0,102,204,0.7);
	text-decoration: none;
	height: 30px;
	width: 30px;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	z-index:11000;
}
#scroll-to-top:hover{
    opacity:1;
	color: rgba(0,102,204,1);
	background-color: rgba(255,255,255,0.7);
}
.top-foto {
	background-image: url("../img/nager.jpg");
  background-size: cover;
  text-align: left;
  background-color: rgb(0, 0, 0);
  background-position: 50% 40%;
	padding:0;
}
.inner_top {
	padding-top: 350px;
  padding-bottom: 300px;
  text-align: center;
	font-family: Domine;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; 
	letter-spacing: 1px;
	color:rgba(255,255,255,1.00);
}
.top-foto1 {
	background-image: url("../img/nager.jpg");
  background-size: cover;
  background-position: 50% 40%;
	background-color: linear-gradient(0deg, rgba(3, 26, 53, 0.60) 0%, rgba(3, 26, 53, 0.60) 100%);
	padding:0;
}
.top-foto2 {
	background-image: url("../img/nager2.jpg");
  background-size: cover;
  background-position: 50% 40%;
	background-color: linear-gradient(0deg, rgba(3, 26, 53, 0.60) 0%, rgba(3, 26, 53, 0.60) 100%);
	padding:0;
}
.inner_top1 {
	padding-top: 250px;
  padding-bottom: 220px;
  text-align: center;
	font-family: 'Domine';
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 128.571% */
	letter-spacing: 1px;
	color:rgba(255,255,255,1.00);
	z-index:10;
}
.inner_top2 {
	padding-top: 250px;
  padding-bottom: 220px;
  text-align: center;
	font-family: 'Domine';
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 128.571% */
	letter-spacing: 1px;
	color:rgba(255,255,255,1.00);
	z-index:10;
}
.hader-all {
	padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px; 
padding-right: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
#menu_toper {
	text-align: left;
  flex-direction: row;
  display: flex;
  background-color: rgb(78, 110, 147);
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 12px;
}
#menu_toper a {
	color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
	font-size: 0.76rem;
	text-decoration: none;
}
#menu_toper a:hover {
	text-decoration:underline;
}
.menu_dol {
	background-color: rgb(255, 255, 255);
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 12px;
  padding-top: 12px;
  box-shadow: 0px 2px 4px 0px rgba(58,57,76,0.03),0px 2px 8px 0px rgba(58,57,76,0.08);
}
.menu_link {
	padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -10px;
  margin-bottom: 0px;
  color: rgb(2, 48, 100);
  font-family: 'Domine';
  font-weight: 700;
  font-size: 14px;
	display: flex;
  align-items: center;
  position: relative;
  outline: none;
	text-decoration: none;
	letter-spacing: 0.2px;
}
.box_m {
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.btn_m {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  cursor: pointer;
}

.btn_m span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(62,59,88,1.00);
  transition: all .3s;
  position: relative;
}

.btn_m span + span {
  margin-top: 4px;
}

.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 6px;
    transform: rotate(0);
  }
  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#szuker_pole {
  background-color: rgb(230, 234, 240);
  /*overflow: hidden;*/
  border-radius: 16px;
  box-shadow: 0 4px 6px 0 rgba(58, 57, 76, 0.06);
	margin-top: -50px;
}
.szuker_pole_list {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 14px 24px 14px 24px;
  background-color: rgb(255, 255, 255);
	transition-duration: 0.2s;
	cursor:pointer;
  /*overflow: hidden;*/
}
.spl_lewy {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.spl_prawy {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.szuker_btn_list {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 38px 50px 38px 50px;
  background-color: rgb(27, 69, 116);
  /*overflow: hidden;*/
	text-align: center;
	transition-duration: 0.2s;
	cursor: pointer;
}
.szuker_btn_list:hover {
	background-color: rgb(16, 94, 181);
}
.spl_wew {
  min-width: 0;
  min-height: 0;
  padding: 14px 24px 14px 24px;
  /*background: rgb(255, 255, 255);*/
	cursor:pointer;
	transition-duration: 0.2s;
 /* overflow: hidden;*/
}
.szuker_pole_list:hover .nazwa_list, .szuker_pole_list:hover .pole_list {
	color: rgba(16,94,181,1);
}
.szukaj {
  position: relative;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: 'Domine';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
  background-color: transparent;
  border: none;
}
.nazwa_list {
	position: relative;
  height: 24px;
  color: rgb(0, 0, 0);
  font-family: 'Domine' ;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}
.pole_list {
	position: relative;
  height: 24px;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans' ;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}
.rozwin {
	padding-right: 0;
  text-align: right;
  margin-top: 12px;
  font-size: 1.4em;
  color: rgb(27, 69, 116);
}
.tyt {
  position: relative;
  color: rgb(0, 0, 0);
  font-family: 'Domine';
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-overflow: initial;
  overflow: hidden;
}
.podtyt {
  position: relative;
  color: rgb(0, 0, 0);
  font-family: 'Domine';
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-overflow: initial;
  overflow: hidden;
	padding: 15px 15px 15px 15px;
}
.text_wew {
	padding: 64px 64px 64px 64px;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgb(68, 68, 68);
}
.text_wew2 {
	padding: 15px 15px 15px 15px;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: rgb(68, 68, 68);
}
.text_wew_ramka {
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgb(68, 68, 68);
}
.foto_ramka {
	border-radius: 30px;
	margin-bottom: 32px;
}
.tlo_fota1 {
	background-image: url("../img/fot1.jpg");
  background-color: rgb(0, 0, 0);
  background-position: 50% 50%;
	padding-top: 134px;
	padding-bottom: 134px;
	background-size: cover;
}
.tlo_fota2 {
	background-image: url("../img/bali_on_w.jpg");
  background-color: rgb(0, 0, 0);
  background-position: 50% 50%;
	padding-top: 134px;
	padding-bottom: 134px;
	background-size: cover;
}
.text_wew_ramka {
	border-radius: 30px;
	box-shadow: 0px 16px 24px -2px rgba(58,57,76,0.12),0px 2px 12px 0px rgba(58,57,76,0.10);
	padding: 32px;
	background-color: rgb(255, 255, 255);
}
.okno_ofer {
	background-size: auto 100%;
  min-height: 450px;
  border-radius: 12px;
  text-align: left;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  transition-duration: 0.2s;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
	margin-bottom: 16px;
}
.okno_ofer:hover {
	background-size: auto 110%;
}
.okno_oso {
	background-size: auto 100%;
  min-height: 450px;
  border-radius: 12px;
  text-align: left;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
	margin-bottom: 16px;
}
.grad1 {
	position: absolute; 
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,23,50,0.13) 50%,rgba(0,23,50,0.85) 70%);
	z-index: 2;
}
.grad2 {
	position: absolute; 
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,23,50,0.13) 50%,rgba(0,23,50,0.85) 70%);
	z-index: 2;
}
.nag_okno {
	position: relative;
  color: rgba(255,255,255,1.00);
  font-family: 'Domine';
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-overflow: initial;
  overflow: hidden;
	margin-top: 76%;
	z-index: 3;
}
.txt_okno {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,1.00);
	position: relative;
	z-index: 4;
}
.kontakt_tlo {
  position: relative;
  background-color: rgb(230, 234, 240);
}
.form_tlo {
	position: relative;
  width: 100%;
  padding: 48px 48px 48px 48px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 30px;
	min-height: 100%;
	box-shadow: 0px 16px 24px -2px rgba(58,57,76,0.12),0px 2px 12px 0px rgba(58,57,76,0.10);
}
.lista_roz {
	width: 100%; 
	position: absolute;
	display: none;
	top:52px;
	left: 0;
}
.lista_roz_contener {
	width: 100%; 
	background-color: rgba(255,255,255,1.00);
	position: relative;
	border-radius: 16px;	
	box-shadow: 0px 16px 24px -2px rgba(58,57,76,0.12),0px 2px 12px 0px rgba(58,57,76,0.10);
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 100;
}
.lista_roz_klaw {
	padding-left: 12px;
	padding-right: 12px;
	color: rgb(0, 0, 0);
  font-family: 'Open Sans';
  font-size: 18px;
	line-height: 24px;
	transition-duration: 0.2s;
	padding-top: 6px;
	padding-bottom: 6px;
}
.lista_roz_klaw:hover {
	color: rgba(255,255,255,1.00);
  background-color: rgb(27, 69, 116);
}
.bc_label { 
	font-size: 18px;
	font-family: 'Domine';
	font-weight: 	700;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.poem {
  overflow: scroll;
  scrollbar-color: rgba(80,88,168,1.00) rgba(255,255,255,1.00);
  scrollbar-width: thin;
}
.breadcrumb-item > a {
	text-decoration: none;
	color:rgba(79,79,79,1.00);
}
.breadcrumb-item > a:hover {
	color:rgba(50,50,50,1.00);
}
div.breadcrumb-item:not(.active) > a {
	color:rgba(79,79,79,1.00);
}
.breadcrumb {
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 48px;
	margin-bottom: 24px;
	background-color: transparent;
}
.sz_panel {
		padding-left: 60px; 
		padding-right: 60px;
		position: relative;
	}
.nag_filter {
	padding: 24px 24px 24px 24px;
	text-align: center;
	box-shadow: 0px 4px 6px 0px rgba(58, 57, 76, 0.06), 0px 6px 20px -2px rgba(58, 57, 76, 0.14);
	color:rgba(27,69,116,1.00);
	font-family: 'Domine';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	cursor: pointer;
	background-color: rgba(255,255,255,1.00);
}
.nag_filter:hover {
	color:rgba(38,95,159,1.00);
}
 .tlo_param_fota1 {
	 display: flex;
	 height: 780px;
		padding: 0px 80px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
	 	background: url("../img/fot1.jpg") no-repeat;
	 background-size: 100% auto;
		background-size: cover;
		background-position: 45% 50%;
}
 .tlo_param_fota2 {
	 display: flex;
	 height: 780px;
		padding: 0px 80px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
	 	background: url("../img/bali_on_w.jpg") no-repeat;
	 background-size: 100% auto;
		background-size: cover;
		background-position: 45% 50%;
}
.filtry_container {
	padding: 24px;
	background-color: rgba(255,255,255,1.00);
	display: block;
}
.oko_jacht {
	border-radius: 30px;
	background: rgba(255,255,255,1.00);
	box-shadow: 0px 4px 6px 0px rgba(58, 57, 76, 0.06), 0px 6px 20px -2px rgba(58, 57, 76, 0.14);
	margin-bottom: 32px;
	overflow: hidden;
}
.foto_jacht_list {
	background-size: auto 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
	transition-duration: 0.2s;
	cursor: pointer;
}
.foto_jacht_list:hover {
	background-size: auto 110%;
}

.j_nag_tyt {
	font-family: 'Domine';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	width: 100%;
}
.j_nag_podtyt {
	font-family: 'Open Sans' ;
	color:rgb(27, 69, 116);
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	width: 100%;
}
.j_param_con {
	margin-top: 16px;
}
.j_klocek {
	display: inline-block;
	padding: 4px 8px;
	text-align: center;
	border-radius: 6px;
	background: rgba(230,234,240,1.00);
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; 
	letter-spacing: 0.2px;
	color: rgba(27,69,116,1.00);
	margin-right: 6px;
}
.j_klocek>img {
	display: inline-block;
	height: 14px;
	margin-right: 6px;
}
.j_cena {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 16px;
}


.jc2 {
color: rgba(0,0,0,1.00);
text-align: right;
font-family: 'Domine';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px
}
.jc1 {
color: rgba(115,115,115,1.00);
text-align: right;
font-family: 'Domine';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px;
text-decoration: line-through;
}
.j_klaw {
	font-size: 60px;
  color: rgb(27, 69, 116);
  text-align: right;
	cursor: 	pointer;
	margin-right: 12px;
	transition-duration: 0.2s;
	
}
.j_klaw:hover {
	color: rgba(54,119,191,1.00);
	margin-right: 6px;
}
.j-dane {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
	padding-top: 16px;  
	padding-bottom: 16px;
}
.nag_poz_filter {
	color:  #000;
	font-family: 'Domine';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 18px;
}
.f_box {
	padding: 18px 24px 18px 24px;
	background-color: rgba(255,255,255,1.00);
}
.form-check-label {
	color: #000;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0.2px;
}

.ui-slider-horizontal {
  height: .4em;
}
.ui-widget.ui-widget-content {
  background-color:rgba(204,214,224,1.00);
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border-radius: 50%;
  display: block;
  background-color: rgb(27, 69, 116);
}
.ui-widget-header {
	background-color: rgb(27, 69, 116);
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.4em;
  margin-left: -.6em;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 0px none;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 110%;
}
.zakres_cen {
	color: #000;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.2px;
	margin-bottom: 16px;
}
.wykres {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: space-between;
	width: 100%;
	height: 65px;
	padding-bottom: 5px;
}
.slupek {
	background-color: rgba(27,69,116,0.12);
	max-height: inherit;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: auto;
	margin-top: 0;
}
.kon_kontener {
	padding: 112px 80px 64px 80px;
}
.btn-primary {
	background-color: rgb(27, 69, 116);
	border: 0 none;
}
.btn-primary:hover {
	background-color: rgba(44,95,151,1.00);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px none;
	font-weight: normal;
	color: #212121;
}
.fil_blok {
		display: block;
}
.bc_label.opis {
	color: rgba(117,117,117,1.00);
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.2px;
	text-align: justify;
}
.gal_foto {
	background-size: auto 100%;
  background-color: transparent;
  background-position: 50% 40%;
	min-height: 220px;
	transition-duration: 0.2s;
	cursor:pointer;
	background-repeat: no-repeat;
}
.gal_foto:hover {
	background-size: auto 110%;
}
.foto_gal_gl {
	border-radius: 30px 0px 0px 30px;
	min-height: 100%;
}
.foto_gal_pg {
	border-radius: 0px 30px 0px 0px;
}
.foto_gal_pd {
	border-radius: 0px 0px 30px 0px;
}
.dane_tech_nag {
	padding: 12px;
	background-color: rgba(230,234,240,1.00);font-family: Domine;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.tlo_param {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(204,214,224,1.00);
	font-family: 'Domine';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 16px;
}
.text-end.tlo_param{
	color: rgba(117,117,117,1.00);
	text-align: right;
}
.tlo_param_mini.no_ram { 
color: rgb(117, 117, 117);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  border: 0px solid transparent;
  margin-bottom: 2px;
  margin-right: 2px;
  width: 49%;
  border-radius: 6px;
  margin-left: 2px;
}
.tlo_param_mini { 
color: rgb(117, 117, 117);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  border: 1px solid rgb(223, 223, 223);
  margin-bottom: 2px;
  margin-right: 2px;
  width: 49%;
  border-radius: 6px;
  margin-left: 2px;
}
.param_listwa {
	border: 1px solid rgb(223, 223, 223);
  border-radius: 6px;
  margin-bottom: 2px;
  background-color: rgb(255, 255, 255);
}
.param_listwa:nth-child(odd) {
	background-color: rgb(247, 247, 247);
}
.sumowanie {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(58, 57, 76, 0.06), 0px 6px 20px -2px rgba(58, 57, 76, 0.14);
	overflow: hidden;
}
.tyt_sum {
	color: rgba(0,0,0,1.00);
	font-family: 'Domine';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	padding: 24px;
}
.sum_btn_list {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  background-color: rgb(27, 69, 116);
	color: rgba(255,255,255,1.00);
	font-family: 'Domine';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.link { 
	cursor: pointer;
	color:rgba(27,69,116,1.00);
}
.link:hover { 
	color:rgba(10,88,202,1.00);
}

.cen {  color: rgba(117,117,117,1.00);
	font-family: 'Domine';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.ladowanie {
	filter: blur(4px); opacity: 0.5;
}
.wynik_szuk_brak {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 16px;
  text-align: center;
  color: brown;
}
.wrong_input {
	border-color: rgba(255,99,102,1.00);
	background-color: rgba(255,210,211,1.00);
	color: rgba(167,112,113,1.00);
	
}
.list_jacht {
		margin-top: 30px;
}
.klaw_list {
	border-radius: 24px;
  letter-spacing: 0.8px;
  width: 100%;
  padding: 12px;
	border: 2px solid transparent;
}
.klaw_list.noact {
  padding: 12px;
	border: 2px solid rgba(27,69,116,1.00);
	background-color: rgba(255,255,255,1.00);
	color:rgba(27,69,116,1.00);
	
}
.klaw_list.btn-light {
   background-color: white; 
}
.klaw_list {
padding: 24px;
  font-size: 18px;
  line-height: 24px;
    font-family: 'Domine';
    font-weight: 700;
}
.szuk_sing:hover {   
    background-color: rgba(44,95,151,1.00);
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #FFFFFF;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255,255,255,0.25);
}
.accordion-button {
	 font-size: 16px;
  line-height: 24px;
    font-family: 'Domine';
    font-weight: 700;
}
.oko_cm {
	width: 100%;
	height:100%;
	padding: 32px 16px 32px 16px;
	border-radius: 30px;
	opacity: 0px;
	box-shadow: 0px 4px 6px 0px rgba(58, 57, 76, 0.06);
	box-shadow: 0px 6px 20px -2px rgba(58, 57, 76, 0.14);
	min-height: 280px;
	margin-bottom: 16px;
}
.oko_cm_nag {
	font-family: Domine;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.oko_cm_txt {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.2px;
	text-align: center;
}
.oko_cm i {
	font-size: 48px;
	margin-bottom: 12px;
	color: rgba(27, 69, 116, 1);
}

/******* PWS strefa ******/
.starter {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
background-color: rgba(222, 219, 255, 1);
    background-image:   url("../img/tlo_start.jpg"), linear-gradient(135deg, rgba(102, 115, 95, 1) 0%, rgba(126, 130, 178, 1) 100%) ;
background-size: auto auto   ;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 100vh;
}
.loger_sub {
	width: 440px;
	background-color: rgba(255,255,255,1.00);
	padding: 12px;
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(66, 68, 90, 0.12);
-moz-box-shadow: inset 0px 0px 17px 0px rgba(66, 68, 90, 0.12);
box-shadow: inset 0px 0px 17px 0px rgba(66, 68, 90, 0.12);
	border: solid 1 px rgba(148,148,148,1.00);
	border-radius: 16px 16px 16px 16px;

}
a.a_link {
	text-decoration: none;
	color:rgba(93,93,93,1.00);
}
a.a_link:hover {
	color:rgba(54,54,54,1.00);
}
.tlo_www {
	background-color: rgba(222, 219, 255, 1);
	background-image:   url("../img/tlo_start_all.jpg");
	background-size: 100% auto   ;
	background-position: center center;
	background-repeat:no-repeat;
	width: 100%;
	height: 100vh;
	background-attachment: fixed;

}
label {
	/*font-size: 0.8em;*/
	color: rgb(138, 157, 181);
}
label:first-letter {
    text-transform: uppercase;
		
}
.marg-16 {
	margin-top: 16px;
}
input::placeholder {
  opacity: 0.5 !important;
  color: rgb(70, 70, 70) !important
}
.err_kom {
	font-size: 12px;
  color: #de0000;
}
.tlo_panel {
	-webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.51);
-moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.51);
box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.51);
	background-color: rgba(255,255,255,1.00);
	border: solid 1px rgba(73,73,73,1.00);
	min-height: 88vh;
	border-radius: 16px;
	padding: 16px;
}
.nag_panel {
	
	background-position: left;
	background-size: 70% auto  ;
	background-repeat: no-repeat;
	margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  border-radius: 16px 16px 0px 0px;
  height: 140px;
  margin-bottom: 12px;
	border-bottom: solid 1px rgba(50, 96, 136, 0.52);
	box-shadow: 0px 3px 8px 0px rgba(66, 68, 90, 0.46);
}
.pomarancz {
	color: rgba(112,67,0,1.00);
}
.log_txt {
	background-color:rgba(255,255,255,0.85);
  font-size: 12px;
  padding-left: 22px;
  padding-bottom: 6px;
  padding-top: 6px;	
}
.kl_st {
	
	border-radius: 12px;
	max-width: 250px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 0.51);
	-moz-box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 0.51);
	box-shadow: 0px 0px 12px 0px rgba(66, 68, 90, 0.51);
	margin-top: 32px;
	 transition: all .8s;
	cursor: pointer;
}
.kl_st:hover .foto_kl {
	background-size: auto 105% 
}
.foto_kl {
	width: 250px;
	height: 160px;
	background-size: auto 100% ;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: all .5s;
}
.nap_kl {
	width: 250px; 
	padding: 6px;
	text-align: center;
	-webkit-box-shadow: 0px -6px 24px 0px rgba(66, 68, 90, 0.44);
-moz-box-shadow: 0px -6px 24px 0px rgba(66, 68, 90, 0.44);
box-shadow: 0px -6px 24px 0px rgba(66, 68, 90, 0.44);
	transition: all .5s;
	letter-spacing: 0.2em;
}
.kl_st:hover .nap_kl {
	background-color: rgb(19, 132, 150);
	color: rgba(255,255,255,1.00);
}
.prove {
	font-weight: 600;
	color:rgb(0, 177, 46);
}
.ramka_wyb {
	border: solid 1px rgb(64, 122, 240);
  color: rgb(76, 128, 238);
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.pagination>li {
	display: inline
}
.pagination>li>a {
	position: relative;
	float: left;
	line-height: 1.4;
	text-decoration: none;
	color: #395980;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 0.85em;
}
.pagination>li>a:hover, .pagination>li>a:focus {
	color: #3399f3;
	background-color: #E7EDF8;
	border-color: #dddddd
}
.pagination>li>a.active  {
	z-index: 2;
	color: #FFFFFF;
	background-color: #2BA6CB;
	border-color: #dddddd;
	cursor: default
}
.poz_panel {
	background-color:rgba(225, 255, 252, 0.2);
	font-size: 11px;
	border: solid 1px rgba(206,206,206,1.00);
	padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
	border-radius: 3px;
	transition: all .5s;
	box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.26);
}
.poz_panel.ac {
	background-color:rgba(172,200,255,0.33);
}
.poz_panel:hover {
	background-color: rgba(0,152,36,0.20);
	box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.4);
}
.poz_panel_wew {
	background-color: rgba(255,255,255,1.0);
	font-size: 11px;
	border: solid 1px rgba(206,206,206,1.00);
	padding: 1px;
  padding-left: 6px;
  padding-right: 6px;
	border-radius: 3px;
	transition: all .5s;
	box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.26);
}
.poz_panel_nag {
  color: #4e84be;
  border-bottom: solid 1px #2b729c;
  line-height: 1.5rem;
  margin-bottom: 6px;
	background-color: rgba(255,255,255,0.30);
	font-weight: 600;
	font-size: 13px;
  letter-spacing: 0.1em;
}

.zaz {
	color: #FFFFFF;
	background-color: #2BA6CB;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000060;
  display: block;
  	max-width: 330px;
	min-width: 180px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 10px !important;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	background-color: rgba(181,205,233,1.00);
	border-bottom: 1px solid rgba(120,161,209,1.00);
	border-radius: 5px 5px 0 0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	color: #294256;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {	
	padding: 4px 7px;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
	color: rgba(54,54,54,1.00);
}


.form-control-sm {
  height: calc(1.1em + .5rem + 2px);
  padding: .2rem .3rem;
  line-height: 1.2;
  border-radius: .2rem;
	font-size: 12px;
	background-color: rgb(247, 247, 247);
}

.linia_dol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(98,143,193,1.00);
	padding-left: 3px;
	background-color: rgba(23, 162, 184, 0.08);
	color: rgb(20, 121, 137);
	font-size: 13px;
  letter-spacing: 0.1em;
}
.linia_gora {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(89,149,164,1.00);
	
}
.nieb {
	color: rgba(30,95,180,1.00);
}
.datepicker td,
.datepicker th {
  text-align: center;
  padding: 2px 8px;
  font-size: 12px;
}
.datepicker thead {
	color: rgb(66, 127, 191);
}
.datepicker th.dow { 
	color: rgb(17, 101, 189);
}
.form-group {
	
	margin-bottom: .2rem;
}


table.tab-forma {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
	font-size: 11px;
	/*border: 1px solid rgba(35,114,152,0.7);*/
}
table.tab-forma tr {
	line-height: 14px;
}
table.tab-forma tr>th {
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(110, 23, 141, 0.57);
	color: white;
}
table.tab-forma tfoot>tr>th {
	text-align: left;
}
table.tab-forma tfoot>tr {
	width: 100%;
	display: block;
	padding-right: 10px;
}
table.tab-forma tfoot>tr>th:last-child {
	padding-right: 10px;
}
table.tab-forma tr>td {
	line-height: 14px;
	font-weight: 100;
}
table.tab-forma tr:nth-child(even) {
	background-color:rgba(237, 244, 255, 0.);
}
table.tab-forma tr:nth-child(odd) {
	background-color:rgba(176, 224, 253, 0.5);
}
table.tab-forma tr>td.stara_poz {
	background-color: rgba(151,151,151,0.3);
}
table.tab-forma>tbody>tr:hover {
	background-color:rgba(0,255,21,0.5);
}
table.tab-forma>tbody {
	background-color: rgba(255,255,255,1.00);
}
table.tab-forma>tfoot {
	border-top: 1px solid rgba(66,140,181,1.00);
	background-color: rgba(255,255,255,1.00);
	width: 100%;
	
}
table.tab-forma>tfoot>tr {
	background-color:rgba(255,255,255,1.00) !important;
	display: block;
	width: 100%;
}
table.table-scroll {
    min-height: 100px;
}
table.table-scroll {
    display: flex;
    flex-flow: column;
    width: 100%;
	background-color: rgba(110, 23, 141, 0.57);
}
table.table-scroll>thead {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: calc(100% - 10px);
}
table.table-scroll>tfoot {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: 100%;

}
table.table-scroll>tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
}
table.table-scroll>tbody>tr {
    width: 100%;
}
table.table-scroll>thead, table.table-scroll>tbody>tr, table.table-scroll>tfoot>tr {
    display: table;
    table-layout: fixed;
}
table.table-scroll>tbody::-webkit-scrollbar {
  width: 11px;
}
table.table-scroll>tbody {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
table.table-scroll>tbody::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
table.table-scroll>tbody::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
div.d-scroll::-webkit-scrollbar {
  width: 16px;
}
div.d-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
div.d-scroll::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
div.d-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
div.d-scroll {
	overflow-y: auto; 
}
.cien1 {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.62);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.62);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.62);
}
.cien2 {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
}
.cien3 {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.4);
}
.liniaDolMar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E73C8;
	margin-bottom: 3px;
}
#calend_line {
	width: 850px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#calend_line .linia_c {
	background-color: #CCC;
	height: 2px;
	position: relative;
}
#calend_line .mies_punkt {
	height: 10px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 5px;
	z-index: 10;
}
#calend_line .mies_punkt .kres {
	background-color: #666;
	height: 10px;
	width: 1px;
	float: left;
	margin-left: 69px;
}
.kalend_d_t {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 20px;
	width: 14%;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.oko_kal0 {
	padding: 1px;
	float: left;
	height: 60px;
	width: 14%;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid  #EAE6E6;
	color: #999;
	text-decoration: none;
}

.oko_kal {
	padding: 1px;
  float: left;
  height: 60px;
  width: 14%;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  border: 1px solid rgba(160, 160, 160,0.4);
  color: rgb(153, 153, 153);
  text-decoration: none;
  box-shadow: 0px 0px 4px 0px rgba(66, 68, 90, 0.2);
}

.oko_kal:hover {
	border: 1px solid #ADB1C7;
	color: #069;
	background-color: #DDDFE8;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.sqr_n {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
	text-align: center;
	float: right;
	height: 30px;
	width: 30px;
	border: 1px solid #06C;
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
}
.sqr_n_m {
	font-size: 10px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 93, 124);
  text-align: center;
  float: right;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(122, 203, 243);
  margin-right: 1px;
  margin-left: 1px;
  padding: 1px;
	cursor: pointer;
	transition: all .3s;
}
.sqr_n_m:hover {
  background-color: rgba(12,62,79,1.00);
}
.sqr_z {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #393;
	text-align: center;
	float: right;
	height: 30px;
	width: 30px;
	border: 1px solid #063;
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
}
.sqr_z_m {
	font-size: 10px;
	line-height: 16px;
	color: rgba(20,98,25,1.00);
	text-decoration: none;
	background-color:rgba(28,171,31,0.50);
	text-align: center;
	float: right;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(26,99,62,1.00);
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
}
.sqr_p {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
	text-align: center;
	float: right;
	height: 30px;
	width: 30px;
	border: 1px solid #F63;
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
}
.sqr_p_m {
	font-size: 10px;
	line-height: 16px;
	color: rgba(96,40,0,1.00);
	text-decoration: none;
	background-color: rgba(255,198,113,1.00);
	text-align: center;
	float: right;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(217,146,83,1.00);
	margin-right: 1px;
	margin-left: 1px;
	padding: 1px;
}
.b_tlo {
	background-color: #FFF;
}
.w_tlo {
	background-color: #EFEFEF;
}

.dzis {
	background-color: #F9E8AC;
	background-image: url(../img/cien_pole_big.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
.k_pot {
	background-color: #FFF;
}
.k_activ {
	background-color: #DCF5DE;
}
.k_nactiv {
	background-color: #ECE6E6;
}
.belka_n {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
	font-weight: bold;
	padding: 2px;
}
.belka_z {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #393;
	font-weight: bold;
	padding: 2px;
}
.belka_p {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
	font-weight: bold;
	padding: 2px;
}
.znak_dd {
	border: 1px solid #3A43B1;
	background-image: url(../images/panel_dol.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.mb-3, .my-3 {
  margin-bottom: 0.3rem !important;
}
.zazer_kon {
	border:solid 1px rgba(1,151,173,1);
}
.bgtext {
    position: relative;
 }

.bgtext:before {
            color: rgb(187, 182, 182);
            top: 0;
            left: 0;
            z-index: -1;
	background-color: rgba(255,195,0,1.00);
}
.txt_dane {
  font-weight: 500;
  color: rgb(35, 111, 201);
}
.kal_day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	padding-right: 10px;
	color: #1685A3;
}
.kal_reszta_day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
}
.kal_ramka_day {
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	padding: 1px;
}
.kal_txt_rozszcz {
	letter-spacing: 0.4em;
}
.kla_nag_nazwisko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.kal_day_pole {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}
.kal_nag_w {
	letter-spacing: 0.4em;
	height: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0000FF;
	padding-top: 4px;
	color: #000066;
	padding-left: 3px;
}
.kal_nag_p {
	letter-spacing: 0.4em;
	height: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #339900;
	padding-top: 4px;
	color: #009900;
	padding-left: 3px;
}

.noprint .linker prawy {
	float: right;
}

.kal_lewy_nieb {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9393FF;
}
.kal_lewy_ziel {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #66FF66;
}


.kal_nag_r {
	letter-spacing: 0.4em;
	height: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-top: 4px;
	color: #660000;
	padding-left: 3px;
}
.kal_lewy_czer {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF847D;
}
.klaw_f {
	color: #FFF;
	text-decoration: none;
	background-color: rgb(23, 162, 184);
	text-align: center;
	height: 26px;
	width: 38px;
	padding-top: 4px;
}
.cien {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}
.rek_pole {
	background-color: rgb(234, 247, 235);
  border: 1px solid rgb(144, 194, 149);
}
.err_pole {
	background-color: rgba(247,234,234,1.00);
  border: 1px solid rgba(194,144,144,1.00);
}

.rap_nag {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgb(21, 126, 142);
	line-height: 1.3em;
	padding: 6px;
	border: 1px solid rgba(240,240,240,1.00);
}
.rap_wew {
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
	min-height: 100px;
	border: 1px solid rgba(240,240,240,1.00) ;
}

.ramka_wyb {
	border: 1px solid #0066CC;
}
.pp {
	margin-bottom: 3px;
}
.p_nazwa {
	margin-top: 4px;
  margin-bottom: 3px;
  color: rgb(42, 113, 175);
}
/******* /PWS strefa ******/

@media (max-width:991px) {
	
}



