.bg-light {
	background-color: #f1f1f1!important;
}

.accordion-item {
  border: 1px solid rgba(0,0,0,.125)!important;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-bottom: 16px;
}

.accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}

.folder a {
	color: #616161;
	text-decoration: none;
	flex:  1;
	position: relative;
  display: inline-block;

}

.folder-icon-container {
  background-color: #DFEDFF;
  padding: 10px 10px 12px 12px;
  border-radius: 7px;
}
h5.titles {
  line-height: 42px;
}

.folder-link .py {
	padding: 14px 16px!important;
}
.folder {
	border-color: aliceblue;
	/*max-height: 60px;*/
}
.folder:hover, .folder:hover .task-title { background-color: aliceblue; }
.icons {
	width: 24px;
	max-height: 24px;
}

.actions {
	cursor: pointer;
}
.actions:hover {
	background-color: #e2e2e2;
}

.timerpicker-action {
	justify-content: center;
}
.timerpicker-area {
  border-radius: 5px;
  box-shadow: 0px 0px 8px #bbbbbb;
	display: none;
	z-index: 100;
	background-color: #fff;
  position: absolute;
  top: 60px;
  padding: 10px;
  height: 210px;
}
.timerpicker-area input {
	border-radius: 5px;
	border: 1px solid #ccc!important;
	outline: none;
	padding: 5px;
}
.ui-timepicker-wrapper {
	border-radius: 5px;
}

.folder a[ref]:hover::after {
  content: attr(ref);
  position: absolute;
  bottom: 60px;
  left: 0;
  font-size: 15px;
  background-color: #404040;
  color: #FFF;
  text-align: center;
  border-radius: 8px;
  padding: 2px 5px;
}
.flex-1 {
	flex: 1;
}

.task-title { font-size: 1.25rem; font-weight: 500; font-family: 'system-ui'; color: #616161; outline:none; border: none; white-space: nowrap;
  overflow: hidden;
  padding-top: 13px!important;
  padding-bottom: 13px!important;  
}

.draggable {
	max-width: 20px;
	margin-left: 16px;
	margin-right: 16px;
	cursor: move;
}


.status {
	position: relative;
}

.status .text {
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 8px 12px;
	border: none;
}

.status .options {
	z-index: 9999;
	background-color: #FFF;
	height: 300px;
	width: 300px;
	position: absolute;
	top: 60px;
	left: -74px;
	border-radius: 5px;
	box-shadow: 0px 0px 8px #bbbbbb;
	padding: 10px;
	padding-right: 0;
	padding-top: 0;
}

.option-container {
}
.option-container .icon {
	cursor: pointer;
	width: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.status .options .option {
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	border-radius: 5px;
	margin-top: 10px;
	color: #FFF;
	font-weight: 500;
	flex:  1;
  position: relative;
  flex-wrap: wrap;
}
.status .options .content {
	height: 255px;
  overflow-y: auto;
}
.status .options .option:hover {
	box-shadow: 0px 0px 8px #bbbbbb;
}
/* .private-icon {
  max-width: 12px;
  margin-top: -5px;
  margin-bottom: -5px;
} */
.status .options .footer {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin-left: -10px;
	border-top: 1px solid #f2f2f2;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #3385FF;
}



.status-colors-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	text-align: center;
}
.status-colors-container .color {
	min-width: 20px;
	height: 20px;
	border-radius: 2px;
	margin: 10px;
	cursor: pointer;
}
	.status-colors-container .color.selected {
		border: 3px solid #f2f2f2;
		box-shadow: 0px 0px 8px #bbbbbb;
		margin: 5px;
		width: 30px;
    height: 30px
	}

.modal-size {
	max-width: 816px!important;
}


.tree-folder {
	padding-left: 16px;
	border-left: 1px solid #f2f2f2;
	overflow: hidden;
}
.tree-folder.ps-0 {
	border-left: none;
}

.tree-folder .tree-title {
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 7px 10px;
	margin-top: 10px;
	cursor: pointer;
	color: #323338;
	max-height: 38px;
}
	.tree-folder .tree-title img {
		transform: rotate(-90deg);
		max-width: 10px;
		margin-top: -3px;
		margin-right: 3px;
	}

.tree-folder .tree-title.open img {
	transform: rotate(0deg);
}

.tree-folder .tree-title.open {
}

.tree-title.selected {
	border: 1px solid #0d6efd;
}

#select-status option {
}

/**
	*	PALHECT SELECTBOX PLUGIN
	*/
	#palhect {
		position: relative;
	}
	#palhect .selected-option {
		cursor: pointer;
		color: #FFF;
		background-color: #222222;
		height: 38px;
		font-weight: 500;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		line-height: 38px;
	}
	#palhect .options-container:not(.show) {
		display: none;
	}
	#palhect .options-container {
		position: absolute;
		top: 50px;
		border-radius: 5px;
		z-index: 965;
    background-color: #FFF;
    height: 300px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #bbbbbb;
    padding: 10px;
    padding-top: 0;
    overflow-y: auto;
	}
		#palhect .options-container .option {
			overflow: hidden;
	    cursor: pointer;
	    text-align: center;
	    padding: 5px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    border-radius: 5px;
	    margin-top: 10px;
	    color: #FFF;
	    font-weight: 500;
	    flex: 1;
		}



.actions[alt]:hover::after {
  content: attr(alt);
  position: absolute;
  bottom: 60px;
  margin-bottom: 8px;
  left: -20px;
  font-size: 15px;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 8px 11px;
  border: 1px solid #c4c4c4;
}
.actions-no-hover[alt]:hover::after {
  content: attr(alt);
  position: absolute;
  bottom: 60px;
  margin-bottom: 8px;
  left: -20px;
  font-size: 15px;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 8px 11px;
  border: 1px solid #c4c4c4;
}
.actions.timerpicker-action[alt]:hover::after {
  content: attr(alt);
  position: absolute;
  bottom: 60px;
  margin-bottom: 8px;
  left: 0px;
  font-size: 15px;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 8px 11px;
  border: 1px solid #c4c4c4;
}

.calendar-container {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 8px #bbbbbb;
  margin-top: 16px;
  padding-bottom: 16px;
}