@media print{
  @page {
    size: auto;
  }
}

.flex-row {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row.centered {
  justify-content: center;
}

.flex-row.align-centered {
  align-items: center;
}

.flex-row.justify-start {
  justify-content: flex-start;
}

.flex-row.justify-end {
  justify-content: flex-end;
}

.flex-row.space-justify {
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 5px;
}
.printable-task-summary {
color: #000;
  .flex-row > * {
    margin: 5px !important;
  }
}

.flex-row.no-margin > * {
  margin: 0px !important;
}

/******** Tables *********/

.tableHeader {
  display: flex;
  background-color: #7e969d;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}

.tableHeader div {
  font-size: 14px;
}

.tableHeader div.text-with-info-icon {
  padding-top: 0;
}

.tableHeader div.student-with-info-icon {
  padding-top: 6px;
}

.tableHeader div.student-with-info-icon .tooltip-custom {
  top: 4px;
}

.tableHeader div .col-hdr-delete.with-info-icon {
  padding-top: 0px;
}

.tableHeader div .delete-x {
  color: #fff;
  width: 50px;
  cursor: default;
}

.tableHeader div .delete-x:hover i {
  color: #fff;
}

.tableHeader > * {
  padding: 0 10px;
}

.baseline {
  vertical-align: baseline;
}

.table-display-container {
  width: 100%;
}

.table-scrollable-contents-container {
  width: 100%;
  position: relative;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.table-scrollable-contents-container table {
  width: 100%;
}

.table-scrollable-contents-container.text-chat {
  width: 98%;
}

/***** Tasks ******/

@charset "UTF-8";

#client-task-bank-bg {
  width: 90%;
  padding: 16px;
}

#viewSelectionButtons {
  display: flex;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
  border: solid 1px #5d98b8;
  border-radius: 8px;
}

#viewSelectionButtons :first-child {
  border-left: none;
}

#viewSelectionButtons span {
  border-left: solid 1px #fff;
  padding-top: 10px;
}

#viewSelectionButtons #showTimelineBtn i {
  margin-top: -5px;
  margin-bottom: -7px;
}

#viewSelectionButtons #showCalendarBtn i {
  margin-top: -5px;
  margin-bottom: -7px;
}

#viewSelectionButtons #showListBtn i {
  margin-top: -5px;
  margin-bottom: -5px;
}

#viewSelectionButtons.counselor {
  margin-top: -11px;
  height: 40px;
}

.group-title-container {
  display: flex;
}

.group-title-container .task-progress-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 4px 10px;
  padding-top: 4px;
}

.group-title-container .group-count {
  font-weight: normal;
  font-size: 12px;
  margin-left: 6px;
}

#addTaskFormContainer {
  position: absolute;
  top: 220px;
  right: 10px;
  left: 300px;
  z-index: 9;
  overflow: hidden;
  height: 70%;
  padding: 20px;
  min-width: 860px;
  /* Header Columns */
  /* Body Columns */;
}

#addTaskFormContainer .tableHeader i.student {
  padding-top: 0px;
}

#addTaskFormContainer.for-parent {
  left: 300px;
  width: calc(100% - 340px);
}

#addTaskFormContainer .title {
  display: flex;
  align-items: center;
}

#addTaskFormContainer .title .group-name {
  margin-left: 10px;
}

#addTaskFormContainer .baseline {
  vertical-align: baseline;
}

#addTaskFormContainer #btn-container {
  display: flex;
  justify-content: space-between;
}

#addTaskFormContainer #btn-container #submit {
  width: 230px;
}

#addTaskFormContainer .col-hdr-add-task {
  width: 15%;
}

#addTaskFormContainer .col-hdr-add-links {
  width: 10%;
}

#addTaskFormContainer .col-hdr-add-date {
  width: 15%;
  line-height: 17px;
}

#addTaskFormContainer .col-hdr-add-ccclient {
  width: 5%;
}

