html {
    scroll-behavior: smooth;
}

div.online
{
	width:545px;
	border:1px solid #FFFFFF;
}


div.online div
{
	padding-left:10px;
}


div.online div ul
{
	margin:0px 0px 0px 10px;
	padding:0px;
}

div.online div ul li
{
	list-style:outside;
	list-style-type:circle;
	margin:0px 0px 7px 10px;
	padding:0px;
}


/*********************************************************************************/

div.kontener_kalendarz
{
	width:330px;
	float:left;
	margin-left:10px;
	margin-bottom:25px;
}


div.zom
{
	border:1px solid #ed9b30;
	background-color:#fad97f;
	text-align:center;
	width:321px;
	height:50px;
	padding:5px 0px 5px 0px;
	color:#333333;
}


/*********************************************************************************/


div.dzien_tygodnia
{
	border:1px solid #366285;
	background-color:#4d79c4;
	font-size:13px;
	color:#fff;
	text-align:center;
	float:left;
	width:45px;
	height:22px;
	padding-top:2px;
	margin:1px 1px 0px 0px;
	cursor:default;
}


/*********************************************************************************/


div.dzien_pusty
{
	float:left;
	width:45px;
	height:50px;
	cursor:default;
	margin:1px 1px 0px 0px;
}


/*********************************************************************************/


div.dzien_zamkniety
{
	float:left;
	border:1px solid #999;
	background-color:#f0f0f0;
	text-align:center;
	font-weight:normal;
	font-size:19px;
	width:45px;
	height:50px;
	padding-top:12px;
	color:#CCC;
	cursor:default;
	margin:1px 1px 0px 0px;
}


/*********************************************************************************/


div.dzien_swieta
{
	float:left;
	overflow:hidden;
	border:1px solid #999;
	background-color:#D6D6D6;
	text-align:center;
	font-weight:normal;
	font-size:19px;
	width:45px;
	height:50px;
	padding-top:12px;
	color:#999;
	margin:1px 1px 0px 0px;
	cursor:default;
}


/*********************************************************************************/


div.kontener_dnia
{
	float:left;
	width:46px;
	height:25px;
}


div.dzien_pracujacy
{
	overflow:hidden;
	border:1px solid #060;
	background-color:#66CC66;
	text-align:center;
	font-weight:bold;
	font-size:19px;
	width:45px;
	height:50px;
	padding-top:12px;
	margin:1px 1px 0px 0px;
	color:#FFFFFF;
	cursor:pointer;
}


div.dzien_odstep
{
	width:1px;
	height:1px;
}


/*********************************************************************************/


div.kontener_wolnych_godzin
{
	position:absolute;
	width:118px;
	height:83px;
	line-height:26px;
	background-color:#FFFFFF;
	font-size:21px;
	border:1px solid #4d79c4;
	margin:-5px 0px 0px -52px;
	z-index:1;
}


div.kontener_wolnych_godzin div.zamknij_okno
{
	float:left;
	text-align:center;
	vertical-align:middle;;
	margin-right:10px;
	border-right:1px solid #4d79c4;
	border-bottom:1px solid #4d79c4;
	background-color:#4d79c4;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding:1px 3px 1px 3px;
	cursor:default;
}


div.kontener_wolnych_godzin div.zamknij_okno:hover
{
	background-color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}


div.kontener_wolnych_godzin div.lista_godzin
{
	overflow-y:scroll;
	width:90px;
	height:80px
}

div.kontener_wolnych_godzin div.lista_godzin div.wybor_godziny:hover
{
	cursor: pointer;
	text-decoration: underline;
}


/*********************************************************************************/


.lock-screen-opacity {
	display: block;
	position: absolute;
	z-index: 1000;
	opacity: 0.5;
	background-color: #fff;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.lock-screen-opacity {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.center-center {
	z-index: 1001;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loader{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-1:before, #loader-1:after{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 10px solid transparent;
	border-top-color: #3498db;
}

#loader-1:before{
	z-index: 100;
	animation: spin 1s infinite;
}

#loader-1:after{
	border: 10px solid #ccc;
}

@keyframes spin{
	0%{
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100%{
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
