﻿* {
	margin: 0px;
	padding: 0px;
}

:root {
	--accent-color: #006;
	--but-height: 65px;
}

body {
	font-family: 'helvetica';
	font-size: 14px;
}

.poppanel {
	background-color: #FFF;
	border: 1px solid #AAA;
	width: 100%;
	color: #111;
}

.innerpanel {
	background-color: #FFF;
	color: #111;
	width: 300px;
	padding-Left: 30px;
}

.tasknameDelayed {
	width: inherit;
	height: 25px;
	background-color: #ef5350d9;
	color: #FFF;
	width: 99%;
	text-decoration: none;
	padding-left: 1%;
	padding-top: 3px;
	display: table;
	content: " ";
}

.subtasknameDelayed {
	width: inherit;
	height: 25px;
	background-color: #ef9a9a;
	color: #333;
	width: 99%;
	text-decoration: none;
	padding-left: 1%;
	padding-top: 5px;
	display: table;
	content: " ";
}

.subsnoozetaskdel {
	width: inherit;
	height: 25px;
	background-color: #d4e157;
	color: #FFF;
	width: 99%;
	text-decoration: none;
	padding-left: 1%;
	padding-top: 5px;
	display: table;
	content: " ";
}

.tbutton {
	background: #42a5f5;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px 6px 10px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
}

.tbutton:hover {
	background: #1e88e5;
	text-decoration: none;
}

.gbutton {
	cursor: pointer;
	height: 20px;
	width: 70px;
	margin-left: 3px;
	float: left;
}

.gbutton:hover {
	height: 20px;
}

.cancel {
	cursor: pointer;
}

.cancelright {
	cursor: pointer;
}

.pnlhdr {
	width: inherit;
	height: 25px;
	background-color: #1e88e5;
	color: #FFF;
	font-weight: bold;
}

.pnlhdr2 {
	width: inherit;
	height: 25px;
	background-color: #1565c0;
	color: #FFF;
	font-weight: bold;
}

.pnltaskgroup {
	background-color: #FFF;
	/*border: 1px solid #AAA;*/
	width: 100%;
	color: #1565c0;	
	display: block;
	margin-top:1px;
}

.taskgroupname 
{
    color:#FFF;
    text-align:center;
	width: inherit;
	height: 25px;	
	background-color: #1ab394;
	color: #FFF;
	width: 100%;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	border-radius:5px;
}

.skin-1 .taskgroupname {
	width: inherit;
	height: 25px;
	background-color: #0e9aef;
	color: #FFF;
	width: 100%;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	border-radius:5px;
}

.skin-3 .taskgroupname {
	width: inherit;
	height: 25px;
	background-color: #ce8735;
	color: #FFF;
	width: 100%;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	border-radius:5px;
}

.pckc {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
	padding: 5px;
	border: 1px solid #BDDBF9;
	border-radius: 2px;
}

.pnltask {
	background-color: #FFF;
	width: 100%;
	color: #AAA;
	margin: 0 0 2px 1px;
	display: block;
}

.taskname {
	width: inherit;
	height: 25px;
	background-color: #64b5f6;
	color: #FFF;
	width: 99%;	
	text-decoration: none;
	padding-left: 1%;
	padding-top: 3px;
	display: table;
	content: " ";
}

.snoozetaskdel {
	width: inherit;
	height: 25px;
	background-color: #d4e157;
	color: #FFF;
	width: 99%;
	text-decoration: none;
	padding-left: 1%;
	padding-top: 3px;
	display: table;
	content: " ";
}

.progChart {
	canvas {
		margin: 0 auto;
	}
	&.-type-donut.-label-centered {
		.progChart__summary {
			position: absolute;
			Top: 10%;
			display: block;
			width: 100%;
			text-align: center;
			.progChart__summary__title {
				margin: -15px 0 0;
			}
			.progChart__summary__number {
				font-size: 48px;
				margin: 0;
			}
		}
	}
}

.misc-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	border: 1px solid #FFF;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 10px;
}

.pnlsubtask {	
	width: 100%;
	color: #AAA;
	padding: 2px 0px 0px 0px;
	display: block;
}

.subtaskname {
	width: inherit;
	height: 25px;
	background-color: #bbdefb;
	color: #333;
	width: 99%;	
	text-decoration: none;
	padding-left: 1%;
	padding-top: 5px;
	display: table;
	content: " ";
}

.subtaskcount {	
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #f52720;
	border-radius: 10px;
}

.subtaskcountnew {
	display: inline-block;
	min-width: 10px;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #f52720;
	border-radius: 10px;
}

.subtaskcount:empty {
	display: none;
}

select {
	width: 205px;
}
#divltrtask
{
    height: 40vh; 
    overflow-y: auto;
    border:1px solid #1ab394;
    width:100%;
}
.skin-1 #divltrtask
{    
    border:1px solid #0e9aef;
}
.skin-3 #divltrtask
{    
    border:1px solid #ce8735;
}
#tskdetail {
	/* height: 42vh; */
	overflow-y: auto;
}
.task {
    display: -ms-flexbox;
     display: flex; 
    -ms-flex-wrap: wrap;
     flex-wrap: wrap; 
     padding-left: 0; 
     margin-bottom: 0;
     list-style: none;
}
.task-pills .task-link.active, .task-pills .show>.task-link {
    color: #fff;
    background-color: #1ab394;
}

.skin-1 .task-pills .task-link.active, .task-pills .show>.task-link {
    color: #fff;
    background-color: #0e9aef;
}

.skin-3 .task-pills .task-link.active, .task-pills .show>.task-link {
    color: #fff;
    background-color: #ce8735;
}

.task-pills .task-link {
    border-radius: .25rem;
}
.task-link {    
    padding: .5rem 1rem;
}
#taskHeader
{
    margin-bottom:10px;
    margin-top:5px;
}