#addTaskFormContainer .col-hdr-add-ccclient.for-parent {
  display: none;
}

#addTaskFormContainer .col-hdr-add-delete {
  width: 10%;
}

#addTaskFormContainer .col-hdr-add-save {
  width: 48px;
}

#addTaskFormContainer .col-hdr-add-group {
  width: 15%;
}

#addTaskFormContainer .col-add-name, #addTaskFormContainer .col-name {
  width: 15%;
  display: flex;
  align-items: initial;
}

#addTaskFormContainer .col-add-name input, #addTaskFormContainer .col-name input {
  margin-left: 10px;
}

#addTaskFormContainer .col-add-links {
  width: 10%;
  color: #5d98b8;
}

#addTaskFormContainer .col-add-links input {
  color: #00303f;
}

#addTaskFormContainer .col-add-date {
  width: 15%;
}

#addTaskFormContainer .col-add-group {
  width: 15%;
}

#addTaskFormContainer .col-add-ccclient {
  width: 5%;
}

#addTaskFormContainer .col-add-ccclient.for-parent {
  display: none;
}

#addTaskFormContainer .col-add-save, #addTaskFormContainer .col-add-delete {
  width: 5%;
  display: flex;
}

#addTaskFormContainer .col-add-save > div, #addTaskFormContainer .col-add-delete > div {
  margin-right: 10px;
}

#addTaskFormContainer .col-add-save .delete-x, #addTaskFormContainer .col-add-delete .delete-x {
  height: initial;
}

#addTaskFormContainer .col-add-save i, #addTaskFormContainer .col-add-delete i {
  font-size: 26px;
  cursor: pointer;
}

#addTaskFormContainer .col-add-description, #addTaskFormContainer .col-description {
  padding: 0 10px 10px 10px;
  width: 100%;
}

#addTaskFormContainer .col-add-description textarea, #addTaskFormContainer .col-description textarea {
  width: 100%;
}

#addTaskFormContainer .blue {
  color: #5d98b8;
}

#summaryTasksList {
  /* Header Columns */
  /* Body Columns */;
}

#summaryTasksList .col-hdr-task {
  width: 40%;
  min-width: 180px;
}

#summaryTasksList .col-hdr-links {
  width: 15%;
  line-height: 17px;
  min-width: 86px;
}

#summaryTasksList .col-hdr-date {
  display: flex;
  width: 20%;
  line-height: 17px;
  min-width: 140px;
}

#summaryTasksList .col-hdr-ccclient {
  display: flex;
  width: 12%;
  line-height: 17px;
  min-width: 66px;
}

#summaryTasksList .col-hdr-ccclient.for-parent {
  display: none;
}

#summaryTasksList .col-hdr-delete {
  width: 7%;
}

#summaryTasksList .col-hdr-checkbox {
  width: 10%;
}

#summaryTasksList .col-hdr-group {
  width: 20%;
  line-height: 17px;
  min-width: 74px;
}

#summaryTasksList .col-hdr-hide-show {
  width: 30px;
}

#summaryTasksList .col-name {
  width: 20%;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 0;
}

#summaryTasksList .col-name input {
  margin-left: 10px;
}

#summaryTasksList .col-links {
  width: 10%;
  color: #5d98b8;
}

#summaryTasksList .col-links input {
  color: #00303f;
}

#summaryTasksList .col-date {
  width: 15%;
}

#summaryTasksList .col-date input {
  width: 120px;
  background-color: transparent;
}

#summaryTasksList .col-group {
  width: 15%;
}

#summaryTasksList .col-cclient {
  width: 5%;
}

#summaryTasksList .col-cclient.for-parent {
  display: none;
}

#summaryTasksList .col-delete, #summaryTasksList .col-checkbox {
  width: 5%;
  display: flex;
}

#summaryTasksList .col-delete > div, #summaryTasksList .col-checkbox > div {
  margin-right: 10px;
}

