@media (max-width: 780px) {
	.schowaj_godzina {
		display: none;
	}
}

.tabelka_backoffice {
	border-collapse: collapse;
	width: 99%;
}

.tabelka_backoffice tr td {
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.tabelka_backoffice tr td label {
	display: flex;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
}

.tabelka_backoffice tr th {
	border: 1px solid #000000;
	padding: 10px;
}

.tabelka_backoffice tr td label select {
	width: 90%;
}

.tabelka_backoffice .wp-picker-container {
	position: relative;
}

.tabelka_backoffice .wp-color-result.wp-picker-open {
	position: relative;
	z-index: 10;
}

.tabelka_backoffice .wp-picker-input-wrap {
	position: absolute;
	z-index: 998;
	top: calc(100% + 233px);
	left: 1px;
	width: 255px;
	background: #ffffff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.tabelka_backoffice .wp-picker-holder {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 255px;
	background: #ffffff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tabelka_backoffice .wp-picker-input-wrap label {
	display: inline!important;
}

.wp-picker-container .wp-color-result.button {
	margin: 0!important;
}

.tabelka_backoffice.wprowadzanie {
	width: 30%;
}

.tabelka_backoffice.wprowadzanie tr td {
	border: none;
}

.tabelka_backoffice.wprowadzanie tr td label {
	justify-content: left;
}

.wp_modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.wp_modal_content {
	background-color: white;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 900px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}