input.icon-checkbox + label:before {
  font-weight: normal;
  color: #434343 !important;
  content: "\f0c8";
}
input.icon-checkbox + label:after {
  position: absolute;
  top: -11px;
  left: -11px;
  display: block;
  background: #aaa;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  content: "";
  transform: scale(0);
}
input.icon-checkbox:checked + label:before {
  font-weight: 900;
  content: "\f14a";
}
input.icon-checkbox:focus + label:after {
  animation: checkbox-ripple 0.5s ease-out;
}

@keyframes checkbox-ripple {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.form-control:not(#composebody):not(.error) {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
}
.form-control:not(#composebody):not(.error):focus, .form-control:not(#composebody):not(.error).focus {
  box-shadow: none;
  border-width: 2px;
}

.input-group .input-group-prepend *,
.input-group .input-group-append * {
  background: transparent;
  border: none;
}
.input-group .input-group-prepend *:focus,
.input-group .input-group-append *:focus {
  box-shadow: none !important;
}

.wave-container {
  position: relative;
  overflow: hidden;
}

.wave {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  animation: wave-ripple 0.6s;
}

@keyframes wave-ripple {
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
.xcolor-f44336 .btn.btn-primary,
.xcolor-f44336 .btn.btn-success,
.xcolor-f44336 div.tox .tox-dialog__footer .tox-button,
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-f44336 .floating-action-buttons a.button {
  background-color: #2979ff !important;
  color: #fff !important;
  border: none;
}
.xcolor-f44336 .btn.btn-primary:hover,
.xcolor-f44336 .btn.btn-success:hover,
.xcolor-f44336 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-f44336 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-f44336 .btn.disabled, .xcolor-f44336 .btn.disabled:hover,
.xcolor-f44336 .btn:disabled,
.xcolor-f44336 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-f44336 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-f44336 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2979ff !important;
  border: 1px solid #2979ff !important;
}
.xcolor-f44336 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-f44336 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-f44336 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #2979ff !important;
}
.xcolor-f44336 a,
.xcolor-f44336 button.xanchor,
.xcolor-f44336 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-f44336 input.icon-checkbox + label:before,
.xcolor-f44336 input.icon-checkbox:checked + label:before {
  color: #2979ff;
}
html.dark-mode .xcolor-f44336 a,
html.dark-mode .xcolor-f44336 button.xanchor,
html.dark-mode .xcolor-f44336 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-f44336 input.icon-checkbox + label:before,
html.dark-mode .xcolor-f44336 input.icon-checkbox:checked + label:before {
  color: #5494ff;
}
.xcolor-f44336 .custom-file-label:focus:not(.is-invalid),
.xcolor-f44336 .form-control:focus:not(.is-invalid),
.xcolor-f44336 .recipient-input.focus,
.xcolor-f44336 .mce-tinymce.focused,
.xcolor-f44336 div.tox.focused {
  border-color: #2979ff !important;
}
.xcolor-f44336 #settings-menu li.selected,
.xcolor-f44336 .listing tr.selected td,
.xcolor-f44336 .listing li.selected > a,
.xcolor-f44336 ul.treelist li.selected > div > a,
.xcolor-f44336 ul.treelist li.selected > a,
.xcolor-f44336 .toolbarmenu.listing li:hover a.active {
  color: #2979ff;
}
html.dark-mode .xcolor-f44336 #settings-menu li.selected,
html.dark-mode .xcolor-f44336 .listing tr.selected td,
html.dark-mode .xcolor-f44336 .listing li.selected > a,
html.dark-mode .xcolor-f44336 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-f44336 ul.treelist li.selected > a,
html.dark-mode .xcolor-f44336 .toolbarmenu.listing li:hover a.active {
  color: #2979ff;
}
.xcolor-f44336 #layout-menu .popover-header {
  background-color: #f44336 !important;
}
html.dark-mode .xcolor-f44336 #layout-menu .popover-header {
  background-color: #f44336 !important;
}
.xcolor-f44336 .ui-datepicker a.ui-state-active {
  background-color: #ef5350 !important;
}
html.dark-mode .xcolor-f44336 .ui-datepicker a.ui-state-active {
  background-color: #ef5350 !important;
}

html.dark-mode:not(.touch) .xcolor-f44336 ::-webkit-scrollbar-thumb {
  background-color: #f44336;
}

@media screen and (min-width: 481px) {
  .xcolor-f44336 #layout-menu {
    background-color: #f44336 !important;
  }
  .xcolor-f44336 #taskmenu a.selected,
  .xcolor-f44336 #taskmenu a.focus,
  .xcolor-f44336 #taskmenu a:hover {
    background-color: #ef5350 !important;
  }
}
.xcolor-e91e63 .btn.btn-primary,
.xcolor-e91e63 .btn.btn-success,
.xcolor-e91e63 div.tox .tox-dialog__footer .tox-button,
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-e91e63 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-e91e63 .btn.btn-primary:hover,
.xcolor-e91e63 .btn.btn-success:hover,
.xcolor-e91e63 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-e91e63 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-e91e63 .btn.disabled, .xcolor-e91e63 .btn.disabled:hover,
.xcolor-e91e63 .btn:disabled,
.xcolor-e91e63 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-e91e63 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-e91e63 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-e91e63 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-e91e63 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-e91e63 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-e91e63 a,
.xcolor-e91e63 button.xanchor,
.xcolor-e91e63 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-e91e63 input.icon-checkbox + label:before,
.xcolor-e91e63 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-e91e63 a,
html.dark-mode .xcolor-e91e63 button.xanchor,
html.dark-mode .xcolor-e91e63 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-e91e63 input.icon-checkbox + label:before,
html.dark-mode .xcolor-e91e63 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-e91e63 .custom-file-label:focus:not(.is-invalid),
.xcolor-e91e63 .form-control:focus:not(.is-invalid),
.xcolor-e91e63 .recipient-input.focus,
.xcolor-e91e63 .mce-tinymce.focused,
.xcolor-e91e63 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-e91e63 #settings-menu li.selected,
.xcolor-e91e63 .listing tr.selected td,
.xcolor-e91e63 .listing li.selected > a,
.xcolor-e91e63 ul.treelist li.selected > div > a,
.xcolor-e91e63 ul.treelist li.selected > a,
.xcolor-e91e63 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-e91e63 #settings-menu li.selected,
html.dark-mode .xcolor-e91e63 .listing tr.selected td,
html.dark-mode .xcolor-e91e63 .listing li.selected > a,
html.dark-mode .xcolor-e91e63 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-e91e63 ul.treelist li.selected > a,
html.dark-mode .xcolor-e91e63 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-e91e63 #layout-menu .popover-header {
  background-color: #e91e63 !important;
}
html.dark-mode .xcolor-e91e63 #layout-menu .popover-header {
  background-color: #e91e63 !important;
}
.xcolor-e91e63 .ui-datepicker a.ui-state-active {
  background-color: #ec407a !important;
}
html.dark-mode .xcolor-e91e63 .ui-datepicker a.ui-state-active {
  background-color: #ec407a !important;
}

html.dark-mode:not(.touch) .xcolor-e91e63 ::-webkit-scrollbar-thumb {
  background-color: #e91e63;
}

@media screen and (min-width: 481px) {
  .xcolor-e91e63 #layout-menu {
    background-color: #e91e63 !important;
  }
  .xcolor-e91e63 #taskmenu a.selected,
  .xcolor-e91e63 #taskmenu a.focus,
  .xcolor-e91e63 #taskmenu a:hover {
    background-color: #ec407a !important;
  }
}
.xcolor-9c27b0 .btn.btn-primary,
.xcolor-9c27b0 .btn.btn-success,
.xcolor-9c27b0 div.tox .tox-dialog__footer .tox-button,
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-9c27b0 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-9c27b0 .btn.btn-primary:hover,
.xcolor-9c27b0 .btn.btn-success:hover,
.xcolor-9c27b0 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-9c27b0 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-9c27b0 .btn.disabled, .xcolor-9c27b0 .btn.disabled:hover,
.xcolor-9c27b0 .btn:disabled,
.xcolor-9c27b0 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-9c27b0 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-9c27b0 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-9c27b0 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-9c27b0 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-9c27b0 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-9c27b0 a,
.xcolor-9c27b0 button.xanchor,
.xcolor-9c27b0 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-9c27b0 input.icon-checkbox + label:before,
.xcolor-9c27b0 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-9c27b0 a,
html.dark-mode .xcolor-9c27b0 button.xanchor,
html.dark-mode .xcolor-9c27b0 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-9c27b0 input.icon-checkbox + label:before,
html.dark-mode .xcolor-9c27b0 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-9c27b0 .custom-file-label:focus:not(.is-invalid),
.xcolor-9c27b0 .form-control:focus:not(.is-invalid),
.xcolor-9c27b0 .recipient-input.focus,
.xcolor-9c27b0 .mce-tinymce.focused,
.xcolor-9c27b0 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-9c27b0 #settings-menu li.selected,
.xcolor-9c27b0 .listing tr.selected td,
.xcolor-9c27b0 .listing li.selected > a,
.xcolor-9c27b0 ul.treelist li.selected > div > a,
.xcolor-9c27b0 ul.treelist li.selected > a,
.xcolor-9c27b0 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-9c27b0 #settings-menu li.selected,
html.dark-mode .xcolor-9c27b0 .listing tr.selected td,
html.dark-mode .xcolor-9c27b0 .listing li.selected > a,
html.dark-mode .xcolor-9c27b0 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-9c27b0 ul.treelist li.selected > a,
html.dark-mode .xcolor-9c27b0 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-9c27b0 #layout-menu .popover-header {
  background-color: #9c27b0 !important;
}
html.dark-mode .xcolor-9c27b0 #layout-menu .popover-header {
  background-color: #9c27b0 !important;
}
.xcolor-9c27b0 .ui-datepicker a.ui-state-active {
  background-color: #ab47bc !important;
}
html.dark-mode .xcolor-9c27b0 .ui-datepicker a.ui-state-active {
  background-color: #ab47bc !important;
}

html.dark-mode:not(.touch) .xcolor-9c27b0 ::-webkit-scrollbar-thumb {
  background-color: #9c27b0;
}

@media screen and (min-width: 481px) {
  .xcolor-9c27b0 #layout-menu {
    background-color: #9c27b0 !important;
  }
  .xcolor-9c27b0 #taskmenu a.selected,
  .xcolor-9c27b0 #taskmenu a.focus,
  .xcolor-9c27b0 #taskmenu a:hover {
    background-color: #ab47bc !important;
  }
}
.xcolor-673ab7 .btn.btn-primary,
.xcolor-673ab7 .btn.btn-success,
.xcolor-673ab7 div.tox .tox-dialog__footer .tox-button,
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-673ab7 .floating-action-buttons a.button {
  background-color: #f50057 !important;
  color: #fff !important;
  border: none;
}
.xcolor-673ab7 .btn.btn-primary:hover,
.xcolor-673ab7 .btn.btn-success:hover,
.xcolor-673ab7 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-673ab7 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-673ab7 .btn.disabled, .xcolor-673ab7 .btn.disabled:hover,
.xcolor-673ab7 .btn:disabled,
.xcolor-673ab7 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-673ab7 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-673ab7 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f50057 !important;
  border: 1px solid #f50057 !important;
}
.xcolor-673ab7 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-673ab7 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-673ab7 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #f50057 !important;
}
.xcolor-673ab7 a,
.xcolor-673ab7 button.xanchor,
.xcolor-673ab7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-673ab7 input.icon-checkbox + label:before,
.xcolor-673ab7 input.icon-checkbox:checked + label:before {
  color: #f50057;
}
html.dark-mode .xcolor-673ab7 a,
html.dark-mode .xcolor-673ab7 button.xanchor,
html.dark-mode .xcolor-673ab7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-673ab7 input.icon-checkbox + label:before,
html.dark-mode .xcolor-673ab7 input.icon-checkbox:checked + label:before {
  color: #f73379;
}
.xcolor-673ab7 .custom-file-label:focus:not(.is-invalid),
.xcolor-673ab7 .form-control:focus:not(.is-invalid),
.xcolor-673ab7 .recipient-input.focus,
.xcolor-673ab7 .mce-tinymce.focused,
.xcolor-673ab7 div.tox.focused {
  border-color: #f50057 !important;
}
.xcolor-673ab7 #settings-menu li.selected,
.xcolor-673ab7 .listing tr.selected td,
.xcolor-673ab7 .listing li.selected > a,
.xcolor-673ab7 ul.treelist li.selected > div > a,
.xcolor-673ab7 ul.treelist li.selected > a,
.xcolor-673ab7 .toolbarmenu.listing li:hover a.active {
  color: #f50057;
}
html.dark-mode .xcolor-673ab7 #settings-menu li.selected,
html.dark-mode .xcolor-673ab7 .listing tr.selected td,
html.dark-mode .xcolor-673ab7 .listing li.selected > a,
html.dark-mode .xcolor-673ab7 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-673ab7 ul.treelist li.selected > a,
html.dark-mode .xcolor-673ab7 .toolbarmenu.listing li:hover a.active {
  color: #f50057;
}
.xcolor-673ab7 #layout-menu .popover-header {
  background-color: #673ab7 !important;
}
html.dark-mode .xcolor-673ab7 #layout-menu .popover-header {
  background-color: #673ab7 !important;
}
.xcolor-673ab7 .ui-datepicker a.ui-state-active {
  background-color: #7e57c2 !important;
}
html.dark-mode .xcolor-673ab7 .ui-datepicker a.ui-state-active {
  background-color: #7e57c2 !important;
}

html.dark-mode:not(.touch) .xcolor-673ab7 ::-webkit-scrollbar-thumb {
  background-color: #673ab7;
}