#summaryTasksList .col-delete .delete-x, #summaryTasksList .col-checkbox .delete-x {
  height: initial;
}

#summaryTasksList .col-delete i, #summaryTasksList .col-checkbox i {
  font-size: 26px;
  cursor: pointer;
}

#summaryTasksList .col-hide-show {
  width: 30px;
  cursor: pointer;
}

#summaryTasksList .col-description {
  padding: 0 10px 10px 20px;
  width: 100%;
  margin-top: 0px;
}

#summaryTasksList .col-description textarea {
  width: 100%;
}

#addCustomTaskBtnsContainer {
  width: 100%;
  background-color: white;
  margin-bottom: 8px;
}

#taskChoicesHeader {
  position: absolute;
  top: 42px;
  width: 100%;
}

#newCustomTaskBtn {
  width: 200px;
}

#listOfTasksToAdd {
  border: 1px solid #e6e6e6;
  height: 90%;
}

.ui.accordion .title {
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}

i.add, i.remove {
  font-size: 1.3em;
  cursor: pointer;
}

i.add.removeBtn, i.remove.removeBtn {
  color: #f17a55;
}

i.add.removeBtn:hover, i.remove.removeBtn:hover {
  color: #f17855;
}

i.add.disabled, i.remove.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.add-task-list {
  width: 100%;
}

.add-task-list .accordion {
  width: 100%;
  text-align: left;
}

.add-task-list .group-container {
  border-bottom: 1px solid #efefef;
}

.reorderBtn {
  cursor: pointer;
  width: 20px;
  color: #5d98b8;
}

.reorderBtn.disabled {
  cursor: default;
  pointer-events: none;
}

#clientAddTaskContainer, #parentAddTaskContainer {
  width: 100%;
}

#clientAddTaskContainer .disabled, #parentAddTaskContainer .disabled {
  pointer-events: none;
  opacity: .7;
}

#clientAddTaskContainer .medium-btn, #parentAddTaskContainer .medium-btn {
  margin: 0;
  padding: 9px 16px;
}

#clientAddTaskContainer #taskListDefaultBtnRow, #parentAddTaskContainer #taskListDefaultBtnRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#clientAddTaskContainer #newTaskContainer, #parentAddTaskContainer #newTaskContainer {
  position: absolute;
  width: 310px;
  opacity: .94;
}

#clientAddTaskContainer .task-reminder, #parentAddTaskContainer .task-reminder {
  width: 166px;
}

#clientAddTaskContainer .task-duedate, #parentAddTaskContainer .task-duedate {
  width: 166px;
}

#clientAddTaskContainer #buttonContainer #createBtn, #parentAddTaskContainer #buttonContainer #createBtn {
  width: 98%;
}

#clientAddTaskContainer #buttonContainer #cancelBtn, #parentAddTaskContainer #buttonContainer #cancelBtn {
  width: 24%;
  display: none;
}

#parentAddTaskContainer {
  margin-bottom: 6px;
}

.task-include {
  min-width: 40px;
  width: 5%;
  padding-left: 6px;
}

.task-name {
  min-width: 160px;
  width: 20%;
}

.task-desc {
  min-width: 300px;
  width: 70%;
}

/*.task-list-header {
  background-color: #7e969d;
  color: #fff;
  display: flex;
  width: 100%;
  min-width: 800px;
  border: none;
  line-height: 32px;
  height: 35px;
  border-bottom: 1px solid #e9e9e9;
}*/
/* task display */
#client-tasks-display-container, #parent-tasks-display-container {
  width: 100%;
  height: calc(100% - 60px);
  padding: 0px 16px 16px 16px;
}

#client-tasks-display-container .table-display-container, #parent-tasks-display-container .table-display-container {
  width: 100%;
  height: calc(100% - 60px);
}

#client-tasks-display-container .table-display-container-student-view, #parent-tasks-display-container .table-display-container-student-view {
  width: 100%;
  height: calc(100% - 60px);
}

