.task-menu-comments .popover {
	min-width: 600px;
	min-height: auto;
}

.task-single-staff .popover {
	min-width: 900px;
	min-height: auto;
}

.todo-info-inline-input-edit {
	margin-top: -1px;
	/* background: #f0f5f7; */
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px dashed #bbb;
	width: 7.5rem;
}

.right-comment {
	float: right;
}

.left-comment {
	float: left;
}

#task-modal .comments .actions i {
	cursor: pointer;
}

.mleft-15 {
	margin-left: -15px;
}

.w100 {
	width: 100%;
}

.card-comment {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.pleft15 {
	padding-left: 15px!important;
}

.table-cell {
	display: table-cell;
}

.popover {
	cursor: default;
}

#task-modal .right {
	width: 75%;
	margin-left: 25%;
}

#task-modal .left {
	width: 75%;
	margin-right: 25%;
}

#pastille_notif {
	background:orange;
	border-radius:50%;
	width:6px;
	height:6px;
	display: inline-table;
	position: absolute;
}


.image-input {
	text-align: center;
}
.image-input input{
	display: none;
}

.image-input label{
	display: block;
	color: #FFF;
	background: #000;
	padding: .3rem .6rem;
	font-size: 115%;
	cursor: pointer;
}

.image-input label i {
	font-size: 125%;
	margin-right: .3rem;
}

.image-input img {
	max-width: 175px;
	display: none;
}

.image-input span {
	display: none;
	text-align: center;
	cursor: pointer;
}

#todo-attachment {
	min-height: 0px;
}

#todo-attachment .dz-message {
	margin: 3px!important;
}

.dark-hr-20 {
	border-top: 1px solid #e5e5e5!important;
}
.attachments-bg {
	background-color: transparent!important;
	border: 1px solid #cccdce!important;
}

.task-attachment .task-attachment-no-preview {
	margin-top: 20px!important;
	text-align: center!important;
}
.task-attachment {
	padding: 10px;
	border-radius: 3px;
	max-height: 130px;
	min-height: 130px;
	overflow: hidden;
}
.task-comment .task-attachment {
	min-height: 80px;
}

#colorEtiquette {
	width: 30px;
	height: 30px;
	vertical-align: sub;
	padding: unset;
	border-radius: 3px;
}
.puce_color {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 14px;
	height: 14px;
}

.p-l-22 {
	padding-left: 22px !important;
}
textarea[name=projects-module-checklist-description]{
	margin-bottom: -5px;
		resize: none;
		overflow: hidden;
		font-size: 14px;
		border-radius: 3px;
		padding: 0 5px 0 5px;
		border: 0;
		outline: 0;
		width: 100%;

}
.closed-todo {
	text-decoration: line-through;
}
input.checkbox-green:checked+label.checkbox-green::before {
	background-color: #84c529!important;
	border-color: #84c529!important;
}
input.checkbox-grey:checked+label.checkbox-grey::before {
	background-color: #a2a2a2!important;
	border-color: #a2a2a2!important;
}
input.checkbox-blue:checked+label.checkbox-blue::before {
	background-color: #00b8ff!important;
	border-color: #00b8ff!important;
}
label.checkbox-green::after, label.checkbox-blue::after, label.checkbox-grey::after {
	color: #fff!important;
}
hr.task-dark-info-separator {
    margin: 10px -20px 10px 0;
    border-top: 3px solid;
    -webkit-box-shadow: 0 1px 6px 1px rgb(255 255 255 / 50%);
    box-shadow: 0 1px 6px 1px rgb(255 255 255 / 50%);
}
.crop {
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}​
.bg-light-success {
	background-color: #29c576;
}

.bg-default {
	background-color: #bfcbd9;
}

.keep-all {
	word-break: keep-all;
}

.small-tag {
	border: 1px solid #e5e5e5;
	padding: 1px;
	background: #ffffff;
}
.todos_count .tooltip-inner {
	max-width: 350px;
}

#kan-ban .panel-body {
	border: 0;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: 0 1px 15px 1px rgb(90 90 90 / 8%);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#kan-ban .panel-body:hover {
	  box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%), 0px 5px 10px 2px rgb(0 0 0 / 22%);
		border: 0;
}

input#textEtiquette {
	width: 28rem;
}

.uneChecklist label.checkbox-success::before {
	background-color: #84c529;
	border: 1px solid #84c529;
}

.uneChecklist label.checkbox-success::after {
	font-family: 'Glyphicons Halflings';
  content: "\e013";
	margin-left: -20px;
	padding-left: 4.5px;
	padding-top: 3px;
	color: #ffffff;
	font-size: 10px;
}

div._date {
	color: #999999;
}

.color-picker-etiquette {
	width: 37px;
	height: 37px;
}

.etiquette-selected span {
	display: block;
	margin: -3px;
	margin-top: 3px;
	color: #ffffff;
}
.autocomplete-items {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #bfcbd9;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 20%);
}