@media screen and (min-width: 481px) {
  .xcolor-673ab7 #layout-menu {
    background-color: #673ab7 !important;
  }
  .xcolor-673ab7 #taskmenu a.selected,
  .xcolor-673ab7 #taskmenu a.focus,
  .xcolor-673ab7 #taskmenu a:hover {
    background-color: #7e57c2 !important;
  }
}
.xcolor-3f51b5 .btn.btn-primary,
.xcolor-3f51b5 .btn.btn-success,
.xcolor-3f51b5 div.tox .tox-dialog__footer .tox-button,
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-3f51b5 .floating-action-buttons a.button {
  background-color: #f50057 !important;
  color: #fff !important;
  border: none;
}
.xcolor-3f51b5 .btn.btn-primary:hover,
.xcolor-3f51b5 .btn.btn-success:hover,
.xcolor-3f51b5 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-3f51b5 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-3f51b5 .btn.disabled, .xcolor-3f51b5 .btn.disabled:hover,
.xcolor-3f51b5 .btn:disabled,
.xcolor-3f51b5 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-3f51b5 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-3f51b5 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #f50057 !important;
  border: 1px solid #f50057 !important;
}
.xcolor-3f51b5 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-3f51b5 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-3f51b5 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #f50057 !important;
}
.xcolor-3f51b5 a,
.xcolor-3f51b5 button.xanchor,
.xcolor-3f51b5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-3f51b5 input.icon-checkbox + label:before,
.xcolor-3f51b5 input.icon-checkbox:checked + label:before {
  color: #f50057;
}
html.dark-mode .xcolor-3f51b5 a,
html.dark-mode .xcolor-3f51b5 button.xanchor,
html.dark-mode .xcolor-3f51b5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-3f51b5 input.icon-checkbox + label:before,
html.dark-mode .xcolor-3f51b5 input.icon-checkbox:checked + label:before {
  color: #f73379;
}
.xcolor-3f51b5 .custom-file-label:focus:not(.is-invalid),
.xcolor-3f51b5 .form-control:focus:not(.is-invalid),
.xcolor-3f51b5 .recipient-input.focus,
.xcolor-3f51b5 .mce-tinymce.focused,
.xcolor-3f51b5 div.tox.focused {
  border-color: #f50057 !important;
}
.xcolor-3f51b5 #settings-menu li.selected,
.xcolor-3f51b5 .listing tr.selected td,
.xcolor-3f51b5 .listing li.selected > a,
.xcolor-3f51b5 ul.treelist li.selected > div > a,
.xcolor-3f51b5 ul.treelist li.selected > a,
.xcolor-3f51b5 .toolbarmenu.listing li:hover a.active {
  color: #f50057;
}
html.dark-mode .xcolor-3f51b5 #settings-menu li.selected,
html.dark-mode .xcolor-3f51b5 .listing tr.selected td,
html.dark-mode .xcolor-3f51b5 .listing li.selected > a,
html.dark-mode .xcolor-3f51b5 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-3f51b5 ul.treelist li.selected > a,
html.dark-mode .xcolor-3f51b5 .toolbarmenu.listing li:hover a.active {
  color: #f50057;
}
.xcolor-3f51b5 #layout-menu .popover-header {
  background-color: #3f51b5 !important;
}
html.dark-mode .xcolor-3f51b5 #layout-menu .popover-header {
  background-color: #3f51b5 !important;
}
.xcolor-3f51b5 .ui-datepicker a.ui-state-active {
  background-color: #5c6bc0 !important;
}
html.dark-mode .xcolor-3f51b5 .ui-datepicker a.ui-state-active {
  background-color: #5c6bc0 !important;
}

html.dark-mode:not(.touch) .xcolor-3f51b5 ::-webkit-scrollbar-thumb {
  background-color: #3f51b5;
}

@media screen and (min-width: 481px) {
  .xcolor-3f51b5 #layout-menu {
    background-color: #3f51b5 !important;
  }
  .xcolor-3f51b5 #taskmenu a.selected,
  .xcolor-3f51b5 #taskmenu a.focus,
  .xcolor-3f51b5 #taskmenu a:hover {
    background-color: #5c6bc0 !important;
  }
}
.xcolor-1976d2 .btn.btn-primary,
.xcolor-1976d2 .btn.btn-success,
.xcolor-1976d2 div.tox .tox-dialog__footer .tox-button,
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-1976d2 .floating-action-buttons a.button {
  background-color: #ff1744 !important;
  color: #fff !important;
  border: none;
}
.xcolor-1976d2 .btn.btn-primary:hover,
.xcolor-1976d2 .btn.btn-success:hover,
.xcolor-1976d2 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-1976d2 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-1976d2 .btn.disabled, .xcolor-1976d2 .btn.disabled:hover,
.xcolor-1976d2 .btn:disabled,
.xcolor-1976d2 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-1976d2 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-1976d2 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.xcolor-1976d2 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-1976d2 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-1976d2 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff1744 !important;
}
.xcolor-1976d2 a,
.xcolor-1976d2 button.xanchor,
.xcolor-1976d2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-1976d2 input.icon-checkbox + label:before,
.xcolor-1976d2 input.icon-checkbox:checked + label:before {
  color: #ff1744;
}
html.dark-mode .xcolor-1976d2 a,
html.dark-mode .xcolor-1976d2 button.xanchor,
html.dark-mode .xcolor-1976d2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-1976d2 input.icon-checkbox + label:before,
html.dark-mode .xcolor-1976d2 input.icon-checkbox:checked + label:before {
  color: #ff4569;
}
.xcolor-1976d2 .custom-file-label:focus:not(.is-invalid),
.xcolor-1976d2 .form-control:focus:not(.is-invalid),
.xcolor-1976d2 .recipient-input.focus,
.xcolor-1976d2 .mce-tinymce.focused,
.xcolor-1976d2 div.tox.focused {
  border-color: #ff1744 !important;
}
.xcolor-1976d2 #settings-menu li.selected,
.xcolor-1976d2 .listing tr.selected td,
.xcolor-1976d2 .listing li.selected > a,
.xcolor-1976d2 ul.treelist li.selected > div > a,
.xcolor-1976d2 ul.treelist li.selected > a,
.xcolor-1976d2 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
html.dark-mode .xcolor-1976d2 #settings-menu li.selected,
html.dark-mode .xcolor-1976d2 .listing tr.selected td,
html.dark-mode .xcolor-1976d2 .listing li.selected > a,
html.dark-mode .xcolor-1976d2 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-1976d2 ul.treelist li.selected > a,
html.dark-mode .xcolor-1976d2 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
.xcolor-1976d2 #layout-menu .popover-header {
  background-color: #1976d2 !important;
}
html.dark-mode .xcolor-1976d2 #layout-menu .popover-header {
  background-color: #1976d2 !important;
}
.xcolor-1976d2 .ui-datepicker a.ui-state-active {
  background-color: #42a5f5 !important;
}
html.dark-mode .xcolor-1976d2 .ui-datepicker a.ui-state-active {
  background-color: #42a5f5 !important;
}

html.dark-mode:not(.touch) .xcolor-1976d2 ::-webkit-scrollbar-thumb {
  background-color: #1976d2;
}

@media screen and (min-width: 481px) {
  .xcolor-1976d2 #layout-menu {
    background-color: #1976d2 !important;
  }
  .xcolor-1976d2 #taskmenu a.selected,
  .xcolor-1976d2 #taskmenu a.focus,
  .xcolor-1976d2 #taskmenu a:hover {
    background-color: #42a5f5 !important;
  }
}
.xcolor-039be5 .btn.btn-primary,
.xcolor-039be5 .btn.btn-success,
.xcolor-039be5 div.tox .tox-dialog__footer .tox-button,
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-039be5 .floating-action-buttons a.button {
  background-color: #ff1744 !important;
  color: #fff !important;
  border: none;
}
.xcolor-039be5 .btn.btn-primary:hover,
.xcolor-039be5 .btn.btn-success:hover,
.xcolor-039be5 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-039be5 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-039be5 .btn.disabled, .xcolor-039be5 .btn.disabled:hover,
.xcolor-039be5 .btn:disabled,
.xcolor-039be5 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-039be5 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-039be5 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.xcolor-039be5 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-039be5 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-039be5 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff1744 !important;
}
.xcolor-039be5 a,
.xcolor-039be5 button.xanchor,
.xcolor-039be5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-039be5 input.icon-checkbox + label:before,
.xcolor-039be5 input.icon-checkbox:checked + label:before {
  color: #ff1744;
}
html.dark-mode .xcolor-039be5 a,
html.dark-mode .xcolor-039be5 button.xanchor,
html.dark-mode .xcolor-039be5 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-039be5 input.icon-checkbox + label:before,
html.dark-mode .xcolor-039be5 input.icon-checkbox:checked + label:before {
  color: #ff4569;
}
.xcolor-039be5 .custom-file-label:focus:not(.is-invalid),
.xcolor-039be5 .form-control:focus:not(.is-invalid),
.xcolor-039be5 .recipient-input.focus,
.xcolor-039be5 .mce-tinymce.focused,
.xcolor-039be5 div.tox.focused {
  border-color: #ff1744 !important;
}
.xcolor-039be5 #settings-menu li.selected,
.xcolor-039be5 .listing tr.selected td,
.xcolor-039be5 .listing li.selected > a,
.xcolor-039be5 ul.treelist li.selected > div > a,
.xcolor-039be5 ul.treelist li.selected > a,
.xcolor-039be5 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
html.dark-mode .xcolor-039be5 #settings-menu li.selected,
html.dark-mode .xcolor-039be5 .listing tr.selected td,
html.dark-mode .xcolor-039be5 .listing li.selected > a,
html.dark-mode .xcolor-039be5 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-039be5 ul.treelist li.selected > a,
html.dark-mode .xcolor-039be5 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
.xcolor-039be5 #layout-menu .popover-header {
  background-color: #039be5 !important;
}
html.dark-mode .xcolor-039be5 #layout-menu .popover-header {
  background-color: #039be5 !important;
}
.xcolor-039be5 .ui-datepicker a.ui-state-active {
  background-color: #29b6f6 !important;
}
html.dark-mode .xcolor-039be5 .ui-datepicker a.ui-state-active {
  background-color: #29b6f6 !important;
}

html.dark-mode:not(.touch) .xcolor-039be5 ::-webkit-scrollbar-thumb {
  background-color: #039be5;
}

@media screen and (min-width: 481px) {
  .xcolor-039be5 #layout-menu {
    background-color: #039be5 !important;
  }
  .xcolor-039be5 #taskmenu a.selected,
  .xcolor-039be5 #taskmenu a.focus,
  .xcolor-039be5 #taskmenu a:hover {
    background-color: #29b6f6 !important;
  }
}
.xcolor-0097a7 .btn.btn-primary,
.xcolor-0097a7 .btn.btn-success,
.xcolor-0097a7 div.tox .tox-dialog__footer .tox-button,
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-0097a7 .floating-action-buttons a.button {
  background-color: #ff1744 !important;
  color: #fff !important;
  border: none;
}
.xcolor-0097a7 .btn.btn-primary:hover,
.xcolor-0097a7 .btn.btn-success:hover,
.xcolor-0097a7 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-0097a7 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-0097a7 .btn.disabled, .xcolor-0097a7 .btn.disabled:hover,
.xcolor-0097a7 .btn:disabled,
.xcolor-0097a7 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-0097a7 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-0097a7 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.xcolor-0097a7 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-0097a7 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-0097a7 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff1744 !important;
}
.xcolor-0097a7 a,
.xcolor-0097a7 button.xanchor,
.xcolor-0097a7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-0097a7 input.icon-checkbox + label:before,
.xcolor-0097a7 input.icon-checkbox:checked + label:before {
  color: #ff1744;
}
html.dark-mode .xcolor-0097a7 a,
html.dark-mode .xcolor-0097a7 button.xanchor,
html.dark-mode .xcolor-0097a7 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-0097a7 input.icon-checkbox + label:before,
html.dark-mode .xcolor-0097a7 input.icon-checkbox:checked + label:before {
  color: #ff4569;
}
.xcolor-0097a7 .custom-file-label:focus:not(.is-invalid),
.xcolor-0097a7 .form-control:focus:not(.is-invalid),
.xcolor-0097a7 .recipient-input.focus,
.xcolor-0097a7 .mce-tinymce.focused,
.xcolor-0097a7 div.tox.focused {
  border-color: #ff1744 !important;
}
.xcolor-0097a7 #settings-menu li.selected,
.xcolor-0097a7 .listing tr.selected td,
.xcolor-0097a7 .listing li.selected > a,
.xcolor-0097a7 ul.treelist li.selected > div > a,
.xcolor-0097a7 ul.treelist li.selected > a,
.xcolor-0097a7 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
html.dark-mode .xcolor-0097a7 #settings-menu li.selected,
html.dark-mode .xcolor-0097a7 .listing tr.selected td,
html.dark-mode .xcolor-0097a7 .listing li.selected > a,
html.dark-mode .xcolor-0097a7 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-0097a7 ul.treelist li.selected > a,
html.dark-mode .xcolor-0097a7 .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
.xcolor-0097a7 #layout-menu .popover-header {
  background-color: #0097a7 !important;
}
html.dark-mode .xcolor-0097a7 #layout-menu .popover-header {
  background-color: #0097a7 !important;
}
.xcolor-0097a7 .ui-datepicker a.ui-state-active {
  background-color: #00acc1 !important;
}
html.dark-mode .xcolor-0097a7 .ui-datepicker a.ui-state-active {
  background-color: #00acc1 !important;
}

html.dark-mode:not(.touch) .xcolor-0097a7 ::-webkit-scrollbar-thumb {
  background-color: #0097a7;
}

@media screen and (min-width: 481px) {
  .xcolor-0097a7 #layout-menu {
    background-color: #0097a7 !important;
  }
  .xcolor-0097a7 #taskmenu a.selected,
  .xcolor-0097a7 #taskmenu a.focus,
  .xcolor-0097a7 #taskmenu a:hover {
    background-color: #00acc1 !important;
  }
}
.xcolor-009688 .btn.btn-primary,
.xcolor-009688 .btn.btn-success,
.xcolor-009688 div.tox .tox-dialog__footer .tox-button,
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-009688 .floating-action-buttons a.button {
  background-color: #ff3d00 !important;
  color: #fff !important;
  border: none;
}
.xcolor-009688 .btn.btn-primary:hover,
.xcolor-009688 .btn.btn-success:hover,
.xcolor-009688 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-009688 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-009688 .btn.disabled, .xcolor-009688 .btn.disabled:hover,
.xcolor-009688 .btn:disabled,
.xcolor-009688 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-009688 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-009688 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff3d00 !important;
  border: 1px solid #ff3d00 !important;
}
.xcolor-009688 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-009688 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-009688 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff3d00 !important;
}
.xcolor-009688 a,
.xcolor-009688 button.xanchor,
.xcolor-009688 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-009688 input.icon-checkbox + label:before,
.xcolor-009688 input.icon-checkbox:checked + label:before {
  color: #ff3d00;
}
html.dark-mode .xcolor-009688 a,
html.dark-mode .xcolor-009688 button.xanchor,
html.dark-mode .xcolor-009688 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-009688 input.icon-checkbox + label:before,
html.dark-mode .xcolor-009688 input.icon-checkbox:checked + label:before {
  color: #e45633;
}
.xcolor-009688 .custom-file-label:focus:not(.is-invalid),
.xcolor-009688 .form-control:focus:not(.is-invalid),
.xcolor-009688 .recipient-input.focus,
.xcolor-009688 .mce-tinymce.focused,
.xcolor-009688 div.tox.focused {
  border-color: #ff3d00 !important;
}
.xcolor-009688 #settings-menu li.selected,
.xcolor-009688 .listing tr.selected td,
.xcolor-009688 .listing li.selected > a,
.xcolor-009688 ul.treelist li.selected > div > a,
.xcolor-009688 ul.treelist li.selected > a,
.xcolor-009688 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
html.dark-mode .xcolor-009688 #settings-menu li.selected,
html.dark-mode .xcolor-009688 .listing tr.selected td,
html.dark-mode .xcolor-009688 .listing li.selected > a,
html.dark-mode .xcolor-009688 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-009688 ul.treelist li.selected > a,
html.dark-mode .xcolor-009688 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
.xcolor-009688 #layout-menu .popover-header {
  background-color: #009688 !important;
}
html.dark-mode .xcolor-009688 #layout-menu .popover-header {
  background-color: #009688 !important;
}
.xcolor-009688 .ui-datepicker a.ui-state-active {
  background-color: #26a69a !important;
}
html.dark-mode .xcolor-009688 .ui-datepicker a.ui-state-active {
  background-color: #26a69a !important;
}

