/* compiled by scssphp v1.0.6 on Sun, 13 Aug 2023 20:58:13 +0000 (0.0814s) */

.template-group-item {
  font-family: 'Roboto Slab', serif;
}
.group-caption {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 20px;
  margin: 0 0 15px 0;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  box-sizing: border-box;
}
.group-caption h6 {
  color: #2572b5;
}
.master-group-item, .template-group-item {
  background: #f1f1f1;
  width: 100%;
  max-width: calc(100% - 70px);
  height: 30px;
  display: block;
  padding: 3px 10px;
  margin: 5px;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.move {
  background: #ff0000;
  width: 30px;
  height: 30px;
  float: right;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-family: Arial;
  cursor: move;
}
.movable-placeholder {
  background: #ccc;
  width: 100%;
  max-width: 1250px;
  height: 100px;
  display: block;
  padding: 20px;
  margin: 0 0 15px 0;
  border-style: dashed;
  border-width: 2px;
  border-color: #000;
}
.mcat-title:hover, .acit-title:hover, .tcat-title:hover, .tacit-title:hover, .pcat-title:hover, .pacit-title:hover {
  cursor: pointer;
}
.edit-delete-cat {
  margin-left: auto;
}
.edit-delete-cat i {
  color: #2572b5;
}
.edit-delete-cat span {
  padding: 0 10px;
}
.edit-delete-cat span:hover {
  cursor: pointer;
}
.note-hr {
  margin-top: 0;
}
.note-info {
  text-align: right;
  font-size: 12.8px;
}
.note-info span {
  margin-left: 15px;
}
.note-item {
  padding: 20px 10px;
  font-size: 16px;
}
.edit-delete-note {
  text-align: right;
}
.edit-delete-note span {
  margin-left: 15px;
  font-size: 15px;
}
.edit-delete-note span:hover {
  cursor: pointer;
}
.project-files-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.project-files-container .project-file-item {
  width: 33.33%;
}
.project-files-container .project-file-item i {
  font-size: 20px;
  margin-right: 5px;
}
.email-top-panel {
  display: flex;
  list-style: none;
  padding: 0;
}
.email-top-panel li {
  margin-right: 25px;
}
.email-top-panel li:hover {
  cursor: pointer;
}
.new-email-header {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 10px;
}
.new-email-header .left {
  width: 60%;
}
.new-email-header .uk-form-horizontal .uk-form-label {
  width: 50px;
}
.new-email-header .uk-form-horizontal .uk-form-controls {
  margin-left: 100px;
}
.new-email-header form {
  margin-bottom: 0;
}
.email-template-btn:hover {
  cursor: pointer;
}
.email-category-title {
  border-bottom: 1px solid #e9e9e9;
}
#select-template-panel p {
  margin: 0;
}
#select-template-panel .email-category-container {
  padding: 10px 0px;
}
#select-template-panel .template-title {
  margin-top: 10px;
  font-weight: 500;
  margin-top: 3px;
}
#select-template-panel .template-short {
  margin-bottom: 10px;
  font-size: 12.5px;
  color: #939393;
}
#select-template-panel .email-template-item {
  background: #f5f5f5;
  padding: 2px 10px;
  transition: 0.3s ease all;
  margin-top: 2px;
}
#select-template-panel .email-template-item:hover {
  cursor: pointer;
}
.draft-email-container .draft-item, .sent-email-container .draft-item, .draft-email-container .sent-item, .sent-email-container .sent-item {
  background-color: #f7f7f7;
  padding: 10px;
  margin-top: 5px;
}
.draft-email-container .draft-item .draft-title, .sent-email-container .draft-item .draft-title, .draft-email-container .sent-item .draft-title, .sent-email-container .sent-item .draft-title, .draft-email-container .draft-item .sent-title, .sent-email-container .draft-item .sent-title, .draft-email-container .sent-item .sent-title, .sent-email-container .sent-item .sent-title {
  font-size: 16px;
  font-weight: 600;
}
.draft-email-container .draft-item .draft-content, .sent-email-container .draft-item .draft-content, .draft-email-container .sent-item .draft-content, .sent-email-container .sent-item .draft-content, .draft-email-container .draft-item .sent-content, .sent-email-container .draft-item .sent-content, .draft-email-container .sent-item .sent-content, .sent-email-container .sent-item .sent-content {
  padding-top: 5px;
  font-size: 13px;
  color: #8f8787;
}
.draft-email-container .draft-item:hover, .sent-email-container .draft-item:hover, .draft-email-container .sent-item:hover, .sent-email-container .sent-item:hover {
  cursor: pointer;
}
.nicEdit-main {
  padding: 5px;
}
.nicEdit-main.nicEdit-selected {
  outline: none !important;
  border: none !important;
}
.email-btns {
  margin-right: 10px;
}
#edit-note {
  height: 300px;
}
.mytask-dashboard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.all-completed-option a:after {
  content: '|';
  padding: 0 15px;
}
.all-completed-option a:last-child:after {
  display: none;
}
.org-project-title-bar {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.width-30-min {
  min-width: 30%;
}
.width-20-min {
  min-width: 20%;
}
.hid-org-btn {
  display: none;
}
.organisation-page .hid-org-btn {
  display: block;
}
.delete-docs {
  padding-left: 15px;
}
.delete-docs:hover {
  cursor: pointer;
}
.report-boxes .tile {
  box-shadow: 1px 1px 5px #ababab;
  padding: 25px;
}
.report-boxes .tile h3 {
  font-size: 18px;
  margin-top: 18px;
  font-weight: 400;
}
.edit-page-form, .add-quick-task-page-form, .edit-quick-task-page-form, .edit-project-page-form {
  background: #fdfdfd;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.edit-template-acit-form.edit-page-form .uk-margin:first-child, .edit-template-acit-form.edit-page-form .uk-margin:nth-child(2) {
  display: inline;
}
.edit-template-acit-form.edit-page-form .uk-margin:first-child {
  float: right;
}
.edit-template-acit-form.edit-page-form .uk-margin:nth-child(2) {
  display: left;
  margin-top: 0 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fprojects%2Fprojects.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%2CoCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWQ%3BAAAA%2CiBAAA%3BAAAA%3BAAIR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAIG%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAGJ%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3BoBAAA%3BAAAA%3BAAII%3BAAAA%2CoBAAA%3BAAAA%3BAAKJ%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAGJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3BoBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKI%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAMI%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIJ%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmCAAA%3BAAAA%3BAAMI%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMI%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAQJ%3BAAAA%2CkBAAA%3BAAAA%3BAAMJ%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAaI%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%22%7D */