.task{
  color: #0048e1;
  min-height:30px;
  max-height: 300px;
  position:relative;
  font-family: "Segoe UI Semilight","Lato-Light","Calibri";
  margin-bottom: 6px;
	vertical-align:middle;
	border-radius:8px;
	/*overflow-x:hidden;*/
	background-color:#ECECEC;
	box-shadow: 1px 2px 0px 1px rgba(0,0,0,.05);
	display: flex; /*Allow the items within to be flex elements*/
	opacity: 1;
	transition: all ease-in-out .3s;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

.flexTask{
	display: flex; /*Allow the items within to be flex elements */
	padding-left:10%;
	width:inherit;
	left:0px;
	position:absolute;
}

.taskChild{
  min-height:30px;
  display: inline-block;
  padding-top: 6px;
  padding-left: .1%;
	box-sizing: border-box;
  vertical-align:middle;
	margin-left:3px;
	font-size:100%;
	border-right:1px dotted rgba(0,0,0,.1);
	color: #0048e1;
	z-index: 1;
	position:relative;
	background-color: rgba(0,0,0,0);
	transition: background-color ease-in-out .5s;
}

.editable{
  background-color: rgba(0,0,0,.05);
  width:99%;
  outline: 0;
  font-size: 95%;
	font-family: "Segoe UI Semilight","Lato-Light","Calibri";
  margin-top: -10px;
	margin-left: -.05%;
	border: 1px rgba(0,0,0,.06) solid;
	box-sizing: border-box;
}

.complete{
	color: rgba(0,0,0,.3);
	font-size: 30px;
	margin-bottom: 16px;
	font-family: "Segoe UI Light","Lato-Light","Calibri";
}

.taskHover{
	position: absolute;
	left: -10%;
	top: 0px;
	opacity: 0;
	min-height: 30px;
	width: 10%;
	transition: all ease-in-out .1s;
}

.task:hover .taskHover{
	opacity: 1;
	transition: all ease-in-out .1s;
}

.taskHover div{
	opacity: .4;
	display: inline-block;
	min-height: 30px;
	transition: all ease-in-out .1s;
}

.taskHover div:hover{
	opacity: 1;
	cursor: mouse;
	transition: all ease-in-out .1s;
}

.indentBtn{
	background: transparent url("../img/indent2.png") no-repeat;
	background-size: 16px auto;
	background-position: 0px 8px;
	position: absolute;
	left: 40%;
	width: 40%;
	cursor: pointer;
}

.unindentBtn{
	background: transparent url("../img/deindent.png") no-repeat;
	background-size: 16px auto;
	background-position: 0px 8px;
	position:absolute;
	left: 0%;
	width: 40%;
	cursor: pointer;
}

/* Also handle the case of the task being collapsed [4.14.15] */
.divotBtn{
	background: transparent url("../img/triangle.png") no-repeat;
	background-size: 12px 12px;
	background-position: 0px 10px;
	position: absolute;
	left: 80%;
	width: 20%;
	cursor: pointer;
}

/* Also handle the case of the task being collapsed [4.14.15] */
.collapsed .divotBtn{
	transform: rotate(-90deg) translate(0px,-2px);
	-webkit-transform: rotate(-90deg) translate(4px,0px);
	-webkit-transform-origin: 8px 18px;
}

.collapsed .divotBtn:hover{
	transform: none;
	-webkit-transform: none;
}

.divotBtn:hover{
	transform: rotate(-90deg) translate(0px,-2px);
	-webkit-transform: rotate(-90deg) translate(4px,0px);
	-webkit-transform-origin: 8px 18px;
}

.tabSpace {
	margin-left:8.9%;
	width:1%;
	display: inline-block;
}

.taskSpace {
	width: 10%;
	display: inline-block;
	margin:0;
}

[type="checkbox"]:not(checked),
[type="checkbox"]:checked{
	position: absolute;
	top: -9999px;
}

[type="checkbox"]:not(checked) + label div,
[type="checkbox"]:checked + label div{
	background: transparent url("../img/greenCheck.png") no-repeat;
	background-size:  16px 16px;
	background-position: 0px 0px;
	width:16px;
	height:16px;
	display: inline-block;
	margin-top: 1px;
	margin-left: 5px;
	transition: opacity .1s ease-in-out;
	cursor: pointer;
}

[type="checkbox"]:not(checked) + label div{
	opacity: .4;
}

[type="checkbox"]:not(checked) + label div:hover{
	opacity: 1;
}

[type="checkbox"]:checked + label div{
	opacity: 1;
}

.marker {
	width:11px;
	height:11px;
	margin-top:7px;
	margin-left:10px;
	border-radius:3px;
	background-color:rgba(255,255,255,.9);
}

.spacer{
	height:24px;
	margin-top: 5px;
}

.optLine{
	border-radius:3px;
	width:100%;
	height: 5px;
	margin-top: 5px;
	background-color: rgba(255,255,255,.3);
}

.optIcon {
	position:fixed;
	right: 5px;
	top: 5px;
	width: 1.75%;
	z-index: 3;
}

.metaTag {
	height: 100%;
	min-height: 30px;
	display: inline-block;
	position: relative;
}

.metaCont {
	font-size: 0px;
	margin-left: -5px;
	margin-top: -6px;
	z-index: 2;
	position: relative;
}

.metaTag .metaHover {
	position:absolute;
	font-family: "Segoe UI Light","Lato Light","Calibri";

	border-radius: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	left: 0px;
	top: 0px;

	font-size: 11px;
	height: 100%;

	box-sizing: border-box;
	z-index: 3;
	max-width: 0px;
	overflow: hidden;
	white-space: nowrap;
	transition: all ease-in-out .1s;
}

.metaTag:hover .metaHover{
	transition: all ease-in-out .2s;
	padding-left: 3px;
	padding-right: 3px;
	max-width: 200px;
}

.percOverlay{
	position: relative;
	z-index:0;
	height:30px;
	border-radius:8px;
	position:absolute;
	left:0px;
	top: 0px;
}

.dragger{
	background: transparent url("../img/mover.png") no-repeat;
	width: 20px;
	background-position:  4px 7px;
	height: 30px;
	background-size: auto 18px;
	display: inline-block;
	float: right;
	cursor: move;
	opacity: .1;
}

.dragger:hover{
	opacity: .4;
}

.taskChild.hilite{
	background-color:  rgba(255, 255, 160, 0.5);
	transition: background-color ease-in-out .5s;
}

.task.hidden, .taskHeader.hidden{
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-height: 0;
	min-height: 0;
}