html.dark-mode:not(.touch) .xcolor-009688 ::-webkit-scrollbar-thumb {
  background-color: #009688;
}

@media screen and (min-width: 481px) {
  .xcolor-009688 #layout-menu {
    background-color: #009688 !important;
  }
  .xcolor-009688 #taskmenu a.selected,
  .xcolor-009688 #taskmenu a.focus,
  .xcolor-009688 #taskmenu a:hover {
    background-color: #26a69a !important;
  }
}
.xcolor-43a047 .btn.btn-primary,
.xcolor-43a047 .btn.btn-success,
.xcolor-43a047 div.tox .tox-dialog__footer .tox-button,
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-43a047 .floating-action-buttons a.button {
  background-color: #ff3d00 !important;
  color: #fff !important;
  border: none;
}
.xcolor-43a047 .btn.btn-primary:hover,
.xcolor-43a047 .btn.btn-success:hover,
.xcolor-43a047 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-43a047 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-43a047 .btn.disabled, .xcolor-43a047 .btn.disabled:hover,
.xcolor-43a047 .btn:disabled,
.xcolor-43a047 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-43a047 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-43a047 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff3d00 !important;
  border: 1px solid #ff3d00 !important;
}
.xcolor-43a047 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-43a047 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-43a047 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff3d00 !important;
}
.xcolor-43a047 a,
.xcolor-43a047 button.xanchor,
.xcolor-43a047 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-43a047 input.icon-checkbox + label:before,
.xcolor-43a047 input.icon-checkbox:checked + label:before {
  color: #ff3d00;
}
html.dark-mode .xcolor-43a047 a,
html.dark-mode .xcolor-43a047 button.xanchor,
html.dark-mode .xcolor-43a047 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-43a047 input.icon-checkbox + label:before,
html.dark-mode .xcolor-43a047 input.icon-checkbox:checked + label:before {
  color: #e45633;
}
.xcolor-43a047 .custom-file-label:focus:not(.is-invalid),
.xcolor-43a047 .form-control:focus:not(.is-invalid),
.xcolor-43a047 .recipient-input.focus,
.xcolor-43a047 .mce-tinymce.focused,
.xcolor-43a047 div.tox.focused {
  border-color: #ff3d00 !important;
}
.xcolor-43a047 #settings-menu li.selected,
.xcolor-43a047 .listing tr.selected td,
.xcolor-43a047 .listing li.selected > a,
.xcolor-43a047 ul.treelist li.selected > div > a,
.xcolor-43a047 ul.treelist li.selected > a,
.xcolor-43a047 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
html.dark-mode .xcolor-43a047 #settings-menu li.selected,
html.dark-mode .xcolor-43a047 .listing tr.selected td,
html.dark-mode .xcolor-43a047 .listing li.selected > a,
html.dark-mode .xcolor-43a047 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-43a047 ul.treelist li.selected > a,
html.dark-mode .xcolor-43a047 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
.xcolor-43a047 #layout-menu .popover-header {
  background-color: #43a047 !important;
}
html.dark-mode .xcolor-43a047 #layout-menu .popover-header {
  background-color: #43a047 !important;
}
.xcolor-43a047 .ui-datepicker a.ui-state-active {
  background-color: #66bb6a !important;
}
html.dark-mode .xcolor-43a047 .ui-datepicker a.ui-state-active {
  background-color: #66bb6a !important;
}

html.dark-mode:not(.touch) .xcolor-43a047 ::-webkit-scrollbar-thumb {
  background-color: #43a047;
}

@media screen and (min-width: 481px) {
  .xcolor-43a047 #layout-menu {
    background-color: #43a047 !important;
  }
  .xcolor-43a047 #taskmenu a.selected,
  .xcolor-43a047 #taskmenu a.focus,
  .xcolor-43a047 #taskmenu a:hover {
    background-color: #66bb6a !important;
  }
}
.xcolor-689f38 .btn.btn-primary,
.xcolor-689f38 .btn.btn-success,
.xcolor-689f38 div.tox .tox-dialog__footer .tox-button,
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-689f38 .floating-action-buttons a.button {
  background-color: #ff3d00 !important;
  color: #fff !important;
  border: none;
}
.xcolor-689f38 .btn.btn-primary:hover,
.xcolor-689f38 .btn.btn-success:hover,
.xcolor-689f38 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-689f38 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-689f38 .btn.disabled, .xcolor-689f38 .btn.disabled:hover,
.xcolor-689f38 .btn:disabled,
.xcolor-689f38 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-689f38 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-689f38 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff3d00 !important;
  border: 1px solid #ff3d00 !important;
}
.xcolor-689f38 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-689f38 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-689f38 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff3d00 !important;
}
.xcolor-689f38 a,
.xcolor-689f38 button.xanchor,
.xcolor-689f38 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-689f38 input.icon-checkbox + label:before,
.xcolor-689f38 input.icon-checkbox:checked + label:before {
  color: #ff3d00;
}
html.dark-mode .xcolor-689f38 a,
html.dark-mode .xcolor-689f38 button.xanchor,
html.dark-mode .xcolor-689f38 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-689f38 input.icon-checkbox + label:before,
html.dark-mode .xcolor-689f38 input.icon-checkbox:checked + label:before {
  color: #e45633;
}
.xcolor-689f38 .custom-file-label:focus:not(.is-invalid),
.xcolor-689f38 .form-control:focus:not(.is-invalid),
.xcolor-689f38 .recipient-input.focus,
.xcolor-689f38 .mce-tinymce.focused,
.xcolor-689f38 div.tox.focused {
  border-color: #ff3d00 !important;
}
.xcolor-689f38 #settings-menu li.selected,
.xcolor-689f38 .listing tr.selected td,
.xcolor-689f38 .listing li.selected > a,
.xcolor-689f38 ul.treelist li.selected > div > a,
.xcolor-689f38 ul.treelist li.selected > a,
.xcolor-689f38 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
html.dark-mode .xcolor-689f38 #settings-menu li.selected,
html.dark-mode .xcolor-689f38 .listing tr.selected td,
html.dark-mode .xcolor-689f38 .listing li.selected > a,
html.dark-mode .xcolor-689f38 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-689f38 ul.treelist li.selected > a,
html.dark-mode .xcolor-689f38 .toolbarmenu.listing li:hover a.active {
  color: #ff3d00;
}
.xcolor-689f38 #layout-menu .popover-header {
  background-color: #689f38 !important;
}
html.dark-mode .xcolor-689f38 #layout-menu .popover-header {
  background-color: #689f38 !important;
}
.xcolor-689f38 .ui-datepicker a.ui-state-active {
  background-color: #7cb342 !important;
}
html.dark-mode .xcolor-689f38 .ui-datepicker a.ui-state-active {
  background-color: #7cb342 !important;
}

html.dark-mode:not(.touch) .xcolor-689f38 ::-webkit-scrollbar-thumb {
  background-color: #689f38;
}

@media screen and (min-width: 481px) {
  .xcolor-689f38 #layout-menu {
    background-color: #689f38 !important;
  }
  .xcolor-689f38 #taskmenu a.selected,
  .xcolor-689f38 #taskmenu a.focus,
  .xcolor-689f38 #taskmenu a:hover {
    background-color: #7cb342 !important;
  }
}
.xcolor-afb42b .btn.btn-primary,
.xcolor-afb42b .btn.btn-success,
.xcolor-afb42b div.tox .tox-dialog__footer .tox-button,
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-afb42b .floating-action-buttons a.button {
  background-color: #ff1744 !important;
  color: #fff !important;
  border: none;
}
.xcolor-afb42b .btn.btn-primary:hover,
.xcolor-afb42b .btn.btn-success:hover,
.xcolor-afb42b div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-afb42b .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-afb42b .btn.disabled, .xcolor-afb42b .btn.disabled:hover,
.xcolor-afb42b .btn:disabled,
.xcolor-afb42b .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-afb42b .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-afb42b .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.xcolor-afb42b .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-afb42b .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-afb42b .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff1744 !important;
}
.xcolor-afb42b a,
.xcolor-afb42b button.xanchor,
.xcolor-afb42b div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-afb42b input.icon-checkbox + label:before,
.xcolor-afb42b input.icon-checkbox:checked + label:before {
  color: #ff1744;
}
html.dark-mode .xcolor-afb42b a,
html.dark-mode .xcolor-afb42b button.xanchor,
html.dark-mode .xcolor-afb42b div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-afb42b input.icon-checkbox + label:before,
html.dark-mode .xcolor-afb42b input.icon-checkbox:checked + label:before {
  color: #ff4569;
}
.xcolor-afb42b .custom-file-label:focus:not(.is-invalid),
.xcolor-afb42b .form-control:focus:not(.is-invalid),
.xcolor-afb42b .recipient-input.focus,
.xcolor-afb42b .mce-tinymce.focused,
.xcolor-afb42b div.tox.focused {
  border-color: #ff1744 !important;
}
.xcolor-afb42b #settings-menu li.selected,
.xcolor-afb42b .listing tr.selected td,
.xcolor-afb42b .listing li.selected > a,
.xcolor-afb42b ul.treelist li.selected > div > a,
.xcolor-afb42b ul.treelist li.selected > a,
.xcolor-afb42b .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
html.dark-mode .xcolor-afb42b #settings-menu li.selected,
html.dark-mode .xcolor-afb42b .listing tr.selected td,
html.dark-mode .xcolor-afb42b .listing li.selected > a,
html.dark-mode .xcolor-afb42b ul.treelist li.selected > div > a,
html.dark-mode .xcolor-afb42b ul.treelist li.selected > a,
html.dark-mode .xcolor-afb42b .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
.xcolor-afb42b #layout-menu .popover-header {
  background-color: #afb42b !important;
}
html.dark-mode .xcolor-afb42b #layout-menu .popover-header {
  background-color: #afb42b !important;
}
.xcolor-afb42b .ui-datepicker a.ui-state-active {
  background-color: #c0ca33 !important;
}
html.dark-mode .xcolor-afb42b .ui-datepicker a.ui-state-active {
  background-color: #c0ca33 !important;
}

html.dark-mode:not(.touch) .xcolor-afb42b ::-webkit-scrollbar-thumb {
  background-color: #afb42b;
}

@media screen and (min-width: 481px) {
  .xcolor-afb42b #layout-menu {
    background-color: #afb42b !important;
  }
  .xcolor-afb42b #taskmenu a.selected,
  .xcolor-afb42b #taskmenu a.focus,
  .xcolor-afb42b #taskmenu a:hover {
    background-color: #c0ca33 !important;
  }
}
.xcolor-fbc02d .btn.btn-primary,
.xcolor-fbc02d .btn.btn-success,
.xcolor-fbc02d div.tox .tox-dialog__footer .tox-button,
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-fbc02d .floating-action-buttons a.button {
  background-color: #ff1744 !important;
  color: #fff !important;
  border: none;
}
.xcolor-fbc02d .btn.btn-primary:hover,
.xcolor-fbc02d .btn.btn-success:hover,
.xcolor-fbc02d div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-fbc02d .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-fbc02d .btn.disabled, .xcolor-fbc02d .btn.disabled:hover,
.xcolor-fbc02d .btn:disabled,
.xcolor-fbc02d .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-fbc02d .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-fbc02d .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.xcolor-fbc02d .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-fbc02d .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-fbc02d .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #ff1744 !important;
}
.xcolor-fbc02d a,
.xcolor-fbc02d button.xanchor,
.xcolor-fbc02d div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-fbc02d input.icon-checkbox + label:before,
.xcolor-fbc02d input.icon-checkbox:checked + label:before {
  color: #ff1744;
}
html.dark-mode .xcolor-fbc02d a,
html.dark-mode .xcolor-fbc02d button.xanchor,
html.dark-mode .xcolor-fbc02d div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-fbc02d input.icon-checkbox + label:before,
html.dark-mode .xcolor-fbc02d input.icon-checkbox:checked + label:before {
  color: #ff4569;
}
.xcolor-fbc02d .custom-file-label:focus:not(.is-invalid),
.xcolor-fbc02d .form-control:focus:not(.is-invalid),
.xcolor-fbc02d .recipient-input.focus,
.xcolor-fbc02d .mce-tinymce.focused,
.xcolor-fbc02d div.tox.focused {
  border-color: #ff1744 !important;
}
.xcolor-fbc02d #settings-menu li.selected,
.xcolor-fbc02d .listing tr.selected td,
.xcolor-fbc02d .listing li.selected > a,
.xcolor-fbc02d ul.treelist li.selected > div > a,
.xcolor-fbc02d ul.treelist li.selected > a,
.xcolor-fbc02d .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
html.dark-mode .xcolor-fbc02d #settings-menu li.selected,
html.dark-mode .xcolor-fbc02d .listing tr.selected td,
html.dark-mode .xcolor-fbc02d .listing li.selected > a,
html.dark-mode .xcolor-fbc02d ul.treelist li.selected > div > a,
html.dark-mode .xcolor-fbc02d ul.treelist li.selected > a,
html.dark-mode .xcolor-fbc02d .toolbarmenu.listing li:hover a.active {
  color: #ff1744;
}
.xcolor-fbc02d #layout-menu .popover-header {
  background-color: #fbc02d !important;
}
html.dark-mode .xcolor-fbc02d #layout-menu .popover-header {
  background-color: #fbc02d !important;
}
.xcolor-fbc02d .ui-datepicker a.ui-state-active {
  background-color: #fdd835 !important;
}
html.dark-mode .xcolor-fbc02d .ui-datepicker a.ui-state-active {
  background-color: #fdd835 !important;
}

