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

.btn {
    background: #6d6d6d;
    color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: none;
    font-size:15px;
    padding:0px 15px;
    min-height: 0;
    min-width: 0;
}
.btn.small {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:11px;
    padding:0px 10px;
    line-height: 21px;
}
.btn md-icon{ 
    color:#fff; 
    font-size: 17px;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    line-height:14px;
}
.btn.small md-icon{ 
    font-size: 15px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    line-height:13px;
}
.btn:hover { background:#474747; }
.btn.primary { background: #00a7e1; }
.btn.primary:hover { background: #008DBE; }
.btn.alert { background: #aa2421; }
.btn.alert:hover { background: #7b1412; }

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: 'Work Sans', 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 15px;
}
.projects-page > .list .list-item > * {
    padding: 0px 15px;
}
.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;
    background: #f2f2f2;
}
.project-headline {
    flex: none;
    padding: 15px;
    display: flex;
    align-items: center;
    background: #fff;
}
.project-title {
    font-size: 24px;
    color: #245487;
}
.project-link-back {
    cursor:pointer;
    margin-right: 15px;
}
.project-progress {
    margin-left: 15px;
}
.project-milestones {
    perspective: 1200px;
    display: flex;
    /* width: 100%; */
    flex: none;
    z-index: 1;
    box-sizing: border-box;
    /* justify-content: center; */
    margin-top: 15px;
}
.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: 15px;
    height: 15px;
    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: 15px;
    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: 115px;
	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,676767+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='#67676700',GradientType=1 ); /* IE6-9 */
}
.milestone-threadline.highlight-right {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#676767+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='#67676700', 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: auto;
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
}


.project-cards {
    overflow: hidden;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 1px 0px #B4B4B4; 
    box-shadow: 0px 0px 1px 0px #B4B4B4;
}
.project-cards-list {
    display: flex;
    flex-direction: column;
    overflow: auto;
    border:1px solid #eaebec;
    background: #fff;
}
.project-cards-list-header {
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 16px;
    background: #e8eff5;
    color:#00538b;
    min-height: 30px;
    font-weight: bold;
    width: auto;
}
.project-cards-list-header .project-cards-list-title {
    color:#00538b;
    font-weight: 600;
    font-size:18px;
}
.project-cards-list-header .project-cards-list-total {
    color:#00538b;
    width: 25px;
    height: 25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    background: #fff;
    text-align: center;
    line-height:25px;
    color:#525252;
    font-size:13px;
    font-weight: bold;
}

.project-tasks {
    margin-bottom:15px;
}

.project-task {
    padding: 15px 15px 0 15px;
    background: white;
    /* 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: 15px;
    font-weight: 500;
    letter-spacing: .005em;
    color: black;
    flex: 1;
}
.project-task-add-button {
    border: 1px solid rgb(107 124 147);
    font-family: 'Work Sans', 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 {
    padding-bottom:15px;
}
.project-task .final-hr {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-top:10px;
    border-bottom: 1px solid #cacaca;
}
.project-task:last-child .final-hr {display: none;}
.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: 0 15px;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.task-info-caption {
    display: flex;
    margin-top: 5px;
}
.task-deadline {
    display: flex;
    align-items: center;
}
.task-deadline-label {
    color: #676767;
}
.task-attachments {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
md-icon.task-attachments-icon {
    font-size: 16px;
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
    color:#cacaca;
}
.task-attachments-counter {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #676767;
}
.task-deadline-data {
    
}
.project-task.selected, .project-task:hover {
    background: #7fa9c5;
    color:#fff;
}
.project-task.selected .task-name, .project-task:hover .task-name {
    color:#fff;
}
.project-task.selected .task-deadline-label, .project-task:hover .task-deadline-label {
    color:#fff;
}
.project-task.selected .task-done-button md-icon, .project-task:hover .task-done-button md-icon {
    color:#fff;
}
.project-task.selected .task-notes-indicator md-icon, .project-task:hover .task-notes-indicator md-icon {
    color:#fff;
}
.project-task.selected md-icon.task-attachments-icon, .project-task:hover md-icon.task-attachments-icon {
    color:#fff;
}
.project-task.selected .final-hr, .project-task:hover .final-hr {border-color:#7fa9c5;}

.project-task .task-done-button md-icon {
    color:#cacaca;
}

.project-task.completed {
    opacity: 0.5;
}
.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: 15px;
    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: 14px;
    flex: 1;
    cursor: pointer;
    color: #676767;
    line-height: 16px;
    font-weight: 600;
}
.task-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 0;
    box-sizing: border-box;
    overflow: hidden;
    font-size:13px;
}
.task-header a.link md-icon{
    color:#fff;
    font-size: 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}
.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;
}
.task-description-title {
    color: #245487;
    font-size: 22px;
}
.task-description-text {
    padding: 15px;
    font-size: 13px;
}
.task-resources {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
}
.task-resources-title {
    color: #245487;
    font-size: 22px;
}
.task-resource-list{
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    padding:15px 15px 15px 15px;
}
.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-note-resources {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px 0 0 0;
    box-sizing: border-box;
}
.task-note-resources-title {
    font-size: 12px;
    font-weight: bold;
}
.task-note-resource-list{
    display: inline-block;
    width: 100%;
}
.task-note-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-note-resource md-icon {
    color: #fff;
    font-size: 12px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    line-height: 13px;
}

.task-comments {
    flex: 1;
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 15px;
    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 {
    background: white;
    padding:5px 15px 15px 15px;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.task-notes-header {width: 100%; min-height: 40px;}
.task-notes-title {font-weight: 600; color:#676767;}
.task-notes-title md-icon{color:#6d6d6d;}
.task-notes-button .btn {margin: 0 0 0 10px;}
.task-note {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: move;
}
.task-note-title {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}
.task-note-body {
    padding: 0px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
.task-note-caption {
    padding: 5px 0;
    font-size: 10px;
    color:#cacaca;
}
.task-note .final-hr {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-top:5px;
    border-bottom: 1px solid #b8b8b8;
}


/*

.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: #676767;
	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: 'Work Sans', arial;
    min-width: 1050px;
}
form.link-editor-form {
    font-family: 'Work Sans', 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: 15px; */
    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: 15px;
    margin-left: -15px;
}
.task-editor-resource-list-toolbar {
    display: flex;
    align-items: center;
}
.resource-add-button {
    border: 1px solid rgb(107 124 147);
    font-family: 'Work Sans', 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: 15px 0px;
    overflow: auto;
    flex-direction: column;
    padding: 10px 0px;
    max-width: 400px;
    padding-left: 15px;
    margin-left: -15px;
}
.task-editor-resource-list-body .no-items {
	font-size: 15px;
    font-family: 'Work Sans', 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: 'Work Sans', 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-message {
    text-align: center;
    width: 100%;
    color:#353535;
    font-size: 12px;
    margin-top:25px;
}
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: 15px;
    text-shadow: 0px 0px 0px;
    color: #245487;
}


.task-note{
	/*transition: 0.2s ease-in-out transform;*/
    color:#535353;
}
.task-note.ng-leave{
	transition:none;
}
.task-note-delete-button {
    position: absolute;
    top: 8px;
    right: 0;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    display: none;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
}
.task-note-delete-button md-icon {
    color: #7fa9c5;
}
.task-note-delete-button.task-note-edit-button {
    right: 26px;
}
.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%;
    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;
    padding:15px;
}
.task-done-button {
    margin-left: -12px;
    margin-right: 4px;
    margin:0 15px 0 0;
}
.task-done-button md-icon.done{
    background: green;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    color:#fff;
}
.task-notes-indicator {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
md-icon.task-notes-indicator-icon {
    font-size: 16px;
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
    color:#cacaca;
}
.task-notes-indicator-counter {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #676767;
}

.project-milestones-container {
    overflow-x: auto;
    padding: 0 23px 15px 23px;
}
.project-milestones-square {
    perspective: 1200px;
    display: flex;
    /* width: 100%; */
    flex: none;
    z-index: 1;
    box-sizing: border-box;
    /* justify-content: center; */
    margin-top: 15px;
}
.project-milestone-square {
    transition: 0.2s ease-in-out all;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin-right: 15px;
    padding:10px;
    font-size: 10px;
    line-height: 12px;
    color:#494949;
}
.project-milestone-square.dragging {
    transform: scale(1.1);
}

.project-milestone-square .project-milestone-square-header {}
.project-milestone-square .project-milestone-square-header .project-milestone-square-title{}
.project-milestone-square .project-milestone-square-header .project-milestone-square-status{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e2e2e2;
    color:#353535;
    padding:3px;
    margin-left:5px;
}
.project-milestone-square .project-milestone-square-header .project-milestone-square-done md-icon{
    background: #84b257;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    color:#fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size:18px;
    line-height: 15px;
    text-align: center;
    margin-left:5px;
}
.project-milestone-square .project-milestone-square-progress {width: 100%; margin-top:4px;}
.project-milestone-square .project-milestone-square-progress progress {
    visibility: hidden;
    position: absolute;
}
.project-milestone-square .project-milestone-square-progress md-progress-linear .md-container.md-mode-determinate {
    display: flex;
    background:#e2e2e2;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.project-milestone-square .project-milestone-square-progress md-progress-linear .md-container .md-bar {height: 5px;}
.project-milestone-square .project-milestone-square-progress md-progress-linear .md-bar.md-bar2{
    background: #84b257;
}

.project-milestone-square.selected {
    background: #7fa9c5;
    color:#fff;
    font-weight: bold;
    position:relative;
}
.project-milestone-square.selected::after {
    background: #7fa9c5;
    width: 16px;
    height: 16px;
    position: absolute;
    left:50%; 
    margin-left:-8px;
    bottom: -5px;
    content:'';
    -webkit-transform: rotate(45deg);
    z-index:-1;
}
.project-milestone-square.selected .project-milestone-square-header .project-milestone-square-done md-icon{
    border:1px solid #fff;
}
.project-milestone-square.selected .project-milestone-square-progress md-progress-linear .md-container.md-mode-determinate {
    border:1px solid #fff;
    background:#fff;
}