@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body {
	color: #fff;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0px;
	font-family: Open Sans, Roboto;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 18px;
	text-wrap: balance;
	background: #1e1e1e;
	overflow: hidden;
}
.task_update_mobile {
	display: none;
}
.report {
	margin: 20px;
}
table.report {
	border-collapse: collapse;
	max-width: 98%;
	height: 1px;
}
.report td {
	padding: 10px;

	border: 1px solid grey;
}
.top_bar {
	padding: 0px 15px 0px 15px;
	background: #262626;

	width: 100%;
	display: block;
}
.bi-calendar-date,
.bi-calendar-event,
.bi-calendar-week-fill,
.bi-calendar-check,
.bi-calendar2-range-fill,
.bi-calendar-check-fill,
.bi-file-earmark-bar-graph,
.bi-file-earmark-text,
.bi-x-diamond-fill,
.bi-bar-chart-line-fill,
.bi-dice-5,
.bi-calendar-week {
	float: left;
	margin: 8px 10px 0px 8px;
	font-size: 18px;
	color: silver;
}
.bi-heart-fill,.bi-heart {
	color: pink;
}
.c1 {color:#c0392b;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c2 {color:#9b59b6;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c3 {color:#2980b9;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c4 {color:#1abc9c;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c5 {color:#27ae60;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c6 {color:#f1c40f;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c7 {color:#e67e22;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c8 {color:#ecf0f1;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c9 {color:#95a5a6;font-size: 22px;margin-right:2px;font-family:Calibri;}

.c10 {color:#e74c3c;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c11 {color:#8e44ad;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c12 {color:#3498db;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c13 {color:#16a085;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c14 {color:#2ecc71;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c15 {color:#f39c12;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c16 {color:#d35400;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c17 {color:#bdc3c7;font-size: 22px;margin-right:2px;font-family:Calibri;}
.c18 {color:#7f8c8d;font-size: 22px;margin-right:2px;font-family:Calibri;}

.task_update2 {
	height: 100%;
	width: 100%;
	position: fixed;
	left:0px;
	z-index:1;
    background-color: transparent;
    border: 2px solid #000; /* lub inny kolor granicy */
}

.name_edit_section {
	width: 100%;
	display: block;	
}
.desc_edit_section {
	width: 100%;
	height: 100%;
	display: block;
}



.hidden_task_desc {
	display: none;
}
#task_desc:target + .hidden_task_desc {
	display: block;
}
#task_desc:target {
	display: none;
}
.hidden_task_name {
	width: 100%;
	display: none;
}
#task_name:target + .hidden_task_name {
	display: block;
}
#task_name:target {
	display: none;
}


.white {
	color: #fff;
}
.edit_col_right hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.edit_window a {
	text-decoration: none;
	color: grey;
}
.hidden_task_status {
	display: none;
}
#task_status:target + .hidden_task_status {
	display: block;
}
.hidden_task_freq {
	display: none;
}
#task_freq:target + .hidden_task_freq {
	display: block;
}
.hidden_done_date {
	display: none;
}
#done_date:target + .hidden_done_date {
	display: block;
}
.hidden_task_valid {
	display: none;
}
#task_valid:target + .hidden_task_valid {
	display: block;
}
.hidden_task_date {
	display: none;
}
#task_date:target + .hidden_task_date {
	display: block;
}
.hidden_task_project {
	display: none;
}
#task_project:target + .hidden_task_project {
	display: block;
}
.hidden_task_section {
	display: none;
}
#task_section:target + .hidden_task_section {
	display: block;
}
.hidden_task_prior {
	display: none;
}
#task_prior:target + .hidden_task_prior {
	display: block;
}



.edit_col_right select {
	background: #6c757d!important;
	color: #fff!important;
	min-width: 160px!important;
  font-size: 14px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #caced1;

  color: #000;
  cursor: pointer;
}
.edit_col_right input[type="date"] {
	min-width: 160px!important;
	height: 30px;
}
.edit_col_right input[type="submit"] {
	min-width: 160px!important;
	height: 30px;
}


