ui-view {
    height: initial;
    overflow: visible;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
    top: 42px;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 14px;
}
md-autocomplete.input-container-autocomplete md-autocomplete-wrap {
    box-shadow: none;
    height: 30px;
}
md-autocomplete.input-container-autocomplete input {
    line-height: 24px;
    height: 24px;
    margin: 0;
    font-size: inherit;
    padding: 0px 4px;
}
md-icon.overlay-add-icon {
	position: absolute;
    bottom: 5px;
    right: 6px;
    font-size: 11px;
    background: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    min-width: 14px;
    min-height: 14px;
    border: 2px solid;
    box-sizing: border-box;
}
md-tooltip.multiline{
    height: auto;
}


.button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.link {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #245487;
}
.link:hover {
    text-decoration: underline;
}

.projects-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: arial;
}
.projects-page > .list {
    flex: 1;
}



.toolbar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 59px;
    border-bottom: 1px solid #ccc;
}
.toolbar-buttons {
    display: flex;
    align-items: center;
}
.toolbar-pages {
    display: flex;
    align-items: center;
}
.pages-text {
    font-size: 14px;
    color: #333;
}

.projects-page > .list {
    display: flex;
    flex-direction: column;
}
.projects-page > .list .list-header {
    display: flex;
    flex: none;
    height: 40px;
    overflow: hidden;
    padding: 0px;
    padding-right: 17px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.projects-page > .list .list-item {
    padding: 0px;
    cursor: initial;
}
.projects-page > .list .list-body {
    overflow: scroll;
    flex: 1;
    overflow-x: hidden;
}
.projects-page > .list .list-header > * {
    padding: 0px 20px;
}
.projects-page > .list .list-item > * {
    padding: 0px 20px;
}
.projects-page > .list .list-item:hover {
    font-weight: normal;
    color: var(--theme_color);
    background: #fafafa;
}
.projects-page > .list .list-item-link{
	color: blue;
}
.projects-page > .list .list-item-link:hover {
    text-decoration: underline;
}

.project-page {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fafafa;
}
.project-headline {
    flex: none;
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.project-title {
    font-size: 24px;
    color: #245487;
}
.project-progress {
    margin-left: 20px;
}
.project-milestones {
    perspective: 1200px;
    display: flex;
    /* width: 100%; */
    flex: none;
    z-index: 1;
    box-sizing: border-box;
    /* justify-content: center; */
    margin-top: 20px;
}
.project-milestone {
    transition: 0.2s ease-in-out all;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 100px;
}
.project-milestone.dragging {
    transform: scale(1.1);
}
.milestone-delete-button {
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 4px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    display: none;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.milestone-delete-button md-icon {
    color: white;
    font-size: 16px;
    line-height: 16px;
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
}
.project-milestone:hover .milestone-delete-button {
    display: flex;
}
.project-milestone.ng-leave{
	transition:none;
}

.project-milestone.drag-over {
    transform: scale(1.1);
}

.milestone-bullet {
    border-radius: 50%;
    background: white;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}
.milestone-bullet:after {
	content: attr(progress);
	background-color: #fff;
	border-radius: 50%;
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
	font-size: 44px;
	font-weight: 300;
	height: 100%;
	left: 0;
	line-height: 120px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: scale(0.87);
	transform: scale(0.87);
	width: 100%;
}
.project-milestone.drag-over .milestone-bullet {
    box-shadow: 0px 0px 24px 4px inset rgb(0 34 238 / 70%);
}
.project-milestone.finished .milestone-bullet:after {
    background: #3cb472;
}
.project-milestone.pending .milestone-bullet:after {
    background: #ccc;
}
.project-milestone.pending .milestone-bullet-spinner{
	background: #ccc;
}
.project-milestone.pending .milestone-bullet-icon md-icon {
    color: rgba(0, 0, 0, 0.7);
}
.project-milestone-add .milestone-bullet:after {
    background: #ff5271;
}
.project-milestone-edit .milestone-bullet:after {
    background: rgb(176,212,250);
}
.project-milestone.selected .milestone-name {
	font-weight: bold;
}
.project-milestone.selected .milestone-bullet {
    box-shadow: 0px 0px 24px 4px inset rgba(238, 0, 110, 1);
}
.milestone-bullet-text {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 100%;
    z-index: 1;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 24px;
    color: #777;
    top: 50%;
    transform: translateY(-50%);
}
.milestone-bullet-text-percent {
    font-size: 14px;
    font-weight: bold;
    margin-left: 2px;
}
.milestone-bullet-spinner {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 1px 0px 1px inset rgba(0, 0, 0, 0.1), 0px 1px 1px inset rgba(0, 0, 0, 0.1), 1px -1px 0px inset rgba(0, 0, 0, 0.1), 0px -1px 1px inset rgba(0, 0, 0, 0.1);
}
.milestone-bullet-icon {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.milestone-bullet-icon md-icon {
    color: white;
}
.milestone-name-text {
    border: 1px solid transparent;
    padding: 2px 0px;
    text-align: center;
    display: inline-block;
}


.milestone-threadline {
    width: 72px;
    background: transparent;
    box-shadow: 0px 2px 2px inset rgba(0, 0, 0, 0.3), 0px 0px 2px inset rgba(0, 0, 0, 0.3);
    height: 5px;
    transform: translate(0px, 2px) scalex(1.5);
    position: relative;
    z-index: -1;
    top: calc(50% - 12px);
}
.milestone-separator {
    width: 72px;
}

.milestone-threadline.highlight-left {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cb472+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(left, rgba(60,180,114,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(60,180,114,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(60,180,114,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a63cb472', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.milestone-threadline.highlight-right {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,3cb472+100&0+0,0.65+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(60,180,114,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(60,180,114,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(60,180,114,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a63cb472',GradientType=1 ); /* IE6-9 */
}
.milestone-threadline.highlight-full {
	background: #3CB472;
}


.milestone-name {
    font-size: 12px;
    margin-top: 6px;
}
.project-dashboard {
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.project-tasks {
    width: 350px;
    overflow: hidden;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 100%;
}
.project-task-list {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 2px;
}
.project-task-list-header {
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 0px;
}
.project-task {
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    background: white;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    transition: 0.2s ease-in-out transform;
    position: relative;
}
.project-task.dragging {
    transform: scale(0.9) rotate(-2deg);
}
.project-task.drag-over {
    outline: 2px solid rgb(0 84 139 / 64%);
    transform: scale(0.9) rotate(2deg);
}
.project-task-list-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .005em;
    color: black;
    flex: 1;
}
.project-task-add-button {
    border: 1px solid rgb(107 124 147);
    font-family: arial;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    cursor: pointer;
}
.project-task-add-button-text {
    font-size: 12px;
    margin: 0px 4px;
}
.project-task.ng-leave{
	transition:none;
}
.project-task:hover .task-delete-button {
	display:inline-block;
	opacity: 1;
	pointer-events: all;
}
.project-task:last-child {
    margin-bottom: 0px;
}
.task-info-main {
    display: flex;
    align-items: start;
}
.task-delete-button {
    flex: none;
    opacity: 0;
    pointer-events: none;
}
.project-tasks-filters {
    padding: 10px;
    display: flex;
    align-items: center;
}
.project-task.hidden {
    display: none;
}

.task-main {
    flex: 1;
    padding: 4px 20px;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.task-info-caption {
    display: flex;
    margin-top: 12px;
}
.task-deadline {
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 200px;
}
.task-deadline-label {
    color: #6b7c93;
}
.task-attachments {
    display: flex;
    align-items: center;
    margin-left: 32px;
}
md-icon.task-attachments-icon {
    font-size: 16px;
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.task-attachments-counter {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #6b7c93;
}
.task-deadline-data {
    color: #555;
    margin-left: 10px;
    font-weight: bold;
}
.project-task.selected {
    outline: 2px solid #3cb472;
    background: #f3fff9;
}
.project-task.completed {
    background: #eee;
}
.project-task.completed .task-name {
    text-decoration: line-through;
    color: #ccc;
}
.project-task-add {
    background: #6b7c93;
    flex: none;
    margin-right: 14px;
}

.project-task-add .task-name {
    color: white;
}

.milestone-name-input {
	text-align: center;
	border: 1px solid transparent;
	color: #6b7c93;
	padding: 2px 4px;
}
.milestone-name-input:focus {
	border: 1px solid #ccc;
}
.milestone-name-input.ng-invalid {
    border-color: red;
}


.project-task-add-message {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0px 4px;
}
md-icon.project-task-add-message-icon {
    font-size: 44px;
    width: 44px;
    height: 44px;
    flex: none;
    margin: 0px 12px;
}
.project-task-add-message-text {
    font-size: 12px;
    line-height: 20px;
    flex: 1;
    font-weight: 600;
}


.project-milestone-add-message {
    text-align: center;
    font-size: 32px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
md-icon.project-milestone-add-message-icon {
    font-size: 72px;
    width: 72px;
    height: 72px;
}
.project-milestone-add-message-text {
    margin-top: 10px;
    width: 500px;
}

.task-name {
    font-size: 18px;
    flex: 1;
    cursor: pointer;
    color: black;
    line-height: 24px;
}
.task-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.task-powerbi-report {
    width: 250px;
    position: relative;
    overflow: hidden;
    margin: 4px 0px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.task-powerbi-report img {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.task-description {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.task-description-title {
    color: #245487;
    font-size: 22px;
}
.task-description-text {
    margin-top: 10px;
    font-style: italic;
    font-size: 14px;
}
.task-resources {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.task-resources-title {
    color: #245487;
    font-size: 22px;
}
.task-resource-list{
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}
.task-resource{
    display: inline-block;
    font-size: 12px;
    background: #245487;
    color: white;
    border-radius: 24px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 5px;
}
.task-resource md-icon {
    color: white;
    font-size: 12px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    line-height: 13px;
}

.task-comments {
    flex: 1;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.task-comments-title {
    color: #245487;
    font-size: 22px;
}
.task-notes {
    width: 400px;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 4px 0px;
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2px;
    margin-top: 2px;
}
.task-note {
    display: flex;
    flex-direction: column;
    background: #245487;
    color: white;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: move;
}
.task-note-title {
    font-size: 18px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.task-note-body {
    padding: 0px 10px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
.task-note-caption {
    padding: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}


/*

.custom-scrollbar-1{
	position:relative;
}
.custom-scrollbar-1::-webkit-scrollbar-track{
	width: 28px;
}
.custom-scrollbar-1::-webkit-scrollbar{
	width: 18px;
}
.custom-scrollbar-1:hover::-webkit-scrollbar{

}
.custom-scrollbar-1::-webkit-scrollbar-thumb{
	background: #FFF;
	position: relative;
    width: 4px;
    border-radius: 12px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all 0.25s linear;
}
.custom-scrollbar-1:hover::-webkit-scrollbar-thumb{
	background: rgba(0, 0, 0, 0.1);
}

*/

.custom-scrollbar-1 {
	flex: 1;
	overflow: scroll;
	overflow-x: hidden;
	color: #00000000;
	transition: color 0.3s;
}
.custom-scrollbar-1::-webkit-scrollbar {
	width: 14px;
}
.custom-scrollbar-1::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	border: 4px solid transparent;
	border-radius: 8px;
	box-shadow: inset 0 0 0 10px;
}
.custom-scrollbar-1::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
.custom-scrollbar-1::-webkit-scrollbar-corner {
	background-color: transparent;
}

.custom-scrollbar-1:hover {
	color: #666666FF;
}


form.project-template-form {
    font-family: arial;
    min-width: 1050px;
}
form.link-editor-form {
    font-family: arial;
    width: 350px;
    padding: 32px;
    box-sizing: border-box;
}
.project-milestone-editor {
    display: flex;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    align-items: flex-start;
    overflow: hidden;
    flex: none;
}
.project-task-editor {
    flex: 1;
    margin-left: 2px;
    /* padding: 20px; */
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    background: white;
    margin-bottom: 2px;
    display: flex;
    /* margin-top: 2px; */
    flex-direction: column;
}
.task-editor-resource-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-left: 20px;
    margin-left: -20px;
}
.task-editor-resource-list-toolbar {
    display: flex;
    align-items: center;
}
.resource-add-button {
    border: 1px solid rgb(107 124 147);
    font-family: arial;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    cursor: pointer;
}
.resource-add-button-text {
    font-size: 12px;
    margin: 0px 4px;
}
.resource-add-button+.resource-add-button {
    margin-left: 12px;
}
.task-editor-resource-list-body {
    display: flex;
    margin: 20px 0px;
    overflow: auto;
    flex-direction: column;
    padding: 10px 0px;
    max-width: 400px;
    padding-left: 20px;
    margin-left: -20px;
}
.task-editor-resource-list-body .no-items {
	font-size: 20px;
    font-family: Arial;
    color: black;
    padding: 12px 4px;
}
.task-editor-resource {
    display: flex;
    align-items: center;
    background: #6b7c93;
    border-radius: 4px;
    margin-bottom: 8px;
    max-width: 400px;
    height: 36px;
    transition: 0.2s ease-in-out transform;
    position: relative;
    overflow: visible;
}
.task-editor-resource.dragging {
    transform: scale(0.9) rotate(-2deg);
    filter: drop-shadow(2px 4px 6px black);
    z-index: 1;
}
.task-editor-resource.drag-over {
    /* outline: 2px solid rgb(0 84 139 / 64%); */
    transform: scale(0.9) rotate(2deg);
    filter: hue-rotate(45deg);
}
.task-editor-resource.ng-leave{
	transition:none;
}
.task-editor-resource-badge {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
}

.task-editor-resource-badge md-icon {
    color: #dd2c00;
    border-radius: 50%;
}

.task-editor-resource-badge:after {content: "";background: white;top: 0px;position: absolute;width: 100%;height: 100%;border-radius: 50%;left: 0px;z-index: -1;transform: scale(0.5);}





.task-editor-resource-type md-icon {
    color: white;
    font-size: 24px;
    transform: scale(0.8) rotate(0.0001deg);
    transform-origin: center;
}
.task-editor-resource-type {
    margin: 4px 0px;
    padding: 2px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: move;
}
.task-editor-resource-name {
    flex: 1;
    color: white;
    font-family: arial;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: text;
    overflow: hidden;
}
.resource-name-input {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    height: 28px;
    padding: 10px;
    flex: 1;
    pointer-events: none;
}
.resource-name-input:focus {
    border: 1px solid #ccc;
    background:white;
    color: black;
    pointer-events: all;
}
.resource-label {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
}
.resource-edit-button md-icon {
    color: white;
    font-size: 12px;
    line-height: 12px;
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
}
.task-editor-delete-button {
    margin: 4px 0px;
    padding: 2px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.task-editor-delete-button md-icon {
    color: white;
    font-size: 24px;
    transform: scale(0.8) rotate(0.0001deg);
    transform-origin: center;
}
.resource-edit-button {
    margin: 0px 10px;
    display: none;
    flex: none;
}
.resource-edit-button {}
.task-editor-resource-name:hover .resource-edit-button {
    display: block;
}


.milestone-issues-badge {
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.milestone-issues-badge md-icon {
    font-size: 24px;
    line-height: 24px;
    min-width: 24px;
    width: 24px;
    min-height: 23px;
    height: 24px;
    color: #dd2c00;
    border-radius: 50%;
}
.task-issues-badge {margin-left: -12px;margin-right: 6px;}
.task-issues-badge md-icon {
    color: #dd2c00;
}



.task-notes-add-message {
    position: absolute;
    bottom: 60px;
    padding: 40px;
    display: flex;
    align-items: center;
}
md-icon.task-notes-add-message-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    flex: none;
    margin-left: 16px;
}
.task-notes-add-message-text {
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0px 0px 0px;
    color: #245487;
}


.task-note{
	transition: 0.2s ease-in-out transform;
}
.task-note.ng-leave{
	transition:none;
}
.task-note-delete-button {
    position: absolute;
    top: -8px;
    right: -6px;
    background: black;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.task-note-delete-button md-icon {
    color: white;
}
.task-note:hover .task-note-delete-button {
    display: flex;
}
.task-note.dragging {
	transform: scale(0.9) rotate(-2deg);
    filter: drop-shadow(2px 4px 6px black);
    z-index: 1;
}
.task-note.drag-over {
    /* outline: 2px solid rgb(0 84 139 / 64%); */
    transform: scale(0.9) rotate(2deg);
    filter: hue-rotate(45deg);
}
.task-notes-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    /* background: white; */
    /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); */
    height: 100%;
}
.task-note-delete-button md-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}
.task-no-data-text {
    font-size: 14px;
    letter-spacing: .02em;
    margin-top: 12px;
    text-shadow: 0px 0px 1px rgba(33, 33, 33, 0.7);
}
.task-done-button {
    margin-left: -12px;
    margin-right: 4px;
}

.task-notes-indicator {
    display: flex;
    align-items: center;
    margin-left: 32px;
}
md-icon.task-notes-indicator-icon {
    font-size: 16px;
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.task-notes-indicator-counter {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #6b7c93;
}



