@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #000000;
}

body {
	font-family: "Lato";
	background-color: #bbb;
}

.main {
	min-height: 80vh;
	background-color: #aaa;
}

.header,
.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5vh;
	background-color: #aaa;
}

.header {
	color: #000000;
	font-size: 20px;
}

.srodek {
	margin-bottom: 15px;
	margin-right: 8px;
}

.naglowek {
	border-bottom: 2px solid #ffd200;
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px;
	background-color: #000000;
	color: #ffffff;
	margin: 0;
}

.lewa {
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul {
	width: 100%;
	text-align: center;
	list-style: none;
	background-color: #ffffff;
	padding: 0;
}
ul li {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	transition: 0.2s;
	padding: 2px;
}
ul li a {
	display: inline-block;
}

.temps {
	width: 100%;
}

.temp,
.ip {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.temp {
	padding-left: 10px;
}

.ip {
	text-align: center;
}

.temp:first-child,
.ip:first-child {
	border-top: 2px solid #000000;
}

ul li:hover {
	background-color: #000000;
}

ul li:hover a {
	color: #ffffff;
}

ul li:first-child {
	border-top: 2px solid #000000;
}

.red {
	color: #ff0000;
}

.linki {
	border-top: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

.link {
	padding-top: 25px;
}
.link img {
	margin-right: 5px;
}

.dzisiaj,
.imienieny {
	border-top: 2px solid #000000;
	background-color: #ffffff;
	padding: 2px;
	text-align: center;
}

.verto {
	color: #ff0000;
}

.darek {
	color: #1321c3;
}

.fa-minus-square {
	margin-left: 5px;
	color: #ff0000;
}

.fa-edit {
	margin-left: 5px;
	color: #0d88f0;
}

.edit,
.nowy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30vw;
	height: 40vh;
	background-color: #0d88f0;
	border-radius: 10px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #ffffff;
	box-shadow: 0 0 10px #000000;
}
.edit p,
.nowy p {
	color: #ffffff;
	font-size: 20px;
}
.edit form,
.nowy form {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.edit input[type="text"],
.edit select,
.nowy input[type="text"],
.nowy select {
	width: 400px;
	height: 40px;
	padding: 10px;
	margin-bottom: 5px;
}
.edit input[type="checkbox"],
.nowy input[type="checkbox"] {
	margin-right: 5px;
}
.edit label,
.nowy label {
	color: #ffffff;
}
.edit input[type="submit"],
.nowy input[type="submit"] {
	width: 100px;
	padding: 10px;
}

.nowy {
	background-color: #00ac3b;
}

.newLink {
	width: 150px;
	margin-top: 20px;
}

.nowyLink,
.devoff {
	background-color: #00ac3b;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 4px;
	cursor: pointer;
}

.devoff {
	background-color: #ff0000;
}

.ukryty {
	display: none;
}

.zamknij {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 20px;
}

.linkblock {
	display: block;
}

.lety_div {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.lety {
	width: 50%;
}

.grzejnik_stat_on {
	width: 16px;
	height: 16px;
	background-color: lime;
	border: 1px solid green;
	box-shadow: 0 0 5px black;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 4px;
}

.grzejnik_stat_off{
	width: 16px;
	height: 16px;
	background-color: red;
	border: 1px solid rgba(255, 0, 0, 0.5);
	box-shadow: 0 0 5px black;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 4px;
}

.fa-gripfire{
	margin-left: 10px;
	font-size: 16px;
	margin-top: 2px;
}
/*# sourceMappingURL=style.css.map */