.grey_center {
	text-align: center;
	opacity: 0.4;
}
.progress_chart {
	color: #000;

	width: 100%;
	display: block;
}
.log_sidebar {
	width: 30%;
	height: 100%;
	position: fixed;

	background: #262626;
	float: left;

}
.log_section {
	width: 70%;
	height: 100%;
	margin-left: 30%;
	position: fixed;
	background: #1e1e1e;
	float: right;
}
.log_section table {
	top:30%;
	left: 10%;
	position: absolute;
	display: block;
}


h1 {
	line-height: normal;
	margin-left: 52px;
}
.task_date {
	height: 26px;
	width: 25px;
	/*background: red!important;*/

}
input[type="date"] {
	position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: red;
  background: none;
  z-index: 1;
/*  background: red;*/
  padding: 8px;

}
.edit_col_right > input[type="date"]:before {
	left: auto;
	right: 4px;
	padding: 4px;
}


input[type="date"]:before {
	color: transparent;
	background: none;
	display: block;
	font-family: 'bootstrap-icons';
	content: '\f1e4';
	font-size: 20px;
	position: absolute;
	top:2;
	left: 2;
/*	left:2;*/
	color: #fff;
}
input {
	padding: 3px;
}
a {
	color: #fff;
}
hr {
    height: 1px;
    color: #3d3d3d;
    background: #3d3d3d;
    font-size: 0;
    border: 0;
}
.project_top {
	border-bottom: 1px solid #3d3d3d;
	width: 100%;
	text-align: center;
	top:0;
}
.project_center {
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
    scrollbar-width: none;
}
.project_bottom {
	padding-top: 10px;
	border-top: 1px solid #3d3d3d;
	width: 100%;
	text-align: center;
	bottom:0;
}
.left_sidebar {

	width: 200px;
	height: 100%;
	scrollbar-width: none;
	overflow-x:auto;
	float:left;
	background: #262626;
	display: block;
	padding: 0px 15px 0px 15px;
}
.left_sidebar_right {
	float: right;
	color: grey;
}
.left_sidebar a {
	text-decoration: none;

	display: block;
	padding: 8px 15px 8px 8px;
}
.left_sidebar p {

	margin: 0 0px;
}

.content {
	width: 100%;
	height: 100%;
	background: #1e1e1e;
	scrollbar-width: auto;
}
.projects_table {
	display: flex;
	height: 100%;
	scrollbar-width: none;
	overflow-x:auto;


}
.project_container {	
	height: 95%;
	padding: 10px;

/*	overflow:auto;*/
	
    scrollbar-width: none;
	/*border: 1px solid red;*/
}

.task_wait {
	background: #1f3122!important;
	border: none!important;
}
.task_in_progress {
	background: #1a2834!important;
	border: none!important;
}
.task_container {
	width: 230px;

	margin: 10px;
	padding: 10px;
	display: flex;
	background: #262626;
	border-radius: 10px;
	border: 1px solid #3d3d3d;
	box-shadow: 8px 1px 24px -15px rgba(0, 0, 0, 1);
}
.task_container:hover {
/*	background: #162626;*/
	border-color: #b1b1b1;
}

.task_container:hover .edit,.done_task_container:hover .edit {
	right:1px;
	display: inline-block;
}
.done_task_container {
	opacity: 0.4;
	width: 230px;
	margin: 10px;
	padding: 10px;
	display: flex;
	border-radius: 10px;
	border: 1px solid #3d3d3d;
}
.future_task_container {

	background: #262626;
	width: 230px;
	margin: 10px;
	padding: 10px;
	display: flex;
	border-radius: 10px;
	border: 1px solid #3d3d3d;
}
.grey {
	color: #b1b1b1;
}
.grey2 {
	color: #ccc!important;
}
.yellow {
	color: #ff9a13!important;
}
.blue {
	color: #246fe0!important;
}
.red {
	color: #fc6f65!important;
}
.green {
	color: #25b84c!important;
}
.left_sidebar ul {
	list-style-type: none;
	padding:0 0px;
}
.left_sidebar li a{
	text-decoration: none;

	color: grey;
}
.add_task {
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
/*	font-weight: bold;*/
}
.add_task a {
	text-decoration: none;
	display: block;
}