#client-tasks-display-container .table-display-container-student-view .col-description, #parent-tasks-display-container .table-display-container-student-view .col-description {
  padding: 0 20px;
}

#client-tasks-display-container .table-display-container-student-view .col-name, #parent-tasks-display-container .table-display-container-student-view .col-name {
  font-weight: bold;
  padding: 0px;
}

#client-tasks-display-container .table-scrollable-contents-container, #parent-tasks-display-container .table-scrollable-contents-container {
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

#client-tasks-display-container .table-scrollable-contents-container i.student, #parent-tasks-display-container .table-scrollable-contents-container i.student {
  padding-top: 4px;
}

#client-tasks-display-container .col-emailCopy, #parent-tasks-display-container .col-emailCopy {
  min-width: 50px;
  width: 50px;
  padding-right: 0px;
  max-height: 74;
  box-shadow: none;
}

#client-tasks-display-container .col-emailCopy .invisible, #parent-tasks-display-container .col-emailCopy .invisible {
  display: none;
}

#client-tasks-display-container .col-emailCopy .visible_but_hidden, #parent-tasks-display-container .col-emailCopy .visible_but_hidden {
  display: block;
  position: absolute;
  z-index: -1;
}

#client-tasks-display-container textarea, #parent-tasks-display-container textarea {
  border: solid thin #e9e9e9;
  background: transparent;
  resize: vertical;
  font-size: 14px;
}

#client-tasks-display-container .task-details-container textarea, #parent-tasks-display-container .task-details-container textarea {
  width: 100%;
  border: 1px solid transparent;
  resize: none;
  padding: 1px;
}

#client-tasks-display-container .delete-btn, #parent-tasks-display-container .delete-btn {
  margin-top: 4px;
  width: 25px;
  height: 23px;
  margin-right: 21px;
}

#client-tasks-display-container .delete-btn i, #parent-tasks-display-container .delete-btn i {
  margin-top: -2px;
  margin-right: 0px;
}

#client-tasks-display-container .emailCopy_container, #parent-tasks-display-container .emailCopy_container {
  position: relative;
}

#client-tasks-display-container .emailCopy_container textarea, #parent-tasks-display-container .emailCopy_container textarea {
  position: absolute;
  top: -20px;
  left: -86;
  background: white;
}

#client-tasks-display-container .confidential-notes-container, #parent-tasks-display-container .confidential-notes-container {
  display: flex;
  margin-top: 8px;
}

#parent-tasks-display-container .col-hdr-task {
  padding-left: 22px;
  width: 60%;
}

#parent-tasks-display-container .col-hdr-date {
  min-width: 104px;
}

#parent-tasks-display-container #summaryTasksList .col-name {
  width: 47%;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 0;
}

#parent-tasks-display-container .task-details-container textarea:focus, #parent-tasks-display-container .task-details-container textarea:hover, #parent-tasks-display-container .task-details-container input:focus, #parent-tasks-display-container .task-details-container input:hover {
  box-sizing: border-box;
}

#parent-tasks-display-container .task-details-container tr:nth-child(odd), #parent-tasks-display-container .task-details-container .flex-tr:nth-child(odd) {
  border-bottom: solid 1px #e9e9e9;
}

.ccuser-container {
  color: #7e969d;
  position: relative;
  top: -10px;
  left: calc(50% - 12px);
}