.autocomplete-items div:hover {
		cursor: pointer;
}
.sub-staff-assigned-milestone {
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

.my-task-single-menu .popover {
	min-width: 36rem;
}

.link_into_webexpr {
    padding: 2px 5px;
    background-color: #d5e0e5;
    display: inline-block;
		border-radius: 2px;
}
.link_into_webexpr:hover {
    background-color: #b8c1c5;
}

.link_into_webexpr a {
    color: #000;
    text-decoration: underline;
}

.clipboard_link {
	color: #f0f5f7!important;
  background: #f0f5f7!important;
  border: none!important;
  font-size: 1px!important;
	height: 1px!important;
}

.task-info-separator {
    margin: 10px -20px 10px -20px;
    border-top: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 6px 1px rgba(255, 255, 255, 0.5);
}

.title-task {
	background: #292a2a;
	margin-left: -10px;
	width: 1125px;
}

.pleft10 {
	padding-left: 10px;
}

.staff-profile-image-large {
	height: 50px;
  width: 50px;
  border-radius: 50%;
}

.remove-task-user-large {
	position: absolute;
  top: 35px;
  left: 13px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .5s linear;
  transition: visibility 0s,opacity .5s linear;
}

.task-user:hover>a+.remove-task-user-large {
    visibility: visible;
    opacity: 1;
}

.projects-module-checklist-box {
	cursor: pointer;
}

.checkbox.checklist-checkbox {
	display: initial!important;
}

.comment-content blockquote {
	font-size: 100%!important;
}

.comment-content b {
	font-weight: 700;
}

.comment-content i {
	font-style: italic;
}

.uneChecklist {
	display: inline-block;
}

#task-comments .comment-wrapper {
	overflow: initial!important;
}

.files-comments {
	padding: 5px 5px 8px 5px;
  border: 1px solid #000;
	margin-right: 3px;
	border-radius: 3px;
}
.checkbox input[type=checkbox]:checked+label.checkbox-blue::after {
	font-family: 'Glyphicons Halflings'!important;
	content: "\003F"!important;
	font-size: 15px;
  margin-top: -7px;
  padding: 6px;
}

.card-attachments {
	margin-top: 10px;
	display: inline-block;
  border: 1px solid grey;
  padding: 5px 5px 5px 5px;
  width: fit-content;
  border-radius: 4px;
}

.card-attachments:hover {
	background-color: #f2f2f2;
}

#task-comments strong {
	font-weight: 700;
}

#kan-ban .not-sortable {
	opacity: 1!important;
}

.row-column {
	display: flex;
  flex-wrap: wrap;
}

.row-column .column {
	flex-grow: 1;
 	width: 50%;
	height: 30px;
}

.project-milestone-names {
	width: 100%;
}

.task_milestone {
	margin: 0;
	border-radius: 10px;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
	z-index: 0;
}

.task-name-card {
	font-weight: bold;
	color: #292a2a;
}

.card-header > ul > .badge {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	margin-bottom: 5px;
}

.card-footer > div > .staff-profile-image-xs {
	position: relative;
	z-index: 5;
}

.card-footer > .todos_count {
	position: relative;
	z-index: 5;
}

.full-card > .text_muted {
	position: relative;
	z-index: 5;
}
.card_completed {
	background-color: #84c529!important;
}

#task-no-checklist-items {
	text-align: center;
    font-size: large;
}

.checklist-list {
	display: flex;
	flex-direction: column;
}

.add-todo-form {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-top: 10px;
	z-index: 1;
}

.add-todo-checklist {
	margin-right: 10px;
    padding-left: 0;
}

.toggle-add-todo{
	display: flex;
	height: 36px;
}

.todo-inputs {
	display: flex;
	margin-bottom: 10px;
	height: 36px;
	position: relative;
	align-items: center;
	display: none;
}

.checklist-toggle-div, .title-toggle-div {
	display: flex;
	position: absolute;
	align-items: center;
	width: 100%;
}

.checklist-text-input, .todo-title-input {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

.todo-buttons {
	display: flex;
	height: 36px;
	position: relative;
	display: none;
}

.checklist-validate-cancel, .title-validate-cancel {
	display: flex;
	position: absolute;
	align-items: center;
}

.create-todo-checklist, .create-todo-title {
	margin-right: 10px;
	width: 170px;
}

.checklist-toggle-div, .checklist-validate-cancel {
	opacity: 0;
	transition: opacity 300ms;
	pointer-events: none;
}

.checklist-toggle-div.opacify, .checklist-validate-cancel.opacify {
	opacity: 1;
	pointer-events: auto;
}

.title-toggle-div, .title-validate-cancel {
	opacity: 0;
	transition: opacity 300ms;
	pointer-events: none;
}

.opacify.title-toggle-div, .opacify.title-validate-cancel {
	opacity: 1;
	pointer-events: auto;
}

.client-profile-image-xs {
	height: 20px;
    width: 20px;
    border-radius: 50%;
}