html.dark-mode:not(.touch) .xcolor-fbc02d ::-webkit-scrollbar-thumb {
  background-color: #fbc02d;
}

@media screen and (min-width: 481px) {
  .xcolor-fbc02d #layout-menu {
    background-color: #fbc02d !important;
  }
  .xcolor-fbc02d #taskmenu a.selected,
  .xcolor-fbc02d #taskmenu a.focus,
  .xcolor-fbc02d #taskmenu a:hover {
    background-color: #fdd835 !important;
  }
}
.xcolor-ffa000 .btn.btn-primary,
.xcolor-ffa000 .btn.btn-success,
.xcolor-ffa000 div.tox .tox-dialog__footer .tox-button,
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-ffa000 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-ffa000 .btn.btn-primary:hover,
.xcolor-ffa000 .btn.btn-success:hover,
.xcolor-ffa000 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-ffa000 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-ffa000 .btn.disabled, .xcolor-ffa000 .btn.disabled:hover,
.xcolor-ffa000 .btn:disabled,
.xcolor-ffa000 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-ffa000 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-ffa000 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-ffa000 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-ffa000 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-ffa000 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-ffa000 a,
.xcolor-ffa000 button.xanchor,
.xcolor-ffa000 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-ffa000 input.icon-checkbox + label:before,
.xcolor-ffa000 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-ffa000 a,
html.dark-mode .xcolor-ffa000 button.xanchor,
html.dark-mode .xcolor-ffa000 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-ffa000 input.icon-checkbox + label:before,
html.dark-mode .xcolor-ffa000 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-ffa000 .custom-file-label:focus:not(.is-invalid),
.xcolor-ffa000 .form-control:focus:not(.is-invalid),
.xcolor-ffa000 .recipient-input.focus,
.xcolor-ffa000 .mce-tinymce.focused,
.xcolor-ffa000 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-ffa000 #settings-menu li.selected,
.xcolor-ffa000 .listing tr.selected td,
.xcolor-ffa000 .listing li.selected > a,
.xcolor-ffa000 ul.treelist li.selected > div > a,
.xcolor-ffa000 ul.treelist li.selected > a,
.xcolor-ffa000 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-ffa000 #settings-menu li.selected,
html.dark-mode .xcolor-ffa000 .listing tr.selected td,
html.dark-mode .xcolor-ffa000 .listing li.selected > a,
html.dark-mode .xcolor-ffa000 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-ffa000 ul.treelist li.selected > a,
html.dark-mode .xcolor-ffa000 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-ffa000 #layout-menu .popover-header {
  background-color: #ffa000 !important;
}
html.dark-mode .xcolor-ffa000 #layout-menu .popover-header {
  background-color: #ffa000 !important;
}
.xcolor-ffa000 .ui-datepicker a.ui-state-active {
  background-color: #ffc107 !important;
}
html.dark-mode .xcolor-ffa000 .ui-datepicker a.ui-state-active {
  background-color: #ffc107 !important;
}

html.dark-mode:not(.touch) .xcolor-ffa000 ::-webkit-scrollbar-thumb {
  background-color: #ffa000;
}

@media screen and (min-width: 481px) {
  .xcolor-ffa000 #layout-menu {
    background-color: #ffa000 !important;
  }
  .xcolor-ffa000 #taskmenu a.selected,
  .xcolor-ffa000 #taskmenu a.focus,
  .xcolor-ffa000 #taskmenu a:hover {
    background-color: #ffc107 !important;
  }
}
.xcolor-ef6c00 .btn.btn-primary,
.xcolor-ef6c00 .btn.btn-success,
.xcolor-ef6c00 div.tox .tox-dialog__footer .tox-button,
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-ef6c00 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-ef6c00 .btn.btn-primary:hover,
.xcolor-ef6c00 .btn.btn-success:hover,
.xcolor-ef6c00 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-ef6c00 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-ef6c00 .btn.disabled, .xcolor-ef6c00 .btn.disabled:hover,
.xcolor-ef6c00 .btn:disabled,
.xcolor-ef6c00 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-ef6c00 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-ef6c00 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-ef6c00 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-ef6c00 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-ef6c00 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-ef6c00 a,
.xcolor-ef6c00 button.xanchor,
.xcolor-ef6c00 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-ef6c00 input.icon-checkbox + label:before,
.xcolor-ef6c00 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-ef6c00 a,
html.dark-mode .xcolor-ef6c00 button.xanchor,
html.dark-mode .xcolor-ef6c00 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-ef6c00 input.icon-checkbox + label:before,
html.dark-mode .xcolor-ef6c00 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-ef6c00 .custom-file-label:focus:not(.is-invalid),
.xcolor-ef6c00 .form-control:focus:not(.is-invalid),
.xcolor-ef6c00 .recipient-input.focus,
.xcolor-ef6c00 .mce-tinymce.focused,
.xcolor-ef6c00 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-ef6c00 #settings-menu li.selected,
.xcolor-ef6c00 .listing tr.selected td,
.xcolor-ef6c00 .listing li.selected > a,
.xcolor-ef6c00 ul.treelist li.selected > div > a,
.xcolor-ef6c00 ul.treelist li.selected > a,
.xcolor-ef6c00 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-ef6c00 #settings-menu li.selected,
html.dark-mode .xcolor-ef6c00 .listing tr.selected td,
html.dark-mode .xcolor-ef6c00 .listing li.selected > a,
html.dark-mode .xcolor-ef6c00 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-ef6c00 ul.treelist li.selected > a,
html.dark-mode .xcolor-ef6c00 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-ef6c00 #layout-menu .popover-header {
  background-color: #ef6c00 !important;
}
html.dark-mode .xcolor-ef6c00 #layout-menu .popover-header {
  background-color: #ef6c00 !important;
}
.xcolor-ef6c00 .ui-datepicker a.ui-state-active {
  background-color: #ffa726 !important;
}
html.dark-mode .xcolor-ef6c00 .ui-datepicker a.ui-state-active {
  background-color: #ffa726 !important;
}

html.dark-mode:not(.touch) .xcolor-ef6c00 ::-webkit-scrollbar-thumb {
  background-color: #ef6c00;
}

@media screen and (min-width: 481px) {
  .xcolor-ef6c00 #layout-menu {
    background-color: #ef6c00 !important;
  }
  .xcolor-ef6c00 #taskmenu a.selected,
  .xcolor-ef6c00 #taskmenu a.focus,
  .xcolor-ef6c00 #taskmenu a:hover {
    background-color: #ffa726 !important;
  }
}
.xcolor-e64a19 .btn.btn-primary,
.xcolor-e64a19 .btn.btn-success,
.xcolor-e64a19 div.tox .tox-dialog__footer .tox-button,
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-e64a19 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-e64a19 .btn.btn-primary:hover,
.xcolor-e64a19 .btn.btn-success:hover,
.xcolor-e64a19 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-e64a19 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-e64a19 .btn.disabled, .xcolor-e64a19 .btn.disabled:hover,
.xcolor-e64a19 .btn:disabled,
.xcolor-e64a19 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-e64a19 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-e64a19 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-e64a19 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-e64a19 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-e64a19 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-e64a19 a,
.xcolor-e64a19 button.xanchor,
.xcolor-e64a19 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-e64a19 input.icon-checkbox + label:before,
.xcolor-e64a19 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-e64a19 a,
html.dark-mode .xcolor-e64a19 button.xanchor,
html.dark-mode .xcolor-e64a19 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-e64a19 input.icon-checkbox + label:before,
html.dark-mode .xcolor-e64a19 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-e64a19 .custom-file-label:focus:not(.is-invalid),
.xcolor-e64a19 .form-control:focus:not(.is-invalid),
.xcolor-e64a19 .recipient-input.focus,
.xcolor-e64a19 .mce-tinymce.focused,
.xcolor-e64a19 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-e64a19 #settings-menu li.selected,
.xcolor-e64a19 .listing tr.selected td,
.xcolor-e64a19 .listing li.selected > a,
.xcolor-e64a19 ul.treelist li.selected > div > a,
.xcolor-e64a19 ul.treelist li.selected > a,
.xcolor-e64a19 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-e64a19 #settings-menu li.selected,
html.dark-mode .xcolor-e64a19 .listing tr.selected td,
html.dark-mode .xcolor-e64a19 .listing li.selected > a,
html.dark-mode .xcolor-e64a19 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-e64a19 ul.treelist li.selected > a,
html.dark-mode .xcolor-e64a19 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-e64a19 #layout-menu .popover-header {
  background-color: #e64a19 !important;
}
html.dark-mode .xcolor-e64a19 #layout-menu .popover-header {
  background-color: #e64a19 !important;
}
.xcolor-e64a19 .ui-datepicker a.ui-state-active {
  background-color: #ff7043 !important;
}
html.dark-mode .xcolor-e64a19 .ui-datepicker a.ui-state-active {
  background-color: #ff7043 !important;
}

html.dark-mode:not(.touch) .xcolor-e64a19 ::-webkit-scrollbar-thumb {
  background-color: #e64a19;
}

@media screen and (min-width: 481px) {
  .xcolor-e64a19 #layout-menu {
    background-color: #e64a19 !important;
  }
  .xcolor-e64a19 #taskmenu a.selected,
  .xcolor-e64a19 #taskmenu a.focus,
  .xcolor-e64a19 #taskmenu a:hover {
    background-color: #ff7043 !important;
  }
}
.xcolor-795548 .btn.btn-primary,
.xcolor-795548 .btn.btn-success,
.xcolor-795548 div.tox .tox-dialog__footer .tox-button,
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-795548 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-795548 .btn.btn-primary:hover,
.xcolor-795548 .btn.btn-success:hover,
.xcolor-795548 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-795548 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-795548 .btn.disabled, .xcolor-795548 .btn.disabled:hover,
.xcolor-795548 .btn:disabled,
.xcolor-795548 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-795548 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-795548 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-795548 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-795548 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-795548 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-795548 a,
.xcolor-795548 button.xanchor,
.xcolor-795548 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-795548 input.icon-checkbox + label:before,
.xcolor-795548 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-795548 a,
html.dark-mode .xcolor-795548 button.xanchor,
html.dark-mode .xcolor-795548 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-795548 input.icon-checkbox + label:before,
html.dark-mode .xcolor-795548 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-795548 .custom-file-label:focus:not(.is-invalid),
.xcolor-795548 .form-control:focus:not(.is-invalid),
.xcolor-795548 .recipient-input.focus,
.xcolor-795548 .mce-tinymce.focused,
.xcolor-795548 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-795548 #settings-menu li.selected,
.xcolor-795548 .listing tr.selected td,
.xcolor-795548 .listing li.selected > a,
.xcolor-795548 ul.treelist li.selected > div > a,
.xcolor-795548 ul.treelist li.selected > a,
.xcolor-795548 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-795548 #settings-menu li.selected,
html.dark-mode .xcolor-795548 .listing tr.selected td,
html.dark-mode .xcolor-795548 .listing li.selected > a,
html.dark-mode .xcolor-795548 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-795548 ul.treelist li.selected > a,
html.dark-mode .xcolor-795548 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-795548 #layout-menu .popover-header {
  background-color: #795548 !important;
}
html.dark-mode .xcolor-795548 #layout-menu .popover-header {
  background-color: #795548 !important;
}
.xcolor-795548 .ui-datepicker a.ui-state-active {
  background-color: #8d6e63 !important;
}
html.dark-mode .xcolor-795548 .ui-datepicker a.ui-state-active {
  background-color: #8d6e63 !important;
}

html.dark-mode:not(.touch) .xcolor-795548 ::-webkit-scrollbar-thumb {
  background-color: #795548;
}

@media screen and (min-width: 481px) {
  .xcolor-795548 #layout-menu {
    background-color: #795548 !important;
  }
  .xcolor-795548 #taskmenu a.selected,
  .xcolor-795548 #taskmenu a.focus,
  .xcolor-795548 #taskmenu a:hover {
    background-color: #8d6e63 !important;
  }
}
.xcolor-757575 .btn.btn-primary,
.xcolor-757575 .btn.btn-success,
.xcolor-757575 div.tox .tox-dialog__footer .tox-button,
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-757575 .floating-action-buttons a.button {
  background-color: #0091ea !important;
  color: #fff !important;
  border: none;
}
.xcolor-757575 .btn.btn-primary:hover,
.xcolor-757575 .btn.btn-success:hover,
.xcolor-757575 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-757575 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-757575 .btn.disabled, .xcolor-757575 .btn.disabled:hover,
.xcolor-757575 .btn:disabled,
.xcolor-757575 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-757575 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-757575 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0091ea !important;
  border: 1px solid #0091ea !important;
}
.xcolor-757575 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-757575 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-757575 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0091ea !important;
}
.xcolor-757575 a,
.xcolor-757575 button.xanchor,
.xcolor-757575 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-757575 input.icon-checkbox + label:before,
.xcolor-757575 input.icon-checkbox:checked + label:before {
  color: #0091ea;
}
html.dark-mode .xcolor-757575 a,
html.dark-mode .xcolor-757575 button.xanchor,
html.dark-mode .xcolor-757575 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-757575 input.icon-checkbox + label:before,
html.dark-mode .xcolor-757575 input.icon-checkbox:checked + label:before {
  color: #33a7ee;
}
.xcolor-757575 .custom-file-label:focus:not(.is-invalid),
.xcolor-757575 .form-control:focus:not(.is-invalid),
.xcolor-757575 .recipient-input.focus,
.xcolor-757575 .mce-tinymce.focused,
.xcolor-757575 div.tox.focused {
  border-color: #0091ea !important;
}
.xcolor-757575 #settings-menu li.selected,
.xcolor-757575 .listing tr.selected td,
.xcolor-757575 .listing li.selected > a,
.xcolor-757575 ul.treelist li.selected > div > a,
.xcolor-757575 ul.treelist li.selected > a,
.xcolor-757575 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
html.dark-mode .xcolor-757575 #settings-menu li.selected,
html.dark-mode .xcolor-757575 .listing tr.selected td,
html.dark-mode .xcolor-757575 .listing li.selected > a,
html.dark-mode .xcolor-757575 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-757575 ul.treelist li.selected > a,
html.dark-mode .xcolor-757575 .toolbarmenu.listing li:hover a.active {
  color: #0091ea;
}
.xcolor-757575 #layout-menu .popover-header {
  background-color: #757575 !important;
}
html.dark-mode .xcolor-757575 #layout-menu .popover-header {
  background-color: #757575 !important;
}
.xcolor-757575 .ui-datepicker a.ui-state-active {
  background-color: #bdbdbd !important;
}
html.dark-mode .xcolor-757575 .ui-datepicker a.ui-state-active {
  background-color: #bdbdbd !important;
}