.add_section_container {
	overflow:hidden;
	margin: 10px;
	border-bottom: 1px solid #3d3d3d;
	min-width: 200px;
	text-align: center;
	height: 22px;

}

.add_task_container {
	/*height: 15px;*/

	overflow:hidden;
	margin: 0 0px;
	margin: 10px;
	padding: 7px 10px 10px 10px;

	border-radius: 10px;
	border: 1px solid #3d3d3d;

}
.add_task_container:hover {
/*	height: auto;*/
}
.task_delete {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0 0px;
	padding: 0 0px;
	background: none;
	color: grey;
	border: none;
}
.form_add_task td {
	display: block;
}
.form_add_task input {
	background: #1e1e1e;
	border: none;
	color: #fff;
	color-scheme: dark;
	font-size: 14px;
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
	color: #fff;
}
.add_task_radio {
	/*position:relative;*/
	display: none;

}
.date {
	margin-top: 10px;
}
.button_check {

	background: none;
	border: none;
	padding: 0px;	
}
.bi-check-circle,.bi-circle,.bi-check-circle-fill {
	font-size: 18px;
	color: #b1b1b1;
	vertical-align: top;
	line-height:24px!important;
}
label.add_task_radio_icon {
	display: inline-block;

	margin-top: 4px;
	vertical-align: top;
}

.button_space .bi-check-circle,.add_task_container .bi-check-circle,.add_task_radio_icon .bi-check-circle {
	display:none;
}

.add_task_radio:checked + .add_task_radio_icon .bi-check-circle {
    display: inline;

}
.add_task_radio:checked + .add_task_radio_icon .bi-circle {
    display: none;
}
.button_space:hover .bi-check-circle {
	display:inline;	
}
.button_space:hover .bi-circle {
	display:none;	
}

.button_checked {

	background: none;
	border: none;
	padding: 0px;
}
.button_space:hover .bi-check-circle-fill {
	display:none;
}
.button_space {
	width: 10%;
	height: 100%;

}
.task_space small {
	color: #b1b1b1;

}
.task_space {
	width: 90%;
	text-wrap: pretty;
	padding-left: 5px;
	position: relative;
	overflow: hidden;
}
.done > .date {
	text-decoration: none;
}
.done p {

	color: #b1b1b1;

}
.edit_col_wide {
	width: 95%;
	border-bottom: 1px solid #3d3d3d;
	padding: 20px;
}
.flex {
	display: flex;
}
.project-section-name {
	text-align: right;
	font-size: 12px;
	margin-bottom: 0px;
}
form {
	margin-bottom: 0px;

}
.edit_date {
	border: none;
	background: none;

	padding: 0px;
	font-size: 13px;
	font-family: Roboto;
}
.edit_col_left input, .edit_col_left textarea, .edit_col_wide textarea {
	background: #1e1e1e;
	color: #fff;
	width: 95%;
	margin-bottom: 10px;
}
.edit_col_left input {
	padding: 15px;
	border: 1px solid #3d3d3d;
}
.edit_col_left textarea {
	padding: 15px;
	height: 90%;
	border: 1px solid #3d3d3d;
}
.edit_col_wide textarea {
	margin: 0 0px;
	padding-top: 15px;
	padding-left: 15px;
	border: 1px solid #3d3d3d;
}
.edit {
/*	display: none; */
	min-height: 100%;
	min-width: 100%;
	bottom: 0;
	color: #fff;
	border: none;
	background: none;
	position: absolute;
	padding-top:25px;
}
.edit:hover {
	color: #f07f75;
}
.edit_window_bg {
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 1;
	position: fixed;
}
.edit_window {
	height: 90%;
	width: 40%;
	background: #1f1f1f;
	z-index: 3;
	position: absolute;
	overflow: hidden;
/*	top: 30px;
	left: 250px;*/
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}
a.close {
	position: absolute;
	text-decoration: none;
	font-size:26px;
	color: #fff;
	height:100%;
	width: 100%;
}
.edit_col_left {
	width: 65%;
	padding: 20px;
}
.edit_col_right {
	width: 35%;
	height: calc(100% - 40px);
	padding: 20px;
	display:block;
	background: #262626;
}
.edit_col_right p {
	border-bottom: 1px solid #3d3d3d;
}
.task_update {
	width: 150px;
	height: 40px;
	float: right;
	background: #262626;
	color: #fff;
	border: 1px solid #3d3d3d;
}
.edit_col_right input {
	color-scheme: dark;
	margin: 0 auto;
	text-align: center;
	/*display: block;
	width: 50%;*/
	width: 130px;

}

