body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
  font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif !important;
  background-color: #fff !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 150% !important;
}

button {
  cursor: pointer;
}
.body-zero {
  background-color: #808080 !important;
}
.count-box {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.1rem;
  font-weight: bold;
  background-color: #808080;
  height: 1.3rem;
  margin: auto 0;
}
.count-box-label {
  font-size: 66%;
  color: #ccc;
  margin-right: 0.15rem
}
.queue-count-box { 
  cursor: pointer;
}
.task-box {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0.25rem;
  margin: 0 0.5rem 0 0;
  border-radius: 0.1rem;
  font-weight: bold;
  background-color: #808080;
  cursor: pointer;
}
.task-box-label {
  font-size: 66%;
  color: #fff;
  margin: 0 0.25rem;
  white-space: nowrap;
}
.task-summary-box {
  font-size: 0.50rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding: 0 0.15rem;
  min-width: 1rem;
  color: #fff;
}
.task-assignee-box {
  font-size: 0.50rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding: 0 0.15rem;
  min-width: 1rem;
  color: #fff;
}
.subject-box {
  padding: 0.25rem 0.25rem 0 0;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
}
.dropdown-show {
  display: block !important;
}
.app-user-dropdown-parent {
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
.dropdown-box {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-box a {
  color: black;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}
.dropdown-box a:hover {
  background-color: #ddd;
}
.app-title {
  width: 100%;
  background-color: #000;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  color: #eee;
  top: 0;
  flex-shrink: 0; /* Prevents the header from shrinking */
  position: -webkit-sticky; /* Required for Safari */
  position: sticky;
  z-index: 1000; /* Ensure it stays above content */
}
.app-title-left {
  display: flex;
  padding: 0.5rem;
  font-size: 12pt;
}
.app-title-mid {
  display: flex;
  align-items: left;
  flex-grow: 1;
  padding: 0.5rem 0;
}
.app-user-dropdown {
  margin-top: 1rem;
  margin-right: 0.5rem;
  z-index: 200;
}
.app-title-right {
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #hhh;
  display: flex;
}
.count-box-highlight {
  background-color: #C60000 !important;
}
.app-count-box {
  font-size: 1rem;
  cursor: pointer;
}
.task-queue-dropdown {
  top: 3rem;
  margin-right: 0.5rem;
  z-index: 200;
  color: #000;
}
.app {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.threads {
  width: 100%;
  flex-grow: 1; /* Allows the content to grow and fill remaining space */
}
.threadlist {
  position: absolute;
  top: 3rem;
  left: 0.25rem;
  width: calc(100vw - 3rem);
  max-height: calc(100vh - 6.5rem);
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 0.2rem;
  padding: 0.25rem;
  overflow-y: auto;
  z-index: 100;
}
.threadlist-thread {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
}
.threadlist-thread-active {
  background-color: #BFDDF5;
}
.threadlist-thread:hover {
  border: 1px solid #888;
}
.threadlist-thread-count-box {
  margin: 0 0.25rem;
  min-width: 1.6rem;
  padding: 0.2rem;
  font-size: 75%;
}
.threadlist-thread-unread .threadlist-thread-count-box {
  background-color: #000;
}
.threadlist-thread-sender {
  display: inline-block;
  font-weight: bold;
  padding: 0.25rem 0;
  margin: 0 0.25rem;
  white-space: nowrap;
  max-width: 15rem;
  overflow: hidden;
}
.threadlist-thread-subject {
  margin: 0 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.threadlist-thread-date {
  color: #808080;
  padding: 0 0.25rem;
}
.thread {
}
.thread-title {
  -webkit-font-smoothing: antialiased;
  font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-size: 1.25rem;;
  font-variant-ligatures: no-contextual;
  color: #202124;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.thread-count-box {
  font-size: 1rem;
  margin-left: 0;
  white-space: nowrap;
  cursor: pointer;
}
.thread-messages {
  padding-top: 0.5rem;
}
.task {
  border: 0.15rem solid #eee;
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0.1rem;
}
.task-body {
  padding: 0.5rem;
  line-height: 150% !important;
  font-size: 10pt;
  color: #000 !important;
}
.task-title {
  background: #fff;
  font-size: 0.8rem;
  padding: 0;
  border-spacing: 0;
  border-bottom: 1px dotted #eee;
}
.task-title-left-leftblock {
  display: inline-block;
  float: left;
  line-height: 150% !important;
  margin: 0 0.5rem 0 0;
  height: 
}
.task-taskid-box {
  font-size: 0.50rem;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.05rem 0.50rem;
  color: #fff;
  background-color: #ccc;
  border-radius: 0.1rem;
}
.task-title-duedate {
  padding: 0.15rem;
  width: 58px;
}
.task-status-select {
  margin-bottom: -0.3rem;
}
.comment-assignee-box {
  font-size: 0.50rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 0 0.15rem;
  float: left;
  margin: 0 0.15rem 0 0;
  min-width: 1rem;
}
.comment {
  border: 0.15rem solid #eee;
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0.1rem;
}
.comment-title {
  background: #fff;
  font-size: 0.8rem;
  padding: 0;
  border-spacing: 0;
  border-bottom: 1px dotted #eee;
}
.comment-assignee-box {
  font-size: 0.50rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 0 0.15rem;
  float: left;
  margin: 0 0.15rem 0 0;
  min-width: 1rem;
}
.comment-title-username {
  margin: 0 0.15rem;
  float: left;
  font-size: 0.75rem;
  font-weight: bold;
}
.comment-title-left {
  position: relative;
  vertical-align: top;
  color: #444;
  padding: 0.5rem;
}
.comment-title-left-leftblock {
  display: inline-block;
  float: left;
  clear: left;
  line-height: 150% !important;
}
.comment-title-right {
  position: relative;
  vertical-align: top;
  color: #444;
  padding: 0.5rem;
  white-space: nowrap;
  text-align: right;
}
.draftcomment-title-left {
  position: relative;
  vertical-align: middle;
  color: #444;
  padding: 0.5rem;
}
.commentdraft-title-left-leftblock {
  display: inline-block;
  float: left;
  clear: left;
  line-height: 150% !important;
  font-size: 0.75rem;
  font-weight: bold;
}
.comment-title-date {
  vertical-align: top;
  width: 1%;
  padding: 0.5rem;
  color: #808080;
  text-align: right;
  line-height: 150% !important;
}
.comment-body {
  padding: 0.5rem;
  line-height: 150% !important;
  font-size: 10pt;
  color: #000 !important;
  font-family: arial;
}
.comment-body li {
  color: #000 !important;
}
.comment-body p {
  margin: 0;
}
.comment-body table {
  border-collapse: collapse;
  border: 1px solid gray;
}
.comment-body th, .comment-body td {
  border: 1px solid gray;
  padding: 0.5rem;
}
.comment-body ul, .comment-body ol, .comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5{
  margin: 0;
}
.comment-body blockquote {
  border-inline-start: 4px solid #ddd;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 12px;
  font-style: italic;
}
.comment-tag {
 color: #3db88b;
}
.comment-tag-me {
 font-weight: bold;
}
.message {
  border: 0.15rem solid #eee;
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0.1rem;
}
.message-count-box {
  font-size: 0.9rem;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.message-title {
  background: #fff;
  font-size: 0.9rem;
  padding: 0;
  border-spacing: 0;
  border-bottom: 1px dotted #eee;
}
.message-title-left {
  position: relative;
  vertical-align: top;
  color: #444;
  padding: 0.5rem;
}
.message-title-left-leftblock {
  display: inline-block;
  float: left;
  clear: left;
  line-height: 150% !important;
}
.message-title-date {
  vertical-align: top;
  max-width: 8rem;
  width: 1%;
  padding: 0.5rem;
  color: #808080;
  text-align: right;
  line-height: 150% !important;
}
.message-title-more {
  vertical-align: top;
  width: 1%;
  padding: 0.25rem;
  color: #808080;
  text-align: right;
}
.message-title-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eee;
  color: #000;
  border-radius: 0.1rem;
  cursor: pointer;
}
.message-attachments {
  background: #fff;
  font-size: 0.9rem;
  padding: 0;
  border-spacing: 0;
  border-bottom: 1px dotted #eee;
}
.message-attachments > a {
  float: right;
  display: inline-block;
  color: #000;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0.25rem;
  border-radius: 0.1rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.message-attachments:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.message-body {
  padding: 0.5rem;
  line-height: 150% !important;
  font-size: 10pt;
  font-family: arial;
  color: #000;
}
.message-body-iframe {
  margin: 0.5rem;
  box-sizing: border-box;
  width: calc(100% - 1rem);
  height: 50rem;
  max-height: 100rem;
  overflow-y: auto;
  border: 0;
}
.message-label {
  position: relative;
  float: right;
  display: inline-block;
  padding: 0.15rem 0.3rem;
  margin: 0 0.25rem 0.25rem 0.25rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.filter {
  border: 0.15rem solid #eee;
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0.1rem;
  padding: 0.25rem;
}
.filter-title {
  background: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.25rem;
  border-spacing: 0;
  vertical-align: middle;
}
.filter-actions-block {
  float: right;
}
.filter-action-button {
  padding: 0.25rem 0.50rem;
  margin: 0 0.25rem 0.25rem;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
.filter-save-button:hover {
  background-color: #eee;
  border: 1px solid #000;
}
.filter-title-block {
  clear: both;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1rem;
}
.filter-title-block > input {
  float: left;
  flex-grow: 1;
  padding: 0.25rem 0.50rem !important;
  width: 100%;
}
.filter-title-block .selectize-input {
  padding: 0.25rem 0.50rem !important;
  line-height: 1.35rem !important;
  margin-right: 1rem !important;
}
.filter-block-multicol .selectize-control {
  margin-right: 1rem !important;
  line-height: 100% !important;
}
.filter-task-instructions-textarea {
  width: 100%;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}
.filter-title-block-label {
  display: flex;
  align-items: center;
  text-align: right;
  z-index: 100;
  left: 0.1rem;
  padding: 0.25rem;
  color: #888;
  min-width: 6rem;
  justify-content: right
}
.filter-task-list-input {
  width: 10rem !important;
}
.filter-assignees-block .filter-selectize-item {
  margin: 0 0.25rem 0 0 !important;
  padding: 0 0.25rem !important;
}
.filter-watchers-block .filter-selectize-item {
  margin: 0 0.25rem 0 0 !important;
  padding: 0 0.25rem !important;
}
.filter-save-results {
  padding: 0.5rem;
  background: #f8f8f8;
  margin: 0.25rem 0.75rem 0.25rem 0.25rem;
  border: 1px solid #ccc;
}
.draft {
  border: 0.15rem solid #eee;
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0.1rem;
}
.draft-title {
  background: #fff;
  font-size: 0.9rem;
  padding: 0.25rem;
  border-spacing: 0;
}
.draft-title-block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1rem;
}
.draft-title-block > input {
  flex-grow: 1;
  padding: 0.1rem;
  width: 100%;
}
.draft-title-block > input.draft-disabled {
  opacity: 0.5;
  background-color: #fafafa;
  color: #888;
}
.draft-title-block-label {
  display: flex;
  align-items: center;
  z-index: 100;
  top: 0rem;
  left: 0.1rem;
  position: absolute;
  padding: 0.5rem;
  color: #888;
}
.draft-attachments {
  background: #fff;
  font-size: 0.9rem;
  padding: 0.25rem;
  border-spacing: 0;
  border-bottom: 1px dotted #eee;
}
.draft-attachment-entry {
  float: right;
  display: inline-block;
  color: #000;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0.25rem;
  border: 1px solid #aaa;
  border-radius: 0.1rem;
  cursor: pointer;
}
.draft-attachment-entry > a {
  display: inline-block;
  color: #000;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.draft-attachment-entry > a:hover {
  background-color: #fff;
}

a.draft-attachment-x {
  color: #000;
  background-color: #ccc;
  border-left: 0;
}

a.draft-attachment-x:hover {
  color: #fff;
  background-color: #000;
}

.draft-attachments:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.draft-body {
  padding: 0.1rem 0.35rem 0.35rem 0.35rem;
  font-family: arial;
  font-size: 10pt;
}
.draft-body-textbox {
  
}
.draft-button {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #eee;
  border-radius: 0.1rem;
  pointer: cursor;
}
.threadsubview-active {
  border: 0.15rem solid #888 !important;
}
.contact-from-name {
  color: #000;
  font-weight: 700;
}
.contact-from-email {
  color: #808080;
}
.contact-to-name {
  color: #000;
  font-weight: 500;
}
.contact-to-email {
  color: #808080;
}

.help {
  padding: 1rem;
}