html.dark-mode:not(.touch) .xcolor-757575 ::-webkit-scrollbar-thumb {
  background-color: #757575;
}

@media screen and (min-width: 481px) {
  .xcolor-757575 #layout-menu {
    background-color: #757575 !important;
  }
  .xcolor-757575 #taskmenu a.selected,
  .xcolor-757575 #taskmenu a.focus,
  .xcolor-757575 #taskmenu a:hover {
    background-color: #bdbdbd !important;
  }
}
.xcolor-009689 .btn.btn-primary,
.xcolor-009689 .btn.btn-success,
.xcolor-009689 div.tox .tox-dialog__footer .tox-button,
.xcolor-009689 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-009689 .floating-action-buttons a.button {
  background-color: #009689 !important;
  color: #fff !important;
  border: none;
}
.xcolor-009689 .btn.btn-primary:hover,
.xcolor-009689 .btn.btn-success:hover,
.xcolor-009689 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-009689 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-009689 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-009689 .btn.disabled, .xcolor-009689 .btn.disabled:hover,
.xcolor-009689 .btn:disabled,
.xcolor-009689 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-009689 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-009689 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #009689 !important;
  border: 1px solid #009689 !important;
}
.xcolor-009689 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-009689 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-009689 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #009689 !important;
}
.xcolor-009689 a,
.xcolor-009689 button.xanchor,
.xcolor-009689 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-009689 input.icon-checkbox + label:before,
.xcolor-009689 input.icon-checkbox:checked + label:before {
  color: #009689;
}
html.dark-mode .xcolor-009689 a,
html.dark-mode .xcolor-009689 button.xanchor,
html.dark-mode .xcolor-009689 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-009689 input.icon-checkbox + label:before,
html.dark-mode .xcolor-009689 input.icon-checkbox:checked + label:before {
  color: #009689;
}
.xcolor-009689 .custom-file-label:focus:not(.is-invalid),
.xcolor-009689 .form-control:focus:not(.is-invalid),
.xcolor-009689 .recipient-input.focus,
.xcolor-009689 .mce-tinymce.focused,
.xcolor-009689 div.tox.focused {
  border-color: #009689 !important;
}
.xcolor-009689 #settings-menu li.selected,
.xcolor-009689 .listing tr.selected td,
.xcolor-009689 .listing li.selected > a,
.xcolor-009689 ul.treelist li.selected > div > a,
.xcolor-009689 ul.treelist li.selected > a,
.xcolor-009689 .toolbarmenu.listing li:hover a.active {
  color: #009689;
}
html.dark-mode .xcolor-009689 #settings-menu li.selected,
html.dark-mode .xcolor-009689 .listing tr.selected td,
html.dark-mode .xcolor-009689 .listing li.selected > a,
html.dark-mode .xcolor-009689 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-009689 ul.treelist li.selected > a,
html.dark-mode .xcolor-009689 .toolbarmenu.listing li:hover a.active {
  color: #009689;
}
.xcolor-009689 #layout-menu .popover-header {
  background-color: #009689 !important;
}
html.dark-mode .xcolor-009689 #layout-menu .popover-header {
  background-color: #009689 !important;
}
.xcolor-009689 .ui-datepicker a.ui-state-active {
  background-color: #26a69a !important;
}
html.dark-mode .xcolor-009689 .ui-datepicker a.ui-state-active {
  background-color: #26a69a !important;
}

html.dark-mode:not(.touch) .xcolor-009689 ::-webkit-scrollbar-thumb {
  background-color: #009689;
}

@media screen and (min-width: 481px) {
  .xcolor-009689 #layout-menu {
    background-color: #009689 !important;
  }
  .xcolor-009689 #taskmenu a.selected,
  .xcolor-009689 #taskmenu a.focus,
  .xcolor-009689 #taskmenu a:hover {
    background-color: #26a69a !important;
  }
}
.xcolor-c52821 .btn.btn-primary,
.xcolor-c52821 .btn.btn-success,
.xcolor-c52821 div.tox .tox-dialog__footer .tox-button,
.xcolor-c52821 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-c52821 .floating-action-buttons a.button {
  background-color: #c52821 !important;
  color: #fff !important;
  border: none;
}
.xcolor-c52821 .btn.btn-primary:hover,
.xcolor-c52821 .btn.btn-success:hover,
.xcolor-c52821 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-c52821 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-c52821 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-c52821 .btn.disabled, .xcolor-c52821 .btn.disabled:hover,
.xcolor-c52821 .btn:disabled,
.xcolor-c52821 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-c52821 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-c52821 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #c52821 !important;
  border: 1px solid #c52821 !important;
}
.xcolor-c52821 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-c52821 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-c52821 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #c52821 !important;
}
.xcolor-c52821 a,
.xcolor-c52821 button.xanchor,
.xcolor-c52821 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-c52821 input.icon-checkbox + label:before,
.xcolor-c52821 input.icon-checkbox:checked + label:before {
  color: #c52821;
}
html.dark-mode .xcolor-c52821 a,
html.dark-mode .xcolor-c52821 button.xanchor,
html.dark-mode .xcolor-c52821 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-c52821 input.icon-checkbox + label:before,
html.dark-mode .xcolor-c52821 input.icon-checkbox:checked + label:before {
  color: #c52821;
}
.xcolor-c52821 .custom-file-label:focus:not(.is-invalid),
.xcolor-c52821 .form-control:focus:not(.is-invalid),
.xcolor-c52821 .recipient-input.focus,
.xcolor-c52821 .mce-tinymce.focused,
.xcolor-c52821 div.tox.focused {
  border-color: #c52821 !important;
}
.xcolor-c52821 #settings-menu li.selected,
.xcolor-c52821 .listing tr.selected td,
.xcolor-c52821 .listing li.selected > a,
.xcolor-c52821 ul.treelist li.selected > div > a,
.xcolor-c52821 ul.treelist li.selected > a,
.xcolor-c52821 .toolbarmenu.listing li:hover a.active {
  color: #c52821;
}
html.dark-mode .xcolor-c52821 #settings-menu li.selected,
html.dark-mode .xcolor-c52821 .listing tr.selected td,
html.dark-mode .xcolor-c52821 .listing li.selected > a,
html.dark-mode .xcolor-c52821 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-c52821 ul.treelist li.selected > a,
html.dark-mode .xcolor-c52821 .toolbarmenu.listing li:hover a.active {
  color: #c52821;
}
.xcolor-c52821 #layout-menu .popover-header {
  background-color: #c52821 !important;
}
html.dark-mode .xcolor-c52821 #layout-menu .popover-header {
  background-color: #c52821 !important;
}
.xcolor-c52821 .ui-datepicker a.ui-state-active {
  background-color: #e31109 !important;
}
html.dark-mode .xcolor-c52821 .ui-datepicker a.ui-state-active {
  background-color: #e31109 !important;
}

html.dark-mode:not(.touch) .xcolor-c52821 ::-webkit-scrollbar-thumb {
  background-color: #c52821;
}

@media screen and (min-width: 481px) {
  .xcolor-c52821 #layout-menu {
    background-color: #c52821 !important;
  }
  .xcolor-c52821 #taskmenu a.selected,
  .xcolor-c52821 #taskmenu a.focus,
  .xcolor-c52821 #taskmenu a:hover {
    background-color: #e31109 !important;
  }
}
.xcolor-278d90 .btn.btn-primary,
.xcolor-278d90 .btn.btn-success,
.xcolor-278d90 div.tox .tox-dialog__footer .tox-button,
.xcolor-278d90 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-278d90 .floating-action-buttons a.button {
  background-color: #278d90 !important;
  color: #fff !important;
  border: none;
}
.xcolor-278d90 .btn.btn-primary:hover,
.xcolor-278d90 .btn.btn-success:hover,
.xcolor-278d90 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-278d90 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-278d90 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-278d90 .btn.disabled, .xcolor-278d90 .btn.disabled:hover,
.xcolor-278d90 .btn:disabled,
.xcolor-278d90 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-278d90 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-278d90 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #278d90 !important;
  border: 1px solid #278d90 !important;
}
.xcolor-278d90 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-278d90 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-278d90 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #278d90 !important;
}
.xcolor-278d90 a,
.xcolor-278d90 button.xanchor,
.xcolor-278d90 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-278d90 input.icon-checkbox + label:before,
.xcolor-278d90 input.icon-checkbox:checked + label:before {
  color: #278d90;
}
html.dark-mode .xcolor-278d90 a,
html.dark-mode .xcolor-278d90 button.xanchor,
html.dark-mode .xcolor-278d90 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-278d90 input.icon-checkbox + label:before,
html.dark-mode .xcolor-278d90 input.icon-checkbox:checked + label:before {
  color: #278d90;
}
.xcolor-278d90 .custom-file-label:focus:not(.is-invalid),
.xcolor-278d90 .form-control:focus:not(.is-invalid),
.xcolor-278d90 .recipient-input.focus,
.xcolor-278d90 .mce-tinymce.focused,
.xcolor-278d90 div.tox.focused {
  border-color: #278d90 !important;
}
.xcolor-278d90 #settings-menu li.selected,
.xcolor-278d90 .listing tr.selected td,
.xcolor-278d90 .listing li.selected > a,
.xcolor-278d90 ul.treelist li.selected > div > a,
.xcolor-278d90 ul.treelist li.selected > a,
.xcolor-278d90 .toolbarmenu.listing li:hover a.active {
  color: #278d90;
}
html.dark-mode .xcolor-278d90 #settings-menu li.selected,
html.dark-mode .xcolor-278d90 .listing tr.selected td,
html.dark-mode .xcolor-278d90 .listing li.selected > a,
html.dark-mode .xcolor-278d90 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-278d90 ul.treelist li.selected > a,
html.dark-mode .xcolor-278d90 .toolbarmenu.listing li:hover a.active {
  color: #278d90;
}
.xcolor-278d90 #layout-menu .popover-header {
  background-color: #278d90 !important;
}
html.dark-mode .xcolor-278d90 #layout-menu .popover-header {
  background-color: #278d90 !important;
}
.xcolor-278d90 .ui-datepicker a.ui-state-active {
  background-color: #32a2a6 !important;
}
html.dark-mode .xcolor-278d90 .ui-datepicker a.ui-state-active {
  background-color: #32a2a6 !important;
}

html.dark-mode:not(.touch) .xcolor-278d90 ::-webkit-scrollbar-thumb {
  background-color: #278d90;
}

@media screen and (min-width: 481px) {
  .xcolor-278d90 #layout-menu {
    background-color: #278d90 !important;
  }
  .xcolor-278d90 #taskmenu a.selected,
  .xcolor-278d90 #taskmenu a.focus,
  .xcolor-278d90 #taskmenu a:hover {
    background-color: #32a2a6 !important;
  }
}
.xcolor-2d3342 .btn.btn-primary,
.xcolor-2d3342 .btn.btn-success,
.xcolor-2d3342 div.tox .tox-dialog__footer .tox-button,
.xcolor-2d3342 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-2d3342 .floating-action-buttons a.button {
  background-color: #2d3342 !important;
  color: #fff !important;
  border: none;
}
.xcolor-2d3342 .btn.btn-primary:hover,
.xcolor-2d3342 .btn.btn-success:hover,
.xcolor-2d3342 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-2d3342 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-2d3342 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-2d3342 .btn.disabled, .xcolor-2d3342 .btn.disabled:hover,
.xcolor-2d3342 .btn:disabled,
.xcolor-2d3342 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-2d3342 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-2d3342 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2d3342 !important;
  border: 1px solid #2d3342 !important;
}
.xcolor-2d3342 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-2d3342 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-2d3342 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #2d3342 !important;
}
.xcolor-2d3342 a,
.xcolor-2d3342 button.xanchor,
.xcolor-2d3342 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-2d3342 input.icon-checkbox + label:before,
.xcolor-2d3342 input.icon-checkbox:checked + label:before {
  color: #2d3342;
}
html.dark-mode .xcolor-2d3342 a,
html.dark-mode .xcolor-2d3342 button.xanchor,
html.dark-mode .xcolor-2d3342 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-2d3342 input.icon-checkbox + label:before,
html.dark-mode .xcolor-2d3342 input.icon-checkbox:checked + label:before {
  color: #2d3342;
}
.xcolor-2d3342 .custom-file-label:focus:not(.is-invalid),
.xcolor-2d3342 .form-control:focus:not(.is-invalid),
.xcolor-2d3342 .recipient-input.focus,
.xcolor-2d3342 .mce-tinymce.focused,
.xcolor-2d3342 div.tox.focused {
  border-color: #2d3342 !important;
}
.xcolor-2d3342 #settings-menu li.selected,
.xcolor-2d3342 .listing tr.selected td,
.xcolor-2d3342 .listing li.selected > a,
.xcolor-2d3342 ul.treelist li.selected > div > a,
.xcolor-2d3342 ul.treelist li.selected > a,
.xcolor-2d3342 .toolbarmenu.listing li:hover a.active {
  color: #2d3342;
}
html.dark-mode .xcolor-2d3342 #settings-menu li.selected,
html.dark-mode .xcolor-2d3342 .listing tr.selected td,
html.dark-mode .xcolor-2d3342 .listing li.selected > a,
html.dark-mode .xcolor-2d3342 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-2d3342 ul.treelist li.selected > a,
html.dark-mode .xcolor-2d3342 .toolbarmenu.listing li:hover a.active {
  color: #2d3342;
}
.xcolor-2d3342 #layout-menu .popover-header {
  background-color: #2d3342 !important;
}
html.dark-mode .xcolor-2d3342 #layout-menu .popover-header {
  background-color: #2d3342 !important;
}
.xcolor-2d3342 .ui-datepicker a.ui-state-active {
  background-color: #094173 !important;
}
html.dark-mode .xcolor-2d3342 .ui-datepicker a.ui-state-active {
  background-color: #094173 !important;
}

html.dark-mode:not(.touch) .xcolor-2d3342 ::-webkit-scrollbar-thumb {
  background-color: #2d3342;
}