.mobile_menu {
	display: none!important;

}
/* INSTRUKCJE DLA MOBILE */
@media all and (min-width:300px) and (max-width:800px){
	.mobile_menu {
	font-size: 24px;
	padding: 10px!important;
	display: block!important;
	}

	.left_sidebar ul {
		margin: 0 0px;	
		padding: 0 0px;

	}
	.left_sidebar {
		height: 0px;
		overflow: hidden;
		position: absolute;
		z-index: 2;
		overflow: scroll;
		scrollbar-width: none;
	}
	.top_bar:hover + .left_sidebar {
		height: 100%;
	}


	#menu-toggle:checked ~ .left_sidebar {
		height: 100%!important;
	}
	#menu-toggle:checked ~ body {
		overflow-y:hidden;
		height: 0%!important;
	}

	#menu-toggle:checked ~ .dark_bg {
		background: #000;
		opacity: 0.8;
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.edit_window {
		width: 100%;
		height: 100%;
		overflow: auto;	
		transform: none;
		top: 0px;
		left: 0px;
	}

	.left_sidebar:hover {
		border-radius: 0px;
		height: 100%;
	}
	.edit_col_wide,.edit_col_left,.edit_col_right {
		width: auto!important;
	}
	.edit_col_left input, .edit_col_left textarea {
		width: 100%;
	}
	.edit_col_left textarea {
		min-height: 50%;
	}
	.task_update {
		float: none;
	}


	.flex {
		display: block;
	}
	.edit_col_left {
		width:100%;
		height: 400px!important;
	}
	.edit_col_right input {
		width: 130px;
	}
	.edit_col_right {
		width:100%;
		height: 400px;
		position: relative;
	}
	.progress_chart {
		color: #000;
		width: 100%;
		font-weight: normal;
	}
	.task_update_mobile {
		display: block;
		right: 20px;
		bottom: 20px;
		position: absolute;
		padding: 15px 30px 15px 30px;
		background: grey;
		border: none;
		color: #fff;
	}
	.hidden_task_desc {
		width: 90%!important;
	}

}

/* INSTRUKCJE DLA iOS */
@supports (-webkit-touch-callout: none) {
	label.add_task_radio_icon {
		margin-top: 0px;
	}
	/* USUNIĘCIE DATY DLA IOS*/
	input::-webkit-date-and-time-value {
		display: none;
	}
	.edit_col_right > input::-webkit-date-and-time-value {
		display: block;
		text-align: left;
		color: #fff;
		padding: 10px;
	}
	input[type="date"] {
		height: 30px;
	}
	.edit_col_right > input[type="date"] {
		width: 120px;
		border: 1px solid #858585;
	}
	.edit_col_right > input[type="date"]:before {
		padding: 2px;	
	}
	textarea {
		font-size: 16px;
	}
}
