﻿.rounded button {
  border-radius: 4px;
}
/* Colors */
.round svg {
  border-radius: 0.2rem;
  height: 0.9rem;
  width: 0.9rem;
}
.icon-gray svg {
  background: linear-gradient(45deg, #c5c6c7 0%, #d9dadb 100%);
  color: transparent !important;
}
.icon-green svg {
  background: linear-gradient(45deg, #517700 0%, #90c600 100%);
  color: transparent !important;
}
.icon-orange svg {
  background: linear-gradient(45deg, #ea7b0f 0%, #ffcd41 100%);
  color: transparent !important;
}
.icon-blue svg {
  background: linear-gradient(45deg, rgb(134 150 181) 0%, rgb(119 136 144) 100%);
  color: transparent !important;
}
.icon-red svg {
  background: linear-gradient(45deg, #861d1d 0%, #e61616 100%);
  color: transparent !important;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: 0.3rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f2f3f7;
  border-radius: 0.3rem;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f2f3f7;
  border-radius: 0.3rem;
}
.scrollbar,
nav {
  overflow-y: auto;
}
.scrollbar:hover ::-webkit-scrollbar-thumb,
nav:hover ::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}
.scrollbar:hover ::-webkit-scrollbar-thumb:hover,
nav:hover ::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
textarea,
button {
  outline: none;
}
textarea {
  resize: vertical;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[draggable] {
  user-select: none;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@font-face {
  font-family: font;
  src: url(/css/fonts/roboto/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: font;
  src: url(/css/fonts/roboto/Roboto-Medium.ttf);
  font-weight: bold;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-image: linear-gradient(0deg, #e0e1e2 0%, #f4f5f6 100%);
}
.loader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .content img {
  width: 8rem;
  height: 8rem;
  margin: 1rem;
  border-radius: 2rem;
  box-shadow: #808080 0 0 3rem;
  border: 0.6rem solid #ffffff;
}
.loader .content h1 {
  padding: 1rem;
  font-size: 2rem;
}
.loader .content p {
  padding: 1rem;
}
.loader .content i {
  font-size: 4rem;
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #bfbfbf;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
::placeholder {
  color: #bfbfbf;
}
html {
  font-family: font;
  font-weight: normal;
  overflow-x: hidden;
}
body {
  background-color: #f2f3f7;
  overflow-x: hidden;
}
section {
  overflow-x: hidden;
}
input,
textarea,
button {
  font-family: font;
}
main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  background-color: #f2f3f7;
}
.controls .btn:active,
.controls .btn:focus {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 0.2em;
}
.btn {
  background-color: transparent;
  border: 1px solid rgba(55, 66, 77, 0.2);
  padding: 0.5em;
  color: #808080;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  border-radius: 0.4em;
  background-size: 200% 100%;
  background-position: 2% 0%;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn i {
  margin: 0 0.1em 0 0.1em;
}
.btn i + span {
  margin-left: 0.3em;
}
.btn:hover:enabled {
  background-color: rgba(0, 0, 0, 0.05);
  background-position: 98% 0%;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn:active:enabled,
.btn:focus:enabled {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 0.2em;
}
.btn.btn-primary {
  background-color: #d7357e;
  background-image: linear-gradient(45deg, #d7357e 0%, #7d2d70 100%);
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #dee0e2;
  background-image: linear-gradient(45deg, #e0e1e2 0%, #f4f5f6 100%);
}
.rainbow {
  background: linear-gradient(45%, #d367c1 10%, #dedf40 25%, #62cb5c 50%, #00bbcb 75%, #ab79d6 90%);
}
.login {
  text-align: center;
}
.login .mud-paper {
  margin: auto;
}
.login .side-background {
  background-size: cover;
  position: relative;
  border-radius: 8px 0 0 8px;
  min-height: 600px;
}
.login .side-background h3 {
  position: absolute;
  bottom: 21px;
  right: 21px;
  font-size: 2em !important;
  color: #ffffff !important;
  font-weight: bold;
}
.login .side-background img {
  position: absolute;
  left: 21px;
  top: 21px;
  width: 40%;
}
.login .login-grid a {
  color: #d7357e;
}
.login .login-grid a:hover {
  text-decoration: underline;
}
.side-menu {
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  width: 4rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  float: left;
  z-index: 1200;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.side-menu::-webkit-scrollbar {
  display: none;
}
.side-menu ul li a {
  text-align: center;
  width: 3rem;
  height: 3rem;
  margin: 0.5rem auto;
  display: block;
  border-radius: 0.3rem;
  vertical-align: middle;
  line-height: 4rem;
  cursor: pointer;
}
.side-menu ul li a:hover,
.side-menu ul li a.active,
.side-menu ul li a:focus {
  background-color: #f2f3f7;
  outline: none;
}
.side-menu ul li a svg {
  color: #808080;
}
.side-menu ul li a.open-menu {
  cursor: pointer;
  border: 1px solid rgba(55, 66, 77, 0.2);
}
.side-menu ul li a.avatar {
  border-radius: 0.9rem;
}
.side-menu ul li a.avatar img {
  width: 3em;
  border-radius: 0.9rem;
}
.side-menu .top-menu {
  margin: 0.5em 0.5rem auto 0.5rem;
}
.side-menu .main-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.side-menu .bottom-menu {
  margin: auto 0.5rem 0.5rem 0.5rem;
}
.side-menu .avatar {
  margin: auto;
  width: auto !important;
  height: auto !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2rem;
  cursor: pointer;
}
.side-menu .logo {
  margin: auto;
  width: 100%;
  border-radius: 0.3em;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2rem;
}
.sub-menu-drawer .mud-drawer-content {
  display: flex;
  flex-direction: row !important;
  margin-left: 64px !important;
  overflow-x: hidden;
}
.sub-menu-drawer .sub-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f2f3f7;
  padding: 1.2em 0.8em 1.4em 0.8em;
  align-items: stretch;
}
.sub-menu-drawer .sub-menu .separator {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  opacity: 0.7;
  padding: 0.3em 0.8em;
}
.sub-menu-drawer .sub-menu ul li {
  color: #404040;
}
.sub-menu-drawer .sub-menu ul li a {
  color: #808080;
}
.sub-menu-drawer .sub-menu .mud-nav-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.sub-menu-drawer .sub-menu .mud-nav-link-text span {
  position: absolute;
  font-size: 0.8rem;
  color: #bfbfbf;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sub-menu-drawer .sub-menu .mud-nav-link-text span[data-count="0"] {
  display: none;
}
.sub-menu-drawer .sub-menu .middle-menu {
  flex: 1;
}
.sub-menu-drawer .sub-menu .bottom-menu {
  margin-top: auto;
  padding: 0.5em 0 0.5em 0.5em;
}
.user-controls-drawer .user-controls {
  text-align: center;
  margin: auto;
  width: 100%;
}
.user-controls-drawer .user-controls .user {
  margin-bottom: 1em;
}
.user-controls-drawer .user-controls .user .avatar {
  width: 8rem;
  height: 8rem;
  margin-bottom: 2rem;
}
.user-controls-drawer .user-controls .user .avatar img {
  height: 8rem;
}
.user-controls-drawer .user-controls .user .name {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 2em;
}
.user-controls-drawer .user-controls .bottom {
  margin-top: 4em;
}
.user-controls-drawer .user-controls .close {
  position: absolute;
  right: 14px;
  top: 14px;
}
.user-controls-drawer .user-controls .text-size {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
}
.user-controls-drawer .user-controls .container {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}
.mud-dialog-actions {
  padding: 24px !important;
}
.mud-main-content {
  padding: 0 !important;
  height: 100%;
  margin-left: 64px;
}
.mud-typography,
.mud-input-root-text {
  font-size: 1em !important;
}
.main-grid {
  height: 100vh;
}
.gradient-green {
  background-image: linear-gradient(45deg, #517700 0%, #90c600 100%);
}
.gradient-red {
  background-image: linear-gradient(45deg, #861d1d 0%, #e61616 100%);
}
.gradient-blue {
  background-image: linear-gradient(45deg, rgb(134 150 181) 0%, rgb(119 136 144) 100%);
}
.gradient-orange {
  background-image: linear-gradient(45deg, #ea7b0f 0%, #ffcd41 100%);
}
.dashboard {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  max-height: 100vh;
  padding: 2em 2em 2em 0.4em;
  overflow-y: auto;
}
.dashboard .mud-progress-circular-svg {
  color: rgba(0, 0, 0, 0.2);
}
.dashboard h1 {
  font-weight: 800;
  font-size: 1.8em !important;
}
.dashboard .label-transparent label {
  background-color: transparent;
}
.dashboard .total {
  width: 100%;
  min-height: 80px;
  text-align: center;
  padding: 1em;
  color: #FFF;
}
.dashboard .total.zero {
  opacity: 0.5;
  background-image: none;
  color: #808080;
}
.dashboard .total h2 {
  font-size: 0.8em !important;
  text-transform: uppercase;
}
.dashboard .total h3 {
  font-size: 1.8em !important;
  font-weight: 800;
  margin-bottom: 0.3em;
}
.dashboard .widget {
  position: relative;
  min-height: 160px;
  padding: 2em;
  height: 100%;
}
.dashboard .widget .picture {
  position: absolute;
  height: 100%;
  max-width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -12px;
}
.dashboard .widget h2 {
  display: block;
  font-size: 1.7em !important;
  font-weight: 900;
}
.dashboard .widget .caption {
  display: block;
  opacity: 0.7;
  max-width: 60%;
  margin-bottom: 1em;
}
.dashboard .widget .action {
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.dashboard .list {
  background-color: transparent;
}
.dashboard .list h6 {
  line-height: 1.8em;
  font-size: 1.3em !important;
}
.dashboard .list h6 svg {
  width: 1.2em;
  height: 1.2em;
  float: left;
  margin-top: 0.05em;
  margin-right: 0.4em;
  margin-left: 0.15em;
}
.dashboard .list .task-avatar {
  border: 4px solid rgba(255, 255, 255, 0.8);
}
.dashboard .list .task-progress {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -24px;
  width: 48px;
  height: 48px;
}
.dashboard .list .archived .task-avatar {
  background-image: linear-gradient(45deg, #c5c6c7 0%, #d9dadb 100%);
}
.dashboard .list .upcoming .task-avatar {
  background-image: linear-gradient(45deg, rgb(134 150 181) 0%, rgb(119 136 144) 100%);
}
.dashboard .list .overdue .task-avatar {
  background-image: linear-gradient(45deg, #861d1d 0%, #e61616 100%);
}
.dashboard .list .overdue .meta {
  color: #e61616;
}
.dashboard .list .todo .task-avatar {
  background-image: linear-gradient(45deg, #ea7b0f 0%, #ffcd41 100%);
}
.dashboard .list .todo .meta {
  color: #ea7b0f;
}
.dashboard .list .completed .task-avatar {
  background-image: linear-gradient(45deg, #517700 0%, #90c600 100%);
}
.dashboard .list .text {
  display: inline-block;
}
.dashboard .list .text .primary-text {
  display: block;
}
.dashboard .list .text .secondary-text {
  font-size: 0.9em;
  color: #b3b3b3;
}
.dashboard .list .meta {
  display: inline-block;
  float: right;
  text-align: right;
}
.dashboard .list .meta .date {
  font-weight: bold;
  display: block;
}
.dashboard .list .meta .time {
  font-size: 0.9em;
}
.menu-helper {
  width: 6em !important;
  height: 100vh;
  float: left;
}
.list-view {
  margin-left: 0.7em;
  margin-right: 0.7em;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
}
.list-view .empty {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.list-view .empty svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  opacity: 0.1;
}
.list-view .empty .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  opacity: 0.2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.list-view .mud-progress-circular-svg {
  color: rgba(0, 0, 0, 0.2);
}
.list-view header {
  margin: 0.2em 0.7em 0 0.7em;
}
.list-view header .title {
  display: flex;
  margin-top: 0.7rem;
}
.list-view header .title .icon {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.2rem 0.3rem 0 0.6rem;
}
.list-view header .title h2 {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  flex: 1;
  line-height: 1.8rem;
  margin: 0.5rem 0 0 0.4rem;
}
.list-view header .title .controls {
  margin-left: 0.3em;
}
.list-view .controls {
  display: flex;
  flex-direction: row;
  padding: 0.7em;
}
.list-view .controls .search {
  flex: 1;
}
.list-view .controls .sort button {
  margin-top: 0.7em;
}
.task-list {
  flex: 1;
  padding-right: 0.7em;
  margin-right: 0.7em;
  overflow-y: auto;
}
.task-list.mini {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.task-list .mud-list-item {
  border-radius: 0.3em;
  margin-bottom: 1px;
}
.task-list .mud-list-item.selected {
  background-color: #ffffff;
  color: #d7357e;
}
.task-list .mud-list-item.selected .task-info .task-users .mud-avatar {
  border: 2px solid #ffffff;
  background-color: #ffffff !important;
}
.task-list .mud-list-item .task-header {
  position: relative;
}
.task-list .mud-list-item .task-subtasks {
  margin: 6px 0 0 0;
}
.task-list .mud-list-item .task-icon {
  margin: 8px 4px 0 0;
  color: #ffffff;
  position: relative;
  min-width: 32px;
}
.task-list .mud-list-item .task-icon .status {
  border-radius: 50%;
  padding: 2px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.task-list .mud-list-item .task-icon .progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.task-list .mud-list-item .task-icon .progress .mud-progress-circular {
  width: 28px;
  height: 28px;
}
.task-list .mud-list-item .task-icon .progress .mud-progress-circular svg {
  color: rgba(0, 0, 0, 0.2);
}
.task-list .mud-list-item .task-icon .archived {
  background-image: linear-gradient(45deg, #c5c6c7 0%, #d9dadb 100%);
}
.task-list .mud-list-item .task-icon .upcoming {
  background-image: linear-gradient(45deg, rgb(134 150 181) 0%, rgb(119 136 144) 100%);
}
.task-list .mud-list-item .task-icon .overdue {
  background-image: linear-gradient(45deg, #861d1d 0%, #e61616 100%);
}
.task-list .mud-list-item .task-icon .todo {
  background-image: linear-gradient(45deg, #ea7b0f 0%, #ffcd41 100%);
}
.task-list .mud-list-item .task-icon .completed {
  background-image: linear-gradient(45deg, #517700 0%, #90c600 100%);
}
.task-list .mud-list-item .task-customer {
  color: #d7357e;
  font-weight: 500;
  font-size: 0.8em;
}
.task-list .mud-list-item .task-name {
  font-weight: 500;
  font-size: 1.1em;
}
.task-list .mud-list-item .task-summary {
  font-size: 1em;
  margin-top: 0;
  max-width: 80%;
}
.task-list .mud-list-item .task-info {
  float: right;
  font-size: 1em;
  text-align: right;
  margin-left: 1em;
  margin-top: -3px;
}
.task-list .mud-list-item .task-info b {
  display: block;
}
.task-list .mud-list-item .task-info span {
  font-size: 0.9em;
  display: block;
  margin-top: -0.2em;
}
.task-list .mud-list-item .task-users {
  display: inline-block;
  text-align: right;
}
.task-list .mud-list-item .task-users .mud-avatar {
  margin-left: -6px;
  border: 2px solid #f2f3f7;
  background-color: #f2f3f7 !important;
  width: 1.1em;
  height: 1.1em;
}
.task-list .mud-list-item .task-users .mud-avatar-img {
  color: #000;
}
.mud-popover.mud-popover-top {
  bottom: unset !important;
}
.mud-list-item-icon {
  min-width: 36px !important;
}
.detail-view {
  height: 100vh;
  flex: 1;
  margin-left: 0.7em;
  padding: 1em 1em 1em 2em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  overflow-y: auto;
  background-color: #ffffff;
}
.detail-view .empty {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.detail-view .empty svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  opacity: 0.1;
}
.detail-view .detail-breadcrumbs {
  padding: 0 !important;
}
.detail-view .detail-breadcrumbs .mud-breadcrumbs {
  padding-bottom: 0;
  padding-left: 0;
}
.detail-view .detail-breadcrumbs .mud-breadcrumbs li:first-child {
  transform: rotate(-90deg);
}
.detail-view .detail-breadcrumbs .mud-breadcrumbs .mud-breadcrumb-separator {
  padding: 0 6px;
}
.detail-view .detail-breadcrumbs .mud-breadcrumbs .mud-breadcrumb-item button {
  max-width: 200px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.detail-view .detail-breadcrumbs .mud-breadcrumbs .mud-breadcrumb-item button span {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-view .detail-header {
  min-height: 95px;
}
.detail-view .task-users {
  float: right;
  margin: 0.3em 0 0 0.3em;
  text-align: right;
}
.detail-view .task-users .mud-avatar {
  margin-left: -10px;
  border: 4px solid #ffffff;
  background-color: #ffffff !important;
}
.detail-view .task-users .mud-avatar-img {
  color: #000;
}
.detail-view h1 {
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
  flex: 1;
  line-height: 1.4em;
  padding: 0.3em 0 0.3em 0;
}
.detail-view h1.no-date {
  padding-top: 11px;
}
.detail-view .task-back {
  float: left;
  margin-left: -16px;
  margin-top: 9px;
  margin-right: 0.3em;
}
.detail-view .task-back.mobile-only {
  display: none;
}
.detail-view .task-date {
  margin-top: 0.2em;
}
.detail-view .task-date.archived,
.detail-view .task-date.upcoming {
  color: #c5c6c7;
}
.detail-view .task-date.overdue {
  color: #e61616;
}
.detail-view .task-date.todo {
  color: #ea7b0f;
}
.detail-view .task-date.completed {
  color: #517700;
}
.detail-view .task-date svg {
  float: left;
  margin-right: 0.4em;
}
.detail-view .task-date span {
  display: inline-block;
  line-height: 1.5em;
}
.detail-view .task-date span b {
  display: inline-block;
  margin-right: 0.4em;
}
.detail-view .actions {
  background-color: #f2f3f7;
  margin-right: 0.7em;
  border-radius: 0.3em;
  margin-bottom: 1em;
}
.detail-view .actions > button {
  margin-right: 0.4em;
}
.detail-view .actions .mud-popover.mud-popover-bottom {
  right: 0 !important;
}
.detail-view .description {
  line-height: 1.8em;
  font-size: 1em;
}
.detail-view .widget {
  margin-bottom: 24px;
  background-color: #f2f3f7;
}
.detail-view .widget .mud-list-subheader {
  padding-bottom: 12px !important;
}
.detail-view .widget .mud-list-subheader h6 {
  line-height: 1.8em;
  font-size: 1.3em !important;
}
.detail-view .widget .mud-list-subheader h6 svg {
  width: 1.2em;
  height: 1.2em;
  float: left;
  margin-top: 0.05em;
  margin-right: 0.4em;
  margin-left: 0.15em;
}
.detail-view .widget .mud-list-subheader button {
  position: absolute;
  right: 10px;
  top: -6px;
}
.detail-view .todo .mud-divider {
  margin-bottom: 8px;
}
.detail-view .todo .mud-list-item-gutters {
  padding-left: 8px !important;
}
.detail-view .todo .mud-list-item-text,
.detail-view .todo .mud-list-item.mud-list-item-dense,
.detail-view .todo .mud-input-control {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.detail-view .todo .todo-check {
  float: left;
  display: inline-block;
  margin-right: 8px;
}
.detail-view .todo .done input {
  text-decoration: line-through;
}
.detail-view .todo .todo-text .mud-input.mud-input-text {
  margin-top: 8px;
  display: flex !important;
}
.detail-view .todo .todo-text.item .mud-input.mud-input-text {
  margin-top: 0px;
}
.detail-view .todo .todo-text.item .mud-input-root-text {
  margin-top: 8px !important;
}
.detail-view .cart .cart-name {
  font-weight: 500;
  font-size: 1rem;
}
.detail-view .cart .cart-amount {
  font-weight: 500;
  font-size: 0.8rem;
}
.detail-view .comments .comment-add .mud-avatar {
  float: left;
  margin-right: 1em;
  margin-top: 1em;
}
.detail-view .comments .comment-add .controls {
  text-align: right;
  margin-top: 0.6em;
}
.detail-view .comments .comment-thread .mud-avatar {
  float: left;
}
.detail-view .comments .comment-thread .comment-info {
  margin-left: 1em;
  margin-bottom: 0.15em;
  font-size: 0.9em;
  padding-left: 40px;
}
.detail-view .comments .comment-thread .comment-text {
  margin-left: 1em;
  font-size: 1em;
  padding-left: 40px;
}
.sub-tasks {
  margin-bottom: 24px;
  background-color: #f2f3f7;
  border-radius: 0.3em;
  margin-right: 0.7em !important;
  padding: 12px !important;
}
.sub-tasks.mobile-only {
  display: none;
}
.sub-tasks .mud-list {
  padding: 0 !important;
}
.sub-tasks .mud-list .mud-list-item {
  padding: 0;
  margin: 8px 0 0 0;
  border-radius: 0.3em;
}
.sub-tasks .mud-list .mud-list-item:first-child {
  margin-top: 0px;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text {
  padding: 0;
  margin: 0;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper {
  padding: 7px;
  border-radius: 5px;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .task-progress {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
  width: 36px;
  height: 36px;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .task-progress svg {
  color: rgba(0, 0, 0, 0.2);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon {
  margin: 8px 4px 0 4px;
  color: #ffffff;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon svg {
  border-radius: 50%;
  padding: 2px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon .archived {
  background-image: linear-gradient(45deg, #c5c6c7 0%, #d9dadb 100%);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon .upcoming {
  background-image: linear-gradient(45deg, rgb(134 150 181) 0%, rgb(119 136 144) 100%);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon .overdue {
  background-image: linear-gradient(45deg, #861d1d 0%, #e61616 100%);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon .todo {
  background-image: linear-gradient(45deg, #ea7b0f 0%, #ffcd41 100%);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .icon .completed {
  background-image: linear-gradient(45deg, #517700 0%, #90c600 100%);
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .subject {
  margin: 9px 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .users {
  margin-top: 6px;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .users .mud-avatar {
  margin-left: -6px;
  border: 2px solid #f2f3f7;
  background-color: #f2f3f7 !important;
  width: 1.4em;
  height: 1.4em;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .users .mud-avatar-img {
  color: #000;
}
.sub-tasks .mud-list .mud-list-item .mud-list-item-text .mud-paper .more {
  margin: 8px 6px 0 6px;
}
.user-list {
  height: 300px;
  overflow-y: auto;
}
.user-list .user-avatar {
  float: left;
  margin-right: 0.7em;
}
.user-list .user-added {
  position: absolute;
  left: 24px;
  bottom: 4px;
  background-color: #ffffff;
  border-radius: 50%;
}
.user-list .user-name {
  font-weight: bold;
  cursor: default;
}
.user-list .user-email {
  font-size: 0.7em;
  cursor: default;
}
.user-list .user-actions {
  float: right;
}
.mud-dialog-title h6 > svg {
  margin-top: 8px;
  float: left;
}
.mud-dialog-title h6 > span {
  margin-top: 10px;
  display: inline-block;
}
.mud-dialog-title h6 button {
  margin: 12px 12px 0 0;
  padding: 10px;
}
.record .record-users {
  float: right;
  margin: 0.3em 0 0 0.3em;
  padding-left: 10px;
  text-align: right;
  min-height: 43px;
}
.record .record-users .mud-avatar {
  margin-left: -10px;
  border: 4px solid #ffffff;
  background-color: #ffffff !important;
}
.record .parent {
  background-color: #f2f3f7;
  padding: 7px;
  position: relative;
  margin-top: 14px;
}
.record .parent p {
  display: inline-block;
  font-size: 0.8rem !important;
}
.record .parent .remove-parent {
  position: absolute;
  top: 4px!important;
  right: 7px!important;
}
.drag-drop-zone {
  min-height: 200px;
  width: 100%;
  border: 0.3em solid #f2f3f7;
  position: relative;
  text-align: center;
  overflow-y: scroll;
  max-height: 400px;
}
.drag-drop-zone .drag-drop-input {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.drag-drop-zone.drag-enter {
  border: 0.3em solid #d7357e;
}
.drag-drop-zone .upload-icon {
  margin: 0.9em 0.3em 0.3em 0.3em;
  opacity: 0.3;
  width: 2em;
  height: 2em;
}
.drag-drop-zone h6 {
  text-align: center;
  color: #808080;
}
.drag-drop-zone .list {
  text-align: left;
  width: 100%;
  padding: 0 !important;
}
.drag-drop-zone .list .mud-list-item {
  border-bottom: 1px solid rgba(55, 66, 77, 0.2);
}
.drag-drop-zone .list .mud-list-item .mud-list-item-icon {
  min-width: 36px;
  text-align: center;
}
.drag-drop-zone .list .mud-list-item .mud-list-item-icon .mud-icon-root {
  margin: auto;
  opacity: 0.3;
}
.drag-drop-zone .list .mud-list-item .upload-filename {
  width: 60%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drag-drop-zone .list .mud-list-item .upload-size {
  float: right;
  width: 20%;
  display: inline-block;
  text-align: right;
  color: #808080;
  margin-right: 0.5em;
}
.linear-loader {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
.linear-loader .progress {
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 80%;
}
.spinner {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner .progress {
  display: block;
  top: 50%;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid transparent;
  border-radius: 50%;
  border-top-color: #dee0e2;
  animation: spin 0.5s ease-in-out infinite;
  -webkit-animation: spin 0.5s ease-in-out infinite;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-image: linear-gradient(0deg, #e0e1e2 0%, #f4f5f6 100%);
}
.loader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .content .app-loading {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.loader .content .app-loading .img {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin: 0;
  border: none;
  box-shadow: #808080 0 0 3rem;
}
.loader .content .app-loading .spinner {
  display: block;
  top: 50%;
  left: 50%;
  margin: -6.5rem 0 0 -6.5rem;
  position: absolute;
  width: 13rem;
  height: 13rem;
  border: 0.4rem solid transparent;
  border-radius: 50%;
  border-top-color: #d7357e;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.loader .content h1 {
  padding: 2rem;
  font-size: 0.7rem;
}
.loader .content h1 b {
  font-size: 2rem;
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 20px;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 959.98px) {
  .side-menu {
    z-index: 1204;
  }
  .detail-show {
    display: block;
    position: absolute;
    top: -1em;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .detail-hide {
    display: none;
  }
  .list-tasks {
    max-width: 100%!important;
    flex-basis: 100%!important;
  }
  .detail-view {
    z-index: 1210;
    margin-left: 0 !important;
    padding-top: 1em;
  }
  .detail-view .detail-header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(55, 66, 77, 0.2);
    z-index: 1210;
    padding-top: 2em !important;
  }
  .detail-view h1 {
    padding-top: 0;
    padding-left: 2.4em !important;
  }
  .detail-view h1.no-date {
    padding-top: 10px;
  }
  .detail-view .actions {
    margin-top: 2em !important;
  }
  .detail-view .task-back.mobile-only {
    margin-top: -4px;
    display: inline-block;
  }
  .detail-view .sub-tasks.mobile-only {
    display: block;
  }
}