@media screen and (min-width: 481px) {
  .xcolor-2d3342 #layout-menu {
    background-color: #2d3342 !important;
  }
  .xcolor-2d3342 #taskmenu a.selected,
  .xcolor-2d3342 #taskmenu a.focus,
  .xcolor-2d3342 #taskmenu a:hover {
    background-color: #094173 !important;
  }
}
.xcolor-0b505a .btn.btn-primary,
.xcolor-0b505a .btn.btn-success,
.xcolor-0b505a div.tox .tox-dialog__footer .tox-button,
.xcolor-0b505a .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-0b505a .floating-action-buttons a.button {
  background-color: #0b505a !important;
  color: #fff !important;
  border: none;
}
.xcolor-0b505a .btn.btn-primary:hover,
.xcolor-0b505a .btn.btn-success:hover,
.xcolor-0b505a div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-0b505a .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-0b505a .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-0b505a .btn.disabled, .xcolor-0b505a .btn.disabled:hover,
.xcolor-0b505a .btn:disabled,
.xcolor-0b505a .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-0b505a .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-0b505a .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0b505a !important;
  border: 1px solid #0b505a !important;
}
.xcolor-0b505a .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-0b505a .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-0b505a .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0b505a !important;
}
.xcolor-0b505a a,
.xcolor-0b505a button.xanchor,
.xcolor-0b505a div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-0b505a input.icon-checkbox + label:before,
.xcolor-0b505a input.icon-checkbox:checked + label:before {
  color: #0b505a;
}
html.dark-mode .xcolor-0b505a a,
html.dark-mode .xcolor-0b505a button.xanchor,
html.dark-mode .xcolor-0b505a div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-0b505a input.icon-checkbox + label:before,
html.dark-mode .xcolor-0b505a input.icon-checkbox:checked + label:before {
  color: #0b505a;
}
.xcolor-0b505a .custom-file-label:focus:not(.is-invalid),
.xcolor-0b505a .form-control:focus:not(.is-invalid),
.xcolor-0b505a .recipient-input.focus,
.xcolor-0b505a .mce-tinymce.focused,
.xcolor-0b505a div.tox.focused {
  border-color: #0b505a !important;
}
.xcolor-0b505a #settings-menu li.selected,
.xcolor-0b505a .listing tr.selected td,
.xcolor-0b505a .listing li.selected > a,
.xcolor-0b505a ul.treelist li.selected > div > a,
.xcolor-0b505a ul.treelist li.selected > a,
.xcolor-0b505a .toolbarmenu.listing li:hover a.active {
  color: #0b505a;
}
html.dark-mode .xcolor-0b505a #settings-menu li.selected,
html.dark-mode .xcolor-0b505a .listing tr.selected td,
html.dark-mode .xcolor-0b505a .listing li.selected > a,
html.dark-mode .xcolor-0b505a ul.treelist li.selected > div > a,
html.dark-mode .xcolor-0b505a ul.treelist li.selected > a,
html.dark-mode .xcolor-0b505a .toolbarmenu.listing li:hover a.active {
  color: #0b505a;
}
.xcolor-0b505a #layout-menu .popover-header {
  background-color: #0b505a !important;
}
html.dark-mode .xcolor-0b505a #layout-menu .popover-header {
  background-color: #0b505a !important;
}
.xcolor-0b505a .ui-datepicker a.ui-state-active {
  background-color: #286673 !important;
}
html.dark-mode .xcolor-0b505a .ui-datepicker a.ui-state-active {
  background-color: #286673 !important;
}

html.dark-mode:not(.touch) .xcolor-0b505a ::-webkit-scrollbar-thumb {
  background-color: #0b505a;
}

@media screen and (min-width: 481px) {
  .xcolor-0b505a #layout-menu {
    background-color: #0b505a !important;
  }
  .xcolor-0b505a #taskmenu a.selected,
  .xcolor-0b505a #taskmenu a.focus,
  .xcolor-0b505a #taskmenu a:hover {
    background-color: #286673 !important;
  }
}
.xcolor-73a6dc .btn.btn-primary,
.xcolor-73a6dc .btn.btn-success,
.xcolor-73a6dc div.tox .tox-dialog__footer .tox-button,
.xcolor-73a6dc .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-73a6dc .floating-action-buttons a.button {
  background-color: #3b87d9 !important;
  color: #fff !important;
  border: none;
}
.xcolor-73a6dc .btn.btn-primary:hover,
.xcolor-73a6dc .btn.btn-success:hover,
.xcolor-73a6dc div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-73a6dc .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-73a6dc .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-73a6dc .btn.disabled, .xcolor-73a6dc .btn.disabled:hover,
.xcolor-73a6dc .btn:disabled,
.xcolor-73a6dc .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-73a6dc .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-73a6dc .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #3b87d9 !important;
  border: 1px solid #3b87d9 !important;
}
.xcolor-73a6dc .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-73a6dc .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-73a6dc .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #3b87d9 !important;
}
.xcolor-73a6dc a,
.xcolor-73a6dc button.xanchor,
.xcolor-73a6dc div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-73a6dc input.icon-checkbox + label:before,
.xcolor-73a6dc input.icon-checkbox:checked + label:before {
  color: #3b87d9;
}
html.dark-mode .xcolor-73a6dc a,
html.dark-mode .xcolor-73a6dc button.xanchor,
html.dark-mode .xcolor-73a6dc div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-73a6dc input.icon-checkbox + label:before,
html.dark-mode .xcolor-73a6dc input.icon-checkbox:checked + label:before {
  color: #3b87d9;
}
.xcolor-73a6dc .custom-file-label:focus:not(.is-invalid),
.xcolor-73a6dc .form-control:focus:not(.is-invalid),
.xcolor-73a6dc .recipient-input.focus,
.xcolor-73a6dc .mce-tinymce.focused,
.xcolor-73a6dc div.tox.focused {
  border-color: #3b87d9 !important;
}
.xcolor-73a6dc #settings-menu li.selected,
.xcolor-73a6dc .listing tr.selected td,
.xcolor-73a6dc .listing li.selected > a,
.xcolor-73a6dc ul.treelist li.selected > div > a,
.xcolor-73a6dc ul.treelist li.selected > a,
.xcolor-73a6dc .toolbarmenu.listing li:hover a.active {
  color: #3b87d9;
}
html.dark-mode .xcolor-73a6dc #settings-menu li.selected,
html.dark-mode .xcolor-73a6dc .listing tr.selected td,
html.dark-mode .xcolor-73a6dc .listing li.selected > a,
html.dark-mode .xcolor-73a6dc ul.treelist li.selected > div > a,
html.dark-mode .xcolor-73a6dc ul.treelist li.selected > a,
html.dark-mode .xcolor-73a6dc .toolbarmenu.listing li:hover a.active {
  color: #3b87d9;
}
.xcolor-73a6dc #layout-menu .popover-header {
  background-color: #73a6dc !important;
}
html.dark-mode .xcolor-73a6dc #layout-menu .popover-header {
  background-color: #73a6dc !important;
}
.xcolor-73a6dc .ui-datepicker a.ui-state-active {
  background-color: #639ad4 !important;
}
html.dark-mode .xcolor-73a6dc .ui-datepicker a.ui-state-active {
  background-color: #639ad4 !important;
}

html.dark-mode:not(.touch) .xcolor-73a6dc ::-webkit-scrollbar-thumb {
  background-color: #73a6dc;
}

@media screen and (min-width: 481px) {
  .xcolor-73a6dc #layout-menu {
    background-color: #73a6dc !important;
  }
  .xcolor-73a6dc #taskmenu a.selected,
  .xcolor-73a6dc #taskmenu a.focus,
  .xcolor-73a6dc #taskmenu a:hover {
    background-color: #639ad4 !important;
  }
}
.xcolor-435365 .btn.btn-primary,
.xcolor-435365 .btn.btn-success,
.xcolor-435365 div.tox .tox-dialog__footer .tox-button,
.xcolor-435365 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-435365 .floating-action-buttons a.button {
  background-color: #435365 !important;
  color: #fff !important;
  border: none;
}
.xcolor-435365 .btn.btn-primary:hover,
.xcolor-435365 .btn.btn-success:hover,
.xcolor-435365 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-435365 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-435365 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-435365 .btn.disabled, .xcolor-435365 .btn.disabled:hover,
.xcolor-435365 .btn:disabled,
.xcolor-435365 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-435365 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-435365 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #435365 !important;
  border: 1px solid #435365 !important;
}
.xcolor-435365 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-435365 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-435365 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #435365 !important;
}
.xcolor-435365 a,
.xcolor-435365 button.xanchor,
.xcolor-435365 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-435365 input.icon-checkbox + label:before,
.xcolor-435365 input.icon-checkbox:checked + label:before {
  color: #435365;
}
html.dark-mode .xcolor-435365 a,
html.dark-mode .xcolor-435365 button.xanchor,
html.dark-mode .xcolor-435365 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-435365 input.icon-checkbox + label:before,
html.dark-mode .xcolor-435365 input.icon-checkbox:checked + label:before {
  color: #435365;
}
.xcolor-435365 .custom-file-label:focus:not(.is-invalid),
.xcolor-435365 .form-control:focus:not(.is-invalid),
.xcolor-435365 .recipient-input.focus,
.xcolor-435365 .mce-tinymce.focused,
.xcolor-435365 div.tox.focused {
  border-color: #435365 !important;
}
.xcolor-435365 #settings-menu li.selected,
.xcolor-435365 .listing tr.selected td,
.xcolor-435365 .listing li.selected > a,
.xcolor-435365 ul.treelist li.selected > div > a,
.xcolor-435365 ul.treelist li.selected > a,
.xcolor-435365 .toolbarmenu.listing li:hover a.active {
  color: #435365;
}
html.dark-mode .xcolor-435365 #settings-menu li.selected,
html.dark-mode .xcolor-435365 .listing tr.selected td,
html.dark-mode .xcolor-435365 .listing li.selected > a,
html.dark-mode .xcolor-435365 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-435365 ul.treelist li.selected > a,
html.dark-mode .xcolor-435365 .toolbarmenu.listing li:hover a.active {
  color: #435365;
}
.xcolor-435365 #layout-menu .popover-header {
  background-color: #435365 !important;
}
html.dark-mode .xcolor-435365 #layout-menu .popover-header {
  background-color: #435365 !important;
}
.xcolor-435365 .ui-datepicker a.ui-state-active {
  background-color: #485a6e !important;
}
html.dark-mode .xcolor-435365 .ui-datepicker a.ui-state-active {
  background-color: #485a6e !important;
}

html.dark-mode:not(.touch) .xcolor-435365 ::-webkit-scrollbar-thumb {
  background-color: #435365;
}

@media screen and (min-width: 481px) {
  .xcolor-435365 #layout-menu {
    background-color: #435365 !important;
  }
  .xcolor-435365 #taskmenu a.selected,
  .xcolor-435365 #taskmenu a.focus,
  .xcolor-435365 #taskmenu a:hover {
    background-color: #485a6e !important;
  }
}
.xcolor-2b8bc3 .btn.btn-primary,
.xcolor-2b8bc3 .btn.btn-success,
.xcolor-2b8bc3 div.tox .tox-dialog__footer .tox-button,
.xcolor-2b8bc3 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-2b8bc3 .floating-action-buttons a.button {
  background-color: #2b8bc3 !important;
  color: #fff !important;
  border: none;
}
.xcolor-2b8bc3 .btn.btn-primary:hover,
.xcolor-2b8bc3 .btn.btn-success:hover,
.xcolor-2b8bc3 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-2b8bc3 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-2b8bc3 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-2b8bc3 .btn.disabled, .xcolor-2b8bc3 .btn.disabled:hover,
.xcolor-2b8bc3 .btn:disabled,
.xcolor-2b8bc3 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-2b8bc3 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-2b8bc3 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #2b8bc3 !important;
  border: 1px solid #2b8bc3 !important;
}
.xcolor-2b8bc3 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-2b8bc3 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-2b8bc3 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #2b8bc3 !important;
}
.xcolor-2b8bc3 a,
.xcolor-2b8bc3 button.xanchor,
.xcolor-2b8bc3 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-2b8bc3 input.icon-checkbox + label:before,
.xcolor-2b8bc3 input.icon-checkbox:checked + label:before {
  color: #2b8bc3;
}
html.dark-mode .xcolor-2b8bc3 a,
html.dark-mode .xcolor-2b8bc3 button.xanchor,
html.dark-mode .xcolor-2b8bc3 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-2b8bc3 input.icon-checkbox + label:before,
html.dark-mode .xcolor-2b8bc3 input.icon-checkbox:checked + label:before {
  color: #2b8bc3;
}
.xcolor-2b8bc3 .custom-file-label:focus:not(.is-invalid),
.xcolor-2b8bc3 .form-control:focus:not(.is-invalid),
.xcolor-2b8bc3 .recipient-input.focus,
.xcolor-2b8bc3 .mce-tinymce.focused,
.xcolor-2b8bc3 div.tox.focused {
  border-color: #2b8bc3 !important;
}
.xcolor-2b8bc3 #settings-menu li.selected,
.xcolor-2b8bc3 .listing tr.selected td,
.xcolor-2b8bc3 .listing li.selected > a,
.xcolor-2b8bc3 ul.treelist li.selected > div > a,
.xcolor-2b8bc3 ul.treelist li.selected > a,
.xcolor-2b8bc3 .toolbarmenu.listing li:hover a.active {
  color: #2b8bc3;
}
html.dark-mode .xcolor-2b8bc3 #settings-menu li.selected,
html.dark-mode .xcolor-2b8bc3 .listing tr.selected td,
html.dark-mode .xcolor-2b8bc3 .listing li.selected > a,
html.dark-mode .xcolor-2b8bc3 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-2b8bc3 ul.treelist li.selected > a,
html.dark-mode .xcolor-2b8bc3 .toolbarmenu.listing li:hover a.active {
  color: #2b8bc3;
}
.xcolor-2b8bc3 #layout-menu .popover-header {
  background-color: #2b8bc3 !important;
}
html.dark-mode .xcolor-2b8bc3 #layout-menu .popover-header {
  background-color: #2b8bc3 !important;
}
.xcolor-2b8bc3 .ui-datepicker a.ui-state-active {
  background-color: #3497d1 !important;
}
html.dark-mode .xcolor-2b8bc3 .ui-datepicker a.ui-state-active {
  background-color: #3497d1 !important;
}

html.dark-mode:not(.touch) .xcolor-2b8bc3 ::-webkit-scrollbar-thumb {
  background-color: #2b8bc3;
}