.ccuser-container input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.ccuser-container input[type="checkbox"] + label {
  display: inline-block;
  padding: 0 0 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.ccuser-container input[type="checkbox"]:checked + label {
  color: #ffc27a;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}

.ccclient-container {
  color: #7e969d;
  position: relative;
  top: -10px;
  left: calc(50% - 12px);
}

.ccclient-container.student {
  top: 10px;
}

.ccclient-container input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.ccclient-container input[type="checkbox"] + label {
  display: inline-block;
  padding: 0 0 0 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.ccclient-container input[type="checkbox"]:checked + label {
  color: #5fc68f;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}

.stat-container {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  border: 2px solid #73AD21;
  min-width: 900px;
  height: auto;
}

.stat-box-name {
  background: white;
  width: 40%;
  height: 150px;
  margin: 20px;
  border-radius: 25px;
  padding-left: 20px;
}

.stat-box-logo {
  background: url(http://softarch.usc.edu/~ronia/codesign/images/5898_2.img.gif);
  width: 30%;
  height: 150px;
  margin: 20px;
  border-radius: 25px;
  padding-left: 20px;
}

.stat-box-color1 {
  background: #b3f0ff;
  width: 30%;
  height: 200px;
  margin: 1%;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.stat-box-color2 {
  background: #e6ccff;
  width: 30%;
  height: 200px;
  margin: 1%;
  border-radius: 25px;
}

.stat-box {
  background: #99ff99;
  width: 30%;
  height: 200px;
  margin: 1%;
  border-radius: 25px;
}

.stat-box-bar1 {
  background: gray;
  width: 30%;
  height: 30px;
  margin-left: 10%;
  margin-bottom: 2%;
  margin-top: 1%;
  border: black;
  border-radius: 25px;
  padding-left: 20px;
}

.stat-box-bar2 {
  background: gray;
  width: 30%;
  height: 30px;
  margin-right: 10%;
  margin-bottom: 2%;
  margin-top: 1%;
  border: black;
  border-radius: 5px;
  border-radius: 25px;
  padding-left: 20px;
}

.stat-box-bar-invs {
  width: 30%;
  height: 30px;
  margin-right: 10%;
  margin-bottom: 2%;
  margin-top: 1%;
  border-radius: 25px;
  padding-left: 20px;
}

.stat-mini-box1-1 {
  background: none;
  width: 30%;
  height: 100%;
  text-align: right;
  align-self: left;
}

.stat-mini-box1-2 {
  background: none;
  width: 70%;
  height: 100%;
  align-self: flex-end;
  padding-left: 10px;
  padding-top: 4px;
  line-height: 10px;
}

.stat-short-box {
  background: none;
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: row;
}

.stat-mini-box1 {
  background: none;
  width: 50%;
  height: 100%;
  text-align: right;
  padding-right: 10px;
}

.stat-mini-box2 {
  background: none;
  width: 50%;
  height: 100%;
  padding-top: 6px;
}

.stat-mini-box3 {
  background: none;
  width: 70%;
  height: 100%;
  padding-top: 0px;
  padding-left: 10px;
}

.stat-mini-box4 {
  background: none;
  width: 30%;
  height: 100%;
  padding-top: 0px;
  text-align: right;
  padding-right: 10px;
}

.stat-small-box {
  background: none;
  width: 100%;
  height: 25%;
  text-align: center;
  padding-top: 12px;
}

.stat-short-box2 {
  background: none;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
}

.save-btn:hover {
  color: #5fc68f;
}

disabled {
  opacity: 0.7 !important;
  pointer-events: none;
}

#listOfTasksToAdd .tableBody {
  width: 100%;
  height: calc(100% - 40px);
  overflow-y: scroll;
  overflow-x: hidden;
}

#listOfTasksToAdd textarea.text-edit {
  width: 100%;
  border: 1px solid transparent;
  resize: none;
}

#listOfTasksToAdd textarea.text-edit:hover {
  border: 1px solid #e9e9e9;
}

#listOfTasksToAdd input.text-edit {
  max-width: 106px;
  background-color: inherit;
  border: none;
}

#listOfTasksToAdd .task-description {
  width: 100%;
}

header.printable-task-summary {
  padding: 2px 20px 6px 2px;
  border-bottom: 1px solid;
  margin-bottom: 9px;
}

header.printable-task-summary h2 {
  margin-bottom: 5px;
  font-size: large;
}

div.printable-task-summary {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  min-width: 600px;
  border-left: 1px solid #e2e1e1;
  border-right: 1px solid #e2e1e1;
  border-top: 1px solid #e2e1e1;
}

div.printable-task-summary .flex-row {
  border-bottom: 1px solid #e2e1e1;
}

div.printable-task-summary .flex-row.header {
  font-weight: 600;
}

div.printable-task-summary .flex-row > div {
  padding: 10px;
  text-align: left;
}

div.printable-task-summary div.status {
  width: 5%;
}

div.printable-task-summary div.title {
  width: 15%;
}

div.printable-task-summary div.description {
  width: 60%;
}

div.printable-task-summary div.date {
  width: 10%;
}

div.printable-task-summary div.done {
  opacity: 0.5;
}

textarea.transparent-bg {
  background-color: transparent;
}

input.transparent-bg {
  width: 120px;
  background-color: transparent;
}

.cm-link, p.task-link, span.task-link, p.task-link-hot, span.task-link-hot {
  cursor: pointer;
  color: #5d98b8;
  font-weight: bold;
  margin: 0;
}

p.task-link-hot, span.task-link-hot {
  color: #5d98b8;
  font-weight: 800;
  margin-bottom: 3px;
}

p.task-link-hot:hover, span.task-link-hot:hover {
  text-decoration: underline;
}

div.flex-column {
  display: flex;
  flex-direction: column;
}
/*
.edit-link-popup {
  border: 1px solid #8a8989;
  position: fixed;
  height: 60px;
  background-color: white;
  box-shadow: 1px 2px 2px #c4bebe;
  padding: 4px 16px 4px 16px;
  z-index: 999;
  margin-left: -126px;
  margin-top: 10px;
}

.edit-link-popup div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.edit-link-popup div.arrow:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 9px;
  margin-left: -118px;
}

.edit-link-popup div.arrow:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -118px;
}

.edit-link-popup div a {
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
  color: #594cfd;
  white-space: nowrap;
}

.edit-link-popup div a:hover {
  text-decoration: underline;
}

.edit-link-popup div span.button {
  margin-right: 5px;
  margin-left: 5px;
  color: #594cfd;
}

.edit-link-popup div span.button:hover {
  text-decoration: underline;
}

.edit-link-popup input {
  border: 1px solid #c7c3c3;
  padding: 6px;
  width: 260px;
  height: 30px;
}

.edit-link-popup input:first-child:not(:last-of-type) {
  width: 120px;
  margin-right: 10px;
}

.edit-link-popup .blue-btn {
  display: inline-block;
  border-radius: 2px;
  width: 75px;
  margin-left: 10px;
} */

.disabledTask {
  opacity: 0.5;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.message-popup {
  width: 600px;
  height: 255px;
  padding: 15px 20px;
  position: absolute;
  right: 50px;
  z-index: 999;
  box-sizing: border-box;
}

.message-popup input, .message-popup textarea, .message-popup button {
  margin-bottom: 10px;
  width: 100%;
  resize: none !important;
}

.message-popup .green-btn {
  height: 40px;
  border: none;
}

.timer-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 148px;
  height: 50px;
  padding: 10px;
  position: absolute;
  right: 78px;
  top: 4px;
  z-index: 99;
}

.timer-popup #timerValueContainer {
  margin-right: 10px;
}

.timer-popup .green-btn {
  height: 28px;
  width: 28px;
  padding-top: 10px;
}

.timer-popup i {
  color: #fff !important;
}

.task-alert-popup {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 110px;
  padding: 10px;
  margin: 0;
  left: calc(50% - 150px);
  top: calc(50% - 120px);
}

.task-alert-popup button {
  width: 100%;
  border: none;
}

.view-container {
  height: 438px;
  opacity: 1;
}

.view-container .hidden {
  opacity: 0;
}

.vis-item {
  color: #00303f;
  border: solid 1px #fff;
  background-color: #b8daed;
}

.vis-item.approaching {
  background-color: #ffc27a;
}

.vis-time-axis .vis-text {
  color: #00303f;
}