@media screen and (min-width: 481px) {
  .xcolor-2b8bc3 #layout-menu {
    background-color: #2b8bc3 !important;
  }
  .xcolor-2b8bc3 #taskmenu a.selected,
  .xcolor-2b8bc3 #taskmenu a.focus,
  .xcolor-2b8bc3 #taskmenu a:hover {
    background-color: #3497d1 !important;
  }
}
.xcolor-0087bf .btn.btn-primary,
.xcolor-0087bf .btn.btn-success,
.xcolor-0087bf div.tox .tox-dialog__footer .tox-button,
.xcolor-0087bf .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-0087bf .floating-action-buttons a.button {
  background-color: #0087bf !important;
  color: #fff !important;
  border: none;
}
.xcolor-0087bf .btn.btn-primary:hover,
.xcolor-0087bf .btn.btn-success:hover,
.xcolor-0087bf div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-0087bf .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-0087bf .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-0087bf .btn.disabled, .xcolor-0087bf .btn.disabled:hover,
.xcolor-0087bf .btn:disabled,
.xcolor-0087bf .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-0087bf .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-0087bf .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0087bf !important;
  border: 1px solid #0087bf !important;
}
.xcolor-0087bf .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-0087bf .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-0087bf .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #0087bf !important;
}
.xcolor-0087bf a,
.xcolor-0087bf button.xanchor,
.xcolor-0087bf div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-0087bf input.icon-checkbox + label:before,
.xcolor-0087bf input.icon-checkbox:checked + label:before {
  color: #0087bf;
}
html.dark-mode .xcolor-0087bf a,
html.dark-mode .xcolor-0087bf button.xanchor,
html.dark-mode .xcolor-0087bf div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-0087bf input.icon-checkbox + label:before,
html.dark-mode .xcolor-0087bf input.icon-checkbox:checked + label:before {
  color: #0087bf;
}
.xcolor-0087bf .custom-file-label:focus:not(.is-invalid),
.xcolor-0087bf .form-control:focus:not(.is-invalid),
.xcolor-0087bf .recipient-input.focus,
.xcolor-0087bf .mce-tinymce.focused,
.xcolor-0087bf div.tox.focused {
  border-color: #0087bf !important;
}
.xcolor-0087bf #settings-menu li.selected,
.xcolor-0087bf .listing tr.selected td,
.xcolor-0087bf .listing li.selected > a,
.xcolor-0087bf ul.treelist li.selected > div > a,
.xcolor-0087bf ul.treelist li.selected > a,
.xcolor-0087bf .toolbarmenu.listing li:hover a.active {
  color: #0087bf;
}
html.dark-mode .xcolor-0087bf #settings-menu li.selected,
html.dark-mode .xcolor-0087bf .listing tr.selected td,
html.dark-mode .xcolor-0087bf .listing li.selected > a,
html.dark-mode .xcolor-0087bf ul.treelist li.selected > div > a,
html.dark-mode .xcolor-0087bf ul.treelist li.selected > a,
html.dark-mode .xcolor-0087bf .toolbarmenu.listing li:hover a.active {
  color: #0087bf;
}
.xcolor-0087bf #layout-menu .popover-header {
  background-color: #0087bf !important;
}
html.dark-mode .xcolor-0087bf #layout-menu .popover-header {
  background-color: #0087bf !important;
}
.xcolor-0087bf .ui-datepicker a.ui-state-active {
  background-color: #0495d1 !important;
}
html.dark-mode .xcolor-0087bf .ui-datepicker a.ui-state-active {
  background-color: #0495d1 !important;
}

html.dark-mode:not(.touch) .xcolor-0087bf ::-webkit-scrollbar-thumb {
  background-color: #0087bf;
}

@media screen and (min-width: 481px) {
  .xcolor-0087bf #layout-menu {
    background-color: #0087bf !important;
  }
  .xcolor-0087bf #taskmenu a.selected,
  .xcolor-0087bf #taskmenu a.focus,
  .xcolor-0087bf #taskmenu a:hover {
    background-color: #0495d1 !important;
  }
}
.xcolor-29a7f1 .btn.btn-primary,
.xcolor-29a7f1 .btn.btn-success,
.xcolor-29a7f1 div.tox .tox-dialog__footer .tox-button,
.xcolor-29a7f1 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-29a7f1 .floating-action-buttons a.button {
  background-color: #29a7f1 !important;
  color: #fff !important;
  border: none;
}
.xcolor-29a7f1 .btn.btn-primary:hover,
.xcolor-29a7f1 .btn.btn-success:hover,
.xcolor-29a7f1 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-29a7f1 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-29a7f1 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-29a7f1 .btn.disabled, .xcolor-29a7f1 .btn.disabled:hover,
.xcolor-29a7f1 .btn:disabled,
.xcolor-29a7f1 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-29a7f1 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-29a7f1 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #29a7f1 !important;
  border: 1px solid #29a7f1 !important;
}
.xcolor-29a7f1 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-29a7f1 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-29a7f1 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #29a7f1 !important;
}
.xcolor-29a7f1 a,
.xcolor-29a7f1 button.xanchor,
.xcolor-29a7f1 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-29a7f1 input.icon-checkbox + label:before,
.xcolor-29a7f1 input.icon-checkbox:checked + label:before {
  color: #29a7f1;
}
html.dark-mode .xcolor-29a7f1 a,
html.dark-mode .xcolor-29a7f1 button.xanchor,
html.dark-mode .xcolor-29a7f1 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-29a7f1 input.icon-checkbox + label:before,
html.dark-mode .xcolor-29a7f1 input.icon-checkbox:checked + label:before {
  color: #29a7f1;
}
.xcolor-29a7f1 .custom-file-label:focus:not(.is-invalid),
.xcolor-29a7f1 .form-control:focus:not(.is-invalid),
.xcolor-29a7f1 .recipient-input.focus,
.xcolor-29a7f1 .mce-tinymce.focused,
.xcolor-29a7f1 div.tox.focused {
  border-color: #29a7f1 !important;
}
.xcolor-29a7f1 #settings-menu li.selected,
.xcolor-29a7f1 .listing tr.selected td,
.xcolor-29a7f1 .listing li.selected > a,
.xcolor-29a7f1 ul.treelist li.selected > div > a,
.xcolor-29a7f1 ul.treelist li.selected > a,
.xcolor-29a7f1 .toolbarmenu.listing li:hover a.active {
  color: #29a7f1;
}
html.dark-mode .xcolor-29a7f1 #settings-menu li.selected,
html.dark-mode .xcolor-29a7f1 .listing tr.selected td,
html.dark-mode .xcolor-29a7f1 .listing li.selected > a,
html.dark-mode .xcolor-29a7f1 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-29a7f1 ul.treelist li.selected > a,
html.dark-mode .xcolor-29a7f1 .toolbarmenu.listing li:hover a.active {
  color: #29a7f1;
}
.xcolor-29a7f1 #layout-menu .popover-header {
  background-color: #29a7f1 !important;
}
html.dark-mode .xcolor-29a7f1 #layout-menu .popover-header {
  background-color: #29a7f1 !important;
}
.xcolor-29a7f1 .ui-datepicker a.ui-state-active {
  background-color: #2faffa !important;
}
html.dark-mode .xcolor-29a7f1 .ui-datepicker a.ui-state-active {
  background-color: #2faffa !important;
}

html.dark-mode:not(.touch) .xcolor-29a7f1 ::-webkit-scrollbar-thumb {
  background-color: #29a7f1;
}

@media screen and (min-width: 481px) {
  .xcolor-29a7f1 #layout-menu {
    background-color: #29a7f1 !important;
  }
  .xcolor-29a7f1 #taskmenu a.selected,
  .xcolor-29a7f1 #taskmenu a.focus,
  .xcolor-29a7f1 #taskmenu a:hover {
    background-color: #2faffa !important;
  }
}
.xcolor-002c51 .btn.btn-primary,
.xcolor-002c51 .btn.btn-success,
.xcolor-002c51 div.tox .tox-dialog__footer .tox-button,
.xcolor-002c51 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-002c51 .floating-action-buttons a.button {
  background-color: #002c51 !important;
  color: #fff !important;
  border: none;
}
.xcolor-002c51 .btn.btn-primary:hover,
.xcolor-002c51 .btn.btn-success:hover,
.xcolor-002c51 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-002c51 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-002c51 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-002c51 .btn.disabled, .xcolor-002c51 .btn.disabled:hover,
.xcolor-002c51 .btn:disabled,
.xcolor-002c51 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-002c51 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-002c51 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #002c51 !important;
  border: 1px solid #002c51 !important;
}
.xcolor-002c51 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-002c51 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-002c51 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #002c51 !important;
}
.xcolor-002c51 a,
.xcolor-002c51 button.xanchor,
.xcolor-002c51 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-002c51 input.icon-checkbox + label:before,
.xcolor-002c51 input.icon-checkbox:checked + label:before {
  color: #002c51;
}
html.dark-mode .xcolor-002c51 a,
html.dark-mode .xcolor-002c51 button.xanchor,
html.dark-mode .xcolor-002c51 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-002c51 input.icon-checkbox + label:before,
html.dark-mode .xcolor-002c51 input.icon-checkbox:checked + label:before {
  color: #002c51;
}
.xcolor-002c51 .custom-file-label:focus:not(.is-invalid),
.xcolor-002c51 .form-control:focus:not(.is-invalid),
.xcolor-002c51 .recipient-input.focus,
.xcolor-002c51 .mce-tinymce.focused,
.xcolor-002c51 div.tox.focused {
  border-color: #002c51 !important;
}
.xcolor-002c51 #settings-menu li.selected,
.xcolor-002c51 .listing tr.selected td,
.xcolor-002c51 .listing li.selected > a,
.xcolor-002c51 ul.treelist li.selected > div > a,
.xcolor-002c51 ul.treelist li.selected > a,
.xcolor-002c51 .toolbarmenu.listing li:hover a.active {
  color: #002c51;
}
html.dark-mode .xcolor-002c51 #settings-menu li.selected,
html.dark-mode .xcolor-002c51 .listing tr.selected td,
html.dark-mode .xcolor-002c51 .listing li.selected > a,
html.dark-mode .xcolor-002c51 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-002c51 ul.treelist li.selected > a,
html.dark-mode .xcolor-002c51 .toolbarmenu.listing li:hover a.active {
  color: #002c51;
}
.xcolor-002c51 #layout-menu .popover-header {
  background-color: #002c51 !important;
}
html.dark-mode .xcolor-002c51 #layout-menu .popover-header {
  background-color: #002c51 !important;
}
.xcolor-002c51 .ui-datepicker a.ui-state-active {
  background-color: #043056 !important;
}
html.dark-mode .xcolor-002c51 .ui-datepicker a.ui-state-active {
  background-color: #043056 !important;
}

html.dark-mode:not(.touch) .xcolor-002c51 ::-webkit-scrollbar-thumb {
  background-color: #002c51;
}

@media screen and (min-width: 481px) {
  .xcolor-002c51 #layout-menu {
    background-color: #002c51 !important;
  }
  .xcolor-002c51 #taskmenu a.selected,
  .xcolor-002c51 #taskmenu a.focus,
  .xcolor-002c51 #taskmenu a:hover {
    background-color: #043056 !important;
  }
}
.xcolor-29a7f2 .btn.btn-primary,
.xcolor-29a7f2 .btn.btn-success,
.xcolor-29a7f2 div.tox .tox-dialog__footer .tox-button,
.xcolor-29a7f2 .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-29a7f2 .floating-action-buttons a.button {
  background-color: #29a7f2 !important;
  color: #fff !important;
  border: none;
}
.xcolor-29a7f2 .btn.btn-primary:hover,
.xcolor-29a7f2 .btn.btn-success:hover,
.xcolor-29a7f2 div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-29a7f2 .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-29a7f2 .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-29a7f2 .btn.disabled, .xcolor-29a7f2 .btn.disabled:hover,
.xcolor-29a7f2 .btn:disabled,
.xcolor-29a7f2 .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-29a7f2 .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-29a7f2 .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #29a7f2 !important;
  border: 1px solid #29a7f2 !important;
}
.xcolor-29a7f2 .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-29a7f2 .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-29a7f2 .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #29a7f2 !important;
}
.xcolor-29a7f2 a,
.xcolor-29a7f2 button.xanchor,
.xcolor-29a7f2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-29a7f2 input.icon-checkbox + label:before,
.xcolor-29a7f2 input.icon-checkbox:checked + label:before {
  color: #29a7f2;
}
html.dark-mode .xcolor-29a7f2 a,
html.dark-mode .xcolor-29a7f2 button.xanchor,
html.dark-mode .xcolor-29a7f2 div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-29a7f2 input.icon-checkbox + label:before,
html.dark-mode .xcolor-29a7f2 input.icon-checkbox:checked + label:before {
  color: #29a7f2;
}
.xcolor-29a7f2 .custom-file-label:focus:not(.is-invalid),
.xcolor-29a7f2 .form-control:focus:not(.is-invalid),
.xcolor-29a7f2 .recipient-input.focus,
.xcolor-29a7f2 .mce-tinymce.focused,
.xcolor-29a7f2 div.tox.focused {
  border-color: #29a7f2 !important;
}
.xcolor-29a7f2 #settings-menu li.selected,
.xcolor-29a7f2 .listing tr.selected td,
.xcolor-29a7f2 .listing li.selected > a,
.xcolor-29a7f2 ul.treelist li.selected > div > a,
.xcolor-29a7f2 ul.treelist li.selected > a,
.xcolor-29a7f2 .toolbarmenu.listing li:hover a.active {
  color: #29a7f2;
}
html.dark-mode .xcolor-29a7f2 #settings-menu li.selected,
html.dark-mode .xcolor-29a7f2 .listing tr.selected td,
html.dark-mode .xcolor-29a7f2 .listing li.selected > a,
html.dark-mode .xcolor-29a7f2 ul.treelist li.selected > div > a,
html.dark-mode .xcolor-29a7f2 ul.treelist li.selected > a,
html.dark-mode .xcolor-29a7f2 .toolbarmenu.listing li:hover a.active {
  color: #29a7f2;
}
.xcolor-29a7f2 #layout-menu .popover-header {
  background-color: #29a7f2 !important;
}
html.dark-mode .xcolor-29a7f2 #layout-menu .popover-header {
  background-color: #29a7f2 !important;
}
.xcolor-29a7f2 .ui-datepicker a.ui-state-active {
  background-color: #2faffa !important;
}
html.dark-mode .xcolor-29a7f2 .ui-datepicker a.ui-state-active {
  background-color: #2faffa !important;
}

html.dark-mode:not(.touch) .xcolor-29a7f2 ::-webkit-scrollbar-thumb {
  background-color: #29a7f2;
}

@media screen and (min-width: 481px) {
  .xcolor-29a7f2 #layout-menu {
    background-color: #29a7f2 !important;
  }
  .xcolor-29a7f2 #taskmenu a.selected,
  .xcolor-29a7f2 #taskmenu a.focus,
  .xcolor-29a7f2 #taskmenu a:hover {
    background-color: #2faffa !important;
  }
}
.xcolor-157c5f .btn.btn-primary,
.xcolor-157c5f .btn.btn-success,
.xcolor-157c5f div.tox .tox-dialog__footer .tox-button,
.xcolor-157c5f .mce-window .mce-foot .mce-btn.mce-primary,
.xcolor-157c5f .floating-action-buttons a.button {
  background-color: #157c5f !important;
  color: #fff !important;
  border: none;
}
.xcolor-157c5f .btn.btn-primary:hover,
.xcolor-157c5f .btn.btn-success:hover,
.xcolor-157c5f div.tox .tox-dialog__footer .tox-button:hover,
.xcolor-157c5f .mce-window .mce-foot .mce-btn.mce-primary:hover,
.xcolor-157c5f .floating-action-buttons a.button:hover {
  filter: brightness(1.15);
}
.xcolor-157c5f .btn.disabled, .xcolor-157c5f .btn.disabled:hover,
.xcolor-157c5f .btn:disabled,
.xcolor-157c5f .btn:disabled:hover {
  background-color: #777 !important;
}
.xcolor-157c5f .mce-window .mce-foot .mce-btn.mce-primary button {
  color: #fff !important;
}
.xcolor-157c5f .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #157c5f !important;
  border: 1px solid #157c5f !important;
}
.xcolor-157c5f .custom-switch .custom-control-input:checked ~ .custom-control-label:hover:before {
  filter: brightness(1.15);
}
.xcolor-157c5f .mce-window .mce-checkbox i.mce-i-checkbox {
  color: #c0c0c0;
}
.xcolor-157c5f .mce-window .mce-checkbox.mce-checked i.mce-i-checkbox {
  color: #157c5f !important;
}
.xcolor-157c5f a,
.xcolor-157c5f button.xanchor,
.xcolor-157c5f div.tox .tox-dialog .tox-dialog__body-nav-item--active,
.xcolor-157c5f input.icon-checkbox + label:before,
.xcolor-157c5f input.icon-checkbox:checked + label:before {
  color: #157c5f;
}
html.dark-mode .xcolor-157c5f a,
html.dark-mode .xcolor-157c5f button.xanchor,
html.dark-mode .xcolor-157c5f div.tox .tox-dialog .tox-dialog__body-nav-item--active,
html.dark-mode .xcolor-157c5f input.icon-checkbox + label:before,
html.dark-mode .xcolor-157c5f input.icon-checkbox:checked + label:before {
  color: #157c5f;
}
.xcolor-157c5f .custom-file-label:focus:not(.is-invalid),
.xcolor-157c5f .form-control:focus:not(.is-invalid),
.xcolor-157c5f .recipient-input.focus,
.xcolor-157c5f .mce-tinymce.focused,
.xcolor-157c5f div.tox.focused {
  border-color: #157c5f !important;
}
.xcolor-157c5f #settings-menu li.selected,
.xcolor-157c5f .listing tr.selected td,
.xcolor-157c5f .listing li.selected > a,
.xcolor-157c5f ul.treelist li.selected > div > a,
.xcolor-157c5f ul.treelist li.selected > a,
.xcolor-157c5f .toolbarmenu.listing li:hover a.active {
  color: #157c5f;
}
html.dark-mode .xcolor-157c5f #settings-menu li.selected,
html.dark-mode .xcolor-157c5f .listing tr.selected td,
html.dark-mode .xcolor-157c5f .listing li.selected > a,
html.dark-mode .xcolor-157c5f ul.treelist li.selected > div > a,
html.dark-mode .xcolor-157c5f ul.treelist li.selected > a,
html.dark-mode .xcolor-157c5f .toolbarmenu.listing li:hover a.active {
  color: #157c5f;
}
.xcolor-157c5f #layout-menu .popover-header {
  background-color: #157c5f !important;
}
html.dark-mode .xcolor-157c5f #layout-menu .popover-header {
  background-color: #157c5f !important;
}
.xcolor-157c5f .ui-datepicker a.ui-state-active {
  background-color: #158a69 !important;
}
html.dark-mode .xcolor-157c5f .ui-datepicker a.ui-state-active {
  background-color: #158a69 !important;
}

html.dark-mode:not(.touch) .xcolor-157c5f ::-webkit-scrollbar-thumb {
  background-color: #157c5f;
}

@media screen and (min-width: 481px) {
  .xcolor-157c5f #layout-menu {
    background-color: #157c5f !important;
  }
  .xcolor-157c5f #taskmenu a.selected,
  .xcolor-157c5f #taskmenu a.focus,
  .xcolor-157c5f #taskmenu a:hover {
    background-color: #158a69 !important;
  }
}
html.dark-mode body.xbg #layout > div > .header,
html.dark-mode body.xbg #layout > div > .header a.button,
html.dark-mode body.xbg .menu.toolbar a {
  color: #333;
}

:not(.flatpickr-calendar *, .error) {
  border-color: #ddd;
}
html.dark-mode :not(.flatpickr-calendar *, .error) {
  border-color: #4d6066;
}

body #layout > #layout-menu .special-buttons, body #layout > #layout-menu .special-buttons a {
  background-color: transparent !important;
}

.popupmenu .listing li.selected,
.popupmenu .listing li > a:not(.disabled):hover,
.popover .menu li a:not(.disabled):hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
html.dark-mode .popupmenu .listing li.selected,
html.dark-mode .popupmenu .listing li > a:not(.disabled):hover,
html.dark-mode .popover .menu li a:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.popupmenu .listing li.selected,
.popupmenu .listing li > a:not(.disabled):hover,
.popover .menu li a:not(.disabled):hover {
  color: #333 !important;
}
html.dark-mode .popupmenu .listing li.selected,
html.dark-mode .popupmenu .listing li > a:not(.disabled):hover,
html.dark-mode .popover .menu li a:not(.disabled):hover {
  color: #c5d1d3 !important;
}

html.dark-mode .messagelist tr:not(.flagged):not(.deleted).selected td.subject a,
html.dark-mode .messagelist tr:not(.flagged):not(.deleted).selected td.subject span.msgicon.status {
  color: #fff;
}

#layout #xsidebar {
  border: none;
}

div.tox .tox-button.tox-button--secondary,
.mce-window .mce-foot .mce-btn,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
.btn.btn-link {
  background-color: #7e8d93;
  color: #fff;
  border: none;
}
html.dark-mode div.tox .tox-button.tox-button--secondary,
html.dark-mode .mce-window .mce-foot .mce-btn,
html.dark-mode .btn.btn-secondary:not(.btn.btn-danger):not(.xanchor),
html.dark-mode .btn.btn-link {
  background-color: #6c797e;
}
div.tox .tox-button.tox-button--secondary:hover,
.mce-window .mce-foot .mce-btn:hover,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor):hover,
.btn.btn-link:hover {
  filter: brightness(1.15);
}
div.tox .tox-button.tox-button--secondary.ui-dialog-titlebar-close,
.mce-window .mce-foot .mce-btn.ui-dialog-titlebar-close,
.btn.btn-secondary:not(.btn.btn-danger):not(.xanchor).ui-dialog-titlebar-close,
.btn.btn-link.ui-dialog-titlebar-close {
  border: none !important;
}

.mce-window .mce-foot .mce-btn button {
  color: #333 !important;
}
html.dark-mode .mce-window .mce-foot .mce-btn button {
  color: #c5d1d3 !important;
}

body.xelastic.task-login {
  background: #efefee url(../images/login_bg.png) no-repeat;
  background-size: cover;
}

.folderlist li.mailbox .unreadcount {
  background: transparent;
  color: #333;
}

.propform legend,
.formcontent legend {
  font-weight: normal;
}

ul.treelist li.selected > div > a,
ul.treelist li.selected > a,
.listing li.selected,
.listing tr.selected td {
  background-color: #eee;
}

.header a.button.icon:not(.disabled):focus,
.header a.button.icon:not(.disabled):hover,
.toolbar .dropbutton:hover,
.toolbar a.button:not(.disabled):focus,
.toolbar a.button:not(.disabled):hover {
  background: transparent !important;
}

.floating-action-buttons a {
  border-radius: 50% !important;
}

#taskmenu #xlogo-header-container {
  display: none;
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
  #layout-menu .popover-header img {
    width: unset !important;
  }
  #layout-menu #taskmenu a {
    font-size: unset !important;
  }
  #layout-menu #taskmenu > a[role=button] span.inner, #layout-menu #taskmenu > .action-buttons a.compose span.inner {
    display: block;
  }
}
html.dark-mode .listing li.selected,
html.dark-mode .listing li.selected > a,
html.dark-mode .listing li.selected > div > a,
html.dark-mode .listing tr.selected td {
  color: #fff;
}

.searchbar a {
  color: #333;
}

#ui-datepicker-div {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 480px) {
  .btn {
    border: none;
    text-transform: uppercase;
    border-radius: 2px !important;
    color: #fff !important;
  }
  #taskmenu a.selected,
  #taskmenu .action-buttons a {
    background: transparent;
    color: #fff;
  }
  #taskmenu a.logout {
    color: #fff !important;
  }
}
@media screen and (min-width: 1025px) {
  body {
    background-color: #e5e5e5;
  }
  html.dark-mode body {
    background-color: #000;
  }
  .iframe body {
    background-color: #fff;
  }
  #xlogo-header-container {
    float: left !important;
    display: block;
    padding: 0 12px !important;
    max-width: none;
  }
  #layout {
    top: 0;
  }
  #layout-sidebar,
  #layout-content,
  #layout-list,
  #layout #xsidebar {
    margin-top: 65px !important;
  }
  #xsidebar,
  #layout-content {
    margin-right: 10px !important;
  }
  body > #layout > #xsidebar {
    margin-left: 0 !important;
  }
  body > #layout-content .iframe-wrapper {
    margin-bottom: 12px;
  }
  #layout-sidebar,
  #layout-content,
  #layout-list,
  #layout #xsidebar {
    background-color: #fff;
    border: none;
    border-radius: 2px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    margin: 15px 0 15px 10px;
  }
  html.dark-mode #layout-sidebar,
  html.dark-mode #layout-content,
  html.dark-mode #layout-list,
  html.dark-mode #layout #xsidebar {
    background-color: #21292C;
  }
  #layout-sidebar .iframe-wrapper,
  #layout-sidebar .scroller:not(#calendar-list-content),
  #layout-sidebar .header,
  #layout-sidebar .footer,
  #layout-sidebar .pagenav,
  #layout-sidebar #xsidebar-inner,
  #layout-content .iframe-wrapper,
  #layout-content .scroller:not(#calendar-list-content),
  #layout-content .header,
  #layout-content .footer,
  #layout-content .pagenav,
  #layout-content #xsidebar-inner,
  #layout-list .iframe-wrapper,
  #layout-list .scroller:not(#calendar-list-content),
  #layout-list .header,
  #layout-list .footer,
  #layout-list .pagenav,
  #layout-list #xsidebar-inner,
  #layout #xsidebar .iframe-wrapper,
  #layout #xsidebar .scroller:not(#calendar-list-content),
  #layout #xsidebar .header,
  #layout #xsidebar .footer,
  #layout #xsidebar .pagenav,
  #layout #xsidebar #xsidebar-inner {
    background-color: transparent !important;
  }
  #layout-sidebar.sidebar-right {
    border: none;
  }
  #sidebar-calendar .ui-datepicker-inline,
  #sidebar-calendar .ui-datepicker-header {
    background-color: transparent;
  }
  #sidebar-calendar .ui-datepicker-calendar {
    border-right: none;
  }
  .xcalendar-page #layout-sidebar {
    margin-left: 0;
    margin-right: 10px;
  }
  body > #layout > div > .header .header-title {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    padding-left: 1rem;
    margin-left: 0 !important;
  }
  body > #layout > div > .header .header-title.username {
    font-size: 1.1rem;
  }
  body.settings-page > #layout > div.content .header {
    display: none !important;
  }
  body > #layout {
    position: absolute;
    bottom: 0;
    height: auto;
  }
  body > #layout > #layout-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    background-color: #333;
  }
  body > #layout > #layout-menu .popover-header {
    position: absolute;
    top: 0;
    left: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: transparent !important;
  }
  body > #layout > #layout-menu .popover-header img {
    padding: 0;
  }
  body > #layout > #layout-menu #taskmenu {
    width: 100%;
    text-align: right;
  }
  body > #layout > #layout-menu #taskmenu > a, body > #layout > #layout-menu #taskmenu > span, body > #layout > #layout-menu #taskmenu > span.action-buttons a, body > #layout > #layout-menu #taskmenu > span.special-buttons a {
    position: static;
    display: inline-block;
    width: auto;
    max-width: none;
    height: 50px;
    color: #fff !important;
    text-transform: uppercase;
  }
  body > #layout > #layout-menu #taskmenu > a span.inner, body > #layout > #layout-menu #taskmenu > span span.inner, body > #layout > #layout-menu #taskmenu > span.action-buttons a span.inner, body > #layout > #layout-menu #taskmenu > span.special-buttons a span.inner {
    font-size: 1.1rem;
  }
  body > #layout > #layout-menu #taskmenu > span.action-buttons a:before, body > #layout > #layout-menu #taskmenu > a:before {
    display: none;
    width: auto;
    padding-right: 7px;
    font-size: 1.2rem;
    position: relative;
    top: -2px;
  }
  body > #layout > #layout-menu #taskmenu > a, body > #layout > #layout-menu #taskmenu > span.action-buttons a, body > #layout > #layout-menu #taskmenu > span.special-buttons a {
    padding: 15px 0.8rem 10px 0.8rem;
  }
  body > #layout > #layout-menu #taskmenu > span.special-buttons a span {
    display: none;
  }
  body > #layout > #layout-menu #taskmenu > span.special-buttons a:before {
    padding: 0;
  }
  body > #layout > #layout-menu #taskmenu > #button-apps {
    float: right;
    padding-left: 12px;
    padding-right: 12px;
  }
  body > #layout > #layout-menu #taskmenu > #button-apps:before {
    position: relative;
    top: 1px;
    display: block;
    margin: 0;
    padding: 0;
  }
  body > #layout > #layout-menu #taskmenu > #show-mobile-xsidebar {
    display: none;
  }
}
body.xcalendar.xelastic #layout-content {
  border: none;
}
body.xcalendar.xelastic #layout-content .ui-datepicker-header {
  background: transparent !important;
  border-bottom: none;
}
body.xcalendar.xelastic #layout-content .ui-datepicker-calendar {
  border-top: 1px solid #ddd;
}
body.xcalendar.xelastic #layout-sidebar {
  margin-right: 10px;
  margin-left: 0;
}

.layout-normal body.xelastic #layout-content .calendar-content-header,
.layout-large body.xelastic #layout-content .calendar-content-header {
  display: none;
}

body.xadvert.xelastic #xadvert-right,
body.xadvert.xelastic #xadvert-left {
  top: 65px;
}

#taskmenu a.button-cpwebmail {
  background-image: none !important;
  line-height: 1.5;
}

/* plugin: ident_switch */
#plugin-ident_switch-account {
  margin-right: 4px;
  padding: 0 4px !important;
}

/*# sourceMappingURL=styles.css.map */
