/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#000;opacity:.8;filter:alpha(opacity=80)}.tour-step-backdrop{position:relative;z-index:1101;background:inherit}.tour-step-backdrop>td{position:relative;z-index:1101}.tour-step-background{position:absolute!important;z-index:1100;background:inherit;border-radius:6px}.popover[class*=tour-]{z-index:1100}.popover[class*=tour-] .popover-navigation{padding:9px 14px}.popover[class*=tour-] .popover-navigation [data-role=end]{float:right}.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{cursor:pointer}.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{cursor:default}.popover[class*=tour-].orphan{position:fixed;margin-top:0}.popover[class*=tour-].orphan .arrow{display:none}
/*! 
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 10px;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/*
Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.task-checklist-edit > .checklist-form li:after,
.task-filter:after,
.filters:after,
.filters .filters-controls:after {
  content: "";
  display: table;
  clear: both;
}
.task-add,
.plusminus .task-checker,
.task-options .priority-multiplier li,
.task-options .task-attributes li,
.task-options .repeat-days li,
.task-options .repeat-frequency li,
.task-options .save-close,
.task-checklist-edit > ul li,
.task-checklist-edit > .checklist-form li,
.task-filter li,
.filters .filters-controls li,
.filters .filters-tags,
.filters .hrpg-input-group,
.chat-buttons,
.toolbar-mobile,
.toolbar-nav .toolbar-button-dropdown,
.toolbar-nav .toolbar-button,
.toolbar-sync,
.toolbar-settings,
.toolbar-audio,
.toolbar-notifs,
.toolbar-controls .toolbar-controls-button,
.toolbar-subscribe-button,
.toolbar-controls .toolbar-subscribe-button,
.options-menu li,
.options-submenu li {
  list-style: none;
}
.task-add > a,
.plusminus .task-checker > a,
.task-options .priority-multiplier li > a,
.task-options .task-attributes li > a,
.task-options .repeat-days li > a,
.task-options .repeat-frequency li > a,
.task-options .save-close > a,
.task-checklist-edit > ul li > a,
.task-checklist-edit > .checklist-form li > a,
.task-filter li > a,
.filters .filters-controls li > a,
.filters .filters-tags > a,
.filters .hrpg-input-group > a,
.chat-buttons > a,
.toolbar-mobile > a,
.toolbar-nav .toolbar-button-dropdown > a,
.toolbar-nav .toolbar-button > a,
.toolbar-sync > a,
.toolbar-settings > a,
.toolbar-audio > a,
.toolbar-notifs > a,
.toolbar-controls .toolbar-controls-button > a,
.toolbar-subscribe-button > a,
.toolbar-controls .toolbar-subscribe-button > a,
.options-menu li > a,
.options-submenu li > a,
.task-add > button,
.plusminus .task-checker > button,
.task-options .priority-multiplier li > button,
.task-options .task-attributes li > button,
.task-options .repeat-days li > button,
.task-options .repeat-frequency li > button,
.task-options .save-close > button,
.task-checklist-edit > ul li > button,
.task-checklist-edit > .checklist-form li > button,
.task-filter li > button,
.filters .filters-controls li > button,
.filters .filters-tags > button,
.filters .hrpg-input-group > button,
.chat-buttons > button,
.toolbar-mobile > button,
.toolbar-nav .toolbar-button-dropdown > button,
.toolbar-nav .toolbar-button > button,
.toolbar-sync > button,
.toolbar-settings > button,
.toolbar-audio > button,
.toolbar-notifs > button,
.toolbar-controls .toolbar-controls-button > button,
.toolbar-subscribe-button > button,
.toolbar-controls .toolbar-subscribe-button > button,
.options-menu li > button,
.options-submenu li > button,
.task-add > input,
.plusminus .task-checker > input,
.task-options .priority-multiplier li > input,
.task-options .task-attributes li > input,
.task-options .repeat-days li > input,
.task-options .repeat-frequency li > input,
.task-options .save-close > input,
.task-checklist-edit > ul li > input,
.task-checklist-edit > .checklist-form li > input,
.task-filter li > input,
.filters .filters-controls li > input,
.filters .filters-tags > input,
.filters .hrpg-input-group > input,
.chat-buttons > input,
.toolbar-mobile > input,
.toolbar-nav .toolbar-button-dropdown > input,
.toolbar-nav .toolbar-button > input,
.toolbar-sync > input,
.toolbar-settings > input,
.toolbar-audio > input,
.toolbar-notifs > input,
.toolbar-controls .toolbar-controls-button > input,
.toolbar-subscribe-button > input,
.toolbar-controls .toolbar-subscribe-button > input,
.options-menu li > input,
.options-submenu li > input,
.task-add label::after,
.plusminus .task-checker label::after,
.task-options .priority-multiplier li label::after,
.task-options .task-attributes li label::after,
.task-options .repeat-days li label::after,
.task-options .repeat-frequency li label::after,
.task-options .save-close label::after,
.task-checklist-edit > ul li label::after,
.task-checklist-edit > .checklist-form li label::after,
.task-filter li label::after,
.filters .filters-controls li label::after,
.filters .filters-tags label::after,
.filters .hrpg-input-group label::after,
.chat-buttons label::after,
.toolbar-mobile label::after,
.toolbar-nav .toolbar-button-dropdown label::after,
.toolbar-nav .toolbar-button label::after,
.toolbar-sync label::after,
.toolbar-settings label::after,
.toolbar-audio label::after,
.toolbar-notifs label::after,
.toolbar-controls .toolbar-controls-button label::after,
.toolbar-subscribe-button label::after,
.toolbar-controls .toolbar-subscribe-button label::after,
.options-menu li label::after,
.options-submenu li label::after {
  display: inline-block !important;
  padding: 0.25em 0.5em !important;
  text-decoration: none;
  font-size: 1em;
  color: #222;
  background-color: transparent;
}
.task-add > a .glyphicon,
.plusminus .task-checker > a .glyphicon,
.task-options .priority-multiplier li > a .glyphicon,
.task-options .task-attributes li > a .glyphicon,
.task-options .repeat-days li > a .glyphicon,
.task-options .repeat-frequency li > a .glyphicon,
.task-options .save-close > a .glyphicon,
.task-checklist-edit > ul li > a .glyphicon,
.task-checklist-edit > .checklist-form li > a .glyphicon,
.task-filter li > a .glyphicon,
.filters .filters-controls li > a .glyphicon,
.filters .filters-tags > a .glyphicon,
.filters .hrpg-input-group > a .glyphicon,
.chat-buttons > a .glyphicon,
.toolbar-mobile > a .glyphicon,
.toolbar-nav .toolbar-button-dropdown > a .glyphicon,
.toolbar-nav .toolbar-button > a .glyphicon,
.toolbar-sync > a .glyphicon,
.toolbar-settings > a .glyphicon,
.toolbar-audio > a .glyphicon,
.toolbar-notifs > a .glyphicon,
.toolbar-controls .toolbar-controls-button > a .glyphicon,
.toolbar-subscribe-button > a .glyphicon,
.toolbar-controls .toolbar-subscribe-button > a .glyphicon,
.options-menu li > a .glyphicon,
.options-submenu li > a .glyphicon,
.task-add > button .glyphicon,
.plusminus .task-checker > button .glyphicon,
.task-options .priority-multiplier li > button .glyphicon,
.task-options .task-attributes li > button .glyphicon,
.task-options .repeat-days li > button .glyphicon,
.task-options .repeat-frequency li > button .glyphicon,
.task-options .save-close > button .glyphicon,
.task-checklist-edit > ul li > button .glyphicon,
.task-checklist-edit > .checklist-form li > button .glyphicon,
.task-filter li > button .glyphicon,
.filters .filters-controls li > button .glyphicon,
.filters .filters-tags > button .glyphicon,
.filters .hrpg-input-group > button .glyphicon,
.chat-buttons > button .glyphicon,
.toolbar-mobile > button .glyphicon,
.toolbar-nav .toolbar-button-dropdown > button .glyphicon,
.toolbar-nav .toolbar-button > button .glyphicon,
.toolbar-sync > button .glyphicon,
.toolbar-settings > button .glyphicon,
.toolbar-audio > button .glyphicon,
.toolbar-notifs > button .glyphicon,
.toolbar-controls .toolbar-controls-button > button .glyphicon,
.toolbar-subscribe-button > button .glyphicon,
.toolbar-controls .toolbar-subscribe-button > button .glyphicon,
.options-menu li > button .glyphicon,
.options-submenu li > button .glyphicon,
.task-add > input .glyphicon,
.plusminus .task-checker > input .glyphicon,
.task-options .priority-multiplier li > input .glyphicon,
.task-options .task-attributes li > input .glyphicon,
.task-options .repeat-days li > input .glyphicon,
.task-options .repeat-frequency li > input .glyphicon,
.task-options .save-close > input .glyphicon,
.task-checklist-edit > ul li > input .glyphicon,
.task-checklist-edit > .checklist-form li > input .glyphicon,
.task-filter li > input .glyphicon,
.filters .filters-controls li > input .glyphicon,
.filters .filters-tags > input .glyphicon,
.filters .hrpg-input-group > input .glyphicon,
.chat-buttons > input .glyphicon,
.toolbar-mobile > input .glyphicon,
.toolbar-nav .toolbar-button-dropdown > input .glyphicon,
.toolbar-nav .toolbar-button > input .glyphicon,
.toolbar-sync > input .glyphicon,
.toolbar-settings > input .glyphicon,
.toolbar-audio > input .glyphicon,
.toolbar-notifs > input .glyphicon,
.toolbar-controls .toolbar-controls-button > input .glyphicon,
.toolbar-subscribe-button > input .glyphicon,
.toolbar-controls .toolbar-subscribe-button > input .glyphicon,
.options-menu li > input .glyphicon,
.options-submenu li > input .glyphicon,
.task-add label::after .glyphicon,
.plusminus .task-checker label::after .glyphicon,
.task-options .priority-multiplier li label::after .glyphicon,
.task-options .task-attributes li label::after .glyphicon,
.task-options .repeat-days li label::after .glyphicon,
.task-options .repeat-frequency li label::after .glyphicon,
.task-options .save-close label::after .glyphicon,
.task-checklist-edit > ul li label::after .glyphicon,
.task-checklist-edit > .checklist-form li label::after .glyphicon,
.task-filter li label::after .glyphicon,
.filters .filters-controls li label::after .glyphicon,
.filters .filters-tags label::after .glyphicon,
.filters .hrpg-input-group label::after .glyphicon,
.chat-buttons label::after .glyphicon,
.toolbar-mobile label::after .glyphicon,
.toolbar-nav .toolbar-button-dropdown label::after .glyphicon,
.toolbar-nav .toolbar-button label::after .glyphicon,
.toolbar-sync label::after .glyphicon,
.toolbar-settings label::after .glyphicon,
.toolbar-audio label::after .glyphicon,
.toolbar-notifs label::after .glyphicon,
.toolbar-controls .toolbar-controls-button label::after .glyphicon,
.toolbar-subscribe-button label::after .glyphicon,
.toolbar-controls .toolbar-subscribe-button label::after .glyphicon,
.options-menu li label::after .glyphicon,
.options-submenu li label::after .glyphicon {
  position: relative;
  top: 0.132em;
}
> a:active,
> button:active {
  background-color: #aaa !important;
}
.plusminus .task-checker > a,
.task-options .priority-multiplier li > a,
.task-options .task-attributes li > a,
.task-options .repeat-days li > a,
.task-options .repeat-frequency li > a,
.task-options .save-close > a,
.task-checklist-edit > ul li > a,
.filters .filters-tags > a,
.chat-buttons > a,
.toolbar-mobile > a,
.toolbar-nav .toolbar-button > a,
.toolbar-sync > a,
.toolbar-settings > a,
.toolbar-audio > a,
.toolbar-notifs > a,
.toolbar-controls .toolbar-controls-button > a,
.toolbar-subscribe-button > a,
.toolbar-controls .toolbar-subscribe-button > a,
.options-menu li > a,
.options-submenu li > a,
.plusminus .task-checker > button,
.task-options .priority-multiplier li > button,
.task-options .task-attributes li > button,
.task-options .repeat-days li > button,
.task-options .repeat-frequency li > button,
.task-options .save-close > button,
.task-checklist-edit > ul li > button,
.filters .filters-tags > button,
.chat-buttons > button,
.toolbar-mobile > button,
.toolbar-nav .toolbar-button > button,
.toolbar-sync > button,
.toolbar-settings > button,
.toolbar-audio > button,
.toolbar-notifs > button,
.toolbar-controls .toolbar-controls-button > button,
.toolbar-subscribe-button > button,
.toolbar-controls .toolbar-subscribe-button > button,
.options-menu li > button,
.options-submenu li > button,
.plusminus .task-checker > input,
.task-options .priority-multiplier li > input,
.task-options .task-attributes li > input,
.task-options .repeat-days li > input,
.task-options .repeat-frequency li > input,
.task-options .save-close > input,
.task-checklist-edit > ul li > input,
.filters .filters-tags > input,
.chat-buttons > input,
.toolbar-mobile > input,
.toolbar-nav .toolbar-button > input,
.toolbar-sync > input,
.toolbar-settings > input,
.toolbar-audio > input,
.toolbar-notifs > input,
.toolbar-controls .toolbar-controls-button > input,
.toolbar-subscribe-button > input,
.toolbar-controls .toolbar-subscribe-button > input,
.options-menu li > input,
.options-submenu li > input,
.plusminus .task-checker label::after,
.task-options .priority-multiplier li label::after,
.task-options .task-attributes li label::after,
.task-options .repeat-days li label::after,
.task-options .repeat-frequency li label::after,
.task-options .save-close label::after,
.task-checklist-edit > ul li label::after,
.filters .filters-tags label::after,
.chat-buttons label::after,
.toolbar-mobile label::after,
.toolbar-nav .toolbar-button label::after,
.toolbar-sync label::after,
.toolbar-settings label::after,
.toolbar-audio label::after,
.toolbar-notifs label::after,
.toolbar-controls .toolbar-controls-button label::after,
.toolbar-subscribe-button label::after,
.toolbar-controls .toolbar-subscribe-button label::after,
.options-menu li label::after,
.options-submenu li label::after {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0.382em !important;
  border-radius: 0.382em !important;
}
.plusminus .task-checker .highlight,
.task-options .priority-multiplier li .highlight,
.task-options .task-attributes li .highlight,
.task-options .repeat-days li .highlight,
.task-options .repeat-frequency li .highlight,
.task-options .save-close .highlight,
.task-checklist-edit > ul li .highlight,
.filters .filters-tags .highlight,
.chat-buttons .highlight,
.toolbar-mobile .highlight,
.toolbar-nav .toolbar-button .highlight,
.toolbar-sync .highlight,
.toolbar-settings .highlight,
.toolbar-audio .highlight,
.toolbar-notifs .highlight,
.toolbar-controls .toolbar-controls-button .highlight,
.toolbar-subscribe-button .highlight,
.toolbar-controls .toolbar-subscribe-button .highlight,
.options-menu li .highlight,
.options-submenu li .highlight {
  border-color: #89aef0 !important;
  background-color: #c9daf8 !important;
  background-color: #c9daf8 !important;
}
.plusminus .task-checker .highlight,
.task-options .priority-multiplier li .highlight,
.task-options .task-attributes li .highlight,
.task-options .repeat-days li .highlight,
.task-options .repeat-frequency li .highlight,
.task-options .save-close .highlight,
.task-checklist-edit > ul li .highlight,
.filters .filters-tags .highlight,
.chat-buttons .highlight,
.toolbar-mobile .highlight,
.toolbar-nav .toolbar-button .highlight,
.toolbar-sync .highlight,
.toolbar-settings .highlight,
.toolbar-audio .highlight,
.toolbar-notifs .highlight,
.toolbar-controls .toolbar-controls-button .highlight,
.toolbar-subscribe-button .highlight,
.toolbar-controls .toolbar-subscribe-button .highlight,
.options-menu li .highlight,
.options-submenu li .highlight {
  color: #3e5555 !important;
}
.plusminus .task-checker .highlight:active,
.task-options .priority-multiplier li .highlight:active,
.task-options .task-attributes li .highlight:active,
.task-options .repeat-days li .highlight:active,
.task-options .repeat-frequency li .highlight:active,
.task-options .save-close .highlight:active,
.task-checklist-edit > ul li .highlight:active,
.filters .filters-tags .highlight:active,
.chat-buttons .highlight:active,
.toolbar-mobile .highlight:active,
.toolbar-nav .toolbar-button .highlight:active,
.toolbar-sync .highlight:active,
.toolbar-settings .highlight:active,
.toolbar-audio .highlight:active,
.toolbar-notifs .highlight:active,
.toolbar-controls .toolbar-controls-button .highlight:active,
.toolbar-subscribe-button .highlight:active,
.toolbar-controls .toolbar-subscribe-button .highlight:active,
.options-menu li .highlight:active,
.options-submenu li .highlight:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .plusminus .task-checker .highlight:hover,
  .task-options .priority-multiplier li .highlight:hover,
  .task-options .task-attributes li .highlight:hover,
  .task-options .repeat-days li .highlight:hover,
  .task-options .repeat-frequency li .highlight:hover,
  .task-options .save-close .highlight:hover,
  .task-checklist-edit > ul li .highlight:hover,
  .filters .filters-tags .highlight:hover,
  .chat-buttons .highlight:hover,
  .toolbar-mobile .highlight:hover,
  .toolbar-nav .toolbar-button .highlight:hover,
  .toolbar-sync .highlight:hover,
  .toolbar-settings .highlight:hover,
  .toolbar-audio .highlight:hover,
  .toolbar-notifs .highlight:hover,
  .toolbar-controls .toolbar-controls-button .highlight:hover,
  .toolbar-subscribe-button .highlight:hover,
  .toolbar-controls .toolbar-subscribe-button .highlight:hover,
  .options-menu li .highlight:hover,
  .options-submenu li .highlight:hover {
    background-color: #c0d4f7 !important;
  }
}
.plusminus .task-checker .highlight > a,
.task-options .priority-multiplier li .highlight > a,
.task-options .task-attributes li .highlight > a,
.task-options .repeat-days li .highlight > a,
.task-options .repeat-frequency li .highlight > a,
.task-options .save-close .highlight > a,
.task-checklist-edit > ul li .highlight > a,
.filters .filters-tags .highlight > a,
.chat-buttons .highlight > a,
.toolbar-mobile .highlight > a,
.toolbar-nav .toolbar-button .highlight > a,
.toolbar-sync .highlight > a,
.toolbar-settings .highlight > a,
.toolbar-audio .highlight > a,
.toolbar-notifs .highlight > a,
.toolbar-controls .toolbar-controls-button .highlight > a,
.toolbar-subscribe-button .highlight > a,
.toolbar-controls .toolbar-subscribe-button .highlight > a,
.options-menu li .highlight > a,
.options-submenu li .highlight > a,
.plusminus .task-checker .highlight > button,
.task-options .priority-multiplier li .highlight > button,
.task-options .task-attributes li .highlight > button,
.task-options .repeat-days li .highlight > button,
.task-options .repeat-frequency li .highlight > button,
.task-options .save-close .highlight > button,
.task-checklist-edit > ul li .highlight > button,
.filters .filters-tags .highlight > button,
.chat-buttons .highlight > button,
.toolbar-mobile .highlight > button,
.toolbar-nav .toolbar-button .highlight > button,
.toolbar-sync .highlight > button,
.toolbar-settings .highlight > button,
.toolbar-audio .highlight > button,
.toolbar-notifs .highlight > button,
.toolbar-controls .toolbar-controls-button .highlight > button,
.toolbar-subscribe-button .highlight > button,
.toolbar-controls .toolbar-subscribe-button .highlight > button,
.options-menu li .highlight > button,
.options-submenu li .highlight > button {
  background-color: #c9daf8 !important;
}
.plusminus .task-checker .highlight > a:active,
.task-options .priority-multiplier li .highlight > a:active,
.task-options .task-attributes li .highlight > a:active,
.task-options .repeat-days li .highlight > a:active,
.task-options .repeat-frequency li .highlight > a:active,
.task-options .save-close .highlight > a:active,
.task-checklist-edit > ul li .highlight > a:active,
.filters .filters-tags .highlight > a:active,
.chat-buttons .highlight > a:active,
.toolbar-mobile .highlight > a:active,
.toolbar-nav .toolbar-button .highlight > a:active,
.toolbar-sync .highlight > a:active,
.toolbar-settings .highlight > a:active,
.toolbar-audio .highlight > a:active,
.toolbar-notifs .highlight > a:active,
.toolbar-controls .toolbar-controls-button .highlight > a:active,
.toolbar-subscribe-button .highlight > a:active,
.toolbar-controls .toolbar-subscribe-button .highlight > a:active,
.options-menu li .highlight > a:active,
.options-submenu li .highlight > a:active,
.plusminus .task-checker .highlight > button:active,
.task-options .priority-multiplier li .highlight > button:active,
.task-options .task-attributes li .highlight > button:active,
.task-options .repeat-days li .highlight > button:active,
.task-options .repeat-frequency li .highlight > button:active,
.task-options .save-close .highlight > button:active,
.task-checklist-edit > ul li .highlight > button:active,
.filters .filters-tags .highlight > button:active,
.chat-buttons .highlight > button:active,
.toolbar-mobile .highlight > button:active,
.toolbar-nav .toolbar-button .highlight > button:active,
.toolbar-sync .highlight > button:active,
.toolbar-settings .highlight > button:active,
.toolbar-audio .highlight > button:active,
.toolbar-notifs .highlight > button:active,
.toolbar-controls .toolbar-controls-button .highlight > button:active,
.toolbar-subscribe-button .highlight > button:active,
.toolbar-controls .toolbar-subscribe-button .highlight > button:active,
.options-menu li .highlight > button:active,
.options-submenu li .highlight > button:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .plusminus .task-checker .highlight > a:hover,
  .task-options .priority-multiplier li .highlight > a:hover,
  .task-options .task-attributes li .highlight > a:hover,
  .task-options .repeat-days li .highlight > a:hover,
  .task-options .repeat-frequency li .highlight > a:hover,
  .task-options .save-close .highlight > a:hover,
  .task-checklist-edit > ul li .highlight > a:hover,
  .filters .filters-tags .highlight > a:hover,
  .chat-buttons .highlight > a:hover,
  .toolbar-mobile .highlight > a:hover,
  .toolbar-nav .toolbar-button .highlight > a:hover,
  .toolbar-sync .highlight > a:hover,
  .toolbar-settings .highlight > a:hover,
  .toolbar-audio .highlight > a:hover,
  .toolbar-notifs .highlight > a:hover,
  .toolbar-controls .toolbar-controls-button .highlight > a:hover,
  .toolbar-subscribe-button .highlight > a:hover,
  .toolbar-controls .toolbar-subscribe-button .highlight > a:hover,
  .options-menu li .highlight > a:hover,
  .options-submenu li .highlight > a:hover,
  .plusminus .task-checker .highlight > button:hover,
  .task-options .priority-multiplier li .highlight > button:hover,
  .task-options .task-attributes li .highlight > button:hover,
  .task-options .repeat-days li .highlight > button:hover,
  .task-options .repeat-frequency li .highlight > button:hover,
  .task-options .save-close .highlight > button:hover,
  .task-checklist-edit > ul li .highlight > button:hover,
  .filters .filters-tags .highlight > button:hover,
  .chat-buttons .highlight > button:hover,
  .toolbar-mobile .highlight > button:hover,
  .toolbar-nav .toolbar-button .highlight > button:hover,
  .toolbar-sync .highlight > button:hover,
  .toolbar-settings .highlight > button:hover,
  .toolbar-audio .highlight > button:hover,
  .toolbar-notifs .highlight > button:hover,
  .toolbar-controls .toolbar-controls-button .highlight > button:hover,
  .toolbar-subscribe-button .highlight > button:hover,
  .toolbar-controls .toolbar-subscribe-button .highlight > button:hover,
  .options-menu li .highlight > button:hover,
  .options-submenu li .highlight > button:hover {
    background-color: #c0d4f7 !important;
  }
}
.plusminus .task-checker .highlight > a,
.task-options .priority-multiplier li .highlight > a,
.task-options .task-attributes li .highlight > a,
.task-options .repeat-days li .highlight > a,
.task-options .repeat-frequency li .highlight > a,
.task-options .save-close .highlight > a,
.task-checklist-edit > ul li .highlight > a,
.filters .filters-tags .highlight > a,
.chat-buttons .highlight > a,
.toolbar-mobile .highlight > a,
.toolbar-nav .toolbar-button .highlight > a,
.toolbar-sync .highlight > a,
.toolbar-settings .highlight > a,
.toolbar-audio .highlight > a,
.toolbar-notifs .highlight > a,
.toolbar-controls .toolbar-controls-button .highlight > a,
.toolbar-subscribe-button .highlight > a,
.toolbar-controls .toolbar-subscribe-button .highlight > a,
.options-menu li .highlight > a,
.options-submenu li .highlight > a,
.plusminus .task-checker .highlight > button,
.task-options .priority-multiplier li .highlight > button,
.task-options .task-attributes li .highlight > button,
.task-options .repeat-days li .highlight > button,
.task-options .repeat-frequency li .highlight > button,
.task-options .save-close .highlight > button,
.task-checklist-edit > ul li .highlight > button,
.filters .filters-tags .highlight > button,
.chat-buttons .highlight > button,
.toolbar-mobile .highlight > button,
.toolbar-nav .toolbar-button .highlight > button,
.toolbar-sync .highlight > button,
.toolbar-settings .highlight > button,
.toolbar-audio .highlight > button,
.toolbar-notifs .highlight > button,
.toolbar-controls .toolbar-controls-button .highlight > button,
.toolbar-subscribe-button .highlight > button,
.toolbar-controls .toolbar-subscribe-button .highlight > button,
.options-menu li .highlight > button,
.options-submenu li .highlight > button,
.plusminus .task-checker .highlight > input,
.task-options .priority-multiplier li .highlight > input,
.task-options .task-attributes li .highlight > input,
.task-options .repeat-days li .highlight > input,
.task-options .repeat-frequency li .highlight > input,
.task-options .save-close .highlight > input,
.task-checklist-edit > ul li .highlight > input,
.filters .filters-tags .highlight > input,
.chat-buttons .highlight > input,
.toolbar-mobile .highlight > input,
.toolbar-nav .toolbar-button .highlight > input,
.toolbar-sync .highlight > input,
.toolbar-settings .highlight > input,
.toolbar-audio .highlight > input,
.toolbar-notifs .highlight > input,
.toolbar-controls .toolbar-controls-button .highlight > input,
.toolbar-subscribe-button .highlight > input,
.toolbar-controls .toolbar-subscribe-button .highlight > input,
.options-menu li .highlight > input,
.options-submenu li .highlight > input,
.plusminus .task-checker .highlight textarea,
.task-options .priority-multiplier li .highlight textarea,
.task-options .task-attributes li .highlight textarea,
.task-options .repeat-days li .highlight textarea,
.task-options .repeat-frequency li .highlight textarea,
.task-options .save-close .highlight textarea,
.task-checklist-edit > ul li .highlight textarea,
.filters .filters-tags .highlight textarea,
.chat-buttons .highlight textarea,
.toolbar-mobile .highlight textarea,
.toolbar-nav .toolbar-button .highlight textarea,
.toolbar-sync .highlight textarea,
.toolbar-settings .highlight textarea,
.toolbar-audio .highlight textarea,
.toolbar-notifs .highlight textarea,
.toolbar-controls .toolbar-controls-button .highlight textarea,
.toolbar-subscribe-button .highlight textarea,
.toolbar-controls .toolbar-subscribe-button .highlight textarea,
.options-menu li .highlight textarea,
.options-submenu li .highlight textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.plusminus .task-checker .highlight > input:hover,
.task-options .priority-multiplier li .highlight > input:hover,
.task-options .task-attributes li .highlight > input:hover,
.task-options .repeat-days li .highlight > input:hover,
.task-options .repeat-frequency li .highlight > input:hover,
.task-options .save-close .highlight > input:hover,
.task-checklist-edit > ul li .highlight > input:hover,
.filters .filters-tags .highlight > input:hover,
.chat-buttons .highlight > input:hover,
.toolbar-mobile .highlight > input:hover,
.toolbar-nav .toolbar-button .highlight > input:hover,
.toolbar-sync .highlight > input:hover,
.toolbar-settings .highlight > input:hover,
.toolbar-audio .highlight > input:hover,
.toolbar-notifs .highlight > input:hover,
.toolbar-controls .toolbar-controls-button .highlight > input:hover,
.toolbar-subscribe-button .highlight > input:hover,
.toolbar-controls .toolbar-subscribe-button .highlight > input:hover,
.options-menu li .highlight > input:hover,
.options-submenu li .highlight > input:hover,
.plusminus .task-checker .highlight textarea:hover,
.task-options .priority-multiplier li .highlight textarea:hover,
.task-options .task-attributes li .highlight textarea:hover,
.task-options .repeat-days li .highlight textarea:hover,
.task-options .repeat-frequency li .highlight textarea:hover,
.task-options .save-close .highlight textarea:hover,
.task-checklist-edit > ul li .highlight textarea:hover,
.filters .filters-tags .highlight textarea:hover,
.chat-buttons .highlight textarea:hover,
.toolbar-mobile .highlight textarea:hover,
.toolbar-nav .toolbar-button .highlight textarea:hover,
.toolbar-sync .highlight textarea:hover,
.toolbar-settings .highlight textarea:hover,
.toolbar-audio .highlight textarea:hover,
.toolbar-notifs .highlight textarea:hover,
.toolbar-controls .toolbar-controls-button .highlight textarea:hover,
.toolbar-subscribe-button .highlight textarea:hover,
.toolbar-controls .toolbar-subscribe-button .highlight textarea:hover,
.options-menu li .highlight textarea:hover,
.options-submenu li .highlight textarea:hover {
  border-color: #97b3b3 !important;
}
.plusminus .task-checker .highlight > input:focus,
.task-options .priority-multiplier li .highlight > input:focus,
.task-options .task-attributes li .highlight > input:focus,
.task-options .repeat-days li .highlight > input:focus,
.task-options .repeat-frequency li .highlight > input:focus,
.task-options .save-close .highlight > input:focus,
.task-checklist-edit > ul li .highlight > input:focus,
.filters .filters-tags .highlight > input:focus,
.chat-buttons .highlight > input:focus,
.toolbar-mobile .highlight > input:focus,
.toolbar-nav .toolbar-button .highlight > input:focus,
.toolbar-sync .highlight > input:focus,
.toolbar-settings .highlight > input:focus,
.toolbar-audio .highlight > input:focus,
.toolbar-notifs .highlight > input:focus,
.toolbar-controls .toolbar-controls-button .highlight > input:focus,
.toolbar-subscribe-button .highlight > input:focus,
.toolbar-controls .toolbar-subscribe-button .highlight > input:focus,
.options-menu li .highlight > input:focus,
.options-submenu li .highlight > input:focus,
.plusminus .task-checker .highlight textarea:focus,
.task-options .priority-multiplier li .highlight textarea:focus,
.task-options .task-attributes li .highlight textarea:focus,
.task-options .repeat-days li .highlight textarea:focus,
.task-options .repeat-frequency li .highlight textarea:focus,
.task-options .save-close .highlight textarea:focus,
.task-checklist-edit > ul li .highlight textarea:focus,
.filters .filters-tags .highlight textarea:focus,
.chat-buttons .highlight textarea:focus,
.toolbar-mobile .highlight textarea:focus,
.toolbar-nav .toolbar-button .highlight textarea:focus,
.toolbar-sync .highlight textarea:focus,
.toolbar-settings .highlight textarea:focus,
.toolbar-audio .highlight textarea:focus,
.toolbar-notifs .highlight textarea:focus,
.toolbar-controls .toolbar-controls-button .highlight textarea:focus,
.toolbar-subscribe-button .highlight textarea:focus,
.toolbar-controls .toolbar-subscribe-button .highlight textarea:focus,
.options-menu li .highlight textarea:focus,
.options-submenu li .highlight textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.plusminus .task-checker .highlight > input + button:focus,
.task-options .priority-multiplier li .highlight > input + button:focus,
.task-options .task-attributes li .highlight > input + button:focus,
.task-options .repeat-days li .highlight > input + button:focus,
.task-options .repeat-frequency li .highlight > input + button:focus,
.task-options .save-close .highlight > input + button:focus,
.task-checklist-edit > ul li .highlight > input + button:focus,
.filters .filters-tags .highlight > input + button:focus,
.chat-buttons .highlight > input + button:focus,
.toolbar-mobile .highlight > input + button:focus,
.toolbar-nav .toolbar-button .highlight > input + button:focus,
.toolbar-sync .highlight > input + button:focus,
.toolbar-settings .highlight > input + button:focus,
.toolbar-audio .highlight > input + button:focus,
.toolbar-notifs .highlight > input + button:focus,
.toolbar-controls .toolbar-controls-button .highlight > input + button:focus,
.toolbar-subscribe-button .highlight > input + button:focus,
.toolbar-controls .toolbar-subscribe-button .highlight > input + button:focus,
.options-menu li .highlight > input + button:focus,
.options-submenu li .highlight > input + button:focus,
.plusminus .task-checker .highlight textarea + button:focus,
.task-options .priority-multiplier li .highlight textarea + button:focus,
.task-options .task-attributes li .highlight textarea + button:focus,
.task-options .repeat-days li .highlight textarea + button:focus,
.task-options .repeat-frequency li .highlight textarea + button:focus,
.task-options .save-close .highlight textarea + button:focus,
.task-checklist-edit > ul li .highlight textarea + button:focus,
.filters .filters-tags .highlight textarea + button:focus,
.chat-buttons .highlight textarea + button:focus,
.toolbar-mobile .highlight textarea + button:focus,
.toolbar-nav .toolbar-button .highlight textarea + button:focus,
.toolbar-sync .highlight textarea + button:focus,
.toolbar-settings .highlight textarea + button:focus,
.toolbar-audio .highlight textarea + button:focus,
.toolbar-notifs .highlight textarea + button:focus,
.toolbar-controls .toolbar-controls-button .highlight textarea + button:focus,
.toolbar-subscribe-button .highlight textarea + button:focus,
.toolbar-controls .toolbar-subscribe-button .highlight textarea + button:focus,
.options-menu li .highlight textarea + button:focus,
.options-submenu li .highlight textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.plusminus .task-checker .highlight > input + button:active,
.task-options .priority-multiplier li .highlight > input + button:active,
.task-options .task-attributes li .highlight > input + button:active,
.task-options .repeat-days li .highlight > input + button:active,
.task-options .repeat-frequency li .highlight > input + button:active,
.task-options .save-close .highlight > input + button:active,
.task-checklist-edit > ul li .highlight > input + button:active,
.filters .filters-tags .highlight > input + button:active,
.chat-buttons .highlight > input + button:active,
.toolbar-mobile .highlight > input + button:active,
.toolbar-nav .toolbar-button .highlight > input + button:active,
.toolbar-sync .highlight > input + button:active,
.toolbar-settings .highlight > input + button:active,
.toolbar-audio .highlight > input + button:active,
.toolbar-notifs .highlight > input + button:active,
.toolbar-controls .toolbar-controls-button .highlight > input + button:active,
.toolbar-subscribe-button .highlight > input + button:active,
.toolbar-controls .toolbar-subscribe-button .highlight > input + button:active,
.options-menu li .highlight > input + button:active,
.options-submenu li .highlight > input + button:active,
.plusminus .task-checker .highlight textarea + button:active,
.task-options .priority-multiplier li .highlight textarea + button:active,
.task-options .task-attributes li .highlight textarea + button:active,
.task-options .repeat-days li .highlight textarea + button:active,
.task-options .repeat-frequency li .highlight textarea + button:active,
.task-options .save-close .highlight textarea + button:active,
.task-checklist-edit > ul li .highlight textarea + button:active,
.filters .filters-tags .highlight textarea + button:active,
.chat-buttons .highlight textarea + button:active,
.toolbar-mobile .highlight textarea + button:active,
.toolbar-nav .toolbar-button .highlight textarea + button:active,
.toolbar-sync .highlight textarea + button:active,
.toolbar-settings .highlight textarea + button:active,
.toolbar-audio .highlight textarea + button:active,
.toolbar-notifs .highlight textarea + button:active,
.toolbar-controls .toolbar-controls-button .highlight textarea + button:active,
.toolbar-subscribe-button .highlight textarea + button:active,
.toolbar-controls .toolbar-subscribe-button .highlight textarea + button:active,
.options-menu li .highlight textarea + button:active,
.options-submenu li .highlight textarea + button:active {
  background-color: #c6d6d6 !important;
}
.plusminus .task-checker .highlight > a:nth-of-type(2),
.task-options .priority-multiplier li .highlight > a:nth-of-type(2),
.task-options .task-attributes li .highlight > a:nth-of-type(2),
.task-options .repeat-days li .highlight > a:nth-of-type(2),
.task-options .repeat-frequency li .highlight > a:nth-of-type(2),
.task-options .save-close .highlight > a:nth-of-type(2),
.task-checklist-edit > ul li .highlight > a:nth-of-type(2),
.filters .filters-tags .highlight > a:nth-of-type(2),
.chat-buttons .highlight > a:nth-of-type(2),
.toolbar-mobile .highlight > a:nth-of-type(2),
.toolbar-nav .toolbar-button .highlight > a:nth-of-type(2),
.toolbar-sync .highlight > a:nth-of-type(2),
.toolbar-settings .highlight > a:nth-of-type(2),
.toolbar-audio .highlight > a:nth-of-type(2),
.toolbar-notifs .highlight > a:nth-of-type(2),
.toolbar-controls .toolbar-controls-button .highlight > a:nth-of-type(2),
.toolbar-subscribe-button .highlight > a:nth-of-type(2),
.toolbar-controls .toolbar-subscribe-button .highlight > a:nth-of-type(2),
.options-menu li .highlight > a:nth-of-type(2),
.options-submenu li .highlight > a:nth-of-type(2) {
  border-left: 1px solid #bad0f6 !important;
}
@media screen and (min-width: 768px) {
  .plusminus .task-checker .highlight > div,
  .task-options .priority-multiplier li .highlight > div,
  .task-options .task-attributes li .highlight > div,
  .task-options .repeat-days li .highlight > div,
  .task-options .repeat-frequency li .highlight > div,
  .task-options .save-close .highlight > div,
  .task-checklist-edit > ul li .highlight > div,
  .filters .filters-tags .highlight > div,
  .chat-buttons .highlight > div,
  .toolbar-mobile .highlight > div,
  .toolbar-nav .toolbar-button .highlight > div,
  .toolbar-sync .highlight > div,
  .toolbar-settings .highlight > div,
  .toolbar-audio .highlight > div,
  .toolbar-notifs .highlight > div,
  .toolbar-controls .toolbar-controls-button .highlight > div,
  .toolbar-subscribe-button .highlight > div,
  .toolbar-controls .toolbar-subscribe-button .highlight > div,
  .options-menu li .highlight > div,
  .options-submenu li .highlight > div {
    border: 1px solid #c6d6d6;
  }
}
.plusminus .task-checker .highlight > div h4,
.task-options .priority-multiplier li .highlight > div h4,
.task-options .task-attributes li .highlight > div h4,
.task-options .repeat-days li .highlight > div h4,
.task-options .repeat-frequency li .highlight > div h4,
.task-options .save-close .highlight > div h4,
.task-checklist-edit > ul li .highlight > div h4,
.filters .filters-tags .highlight > div h4,
.chat-buttons .highlight > div h4,
.toolbar-mobile .highlight > div h4,
.toolbar-nav .toolbar-button .highlight > div h4,
.toolbar-sync .highlight > div h4,
.toolbar-settings .highlight > div h4,
.toolbar-audio .highlight > div h4,
.toolbar-notifs .highlight > div h4,
.toolbar-controls .toolbar-controls-button .highlight > div h4,
.toolbar-subscribe-button .highlight > div h4,
.toolbar-controls .toolbar-subscribe-button .highlight > div h4,
.options-menu li .highlight > div h4,
.options-submenu li .highlight > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.plusminus .task-checker .highlight > div > ul:first-child:before,
.task-options .priority-multiplier li .highlight > div > ul:first-child:before,
.task-options .task-attributes li .highlight > div > ul:first-child:before,
.task-options .repeat-days li .highlight > div > ul:first-child:before,
.task-options .repeat-frequency li .highlight > div > ul:first-child:before,
.task-options .save-close .highlight > div > ul:first-child:before,
.task-checklist-edit > ul li .highlight > div > ul:first-child:before,
.filters .filters-tags .highlight > div > ul:first-child:before,
.chat-buttons .highlight > div > ul:first-child:before,
.toolbar-mobile .highlight > div > ul:first-child:before,
.toolbar-nav .toolbar-button .highlight > div > ul:first-child:before,
.toolbar-sync .highlight > div > ul:first-child:before,
.toolbar-settings .highlight > div > ul:first-child:before,
.toolbar-audio .highlight > div > ul:first-child:before,
.toolbar-notifs .highlight > div > ul:first-child:before,
.toolbar-controls .toolbar-controls-button .highlight > div > ul:first-child:before,
.toolbar-subscribe-button .highlight > div > ul:first-child:before,
.toolbar-controls .toolbar-subscribe-button .highlight > div > ul:first-child:before,
.options-menu li .highlight > div > ul:first-child:before,
.options-submenu li .highlight > div > ul:first-child:before,
.plusminus .task-checker .highlight > div > div:first-child:before,
.task-options .priority-multiplier li .highlight > div > div:first-child:before,
.task-options .task-attributes li .highlight > div > div:first-child:before,
.task-options .repeat-days li .highlight > div > div:first-child:before,
.task-options .repeat-frequency li .highlight > div > div:first-child:before,
.task-options .save-close .highlight > div > div:first-child:before,
.task-checklist-edit > ul li .highlight > div > div:first-child:before,
.filters .filters-tags .highlight > div > div:first-child:before,
.chat-buttons .highlight > div > div:first-child:before,
.toolbar-mobile .highlight > div > div:first-child:before,
.toolbar-nav .toolbar-button .highlight > div > div:first-child:before,
.toolbar-sync .highlight > div > div:first-child:before,
.toolbar-settings .highlight > div > div:first-child:before,
.toolbar-audio .highlight > div > div:first-child:before,
.toolbar-notifs .highlight > div > div:first-child:before,
.toolbar-controls .toolbar-controls-button .highlight > div > div:first-child:before,
.toolbar-subscribe-button .highlight > div > div:first-child:before,
.toolbar-controls .toolbar-subscribe-button .highlight > div > div:first-child:before,
.options-menu li .highlight > div > div:first-child:before,
.options-submenu li .highlight > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.plusminus .task-checker .highlight > div h4:before,
.task-options .priority-multiplier li .highlight > div h4:before,
.task-options .task-attributes li .highlight > div h4:before,
.task-options .repeat-days li .highlight > div h4:before,
.task-options .repeat-frequency li .highlight > div h4:before,
.task-options .save-close .highlight > div h4:before,
.task-checklist-edit > ul li .highlight > div h4:before,
.filters .filters-tags .highlight > div h4:before,
.chat-buttons .highlight > div h4:before,
.toolbar-mobile .highlight > div h4:before,
.toolbar-nav .toolbar-button .highlight > div h4:before,
.toolbar-sync .highlight > div h4:before,
.toolbar-settings .highlight > div h4:before,
.toolbar-audio .highlight > div h4:before,
.toolbar-notifs .highlight > div h4:before,
.toolbar-controls .toolbar-controls-button .highlight > div h4:before,
.toolbar-subscribe-button .highlight > div h4:before,
.toolbar-controls .toolbar-subscribe-button .highlight > div h4:before,
.options-menu li .highlight > div h4:before,
.options-submenu li .highlight > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.plusminus .task-checker .highlight > div ul,
.task-options .priority-multiplier li .highlight > div ul,
.task-options .task-attributes li .highlight > div ul,
.task-options .repeat-days li .highlight > div ul,
.task-options .repeat-frequency li .highlight > div ul,
.task-options .save-close .highlight > div ul,
.task-checklist-edit > ul li .highlight > div ul,
.filters .filters-tags .highlight > div ul,
.chat-buttons .highlight > div ul,
.toolbar-mobile .highlight > div ul,
.toolbar-nav .toolbar-button .highlight > div ul,
.toolbar-sync .highlight > div ul,
.toolbar-settings .highlight > div ul,
.toolbar-audio .highlight > div ul,
.toolbar-notifs .highlight > div ul,
.toolbar-controls .toolbar-controls-button .highlight > div ul,
.toolbar-subscribe-button .highlight > div ul,
.toolbar-controls .toolbar-subscribe-button .highlight > div ul,
.options-menu li .highlight > div ul,
.options-submenu li .highlight > div ul {
  border-color: #f4f7f7;
}
.plusminus .task-checker .highlight > div a,
.task-options .priority-multiplier li .highlight > div a,
.task-options .task-attributes li .highlight > div a,
.task-options .repeat-days li .highlight > div a,
.task-options .repeat-frequency li .highlight > div a,
.task-options .save-close .highlight > div a,
.task-checklist-edit > ul li .highlight > div a,
.filters .filters-tags .highlight > div a,
.chat-buttons .highlight > div a,
.toolbar-mobile .highlight > div a,
.toolbar-nav .toolbar-button .highlight > div a,
.toolbar-sync .highlight > div a,
.toolbar-settings .highlight > div a,
.toolbar-audio .highlight > div a,
.toolbar-notifs .highlight > div a,
.toolbar-controls .toolbar-controls-button .highlight > div a,
.toolbar-subscribe-button .highlight > div a,
.toolbar-controls .toolbar-subscribe-button .highlight > div a,
.options-menu li .highlight > div a,
.options-submenu li .highlight > div a,
.plusminus .task-checker .highlight > div a:link,
.task-options .priority-multiplier li .highlight > div a:link,
.task-options .task-attributes li .highlight > div a:link,
.task-options .repeat-days li .highlight > div a:link,
.task-options .repeat-frequency li .highlight > div a:link,
.task-options .save-close .highlight > div a:link,
.task-checklist-edit > ul li .highlight > div a:link,
.filters .filters-tags .highlight > div a:link,
.chat-buttons .highlight > div a:link,
.toolbar-mobile .highlight > div a:link,
.toolbar-nav .toolbar-button .highlight > div a:link,
.toolbar-sync .highlight > div a:link,
.toolbar-settings .highlight > div a:link,
.toolbar-audio .highlight > div a:link,
.toolbar-notifs .highlight > div a:link,
.toolbar-controls .toolbar-controls-button .highlight > div a:link,
.toolbar-subscribe-button .highlight > div a:link,
.toolbar-controls .toolbar-subscribe-button .highlight > div a:link,
.options-menu li .highlight > div a:link,
.options-submenu li .highlight > div a:link,
.plusminus .task-checker .highlight > div a:visited,
.task-options .priority-multiplier li .highlight > div a:visited,
.task-options .task-attributes li .highlight > div a:visited,
.task-options .repeat-days li .highlight > div a:visited,
.task-options .repeat-frequency li .highlight > div a:visited,
.task-options .save-close .highlight > div a:visited,
.task-checklist-edit > ul li .highlight > div a:visited,
.filters .filters-tags .highlight > div a:visited,
.chat-buttons .highlight > div a:visited,
.toolbar-mobile .highlight > div a:visited,
.toolbar-nav .toolbar-button .highlight > div a:visited,
.toolbar-sync .highlight > div a:visited,
.toolbar-settings .highlight > div a:visited,
.toolbar-audio .highlight > div a:visited,
.toolbar-notifs .highlight > div a:visited,
.toolbar-controls .toolbar-controls-button .highlight > div a:visited,
.toolbar-subscribe-button .highlight > div a:visited,
.toolbar-controls .toolbar-subscribe-button .highlight > div a:visited,
.options-menu li .highlight > div a:visited,
.options-submenu li .highlight > div a:visited {
  color: #3e5555 !important;
}
.plusminus .task-checker .highlight .glyphicon,
.task-options .priority-multiplier li .highlight .glyphicon,
.task-options .task-attributes li .highlight .glyphicon,
.task-options .repeat-days li .highlight .glyphicon,
.task-options .repeat-frequency li .highlight .glyphicon,
.task-options .save-close .highlight .glyphicon,
.task-checklist-edit > ul li .highlight .glyphicon,
.filters .filters-tags .highlight .glyphicon,
.chat-buttons .highlight .glyphicon,
.toolbar-mobile .highlight .glyphicon,
.toolbar-nav .toolbar-button .highlight .glyphicon,
.toolbar-sync .highlight .glyphicon,
.toolbar-settings .highlight .glyphicon,
.toolbar-audio .highlight .glyphicon,
.toolbar-notifs .highlight .glyphicon,
.toolbar-controls .toolbar-controls-button .highlight .glyphicon,
.toolbar-subscribe-button .highlight .glyphicon,
.toolbar-controls .toolbar-subscribe-button .highlight .glyphicon,
.options-menu li .highlight .glyphicon,
.options-submenu li .highlight .glyphicon {
  color: #537272;
}
.plusminus .task-checker .highlight .tooltip,
.task-options .priority-multiplier li .highlight .tooltip,
.task-options .task-attributes li .highlight .tooltip,
.task-options .repeat-days li .highlight .tooltip,
.task-options .repeat-frequency li .highlight .tooltip,
.task-options .save-close .highlight .tooltip,
.task-checklist-edit > ul li .highlight .tooltip,
.filters .filters-tags .highlight .tooltip,
.chat-buttons .highlight .tooltip,
.toolbar-mobile .highlight .tooltip,
.toolbar-nav .toolbar-button .highlight .tooltip,
.toolbar-sync .highlight .tooltip,
.toolbar-settings .highlight .tooltip,
.toolbar-audio .highlight .tooltip,
.toolbar-notifs .highlight .tooltip,
.toolbar-controls .toolbar-controls-button .highlight .tooltip,
.toolbar-subscribe-button .highlight .tooltip,
.toolbar-controls .toolbar-subscribe-button .highlight .tooltip,
.options-menu li .highlight .tooltip,
.options-submenu li .highlight .tooltip {
  border: 0;
}
.plusminus .task-checker .highlight.active a,
.task-options .priority-multiplier li .highlight.active a,
.task-options .task-attributes li .highlight.active a,
.task-options .repeat-days li .highlight.active a,
.task-options .repeat-frequency li .highlight.active a,
.task-options .save-close .highlight.active a,
.task-checklist-edit > ul li .highlight.active a,
.filters .filters-tags .highlight.active a,
.chat-buttons .highlight.active a,
.toolbar-mobile .highlight.active a,
.toolbar-nav .toolbar-button .highlight.active a,
.toolbar-sync .highlight.active a,
.toolbar-settings .highlight.active a,
.toolbar-audio .highlight.active a,
.toolbar-notifs .highlight.active a,
.toolbar-controls .toolbar-controls-button .highlight.active a,
.toolbar-subscribe-button .highlight.active a,
.toolbar-controls .toolbar-subscribe-button .highlight.active a,
.options-menu li .highlight.active a,
.options-submenu li .highlight.active a,
.plusminus .task-checker .highlight.active button,
.task-options .priority-multiplier li .highlight.active button,
.task-options .task-attributes li .highlight.active button,
.task-options .repeat-days li .highlight.active button,
.task-options .repeat-frequency li .highlight.active button,
.task-options .save-close .highlight.active button,
.task-checklist-edit > ul li .highlight.active button,
.filters .filters-tags .highlight.active button,
.chat-buttons .highlight.active button,
.toolbar-mobile .highlight.active button,
.toolbar-nav .toolbar-button .highlight.active button,
.toolbar-sync .highlight.active button,
.toolbar-settings .highlight.active button,
.toolbar-audio .highlight.active button,
.toolbar-notifs .highlight.active button,
.toolbar-controls .toolbar-controls-button .highlight.active button,
.toolbar-subscribe-button .highlight.active button,
.toolbar-controls .toolbar-subscribe-button .highlight.active button,
.options-menu li .highlight.active button,
.options-submenu li .highlight.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.plusminus .task-checker .highlight.active.filters-tags a,
.task-options .priority-multiplier li .highlight.active.filters-tags a,
.task-options .task-attributes li .highlight.active.filters-tags a,
.task-options .repeat-days li .highlight.active.filters-tags a,
.task-options .repeat-frequency li .highlight.active.filters-tags a,
.task-options .save-close .highlight.active.filters-tags a,
.task-checklist-edit > ul li .highlight.active.filters-tags a,
.filters .filters-tags .highlight.active.filters-tags a,
.chat-buttons .highlight.active.filters-tags a,
.toolbar-mobile .highlight.active.filters-tags a,
.toolbar-nav .toolbar-button .highlight.active.filters-tags a,
.toolbar-sync .highlight.active.filters-tags a,
.toolbar-settings .highlight.active.filters-tags a,
.toolbar-audio .highlight.active.filters-tags a,
.toolbar-notifs .highlight.active.filters-tags a,
.toolbar-controls .toolbar-controls-button .highlight.active.filters-tags a,
.toolbar-subscribe-button .highlight.active.filters-tags a,
.toolbar-controls .toolbar-subscribe-button .highlight.active.filters-tags a,
.options-menu li .highlight.active.filters-tags a,
.options-submenu li .highlight.active.filters-tags a,
.plusminus .task-checker .highlight.active.filters-tags button,
.task-options .priority-multiplier li .highlight.active.filters-tags button,
.task-options .task-attributes li .highlight.active.filters-tags button,
.task-options .repeat-days li .highlight.active.filters-tags button,
.task-options .repeat-frequency li .highlight.active.filters-tags button,
.task-options .save-close .highlight.active.filters-tags button,
.task-checklist-edit > ul li .highlight.active.filters-tags button,
.filters .filters-tags .highlight.active.filters-tags button,
.chat-buttons .highlight.active.filters-tags button,
.toolbar-mobile .highlight.active.filters-tags button,
.toolbar-nav .toolbar-button .highlight.active.filters-tags button,
.toolbar-sync .highlight.active.filters-tags button,
.toolbar-settings .highlight.active.filters-tags button,
.toolbar-audio .highlight.active.filters-tags button,
.toolbar-notifs .highlight.active.filters-tags button,
.toolbar-controls .toolbar-controls-button .highlight.active.filters-tags button,
.toolbar-subscribe-button .highlight.active.filters-tags button,
.toolbar-controls .toolbar-subscribe-button .highlight.active.filters-tags button,
.options-menu li .highlight.active.filters-tags button,
.options-submenu li .highlight.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.plusminus .task-checker .highlight.active.filters-tags a span,
.task-options .priority-multiplier li .highlight.active.filters-tags a span,
.task-options .task-attributes li .highlight.active.filters-tags a span,
.task-options .repeat-days li .highlight.active.filters-tags a span,
.task-options .repeat-frequency li .highlight.active.filters-tags a span,
.task-options .save-close .highlight.active.filters-tags a span,
.task-checklist-edit > ul li .highlight.active.filters-tags a span,
.filters .filters-tags .highlight.active.filters-tags a span,
.chat-buttons .highlight.active.filters-tags a span,
.toolbar-mobile .highlight.active.filters-tags a span,
.toolbar-nav .toolbar-button .highlight.active.filters-tags a span,
.toolbar-sync .highlight.active.filters-tags a span,
.toolbar-settings .highlight.active.filters-tags a span,
.toolbar-audio .highlight.active.filters-tags a span,
.toolbar-notifs .highlight.active.filters-tags a span,
.toolbar-controls .toolbar-controls-button .highlight.active.filters-tags a span,
.toolbar-subscribe-button .highlight.active.filters-tags a span,
.toolbar-controls .toolbar-subscribe-button .highlight.active.filters-tags a span,
.options-menu li .highlight.active.filters-tags a span,
.options-submenu li .highlight.active.filters-tags a span,
.plusminus .task-checker .highlight.active.filters-tags button span,
.task-options .priority-multiplier li .highlight.active.filters-tags button span,
.task-options .task-attributes li .highlight.active.filters-tags button span,
.task-options .repeat-days li .highlight.active.filters-tags button span,
.task-options .repeat-frequency li .highlight.active.filters-tags button span,
.task-options .save-close .highlight.active.filters-tags button span,
.task-checklist-edit > ul li .highlight.active.filters-tags button span,
.filters .filters-tags .highlight.active.filters-tags button span,
.chat-buttons .highlight.active.filters-tags button span,
.toolbar-mobile .highlight.active.filters-tags button span,
.toolbar-nav .toolbar-button .highlight.active.filters-tags button span,
.toolbar-sync .highlight.active.filters-tags button span,
.toolbar-settings .highlight.active.filters-tags button span,
.toolbar-audio .highlight.active.filters-tags button span,
.toolbar-notifs .highlight.active.filters-tags button span,
.toolbar-controls .toolbar-controls-button .highlight.active.filters-tags button span,
.toolbar-subscribe-button .highlight.active.filters-tags button span,
.toolbar-controls .toolbar-subscribe-button .highlight.active.filters-tags button span,
.options-menu li .highlight.active.filters-tags button span,
.options-submenu li .highlight.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-nav .toolbar-button-dropdown {
  border: 1px solid #ccc !important;
  -webkit-border-radius: 0.382em !important;
  border-radius: 0.382em !important;
}
.toolbar-nav .toolbar-button-dropdown > a:first-of-type {
  -webkit-border-radius: 0.382em 0em 0em 0.382em !important;
  border-radius: 0.382em 0em 0em 0.382em !important;
}
.toolbar-nav .toolbar-button-dropdown > a:last-of-type {
  -webkit-border-radius: 0em 0.382em 0.382em 0em !important;
  border-radius: 0em 0.382em 0.382em 0em !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight {
  border-color: #89aef0 !important;
  background-color: #c9daf8 !important;
  background-color: #c9daf8 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight {
  color: #3e5555 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button-dropdown.highlight:hover {
    background-color: #c0d4f7 !important;
  }
}
.toolbar-nav .toolbar-button-dropdown.highlight > a,
.toolbar-nav .toolbar-button-dropdown.highlight > button {
  background-color: #c9daf8 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight > a:active,
.toolbar-nav .toolbar-button-dropdown.highlight > button:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button-dropdown.highlight > a:hover,
  .toolbar-nav .toolbar-button-dropdown.highlight > button:hover {
    background-color: #c0d4f7 !important;
  }
}
.toolbar-nav .toolbar-button-dropdown.highlight > a,
.toolbar-nav .toolbar-button-dropdown.highlight > button,
.toolbar-nav .toolbar-button-dropdown.highlight > input,
.toolbar-nav .toolbar-button-dropdown.highlight textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight > input:hover,
.toolbar-nav .toolbar-button-dropdown.highlight textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight > input:focus,
.toolbar-nav .toolbar-button-dropdown.highlight textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-nav .toolbar-button-dropdown.highlight > input + button:focus,
.toolbar-nav .toolbar-button-dropdown.highlight textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-nav .toolbar-button-dropdown.highlight > input + button:active,
.toolbar-nav .toolbar-button-dropdown.highlight textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight > a:nth-of-type(2) {
  border-left: 1px solid #bad0f6 !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button-dropdown.highlight > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-nav .toolbar-button-dropdown.highlight > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown.highlight > div > ul:first-child:before,
.toolbar-nav .toolbar-button-dropdown.highlight > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown.highlight > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown.highlight > div ul {
  border-color: #f4f7f7;
}
.toolbar-nav .toolbar-button-dropdown.highlight > div a,
.toolbar-nav .toolbar-button-dropdown.highlight > div a:link,
.toolbar-nav .toolbar-button-dropdown.highlight > div a:visited {
  color: #3e5555 !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight .glyphicon {
  color: #537272;
}
.toolbar-nav .toolbar-button-dropdown.highlight .tooltip {
  border: 0;
}
.toolbar-nav .toolbar-button-dropdown.highlight.active a,
.toolbar-nav .toolbar-button-dropdown.highlight.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight.active.filters-tags a,
.toolbar-nav .toolbar-button-dropdown.highlight.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight.active.filters-tags a span,
.toolbar-nav .toolbar-button-dropdown.highlight.active.filters-tags button span {
  color: #fff !important;
}
.task-add,
.task-checklist-edit > .checklist-form li,
.filters .hrpg-input-group {
  border: none;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
}
.task-add input,
.task-checklist-edit > .checklist-form li input,
.filters .hrpg-input-group input,
.task-add a,
.task-checklist-edit > .checklist-form li a,
.filters .hrpg-input-group a,
.task-add button,
.task-checklist-edit > .checklist-form li button,
.filters .hrpg-input-group button,
.task-add textarea,
.task-checklist-edit > .checklist-form li textarea,
.filters .hrpg-input-group textarea {
  display: block;
  float: left;
  height: 2em;
}
.task-add textarea,
.task-checklist-edit > .checklist-form li textarea,
.filters .hrpg-input-group textarea {
  height: auto;
}
.task-add input,
.task-checklist-edit > .checklist-form li input,
.filters .hrpg-input-group input,
.task-add textarea,
.task-checklist-edit > .checklist-form li textarea,
.filters .hrpg-input-group textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 0.382em 0em 0em 0.382em !important;
  border-radius: 0.382em 0em 0em 0.382em !important;
  padding-left: 0.618em;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.task-add a,
.task-checklist-edit > .checklist-form li a,
.filters .hrpg-input-group a,
.task-add button,
.task-checklist-edit > .checklist-form li button,
.filters .hrpg-input-group button {
  border-width: 1px;
  border-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left: none;
  -webkit-border-radius: 0em 0.382em 0.382em 0em;
  border-radius: 0em 0.382em 0.382em 0em;
  outline: none;
}
.task-filter,
.filters .filters-controls {
  list-style: none;
  display: inline-block;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  margin-bottom: 0.618em;
}
.task-filter li,
.filters .filters-controls li {
  border-right: 1px solid #f5f5f5;
  float: left;
  word-wrap: break-word;
}
.task-filter li button,
.filters .filters-controls li button {
  border: none;
}
.task-filter li:nth-of-type(2),
.filters .filters-controls li:nth-of-type(2) {
  -webkit-border-radius: 0.382em 0em 0em 0.382em;
  border-radius: 0.382em 0em 0em 0.382em;
}
.task-filter li:first-of-type,
.filters .filters-controls li:first-of-type {
  -webkit-border-radius: 0.382em 0em 0em 0.382em;
  border-radius: 0.382em 0em 0em 0.382em;
}
.task-filter li:first-of-type a,
.filters .filters-controls li:first-of-type a,
.task-filter li:first-of-type button,
.filters .filters-controls li:first-of-type button {
  -webkit-border-radius: 0.382em 0em 0em 0.382em;
  border-radius: 0.382em 0em 0em 0.382em;
}
.task-filter li:last-of-type,
.filters .filters-controls li:last-of-type {
  border-right: none;
}
.task-filter li:last-of-type a,
.filters .filters-controls li:last-of-type a,
.task-filter li:last-of-type button,
.filters .filters-controls li:last-of-type button {
  -webkit-border-radius: 0em 0.382em 0.382em 0em;
  border-radius: 0em 0.382em 0.382em 0em;
}
.filters .filters-controls li:first-of-type {
  padding: 0.25em 0.618em;
}
.herobox .avatar-level,
.herobox .avatar-name,
.hero-stats .meter-label {
  padding: 0.382em 0.618em;
  border: 1px solid #fff;
  outline: 1px solid #999;
  background-color: #999;
  font-size: 0.8em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.0618em;
  color: #fff;
  text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
.herobox .avatar-level > a,
.herobox .avatar-name > a,
.hero-stats .meter-label > a {
  color: #fff;
}
.toolbar-mobile,
.toolbar-nav .toolbar-button-dropdown,
.toolbar-notifs,
.toolbar-settings,
.toolbar-audio {
  position: relative;
}
.toolbar-mobile > div,
.toolbar-nav .toolbar-button-dropdown > div,
.toolbar-notifs > div,
.toolbar-settings > div,
.toolbar-audio > div {
  position: absolute;
  top: 2.9em;
  min-width: 110px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .toolbar-mobile > div,
  .toolbar-nav .toolbar-button-dropdown > div,
  .toolbar-notifs > div,
  .toolbar-settings > div,
  .toolbar-audio > div {
    position: fixed;
    z-index: 1000;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0.63);
    box-shadow: 0 0 0 30px rgba(0,0,0,0.63);
  }
  .toolbar-mobile > div h4:before,
  .toolbar-nav .toolbar-button-dropdown > div h4:before,
  .toolbar-notifs > div h4:before,
  .toolbar-settings > div h4:before,
  .toolbar-audio > div h4:before {
    display: none;
  }
  .toolbar-mobile > div > div,
  .toolbar-nav .toolbar-button-dropdown > div > div,
  .toolbar-notifs > div > div,
  .toolbar-settings > div > div,
  .toolbar-audio > div > div {
    height: 80%;
    overflow: auto;
  }
  .toolbar-mobile > div > div ul:last-child,
  .toolbar-nav .toolbar-button-dropdown > div > div ul:last-child,
  .toolbar-notifs > div > div ul:last-child,
  .toolbar-settings > div > div ul:last-child,
  .toolbar-audio > div > div ul:last-child {
    padding-bottom: 2.618em;
  }
}
.toolbar-mobile > div h4,
.toolbar-nav .toolbar-button-dropdown > div h4,
.toolbar-notifs > div h4,
.toolbar-settings > div h4,
.toolbar-audio > div h4 {
  font-size: 1.2em;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 0.2em 0.2em 0em 0em;
  border-radius: 0.2em 0.2em 0em 0em;
  padding: 0.618em 0.8333em;
}
.toolbar-mobile > div ul,
.toolbar-nav .toolbar-button-dropdown > div ul,
.toolbar-notifs > div ul,
.toolbar-settings > div ul,
.toolbar-audio > div ul {
  padding: 0.382em 0em;
  list-style: none;
  overflow: auto;
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (min-width: 768px) {
  .toolbar-mobile > div ul,
  .toolbar-nav .toolbar-button-dropdown > div ul,
  .toolbar-notifs > div ul,
  .toolbar-settings > div ul,
  .toolbar-audio > div ul {
    max-height: 320px;
    max-height: 62.8vh;
  }
}
.toolbar-mobile > div ul li,
.toolbar-nav .toolbar-button-dropdown > div ul li,
.toolbar-notifs > div ul li,
.toolbar-settings > div ul li,
.toolbar-audio > div ul li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toolbar-mobile > div ul li,
  .toolbar-nav .toolbar-button-dropdown > div ul li,
  .toolbar-notifs > div ul li,
  .toolbar-settings > div ul li,
  .toolbar-audio > div ul li {
    width: auto;
  }
}
.toolbar-mobile > div ul a,
.toolbar-nav .toolbar-button-dropdown > div ul a,
.toolbar-notifs > div ul a,
.toolbar-settings > div ul a,
.toolbar-audio > div ul a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.618em 1em;
}
.toolbar-mobile > div ul:first-of-type,
.toolbar-nav .toolbar-button-dropdown > div ul:first-of-type,
.toolbar-notifs > div ul:first-of-type,
.toolbar-settings > div ul:first-of-type,
.toolbar-audio > div ul:first-of-type {
  border: none;
}
.toolbar-mobile > div > ul:first-child:before,
.toolbar-nav .toolbar-button-dropdown > div > ul:first-child:before,
.toolbar-notifs > div > ul:first-child:before,
.toolbar-settings > div > ul:first-child:before,
.toolbar-audio > div > ul:first-child:before,
.toolbar-mobile > div > div:first-child:before,
.toolbar-nav .toolbar-button-dropdown > div > div:first-child:before,
.toolbar-notifs > div > div:first-child:before,
.toolbar-settings > div > div:first-child:before,
.toolbar-audio > div > div:first-child:before,
.toolbar-mobile > div h4:before,
.toolbar-nav .toolbar-button-dropdown > div h4:before,
.toolbar-notifs > div h4:before,
.toolbar-settings > div h4:before,
.toolbar-audio > div h4:before {
  content: '';
  position: absolute;
  top: -9px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .toolbar-notifs div,
  .toolbar-settings div,
  .toolbar-audio div {
    right: 0px;
  }
  .toolbar-notifs div > ul:first-child:before,
  .toolbar-settings div > ul:first-child:before,
  .toolbar-audio div > ul:first-child:before,
  .toolbar-notifs div > div:first-child:before,
  .toolbar-settings div > div:first-child:before,
  .toolbar-audio div > div:first-child:before,
  .toolbar-notifs div h4:before,
  .toolbar-settings div h4:before,
  .toolbar-audio div h4:before {
    right: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .toolbar-mobile div,
  .toolbar-nav .toolbar-button-dropdown div {
    left: 0px;
  }
  .toolbar-mobile div > ul:first-child:before,
  .toolbar-nav .toolbar-button-dropdown div > ul:first-child:before,
  .toolbar-mobile div > div:first-child:before,
  .toolbar-nav .toolbar-button-dropdown div > div:first-child:before,
  .toolbar-mobile div h4:before,
  .toolbar-nav .toolbar-button-dropdown div h4:before {
    left: 1em;
  }
}
.toolbar-controls {
  text-align: right;
  -webkit-border-radius: 0px 0px 0.382em 0.382em;
  border-radius: 0px 0px 0.382em 0.382em;
  background-color: #fff;
}
.toolbar-controls li {
  margin-right: 0.618em;
  margin-bottom: 0.382em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .toolbar-controls,
.toolbar-controls {
    width: 96%;
    position: fixed;
    bottom: 2%;
    right: 2%;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .toolbar-controls,
.toolbar-controls {
    display: none;
  }
}
.options-menu,
.options-submenu {
  margin-bottom: 1.618em;
}
@media screen and (min-width: 768px) {
  .options-menu,
  .options-submenu,
.options-menu,
.options-submenu {
    padding: 1em 1em 0em 1em;
  }
}
.options-menu li,
.options-submenu li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
.disabled-tooltip-wrapper {
  display: inline-block;
}
.task-column:not(.rewards) .color-worst:not(.completed) {
  background-color: #e6b8af;
  border: 1px solid #cfa59d;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > button {
  background-color: #e6b8af !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > button:active {
  background-color: #783325 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > button:hover {
    background-color: #e4b2a8 !important;
  }
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li textarea {
  color: #5d271d !important;
  border-color: #d68c7d !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #c65e4a !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #763225 !important;
  outline: none;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #c65e4a !important;
  background-color: #e0a79c !important;
  outline: none;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #d68c7d !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #e2aea3 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div {
    border: 1px solid #d68c7d;
  }
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div h4 {
  color: #763225;
  background-color: #e6b8af;
  border-color: #d68c7d;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #d68c7d;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #e6b8af;
  border-color: #d68c7d;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div ul {
  border-color: #e6b8af;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li > div a:visited {
  color: #5d271d !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li .glyphicon {
  color: #7b3427;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active button {
  background-color: #e2aea3 !important;
  border-color: #9a4230 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #c65e4a !important;
  border-color: #e6b8af !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #b94f3a !important;
  box-shadow: inset 0 0 0 1px #b94f3a !important;
  background-color: #e1aaa0 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #c96652;
  outline: 0;
}
.task-column:not(.rewards) .color-worst:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #c96652 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #b94f3a !important;
  box-shadow: inset 0 0 0 1px #b94f3a !important;
  background-color: #e1aaa0 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > button {
  background-color: #e1aaa0 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > button:active {
  background-color: #723024 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worst:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #dfa499 !important;
  }
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li textarea {
  color: #58251c !important;
  border-color: #d28071 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #c35440 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #702f23 !important;
  outline: none;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #c35440 !important;
  background-color: #db9a8e !important;
  outline: none;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #d28071 !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #dda095 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worst:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #d28071;
  }
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div h4 {
  color: #702f23;
  background-color: #e1aaa0;
  border-color: #d28071;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #d28071;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #e1aaa0;
  border-color: #d28071;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div ul {
  border-color: #e1aaa0;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li > div a:visited {
  color: #58251c !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li .glyphicon {
  color: #753125;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active button {
  background-color: #dda095 !important;
  border-color: #923e2e !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #c35440 !important;
  border-color: #e1aaa0 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-worst:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #c96652;
  outline: 0;
}
.task-column:not(.rewards) .color-worst:not(.completed) .task-actions {
  background-color: #c96652;
}
.task-column:not(.rewards) .color-worst:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-worst:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-worst:not(.completed) .task-actions a {
  background-color: #c96652;
}
.task-column:not(.rewards) .color-worst:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-worst:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-worst:not(.completed) .task-actions a:focus {
  background-color: #b94f3a;
}
.task-column:not(.rewards) .color-worst:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-worst:not(.completed) input.habit:focus + a {
  background-color: #b94f3a;
}
.task-column:not(.rewards) .color-worst:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #9a4230;
}
.task-column:not(.rewards) .color-worst:not(.completed) .task-options {
  background-color: #e6b8af;
}
.task-column:not(.rewards) .color-worst:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #d88f81;
}
.task-column:not(.rewards) .color-worst:not(.completed) hr {
  border-bottom: 1px solid #d88f81;
}
.task-column:not(.rewards) .color-worst:not(.completed) .option-content {
  border-color: #d68c7d !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .option-content:hover {
  border-color: #c65e4a !important;
}
.task-column:not(.rewards) .color-worst:not(.completed) .option-content:focus {
  border-color: #763225 !important;
  outline: none;
}
.task-modal.color-worst:not(.completed) {
  background-color: #e6b8af;
  border: 1px solid #cfa59d;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > a,
.task-modal.color-worst:not(.completed) .task-attributes li > a,
.task-modal.color-worst:not(.completed) .repeat-days li > a,
.task-modal.color-worst:not(.completed) .repeat-frequency li > a,
.task-modal.color-worst:not(.completed) .priority-multiplier li > button,
.task-modal.color-worst:not(.completed) .task-attributes li > button,
.task-modal.color-worst:not(.completed) .repeat-days li > button,
.task-modal.color-worst:not(.completed) .repeat-frequency li > button {
  background-color: #e6b8af !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-worst:not(.completed) .task-attributes li > a:active,
.task-modal.color-worst:not(.completed) .repeat-days li > a:active,
.task-modal.color-worst:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-worst:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-worst:not(.completed) .task-attributes li > button:active,
.task-modal.color-worst:not(.completed) .repeat-days li > button:active,
.task-modal.color-worst:not(.completed) .repeat-frequency li > button:active {
  background-color: #783325 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worst:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-worst:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-worst:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-worst:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-worst:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-worst:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-worst:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-worst:not(.completed) .repeat-frequency li > button:hover {
    background-color: #e4b2a8 !important;
  }
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > a,
.task-modal.color-worst:not(.completed) .task-attributes li > a,
.task-modal.color-worst:not(.completed) .repeat-days li > a,
.task-modal.color-worst:not(.completed) .repeat-frequency li > a,
.task-modal.color-worst:not(.completed) .priority-multiplier li > button,
.task-modal.color-worst:not(.completed) .task-attributes li > button,
.task-modal.color-worst:not(.completed) .repeat-days li > button,
.task-modal.color-worst:not(.completed) .repeat-frequency li > button,
.task-modal.color-worst:not(.completed) .priority-multiplier li > input,
.task-modal.color-worst:not(.completed) .task-attributes li > input,
.task-modal.color-worst:not(.completed) .repeat-days li > input,
.task-modal.color-worst:not(.completed) .repeat-frequency li > input,
.task-modal.color-worst:not(.completed) .priority-multiplier li textarea,
.task-modal.color-worst:not(.completed) .task-attributes li textarea,
.task-modal.color-worst:not(.completed) .repeat-days li textarea,
.task-modal.color-worst:not(.completed) .repeat-frequency li textarea {
  color: #5d271d !important;
  border-color: #d68c7d !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-worst:not(.completed) .task-attributes li > input:hover,
.task-modal.color-worst:not(.completed) .repeat-days li > input:hover,
.task-modal.color-worst:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-worst:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-worst:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-worst:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-worst:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #c65e4a !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-worst:not(.completed) .task-attributes li > input:focus,
.task-modal.color-worst:not(.completed) .repeat-days li > input:focus,
.task-modal.color-worst:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-worst:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-worst:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-worst:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-worst:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #763225 !important;
  outline: none;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-worst:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-worst:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-worst:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-worst:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-worst:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-worst:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-worst:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #c65e4a !important;
  background-color: #e0a79c !important;
  outline: none;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-worst:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-worst:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-worst:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-worst:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-worst:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-worst:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-worst:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #d68c7d !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-worst:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-worst:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-worst:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #e2aea3 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worst:not(.completed) .priority-multiplier li > div,
  .task-modal.color-worst:not(.completed) .task-attributes li > div,
  .task-modal.color-worst:not(.completed) .repeat-days li > div,
  .task-modal.color-worst:not(.completed) .repeat-frequency li > div {
    border: 1px solid #d68c7d;
  }
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-worst:not(.completed) .task-attributes li > div h4,
.task-modal.color-worst:not(.completed) .repeat-days li > div h4,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div h4 {
  color: #763225;
  background-color: #e6b8af;
  border-color: #d68c7d;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-worst:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-worst:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #d68c7d;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-worst:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-worst:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #e6b8af;
  border-color: #d68c7d;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-worst:not(.completed) .task-attributes li > div ul,
.task-modal.color-worst:not(.completed) .repeat-days li > div ul,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div ul {
  border-color: #e6b8af;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li > div a,
.task-modal.color-worst:not(.completed) .task-attributes li > div a,
.task-modal.color-worst:not(.completed) .repeat-days li > div a,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div a,
.task-modal.color-worst:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-worst:not(.completed) .task-attributes li > div a:link,
.task-modal.color-worst:not(.completed) .repeat-days li > div a:link,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-worst:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-worst:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-worst:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-worst:not(.completed) .repeat-frequency li > div a:visited {
  color: #5d271d !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-worst:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-worst:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-worst:not(.completed) .repeat-frequency li .glyphicon {
  color: #7b3427;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-worst:not(.completed) .task-attributes li .tooltip,
.task-modal.color-worst:not(.completed) .repeat-days li .tooltip,
.task-modal.color-worst:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li.active a,
.task-modal.color-worst:not(.completed) .task-attributes li.active a,
.task-modal.color-worst:not(.completed) .repeat-days li.active a,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active a,
.task-modal.color-worst:not(.completed) .priority-multiplier li.active button,
.task-modal.color-worst:not(.completed) .task-attributes li.active button,
.task-modal.color-worst:not(.completed) .repeat-days li.active button,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active button {
  background-color: #e2aea3 !important;
  border-color: #9a4230 !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-worst:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-worst:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-worst:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-worst:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-worst:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #c65e4a !important;
  border-color: #e6b8af !important;
  color: #fff !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-worst:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-worst:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-worst:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li button.active,
.task-modal.color-worst:not(.completed) .task-attributes li button.active,
.task-modal.color-worst:not(.completed) .repeat-days li button.active,
.task-modal.color-worst:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #b94f3a !important;
  box-shadow: inset 0 0 0 1px #b94f3a !important;
  background-color: #e1aaa0 !important;
}
.task-modal.color-worst:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-worst:not(.completed) .task-attributes li button:focus,
.task-modal.color-worst:not(.completed) .repeat-days li button:focus,
.task-modal.color-worst:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #c96652;
  outline: 0;
}
.task-modal.color-worst:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #c96652 !important;
}
.task-modal.color-worst:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #b94f3a !important;
  box-shadow: inset 0 0 0 1px #b94f3a !important;
  background-color: #e1aaa0 !important;
}
.task-modal.color-worst:not(.completed) .save-close > a,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > a,
.task-modal.color-worst:not(.completed) .save-close > button,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > button {
  background-color: #e1aaa0 !important;
}
.task-modal.color-worst:not(.completed) .save-close > a:active,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-worst:not(.completed) .save-close > button:active,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > button:active {
  background-color: #723024 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worst:not(.completed) .save-close > a:hover,
  .task-modal.color-worst:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-worst:not(.completed) .save-close > button:hover,
  .task-modal.color-worst:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #dfa499 !important;
  }
}
.task-modal.color-worst:not(.completed) .save-close > a,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > a,
.task-modal.color-worst:not(.completed) .save-close > button,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > button,
.task-modal.color-worst:not(.completed) .save-close > input,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > input,
.task-modal.color-worst:not(.completed) .save-close textarea,
.task-modal.color-worst:not(.completed) .task-checklist-edit li textarea {
  color: #58251c !important;
  border-color: #d28071 !important;
}
.task-modal.color-worst:not(.completed) .save-close > input:hover,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-worst:not(.completed) .save-close textarea:hover,
.task-modal.color-worst:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #c35440 !important;
}
.task-modal.color-worst:not(.completed) .save-close > input:focus,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-worst:not(.completed) .save-close textarea:focus,
.task-modal.color-worst:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #702f23 !important;
  outline: none;
}
.task-modal.color-worst:not(.completed) .save-close > input + button:focus,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-worst:not(.completed) .save-close textarea + button:focus,
.task-modal.color-worst:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #c35440 !important;
  background-color: #db9a8e !important;
  outline: none;
}
.task-modal.color-worst:not(.completed) .save-close > input + button:active,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-worst:not(.completed) .save-close textarea + button:active,
.task-modal.color-worst:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #d28071 !important;
}
.task-modal.color-worst:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-worst:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #dda095 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worst:not(.completed) .save-close > div,
  .task-modal.color-worst:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #d28071;
  }
}
.task-modal.color-worst:not(.completed) .save-close > div h4,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div h4 {
  color: #702f23;
  background-color: #e1aaa0;
  border-color: #d28071;
}
.task-modal.color-worst:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-worst:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #d28071;
}
.task-modal.color-worst:not(.completed) .save-close > div h4:before,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #e1aaa0;
  border-color: #d28071;
}
.task-modal.color-worst:not(.completed) .save-close > div ul,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div ul {
  border-color: #e1aaa0;
}
.task-modal.color-worst:not(.completed) .save-close > div a,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-worst:not(.completed) .save-close > div a:link,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-worst:not(.completed) .save-close > div a:visited,
.task-modal.color-worst:not(.completed) .task-checklist-edit li > div a:visited {
  color: #58251c !important;
}
.task-modal.color-worst:not(.completed) .save-close .glyphicon,
.task-modal.color-worst:not(.completed) .task-checklist-edit li .glyphicon {
  color: #753125;
}
.task-modal.color-worst:not(.completed) .save-close .tooltip,
.task-modal.color-worst:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-worst:not(.completed) .save-close.active a,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-worst:not(.completed) .save-close.active button,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active button {
  background-color: #dda095 !important;
  border-color: #923e2e !important;
}
.task-modal.color-worst:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-worst:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #c35440 !important;
  border-color: #e1aaa0 !important;
  color: #fff !important;
}
.task-modal.color-worst:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-worst:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-worst:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-worst:not(.completed) .save-close button:focus,
.task-modal.color-worst:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #c96652;
  outline: 0;
}
.task-modal.color-worst:not(.completed) .task-actions {
  background-color: #c96652;
}
.task-modal.color-worst:not(.completed) .action-yesno label,
.task-modal.color-worst:not(.completed) .task-action-btn,
.task-modal.color-worst:not(.completed) .task-actions a {
  background-color: #c96652;
}
.task-modal.color-worst:not(.completed) .action-yesno label:hover,
.task-modal.color-worst:not(.completed) .task-action-btn:hover,
.task-modal.color-worst:not(.completed) .task-actions a:hover,
.task-modal.color-worst:not(.completed) .action-yesno label:focus,
.task-modal.color-worst:not(.completed) .task-action-btn:focus,
.task-modal.color-worst:not(.completed) .task-actions a:focus {
  background-color: #b94f3a;
}
.task-modal.color-worst:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-worst:not(.completed) input.habit:focus + a {
  background-color: #b94f3a;
}
.task-modal.color-worst:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #9a4230;
}
.task-modal.color-worst:not(.completed) .task-options {
  background-color: #e6b8af;
}
.task-modal.color-worst:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #d88f81;
}
.task-modal.color-worst:not(.completed) hr {
  border-bottom: 1px solid #d88f81;
}
.task-modal.color-worst:not(.completed) .option-content {
  border-color: #d68c7d !important;
}
.task-modal.color-worst:not(.completed) .option-content:hover {
  border-color: #c65e4a !important;
}
.task-modal.color-worst:not(.completed) .option-content:focus {
  border-color: #763225 !important;
  outline: none;
}
.task-column:not(.rewards) .color-worse:not(.completed) {
  background-color: #f4cccc;
  border: 1px solid #dbb7b7;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > button {
  background-color: #f4cccc !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > button:active {
  background-color: #8f1f1f !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > button:hover {
    background-color: #f2c3c3 !important;
  }
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li textarea {
  color: #6f1818 !important;
  border-color: #e79090 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #da5353 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #8d1e1e !important;
  outline: none;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #da5353 !important;
  background-color: #efb5b5 !important;
  outline: none;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #e79090 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #f1bebe !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div {
    border: 1px solid #e79090;
  }
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div h4 {
  color: #8d1e1e;
  background-color: #f4cccc;
  border-color: #e79090;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #e79090;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #f4cccc;
  border-color: #e79090;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div ul {
  border-color: #f4cccc;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li > div a:visited {
  color: #6f1818 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li .glyphicon {
  color: #932020;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active button {
  background-color: #f1bebe !important;
  border-color: #b82828 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #da5353 !important;
  border-color: #f4cccc !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #d43939 !important;
  box-shadow: inset 0 0 0 1px #d43939 !important;
  background-color: #f0baba !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #dc5d5d;
  outline: 0;
}
.task-column:not(.rewards) .color-worse:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #dc5d5d !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #d43939 !important;
  box-shadow: inset 0 0 0 1px #d43939 !important;
  background-color: #f0baba !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > button {
  background-color: #f0baba !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > button:active {
  background-color: #881e1e !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worse:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #eeb2b2 !important;
  }
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li textarea {
  color: #691717 !important;
  border-color: #e48181 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #d74747 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #861d1d !important;
  outline: none;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #d74747 !important;
  background-color: #eba4a4 !important;
  outline: none;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #e48181 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #edadad !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-worse:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #e48181;
  }
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div h4 {
  color: #861d1d;
  background-color: #f0baba;
  border-color: #e48181;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #e48181;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #f0baba;
  border-color: #e48181;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div ul {
  border-color: #f0baba;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li > div a:visited {
  color: #691717 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li .glyphicon {
  color: #8c1e1e;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active button {
  background-color: #edadad !important;
  border-color: #af2626 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #d74747 !important;
  border-color: #f0baba !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-worse:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #dc5d5d;
  outline: 0;
}
.task-column:not(.rewards) .color-worse:not(.completed) .task-actions {
  background-color: #dc5d5d;
}
.task-column:not(.rewards) .color-worse:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-worse:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-worse:not(.completed) .task-actions a {
  background-color: #dc5d5d;
}
.task-column:not(.rewards) .color-worse:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-worse:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-worse:not(.completed) .task-actions a:focus {
  background-color: #d43939;
}
.task-column:not(.rewards) .color-worse:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-worse:not(.completed) input.habit:focus + a {
  background-color: #d43939;
}
.task-column:not(.rewards) .color-worse:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #b82828;
}
.task-column:not(.rewards) .color-worse:not(.completed) .task-options {
  background-color: #f4cccc;
}
.task-column:not(.rewards) .color-worse:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #e89595;
}
.task-column:not(.rewards) .color-worse:not(.completed) hr {
  border-bottom: 1px solid #e89595;
}
.task-column:not(.rewards) .color-worse:not(.completed) .option-content {
  border-color: #e79090 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .option-content:hover {
  border-color: #da5353 !important;
}
.task-column:not(.rewards) .color-worse:not(.completed) .option-content:focus {
  border-color: #8d1e1e !important;
  outline: none;
}
.task-modal.color-worse:not(.completed) {
  background-color: #f4cccc;
  border: 1px solid #dbb7b7;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > a,
.task-modal.color-worse:not(.completed) .task-attributes li > a,
.task-modal.color-worse:not(.completed) .repeat-days li > a,
.task-modal.color-worse:not(.completed) .repeat-frequency li > a,
.task-modal.color-worse:not(.completed) .priority-multiplier li > button,
.task-modal.color-worse:not(.completed) .task-attributes li > button,
.task-modal.color-worse:not(.completed) .repeat-days li > button,
.task-modal.color-worse:not(.completed) .repeat-frequency li > button {
  background-color: #f4cccc !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-worse:not(.completed) .task-attributes li > a:active,
.task-modal.color-worse:not(.completed) .repeat-days li > a:active,
.task-modal.color-worse:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-worse:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-worse:not(.completed) .task-attributes li > button:active,
.task-modal.color-worse:not(.completed) .repeat-days li > button:active,
.task-modal.color-worse:not(.completed) .repeat-frequency li > button:active {
  background-color: #8f1f1f !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worse:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-worse:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-worse:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-worse:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-worse:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-worse:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-worse:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-worse:not(.completed) .repeat-frequency li > button:hover {
    background-color: #f2c3c3 !important;
  }
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > a,
.task-modal.color-worse:not(.completed) .task-attributes li > a,
.task-modal.color-worse:not(.completed) .repeat-days li > a,
.task-modal.color-worse:not(.completed) .repeat-frequency li > a,
.task-modal.color-worse:not(.completed) .priority-multiplier li > button,
.task-modal.color-worse:not(.completed) .task-attributes li > button,
.task-modal.color-worse:not(.completed) .repeat-days li > button,
.task-modal.color-worse:not(.completed) .repeat-frequency li > button,
.task-modal.color-worse:not(.completed) .priority-multiplier li > input,
.task-modal.color-worse:not(.completed) .task-attributes li > input,
.task-modal.color-worse:not(.completed) .repeat-days li > input,
.task-modal.color-worse:not(.completed) .repeat-frequency li > input,
.task-modal.color-worse:not(.completed) .priority-multiplier li textarea,
.task-modal.color-worse:not(.completed) .task-attributes li textarea,
.task-modal.color-worse:not(.completed) .repeat-days li textarea,
.task-modal.color-worse:not(.completed) .repeat-frequency li textarea {
  color: #6f1818 !important;
  border-color: #e79090 !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-worse:not(.completed) .task-attributes li > input:hover,
.task-modal.color-worse:not(.completed) .repeat-days li > input:hover,
.task-modal.color-worse:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-worse:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-worse:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-worse:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-worse:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #da5353 !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-worse:not(.completed) .task-attributes li > input:focus,
.task-modal.color-worse:not(.completed) .repeat-days li > input:focus,
.task-modal.color-worse:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-worse:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-worse:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-worse:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-worse:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #8d1e1e !important;
  outline: none;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-worse:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-worse:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-worse:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-worse:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-worse:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-worse:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-worse:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #da5353 !important;
  background-color: #efb5b5 !important;
  outline: none;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-worse:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-worse:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-worse:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-worse:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-worse:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-worse:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-worse:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #e79090 !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-worse:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-worse:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-worse:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #f1bebe !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worse:not(.completed) .priority-multiplier li > div,
  .task-modal.color-worse:not(.completed) .task-attributes li > div,
  .task-modal.color-worse:not(.completed) .repeat-days li > div,
  .task-modal.color-worse:not(.completed) .repeat-frequency li > div {
    border: 1px solid #e79090;
  }
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-worse:not(.completed) .task-attributes li > div h4,
.task-modal.color-worse:not(.completed) .repeat-days li > div h4,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div h4 {
  color: #8d1e1e;
  background-color: #f4cccc;
  border-color: #e79090;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-worse:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-worse:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #e79090;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-worse:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-worse:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #f4cccc;
  border-color: #e79090;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-worse:not(.completed) .task-attributes li > div ul,
.task-modal.color-worse:not(.completed) .repeat-days li > div ul,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div ul {
  border-color: #f4cccc;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li > div a,
.task-modal.color-worse:not(.completed) .task-attributes li > div a,
.task-modal.color-worse:not(.completed) .repeat-days li > div a,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div a,
.task-modal.color-worse:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-worse:not(.completed) .task-attributes li > div a:link,
.task-modal.color-worse:not(.completed) .repeat-days li > div a:link,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-worse:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-worse:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-worse:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-worse:not(.completed) .repeat-frequency li > div a:visited {
  color: #6f1818 !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-worse:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-worse:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-worse:not(.completed) .repeat-frequency li .glyphicon {
  color: #932020;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-worse:not(.completed) .task-attributes li .tooltip,
.task-modal.color-worse:not(.completed) .repeat-days li .tooltip,
.task-modal.color-worse:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li.active a,
.task-modal.color-worse:not(.completed) .task-attributes li.active a,
.task-modal.color-worse:not(.completed) .repeat-days li.active a,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active a,
.task-modal.color-worse:not(.completed) .priority-multiplier li.active button,
.task-modal.color-worse:not(.completed) .task-attributes li.active button,
.task-modal.color-worse:not(.completed) .repeat-days li.active button,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active button {
  background-color: #f1bebe !important;
  border-color: #b82828 !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-worse:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-worse:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-worse:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-worse:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-worse:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #da5353 !important;
  border-color: #f4cccc !important;
  color: #fff !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-worse:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-worse:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-worse:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li button.active,
.task-modal.color-worse:not(.completed) .task-attributes li button.active,
.task-modal.color-worse:not(.completed) .repeat-days li button.active,
.task-modal.color-worse:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #d43939 !important;
  box-shadow: inset 0 0 0 1px #d43939 !important;
  background-color: #f0baba !important;
}
.task-modal.color-worse:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-worse:not(.completed) .task-attributes li button:focus,
.task-modal.color-worse:not(.completed) .repeat-days li button:focus,
.task-modal.color-worse:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #dc5d5d;
  outline: 0;
}
.task-modal.color-worse:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #dc5d5d !important;
}
.task-modal.color-worse:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #d43939 !important;
  box-shadow: inset 0 0 0 1px #d43939 !important;
  background-color: #f0baba !important;
}
.task-modal.color-worse:not(.completed) .save-close > a,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > a,
.task-modal.color-worse:not(.completed) .save-close > button,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > button {
  background-color: #f0baba !important;
}
.task-modal.color-worse:not(.completed) .save-close > a:active,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-worse:not(.completed) .save-close > button:active,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > button:active {
  background-color: #881e1e !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worse:not(.completed) .save-close > a:hover,
  .task-modal.color-worse:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-worse:not(.completed) .save-close > button:hover,
  .task-modal.color-worse:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #eeb2b2 !important;
  }
}
.task-modal.color-worse:not(.completed) .save-close > a,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > a,
.task-modal.color-worse:not(.completed) .save-close > button,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > button,
.task-modal.color-worse:not(.completed) .save-close > input,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > input,
.task-modal.color-worse:not(.completed) .save-close textarea,
.task-modal.color-worse:not(.completed) .task-checklist-edit li textarea {
  color: #691717 !important;
  border-color: #e48181 !important;
}
.task-modal.color-worse:not(.completed) .save-close > input:hover,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-worse:not(.completed) .save-close textarea:hover,
.task-modal.color-worse:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #d74747 !important;
}
.task-modal.color-worse:not(.completed) .save-close > input:focus,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-worse:not(.completed) .save-close textarea:focus,
.task-modal.color-worse:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #861d1d !important;
  outline: none;
}
.task-modal.color-worse:not(.completed) .save-close > input + button:focus,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-worse:not(.completed) .save-close textarea + button:focus,
.task-modal.color-worse:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #d74747 !important;
  background-color: #eba4a4 !important;
  outline: none;
}
.task-modal.color-worse:not(.completed) .save-close > input + button:active,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-worse:not(.completed) .save-close textarea + button:active,
.task-modal.color-worse:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #e48181 !important;
}
.task-modal.color-worse:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-worse:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #edadad !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-worse:not(.completed) .save-close > div,
  .task-modal.color-worse:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #e48181;
  }
}
.task-modal.color-worse:not(.completed) .save-close > div h4,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div h4 {
  color: #861d1d;
  background-color: #f0baba;
  border-color: #e48181;
}
.task-modal.color-worse:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-worse:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #e48181;
}
.task-modal.color-worse:not(.completed) .save-close > div h4:before,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #f0baba;
  border-color: #e48181;
}
.task-modal.color-worse:not(.completed) .save-close > div ul,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div ul {
  border-color: #f0baba;
}
.task-modal.color-worse:not(.completed) .save-close > div a,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-worse:not(.completed) .save-close > div a:link,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-worse:not(.completed) .save-close > div a:visited,
.task-modal.color-worse:not(.completed) .task-checklist-edit li > div a:visited {
  color: #691717 !important;
}
.task-modal.color-worse:not(.completed) .save-close .glyphicon,
.task-modal.color-worse:not(.completed) .task-checklist-edit li .glyphicon {
  color: #8c1e1e;
}
.task-modal.color-worse:not(.completed) .save-close .tooltip,
.task-modal.color-worse:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-worse:not(.completed) .save-close.active a,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-worse:not(.completed) .save-close.active button,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active button {
  background-color: #edadad !important;
  border-color: #af2626 !important;
}
.task-modal.color-worse:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-worse:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #d74747 !important;
  border-color: #f0baba !important;
  color: #fff !important;
}
.task-modal.color-worse:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-worse:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-worse:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-worse:not(.completed) .save-close button:focus,
.task-modal.color-worse:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #dc5d5d;
  outline: 0;
}
.task-modal.color-worse:not(.completed) .task-actions {
  background-color: #dc5d5d;
}
.task-modal.color-worse:not(.completed) .action-yesno label,
.task-modal.color-worse:not(.completed) .task-action-btn,
.task-modal.color-worse:not(.completed) .task-actions a {
  background-color: #dc5d5d;
}
.task-modal.color-worse:not(.completed) .action-yesno label:hover,
.task-modal.color-worse:not(.completed) .task-action-btn:hover,
.task-modal.color-worse:not(.completed) .task-actions a:hover,
.task-modal.color-worse:not(.completed) .action-yesno label:focus,
.task-modal.color-worse:not(.completed) .task-action-btn:focus,
.task-modal.color-worse:not(.completed) .task-actions a:focus {
  background-color: #d43939;
}
.task-modal.color-worse:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-worse:not(.completed) input.habit:focus + a {
  background-color: #d43939;
}
.task-modal.color-worse:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #b82828;
}
.task-modal.color-worse:not(.completed) .task-options {
  background-color: #f4cccc;
}
.task-modal.color-worse:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #e89595;
}
.task-modal.color-worse:not(.completed) hr {
  border-bottom: 1px solid #e89595;
}
.task-modal.color-worse:not(.completed) .option-content {
  border-color: #e79090 !important;
}
.task-modal.color-worse:not(.completed) .option-content:hover {
  border-color: #da5353 !important;
}
.task-modal.color-worse:not(.completed) .option-content:focus {
  border-color: #8d1e1e !important;
  outline: none;
}
.task-column:not(.rewards) .color-bad:not(.completed) {
  background-color: #fce5cd;
  border: 1px solid #e2ceb8;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > button {
  background-color: #fce5cd !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > button:active {
  background-color: #a75a0a !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > button:hover {
    background-color: #fbe0c3 !important;
  }
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li textarea {
  color: #814608 !important;
  border-color: #f8c187 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #f49b40 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #a5590a !important;
  outline: none;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #f49b40 !important;
  background-color: #fad7b2 !important;
  outline: none;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #f8c187 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #fbdcbd !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div {
    border: 1px solid #f8c187;
  }
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div h4 {
  color: #a5590a;
  background-color: #fce5cd;
  border-color: #f8c187;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #f8c187;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #fce5cd;
  border-color: #f8c187;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div ul {
  border-color: #fce5cd;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li > div a:visited {
  color: #814608 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li .glyphicon {
  color: #ac5d0a;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active button {
  background-color: #fbdcbd !important;
  border-color: #d8740d !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #f49b40 !important;
  border-color: #fce5cd !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #f28b21 !important;
  box-shadow: inset 0 0 0 1px #f28b21 !important;
  background-color: #fbdab7 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #f4a24c;
  outline: 0;
}
.task-column:not(.rewards) .color-bad:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #f4a24c !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #f28b21 !important;
  box-shadow: inset 0 0 0 1px #f28b21 !important;
  background-color: #fbdab7 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > button {
  background-color: #fbdab7 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > button:active {
  background-color: #a05609 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-bad:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #fad5ad !important;
  }
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li textarea {
  color: #7b4307 !important;
  border-color: #f7b874 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #f49530 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #9d5509 !important;
  outline: none;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #f49530 !important;
  background-color: #facd9e !important;
  outline: none;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #f7b874 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #fad2a7 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-bad:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #f7b874;
  }
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div h4 {
  color: #9d5509;
  background-color: #fbdab7;
  border-color: #f7b874;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #f7b874;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #fbdab7;
  border-color: #f7b874;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div ul {
  border-color: #fbdab7;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li > div a:visited {
  color: #7b4307 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li .glyphicon {
  color: #a45909;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active button {
  background-color: #fad2a7 !important;
  border-color: #ce6f0b !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #f49530 !important;
  border-color: #fbdab7 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-bad:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #f4a24c;
  outline: 0;
}
.task-column:not(.rewards) .color-bad:not(.completed) .task-actions {
  background-color: #f4a24c;
}
.task-column:not(.rewards) .color-bad:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-bad:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-bad:not(.completed) .task-actions a {
  background-color: #f4a24c;
}
.task-column:not(.rewards) .color-bad:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-bad:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-bad:not(.completed) .task-actions a:focus {
  background-color: #f28b21;
}
.task-column:not(.rewards) .color-bad:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-bad:not(.completed) input.habit:focus + a {
  background-color: #f28b21;
}
.task-column:not(.rewards) .color-bad:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #d8740d;
}
.task-column:not(.rewards) .color-bad:not(.completed) .task-options {
  background-color: #fce5cd;
}
.task-column:not(.rewards) .color-bad:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #f8c38c;
}
.task-column:not(.rewards) .color-bad:not(.completed) hr {
  border-bottom: 1px solid #f8c38c;
}
.task-column:not(.rewards) .color-bad:not(.completed) .option-content {
  border-color: #f8c187 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .option-content:hover {
  border-color: #f49b40 !important;
}
.task-column:not(.rewards) .color-bad:not(.completed) .option-content:focus {
  border-color: #a5590a !important;
  outline: none;
}
.task-modal.color-bad:not(.completed) {
  background-color: #fce5cd;
  border: 1px solid #e2ceb8;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > a,
.task-modal.color-bad:not(.completed) .task-attributes li > a,
.task-modal.color-bad:not(.completed) .repeat-days li > a,
.task-modal.color-bad:not(.completed) .repeat-frequency li > a,
.task-modal.color-bad:not(.completed) .priority-multiplier li > button,
.task-modal.color-bad:not(.completed) .task-attributes li > button,
.task-modal.color-bad:not(.completed) .repeat-days li > button,
.task-modal.color-bad:not(.completed) .repeat-frequency li > button {
  background-color: #fce5cd !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-bad:not(.completed) .task-attributes li > a:active,
.task-modal.color-bad:not(.completed) .repeat-days li > a:active,
.task-modal.color-bad:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-bad:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-bad:not(.completed) .task-attributes li > button:active,
.task-modal.color-bad:not(.completed) .repeat-days li > button:active,
.task-modal.color-bad:not(.completed) .repeat-frequency li > button:active {
  background-color: #a75a0a !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-bad:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-bad:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-bad:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-bad:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-bad:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-bad:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-bad:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-bad:not(.completed) .repeat-frequency li > button:hover {
    background-color: #fbe0c3 !important;
  }
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > a,
.task-modal.color-bad:not(.completed) .task-attributes li > a,
.task-modal.color-bad:not(.completed) .repeat-days li > a,
.task-modal.color-bad:not(.completed) .repeat-frequency li > a,
.task-modal.color-bad:not(.completed) .priority-multiplier li > button,
.task-modal.color-bad:not(.completed) .task-attributes li > button,
.task-modal.color-bad:not(.completed) .repeat-days li > button,
.task-modal.color-bad:not(.completed) .repeat-frequency li > button,
.task-modal.color-bad:not(.completed) .priority-multiplier li > input,
.task-modal.color-bad:not(.completed) .task-attributes li > input,
.task-modal.color-bad:not(.completed) .repeat-days li > input,
.task-modal.color-bad:not(.completed) .repeat-frequency li > input,
.task-modal.color-bad:not(.completed) .priority-multiplier li textarea,
.task-modal.color-bad:not(.completed) .task-attributes li textarea,
.task-modal.color-bad:not(.completed) .repeat-days li textarea,
.task-modal.color-bad:not(.completed) .repeat-frequency li textarea {
  color: #814608 !important;
  border-color: #f8c187 !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-bad:not(.completed) .task-attributes li > input:hover,
.task-modal.color-bad:not(.completed) .repeat-days li > input:hover,
.task-modal.color-bad:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-bad:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-bad:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-bad:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-bad:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #f49b40 !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-bad:not(.completed) .task-attributes li > input:focus,
.task-modal.color-bad:not(.completed) .repeat-days li > input:focus,
.task-modal.color-bad:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-bad:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-bad:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-bad:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-bad:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #a5590a !important;
  outline: none;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-bad:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-bad:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-bad:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-bad:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-bad:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-bad:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-bad:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #f49b40 !important;
  background-color: #fad7b2 !important;
  outline: none;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-bad:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-bad:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-bad:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-bad:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-bad:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-bad:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-bad:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #f8c187 !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-bad:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-bad:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-bad:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #fbdcbd !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-bad:not(.completed) .priority-multiplier li > div,
  .task-modal.color-bad:not(.completed) .task-attributes li > div,
  .task-modal.color-bad:not(.completed) .repeat-days li > div,
  .task-modal.color-bad:not(.completed) .repeat-frequency li > div {
    border: 1px solid #f8c187;
  }
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-bad:not(.completed) .task-attributes li > div h4,
.task-modal.color-bad:not(.completed) .repeat-days li > div h4,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div h4 {
  color: #a5590a;
  background-color: #fce5cd;
  border-color: #f8c187;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-bad:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-bad:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #f8c187;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-bad:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-bad:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #fce5cd;
  border-color: #f8c187;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-bad:not(.completed) .task-attributes li > div ul,
.task-modal.color-bad:not(.completed) .repeat-days li > div ul,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div ul {
  border-color: #fce5cd;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li > div a,
.task-modal.color-bad:not(.completed) .task-attributes li > div a,
.task-modal.color-bad:not(.completed) .repeat-days li > div a,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div a,
.task-modal.color-bad:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-bad:not(.completed) .task-attributes li > div a:link,
.task-modal.color-bad:not(.completed) .repeat-days li > div a:link,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-bad:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-bad:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-bad:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-bad:not(.completed) .repeat-frequency li > div a:visited {
  color: #814608 !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-bad:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-bad:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-bad:not(.completed) .repeat-frequency li .glyphicon {
  color: #ac5d0a;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-bad:not(.completed) .task-attributes li .tooltip,
.task-modal.color-bad:not(.completed) .repeat-days li .tooltip,
.task-modal.color-bad:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li.active a,
.task-modal.color-bad:not(.completed) .task-attributes li.active a,
.task-modal.color-bad:not(.completed) .repeat-days li.active a,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active a,
.task-modal.color-bad:not(.completed) .priority-multiplier li.active button,
.task-modal.color-bad:not(.completed) .task-attributes li.active button,
.task-modal.color-bad:not(.completed) .repeat-days li.active button,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active button {
  background-color: #fbdcbd !important;
  border-color: #d8740d !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-bad:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-bad:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-bad:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-bad:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-bad:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #f49b40 !important;
  border-color: #fce5cd !important;
  color: #fff !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-bad:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-bad:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-bad:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li button.active,
.task-modal.color-bad:not(.completed) .task-attributes li button.active,
.task-modal.color-bad:not(.completed) .repeat-days li button.active,
.task-modal.color-bad:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #f28b21 !important;
  box-shadow: inset 0 0 0 1px #f28b21 !important;
  background-color: #fbdab7 !important;
}
.task-modal.color-bad:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-bad:not(.completed) .task-attributes li button:focus,
.task-modal.color-bad:not(.completed) .repeat-days li button:focus,
.task-modal.color-bad:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #f4a24c;
  outline: 0;
}
.task-modal.color-bad:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #f4a24c !important;
}
.task-modal.color-bad:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #f28b21 !important;
  box-shadow: inset 0 0 0 1px #f28b21 !important;
  background-color: #fbdab7 !important;
}
.task-modal.color-bad:not(.completed) .save-close > a,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > a,
.task-modal.color-bad:not(.completed) .save-close > button,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > button {
  background-color: #fbdab7 !important;
}
.task-modal.color-bad:not(.completed) .save-close > a:active,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-bad:not(.completed) .save-close > button:active,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > button:active {
  background-color: #a05609 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-bad:not(.completed) .save-close > a:hover,
  .task-modal.color-bad:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-bad:not(.completed) .save-close > button:hover,
  .task-modal.color-bad:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #fad5ad !important;
  }
}
.task-modal.color-bad:not(.completed) .save-close > a,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > a,
.task-modal.color-bad:not(.completed) .save-close > button,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > button,
.task-modal.color-bad:not(.completed) .save-close > input,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > input,
.task-modal.color-bad:not(.completed) .save-close textarea,
.task-modal.color-bad:not(.completed) .task-checklist-edit li textarea {
  color: #7b4307 !important;
  border-color: #f7b874 !important;
}
.task-modal.color-bad:not(.completed) .save-close > input:hover,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-bad:not(.completed) .save-close textarea:hover,
.task-modal.color-bad:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #f49530 !important;
}
.task-modal.color-bad:not(.completed) .save-close > input:focus,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-bad:not(.completed) .save-close textarea:focus,
.task-modal.color-bad:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #9d5509 !important;
  outline: none;
}
.task-modal.color-bad:not(.completed) .save-close > input + button:focus,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-bad:not(.completed) .save-close textarea + button:focus,
.task-modal.color-bad:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #f49530 !important;
  background-color: #facd9e !important;
  outline: none;
}
.task-modal.color-bad:not(.completed) .save-close > input + button:active,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-bad:not(.completed) .save-close textarea + button:active,
.task-modal.color-bad:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #f7b874 !important;
}
.task-modal.color-bad:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-bad:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #fad2a7 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-bad:not(.completed) .save-close > div,
  .task-modal.color-bad:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #f7b874;
  }
}
.task-modal.color-bad:not(.completed) .save-close > div h4,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div h4 {
  color: #9d5509;
  background-color: #fbdab7;
  border-color: #f7b874;
}
.task-modal.color-bad:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-bad:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #f7b874;
}
.task-modal.color-bad:not(.completed) .save-close > div h4:before,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #fbdab7;
  border-color: #f7b874;
}
.task-modal.color-bad:not(.completed) .save-close > div ul,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div ul {
  border-color: #fbdab7;
}
.task-modal.color-bad:not(.completed) .save-close > div a,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-bad:not(.completed) .save-close > div a:link,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-bad:not(.completed) .save-close > div a:visited,
.task-modal.color-bad:not(.completed) .task-checklist-edit li > div a:visited {
  color: #7b4307 !important;
}
.task-modal.color-bad:not(.completed) .save-close .glyphicon,
.task-modal.color-bad:not(.completed) .task-checklist-edit li .glyphicon {
  color: #a45909;
}
.task-modal.color-bad:not(.completed) .save-close .tooltip,
.task-modal.color-bad:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-bad:not(.completed) .save-close.active a,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-bad:not(.completed) .save-close.active button,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active button {
  background-color: #fad2a7 !important;
  border-color: #ce6f0b !important;
}
.task-modal.color-bad:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-bad:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #f49530 !important;
  border-color: #fbdab7 !important;
  color: #fff !important;
}
.task-modal.color-bad:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-bad:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-bad:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-bad:not(.completed) .save-close button:focus,
.task-modal.color-bad:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #f4a24c;
  outline: 0;
}
.task-modal.color-bad:not(.completed) .task-actions {
  background-color: #f4a24c;
}
.task-modal.color-bad:not(.completed) .action-yesno label,
.task-modal.color-bad:not(.completed) .task-action-btn,
.task-modal.color-bad:not(.completed) .task-actions a {
  background-color: #f4a24c;
}
.task-modal.color-bad:not(.completed) .action-yesno label:hover,
.task-modal.color-bad:not(.completed) .task-action-btn:hover,
.task-modal.color-bad:not(.completed) .task-actions a:hover,
.task-modal.color-bad:not(.completed) .action-yesno label:focus,
.task-modal.color-bad:not(.completed) .task-action-btn:focus,
.task-modal.color-bad:not(.completed) .task-actions a:focus {
  background-color: #f28b21;
}
.task-modal.color-bad:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-bad:not(.completed) input.habit:focus + a {
  background-color: #f28b21;
}
.task-modal.color-bad:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #d8740d;
}
.task-modal.color-bad:not(.completed) .task-options {
  background-color: #fce5cd;
}
.task-modal.color-bad:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #f8c38c;
}
.task-modal.color-bad:not(.completed) hr {
  border-bottom: 1px solid #f8c38c;
}
.task-modal.color-bad:not(.completed) .option-content {
  border-color: #f8c187 !important;
}
.task-modal.color-bad:not(.completed) .option-content:hover {
  border-color: #f49b40 !important;
}
.task-modal.color-bad:not(.completed) .option-content:focus {
  border-color: #a5590a !important;
  outline: none;
}
.task-column:not(.rewards) .color-neutral:not(.completed) {
  background-color: #fff2cc;
  border: 1px solid #e5d9b7;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > button {
  background-color: #fff2cc !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > button:active {
  background-color: #b28500 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > button:hover {
    background-color: #ffefc1 !important;
  }
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li textarea {
  color: #8a6700 !important;
  border-color: #ffdf82 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #ffcc35 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #af8300 !important;
  outline: none;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #ffcc35 !important;
  background-color: #ffebb0 !important;
  outline: none;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #ffdf82 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #ffeeba !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div {
    border: 1px solid #ffdf82;
  }
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div h4 {
  color: #af8300;
  background-color: #fff2cc;
  border-color: #ffdf82;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #ffdf82;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #fff2cc;
  border-color: #ffdf82;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div ul {
  border-color: #fff2cc;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li > div a:visited {
  color: #8a6700 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li .glyphicon {
  color: #b88900;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active button {
  background-color: #ffeeba !important;
  border-color: #e6ab00 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #ffcc35 !important;
  border-color: #fff2cc !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #ffc314 !important;
  box-shadow: inset 0 0 0 1px #ffc314 !important;
  background-color: #ffecb5 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #ffcf42;
  outline: 0;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #ffcf42 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #ffc314 !important;
  box-shadow: inset 0 0 0 1px #ffc314 !important;
  background-color: #ffecb5 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > button {
  background-color: #ffecb5 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > button:active {
  background-color: #a97e00 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-neutral:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #ffe9ab !important;
  }
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li textarea {
  color: #836100 !important;
  border-color: #ffda6e !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #ffc726 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #a77c00 !important;
  outline: none;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #ffc726 !important;
  background-color: #ffe59a !important;
  outline: none;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #ffda6e !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #ffe8a4 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #ffda6e;
  }
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div h4 {
  color: #a77c00;
  background-color: #ffecb5;
  border-color: #ffda6e;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #ffda6e;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #ffecb5;
  border-color: #ffda6e;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div ul {
  border-color: #ffecb5;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li > div a:visited {
  color: #836100 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li .glyphicon {
  color: #ae8200;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active button {
  background-color: #ffe8a4 !important;
  border-color: #daa200 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #ffc726 !important;
  border-color: #ffecb5 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #ffcf42;
  outline: 0;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .task-actions {
  background-color: #ffcf42;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-actions a {
  background-color: #ffcf42;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-neutral:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-neutral:not(.completed) .task-actions a:focus {
  background-color: #ffc314;
}
.task-column:not(.rewards) .color-neutral:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-neutral:not(.completed) input.habit:focus + a {
  background-color: #ffc314;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #e6ab00;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .task-options {
  background-color: #fff2cc;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #ffe087;
}
.task-column:not(.rewards) .color-neutral:not(.completed) hr {
  border-bottom: 1px solid #ffe087;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .option-content {
  border-color: #ffdf82 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .option-content:hover {
  border-color: #ffcc35 !important;
}
.task-column:not(.rewards) .color-neutral:not(.completed) .option-content:focus {
  border-color: #af8300 !important;
  outline: none;
}
.task-modal.color-neutral:not(.completed) {
  background-color: #fff2cc;
  border: 1px solid #e5d9b7;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > a,
.task-modal.color-neutral:not(.completed) .task-attributes li > a,
.task-modal.color-neutral:not(.completed) .repeat-days li > a,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > a,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > button,
.task-modal.color-neutral:not(.completed) .task-attributes li > button,
.task-modal.color-neutral:not(.completed) .repeat-days li > button,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > button {
  background-color: #fff2cc !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-neutral:not(.completed) .task-attributes li > a:active,
.task-modal.color-neutral:not(.completed) .repeat-days li > a:active,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-neutral:not(.completed) .task-attributes li > button:active,
.task-modal.color-neutral:not(.completed) .repeat-days li > button:active,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > button:active {
  background-color: #b28500 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-neutral:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-neutral:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-neutral:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-neutral:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-neutral:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-neutral:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-neutral:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-neutral:not(.completed) .repeat-frequency li > button:hover {
    background-color: #ffefc1 !important;
  }
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > a,
.task-modal.color-neutral:not(.completed) .task-attributes li > a,
.task-modal.color-neutral:not(.completed) .repeat-days li > a,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > a,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > button,
.task-modal.color-neutral:not(.completed) .task-attributes li > button,
.task-modal.color-neutral:not(.completed) .repeat-days li > button,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > button,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > input,
.task-modal.color-neutral:not(.completed) .task-attributes li > input,
.task-modal.color-neutral:not(.completed) .repeat-days li > input,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > input,
.task-modal.color-neutral:not(.completed) .priority-multiplier li textarea,
.task-modal.color-neutral:not(.completed) .task-attributes li textarea,
.task-modal.color-neutral:not(.completed) .repeat-days li textarea,
.task-modal.color-neutral:not(.completed) .repeat-frequency li textarea {
  color: #8a6700 !important;
  border-color: #ffdf82 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-neutral:not(.completed) .task-attributes li > input:hover,
.task-modal.color-neutral:not(.completed) .repeat-days li > input:hover,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-neutral:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-neutral:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-neutral:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-neutral:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #ffcc35 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-neutral:not(.completed) .task-attributes li > input:focus,
.task-modal.color-neutral:not(.completed) .repeat-days li > input:focus,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-neutral:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-neutral:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-neutral:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-neutral:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #af8300 !important;
  outline: none;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-neutral:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-neutral:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-neutral:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-neutral:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-neutral:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-neutral:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #ffcc35 !important;
  background-color: #ffebb0 !important;
  outline: none;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-neutral:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-neutral:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-neutral:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-neutral:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-neutral:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-neutral:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #ffdf82 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-neutral:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-neutral:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-neutral:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #ffeeba !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-neutral:not(.completed) .priority-multiplier li > div,
  .task-modal.color-neutral:not(.completed) .task-attributes li > div,
  .task-modal.color-neutral:not(.completed) .repeat-days li > div,
  .task-modal.color-neutral:not(.completed) .repeat-frequency li > div {
    border: 1px solid #ffdf82;
  }
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-neutral:not(.completed) .task-attributes li > div h4,
.task-modal.color-neutral:not(.completed) .repeat-days li > div h4,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div h4 {
  color: #af8300;
  background-color: #fff2cc;
  border-color: #ffdf82;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-neutral:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-neutral:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #ffdf82;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-neutral:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-neutral:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #fff2cc;
  border-color: #ffdf82;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-neutral:not(.completed) .task-attributes li > div ul,
.task-modal.color-neutral:not(.completed) .repeat-days li > div ul,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div ul {
  border-color: #fff2cc;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div a,
.task-modal.color-neutral:not(.completed) .task-attributes li > div a,
.task-modal.color-neutral:not(.completed) .repeat-days li > div a,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div a,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-neutral:not(.completed) .task-attributes li > div a:link,
.task-modal.color-neutral:not(.completed) .repeat-days li > div a:link,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-neutral:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-neutral:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-neutral:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-neutral:not(.completed) .repeat-frequency li > div a:visited {
  color: #8a6700 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-neutral:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-neutral:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-neutral:not(.completed) .repeat-frequency li .glyphicon {
  color: #b88900;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-neutral:not(.completed) .task-attributes li .tooltip,
.task-modal.color-neutral:not(.completed) .repeat-days li .tooltip,
.task-modal.color-neutral:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active a,
.task-modal.color-neutral:not(.completed) .task-attributes li.active a,
.task-modal.color-neutral:not(.completed) .repeat-days li.active a,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active a,
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active button,
.task-modal.color-neutral:not(.completed) .task-attributes li.active button,
.task-modal.color-neutral:not(.completed) .repeat-days li.active button,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active button {
  background-color: #ffeeba !important;
  border-color: #e6ab00 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-neutral:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-neutral:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #ffcc35 !important;
  border-color: #fff2cc !important;
  color: #fff !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-neutral:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-neutral:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-neutral:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li button.active,
.task-modal.color-neutral:not(.completed) .task-attributes li button.active,
.task-modal.color-neutral:not(.completed) .repeat-days li button.active,
.task-modal.color-neutral:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #ffc314 !important;
  box-shadow: inset 0 0 0 1px #ffc314 !important;
  background-color: #ffecb5 !important;
}
.task-modal.color-neutral:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-neutral:not(.completed) .task-attributes li button:focus,
.task-modal.color-neutral:not(.completed) .repeat-days li button:focus,
.task-modal.color-neutral:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #ffcf42;
  outline: 0;
}
.task-modal.color-neutral:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #ffcf42 !important;
}
.task-modal.color-neutral:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #ffc314 !important;
  box-shadow: inset 0 0 0 1px #ffc314 !important;
  background-color: #ffecb5 !important;
}
.task-modal.color-neutral:not(.completed) .save-close > a,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > a,
.task-modal.color-neutral:not(.completed) .save-close > button,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > button {
  background-color: #ffecb5 !important;
}
.task-modal.color-neutral:not(.completed) .save-close > a:active,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-neutral:not(.completed) .save-close > button:active,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > button:active {
  background-color: #a97e00 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-neutral:not(.completed) .save-close > a:hover,
  .task-modal.color-neutral:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-neutral:not(.completed) .save-close > button:hover,
  .task-modal.color-neutral:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #ffe9ab !important;
  }
}
.task-modal.color-neutral:not(.completed) .save-close > a,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > a,
.task-modal.color-neutral:not(.completed) .save-close > button,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > button,
.task-modal.color-neutral:not(.completed) .save-close > input,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > input,
.task-modal.color-neutral:not(.completed) .save-close textarea,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li textarea {
  color: #836100 !important;
  border-color: #ffda6e !important;
}
.task-modal.color-neutral:not(.completed) .save-close > input:hover,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-neutral:not(.completed) .save-close textarea:hover,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #ffc726 !important;
}
.task-modal.color-neutral:not(.completed) .save-close > input:focus,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-neutral:not(.completed) .save-close textarea:focus,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #a77c00 !important;
  outline: none;
}
.task-modal.color-neutral:not(.completed) .save-close > input + button:focus,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-neutral:not(.completed) .save-close textarea + button:focus,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #ffc726 !important;
  background-color: #ffe59a !important;
  outline: none;
}
.task-modal.color-neutral:not(.completed) .save-close > input + button:active,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-neutral:not(.completed) .save-close textarea + button:active,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #ffda6e !important;
}
.task-modal.color-neutral:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #ffe8a4 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-neutral:not(.completed) .save-close > div,
  .task-modal.color-neutral:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #ffda6e;
  }
}
.task-modal.color-neutral:not(.completed) .save-close > div h4,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div h4 {
  color: #a77c00;
  background-color: #ffecb5;
  border-color: #ffda6e;
}
.task-modal.color-neutral:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-neutral:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #ffda6e;
}
.task-modal.color-neutral:not(.completed) .save-close > div h4:before,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #ffecb5;
  border-color: #ffda6e;
}
.task-modal.color-neutral:not(.completed) .save-close > div ul,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div ul {
  border-color: #ffecb5;
}
.task-modal.color-neutral:not(.completed) .save-close > div a,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-neutral:not(.completed) .save-close > div a:link,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-neutral:not(.completed) .save-close > div a:visited,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li > div a:visited {
  color: #836100 !important;
}
.task-modal.color-neutral:not(.completed) .save-close .glyphicon,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li .glyphicon {
  color: #ae8200;
}
.task-modal.color-neutral:not(.completed) .save-close .tooltip,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-neutral:not(.completed) .save-close.active a,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-neutral:not(.completed) .save-close.active button,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active button {
  background-color: #ffe8a4 !important;
  border-color: #daa200 !important;
}
.task-modal.color-neutral:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-neutral:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #ffc726 !important;
  border-color: #ffecb5 !important;
  color: #fff !important;
}
.task-modal.color-neutral:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-neutral:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-neutral:not(.completed) .save-close button:focus,
.task-modal.color-neutral:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #ffcf42;
  outline: 0;
}
.task-modal.color-neutral:not(.completed) .task-actions {
  background-color: #ffcf42;
}
.task-modal.color-neutral:not(.completed) .action-yesno label,
.task-modal.color-neutral:not(.completed) .task-action-btn,
.task-modal.color-neutral:not(.completed) .task-actions a {
  background-color: #ffcf42;
}
.task-modal.color-neutral:not(.completed) .action-yesno label:hover,
.task-modal.color-neutral:not(.completed) .task-action-btn:hover,
.task-modal.color-neutral:not(.completed) .task-actions a:hover,
.task-modal.color-neutral:not(.completed) .action-yesno label:focus,
.task-modal.color-neutral:not(.completed) .task-action-btn:focus,
.task-modal.color-neutral:not(.completed) .task-actions a:focus {
  background-color: #ffc314;
}
.task-modal.color-neutral:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-neutral:not(.completed) input.habit:focus + a {
  background-color: #ffc314;
}
.task-modal.color-neutral:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #e6ab00;
}
.task-modal.color-neutral:not(.completed) .task-options {
  background-color: #fff2cc;
}
.task-modal.color-neutral:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #ffe087;
}
.task-modal.color-neutral:not(.completed) hr {
  border-bottom: 1px solid #ffe087;
}
.task-modal.color-neutral:not(.completed) .option-content {
  border-color: #ffdf82 !important;
}
.task-modal.color-neutral:not(.completed) .option-content:hover {
  border-color: #ffcc35 !important;
}
.task-modal.color-neutral:not(.completed) .option-content:focus {
  border-color: #af8300 !important;
  outline: none;
}
.task-column:not(.rewards) .color-good:not(.completed) {
  background-color: #d9ead3;
  border: 1px solid #c3d2bd;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > button {
  background-color: #d9ead3 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > button:active {
  background-color: #487538 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > button:hover {
    background-color: #d3e7cc !important;
  }
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li textarea {
  color: #375a2b !important;
  border-color: #afd3a2 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #84bb70 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #477337 !important;
  outline: none;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #84bb70 !important;
  background-color: #c9e1c0 !important;
  outline: none;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #afd3a2 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #cfe5c7 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div {
    border: 1px solid #afd3a2;
  }
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div h4 {
  color: #477337;
  background-color: #d9ead3;
  border-color: #afd3a2;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #afd3a2;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #d9ead3;
  border-color: #afd3a2;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div ul {
  border-color: #d9ead3;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li > div a:visited {
  color: #375a2b !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li .glyphicon {
  color: #4a783a;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active button {
  background-color: #cfe5c7 !important;
  border-color: #5c9748 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #84bb70 !important;
  border-color: #d9ead3 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #71b05b !important;
  box-shadow: inset 0 0 0 1px #71b05b !important;
  background-color: #cce3c4 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #8bbf79;
  outline: 0;
}
.task-column:not(.rewards) .color-good:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #8bbf79 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #71b05b !important;
  box-shadow: inset 0 0 0 1px #71b05b !important;
  background-color: #cce3c4 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > button {
  background-color: #cce3c4 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > button:active {
  background-color: #446f35 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-good:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #c6e0bd !important;
  }
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-good:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li textarea {
  color: #355629 !important;
  border-color: #a4cd96 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-good:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #7bb666 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-good:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #436e34 !important;
  outline: none;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #7bb666 !important;
  background-color: #bddbb2 !important;
  outline: none;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #a4cd96 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #c3deb9 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-good:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #a4cd96;
  }
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div h4 {
  color: #436e34;
  background-color: #cce3c4;
  border-color: #a4cd96;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #a4cd96;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #cce3c4;
  border-color: #a4cd96;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div ul {
  border-color: #cce3c4;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-good:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li > div a:visited {
  color: #355629 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li .glyphicon {
  color: #467336;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active button {
  background-color: #c3deb9 !important;
  border-color: #588f44 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #7bb666 !important;
  border-color: #cce3c4 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-good:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #8bbf79;
  outline: 0;
}
.task-column:not(.rewards) .color-good:not(.completed) .task-actions {
  background-color: #8bbf79;
}
.task-column:not(.rewards) .color-good:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-good:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-good:not(.completed) .task-actions a {
  background-color: #8bbf79;
}
.task-column:not(.rewards) .color-good:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-good:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-good:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-good:not(.completed) .task-actions a:focus {
  background-color: #71b05b;
}
.task-column:not(.rewards) .color-good:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-good:not(.completed) input.habit:focus + a {
  background-color: #71b05b;
}
.task-column:not(.rewards) .color-good:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #5c9748;
}
.task-column:not(.rewards) .color-good:not(.completed) .task-options {
  background-color: #d9ead3;
}
.task-column:not(.rewards) .color-good:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #b2d4a6;
}
.task-column:not(.rewards) .color-good:not(.completed) hr {
  border-bottom: 1px solid #b2d4a6;
}
.task-column:not(.rewards) .color-good:not(.completed) .option-content {
  border-color: #afd3a2 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .option-content:hover {
  border-color: #84bb70 !important;
}
.task-column:not(.rewards) .color-good:not(.completed) .option-content:focus {
  border-color: #477337 !important;
  outline: none;
}
.task-modal.color-good:not(.completed) {
  background-color: #d9ead3;
  border: 1px solid #c3d2bd;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > a,
.task-modal.color-good:not(.completed) .task-attributes li > a,
.task-modal.color-good:not(.completed) .repeat-days li > a,
.task-modal.color-good:not(.completed) .repeat-frequency li > a,
.task-modal.color-good:not(.completed) .priority-multiplier li > button,
.task-modal.color-good:not(.completed) .task-attributes li > button,
.task-modal.color-good:not(.completed) .repeat-days li > button,
.task-modal.color-good:not(.completed) .repeat-frequency li > button {
  background-color: #d9ead3 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-good:not(.completed) .task-attributes li > a:active,
.task-modal.color-good:not(.completed) .repeat-days li > a:active,
.task-modal.color-good:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-good:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-good:not(.completed) .task-attributes li > button:active,
.task-modal.color-good:not(.completed) .repeat-days li > button:active,
.task-modal.color-good:not(.completed) .repeat-frequency li > button:active {
  background-color: #487538 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-good:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-good:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-good:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-good:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-good:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-good:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-good:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-good:not(.completed) .repeat-frequency li > button:hover {
    background-color: #d3e7cc !important;
  }
}
.task-modal.color-good:not(.completed) .priority-multiplier li > a,
.task-modal.color-good:not(.completed) .task-attributes li > a,
.task-modal.color-good:not(.completed) .repeat-days li > a,
.task-modal.color-good:not(.completed) .repeat-frequency li > a,
.task-modal.color-good:not(.completed) .priority-multiplier li > button,
.task-modal.color-good:not(.completed) .task-attributes li > button,
.task-modal.color-good:not(.completed) .repeat-days li > button,
.task-modal.color-good:not(.completed) .repeat-frequency li > button,
.task-modal.color-good:not(.completed) .priority-multiplier li > input,
.task-modal.color-good:not(.completed) .task-attributes li > input,
.task-modal.color-good:not(.completed) .repeat-days li > input,
.task-modal.color-good:not(.completed) .repeat-frequency li > input,
.task-modal.color-good:not(.completed) .priority-multiplier li textarea,
.task-modal.color-good:not(.completed) .task-attributes li textarea,
.task-modal.color-good:not(.completed) .repeat-days li textarea,
.task-modal.color-good:not(.completed) .repeat-frequency li textarea {
  color: #375a2b !important;
  border-color: #afd3a2 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-good:not(.completed) .task-attributes li > input:hover,
.task-modal.color-good:not(.completed) .repeat-days li > input:hover,
.task-modal.color-good:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-good:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-good:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-good:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-good:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #84bb70 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-good:not(.completed) .task-attributes li > input:focus,
.task-modal.color-good:not(.completed) .repeat-days li > input:focus,
.task-modal.color-good:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-good:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-good:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-good:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-good:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #477337 !important;
  outline: none;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-good:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-good:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-good:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-good:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-good:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-good:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-good:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #84bb70 !important;
  background-color: #c9e1c0 !important;
  outline: none;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-good:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-good:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-good:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-good:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-good:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-good:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-good:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #afd3a2 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-good:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-good:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-good:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #cfe5c7 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-good:not(.completed) .priority-multiplier li > div,
  .task-modal.color-good:not(.completed) .task-attributes li > div,
  .task-modal.color-good:not(.completed) .repeat-days li > div,
  .task-modal.color-good:not(.completed) .repeat-frequency li > div {
    border: 1px solid #afd3a2;
  }
}
.task-modal.color-good:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-good:not(.completed) .task-attributes li > div h4,
.task-modal.color-good:not(.completed) .repeat-days li > div h4,
.task-modal.color-good:not(.completed) .repeat-frequency li > div h4 {
  color: #477337;
  background-color: #d9ead3;
  border-color: #afd3a2;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-good:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-good:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-good:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #afd3a2;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-good:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-good:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-good:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #d9ead3;
  border-color: #afd3a2;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-good:not(.completed) .task-attributes li > div ul,
.task-modal.color-good:not(.completed) .repeat-days li > div ul,
.task-modal.color-good:not(.completed) .repeat-frequency li > div ul {
  border-color: #d9ead3;
}
.task-modal.color-good:not(.completed) .priority-multiplier li > div a,
.task-modal.color-good:not(.completed) .task-attributes li > div a,
.task-modal.color-good:not(.completed) .repeat-days li > div a,
.task-modal.color-good:not(.completed) .repeat-frequency li > div a,
.task-modal.color-good:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-good:not(.completed) .task-attributes li > div a:link,
.task-modal.color-good:not(.completed) .repeat-days li > div a:link,
.task-modal.color-good:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-good:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-good:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-good:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-good:not(.completed) .repeat-frequency li > div a:visited {
  color: #375a2b !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-good:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-good:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-good:not(.completed) .repeat-frequency li .glyphicon {
  color: #4a783a;
}
.task-modal.color-good:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-good:not(.completed) .task-attributes li .tooltip,
.task-modal.color-good:not(.completed) .repeat-days li .tooltip,
.task-modal.color-good:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-good:not(.completed) .priority-multiplier li.active a,
.task-modal.color-good:not(.completed) .task-attributes li.active a,
.task-modal.color-good:not(.completed) .repeat-days li.active a,
.task-modal.color-good:not(.completed) .repeat-frequency li.active a,
.task-modal.color-good:not(.completed) .priority-multiplier li.active button,
.task-modal.color-good:not(.completed) .task-attributes li.active button,
.task-modal.color-good:not(.completed) .repeat-days li.active button,
.task-modal.color-good:not(.completed) .repeat-frequency li.active button {
  background-color: #cfe5c7 !important;
  border-color: #5c9748 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-good:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-good:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-good:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-good:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-good:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-good:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-good:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #84bb70 !important;
  border-color: #d9ead3 !important;
  color: #fff !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-good:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-good:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-good:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-good:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-good:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-good:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-good:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li button.active,
.task-modal.color-good:not(.completed) .task-attributes li button.active,
.task-modal.color-good:not(.completed) .repeat-days li button.active,
.task-modal.color-good:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #71b05b !important;
  box-shadow: inset 0 0 0 1px #71b05b !important;
  background-color: #cce3c4 !important;
}
.task-modal.color-good:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-good:not(.completed) .task-attributes li button:focus,
.task-modal.color-good:not(.completed) .repeat-days li button:focus,
.task-modal.color-good:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #8bbf79;
  outline: 0;
}
.task-modal.color-good:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #8bbf79 !important;
}
.task-modal.color-good:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #71b05b !important;
  box-shadow: inset 0 0 0 1px #71b05b !important;
  background-color: #cce3c4 !important;
}
.task-modal.color-good:not(.completed) .save-close > a,
.task-modal.color-good:not(.completed) .task-checklist-edit li > a,
.task-modal.color-good:not(.completed) .save-close > button,
.task-modal.color-good:not(.completed) .task-checklist-edit li > button {
  background-color: #cce3c4 !important;
}
.task-modal.color-good:not(.completed) .save-close > a:active,
.task-modal.color-good:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-good:not(.completed) .save-close > button:active,
.task-modal.color-good:not(.completed) .task-checklist-edit li > button:active {
  background-color: #446f35 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-good:not(.completed) .save-close > a:hover,
  .task-modal.color-good:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-good:not(.completed) .save-close > button:hover,
  .task-modal.color-good:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #c6e0bd !important;
  }
}
.task-modal.color-good:not(.completed) .save-close > a,
.task-modal.color-good:not(.completed) .task-checklist-edit li > a,
.task-modal.color-good:not(.completed) .save-close > button,
.task-modal.color-good:not(.completed) .task-checklist-edit li > button,
.task-modal.color-good:not(.completed) .save-close > input,
.task-modal.color-good:not(.completed) .task-checklist-edit li > input,
.task-modal.color-good:not(.completed) .save-close textarea,
.task-modal.color-good:not(.completed) .task-checklist-edit li textarea {
  color: #355629 !important;
  border-color: #a4cd96 !important;
}
.task-modal.color-good:not(.completed) .save-close > input:hover,
.task-modal.color-good:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-good:not(.completed) .save-close textarea:hover,
.task-modal.color-good:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #7bb666 !important;
}
.task-modal.color-good:not(.completed) .save-close > input:focus,
.task-modal.color-good:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-good:not(.completed) .save-close textarea:focus,
.task-modal.color-good:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #436e34 !important;
  outline: none;
}
.task-modal.color-good:not(.completed) .save-close > input + button:focus,
.task-modal.color-good:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-good:not(.completed) .save-close textarea + button:focus,
.task-modal.color-good:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #7bb666 !important;
  background-color: #bddbb2 !important;
  outline: none;
}
.task-modal.color-good:not(.completed) .save-close > input + button:active,
.task-modal.color-good:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-good:not(.completed) .save-close textarea + button:active,
.task-modal.color-good:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #a4cd96 !important;
}
.task-modal.color-good:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-good:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #c3deb9 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-good:not(.completed) .save-close > div,
  .task-modal.color-good:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #a4cd96;
  }
}
.task-modal.color-good:not(.completed) .save-close > div h4,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div h4 {
  color: #436e34;
  background-color: #cce3c4;
  border-color: #a4cd96;
}
.task-modal.color-good:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-good:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #a4cd96;
}
.task-modal.color-good:not(.completed) .save-close > div h4:before,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #cce3c4;
  border-color: #a4cd96;
}
.task-modal.color-good:not(.completed) .save-close > div ul,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div ul {
  border-color: #cce3c4;
}
.task-modal.color-good:not(.completed) .save-close > div a,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-good:not(.completed) .save-close > div a:link,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-good:not(.completed) .save-close > div a:visited,
.task-modal.color-good:not(.completed) .task-checklist-edit li > div a:visited {
  color: #355629 !important;
}
.task-modal.color-good:not(.completed) .save-close .glyphicon,
.task-modal.color-good:not(.completed) .task-checklist-edit li .glyphicon {
  color: #467336;
}
.task-modal.color-good:not(.completed) .save-close .tooltip,
.task-modal.color-good:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-good:not(.completed) .save-close.active a,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-good:not(.completed) .save-close.active button,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active button {
  background-color: #c3deb9 !important;
  border-color: #588f44 !important;
}
.task-modal.color-good:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-good:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #7bb666 !important;
  border-color: #cce3c4 !important;
  color: #fff !important;
}
.task-modal.color-good:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-good:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-good:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-good:not(.completed) .save-close button:focus,
.task-modal.color-good:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #8bbf79;
  outline: 0;
}
.task-modal.color-good:not(.completed) .task-actions {
  background-color: #8bbf79;
}
.task-modal.color-good:not(.completed) .action-yesno label,
.task-modal.color-good:not(.completed) .task-action-btn,
.task-modal.color-good:not(.completed) .task-actions a {
  background-color: #8bbf79;
}
.task-modal.color-good:not(.completed) .action-yesno label:hover,
.task-modal.color-good:not(.completed) .task-action-btn:hover,
.task-modal.color-good:not(.completed) .task-actions a:hover,
.task-modal.color-good:not(.completed) .action-yesno label:focus,
.task-modal.color-good:not(.completed) .task-action-btn:focus,
.task-modal.color-good:not(.completed) .task-actions a:focus {
  background-color: #71b05b;
}
.task-modal.color-good:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-good:not(.completed) input.habit:focus + a {
  background-color: #71b05b;
}
.task-modal.color-good:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #5c9748;
}
.task-modal.color-good:not(.completed) .task-options {
  background-color: #d9ead3;
}
.task-modal.color-good:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #b2d4a6;
}
.task-modal.color-good:not(.completed) hr {
  border-bottom: 1px solid #b2d4a6;
}
.task-modal.color-good:not(.completed) .option-content {
  border-color: #afd3a2 !important;
}
.task-modal.color-good:not(.completed) .option-content:hover {
  border-color: #84bb70 !important;
}
.task-modal.color-good:not(.completed) .option-content:focus {
  border-color: #477337 !important;
  outline: none;
}
.task-column:not(.rewards) .color-better:not(.completed) {
  background-color: #d0e0e3;
  border: 1px solid #bbc9cc;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > button {
  background-color: #d0e0e3 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > button:active {
  background-color: #3f636a !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > button:hover {
    background-color: #cadcdf !important;
  }
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li textarea {
  color: #314d52 !important;
  border-color: #a4c3c9 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #77a5ae !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #3e6168 !important;
  outline: none;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #77a5ae !important;
  background-color: #bfd5d9 !important;
  outline: none;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #a4c3c9 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #c6d9dd !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div {
    border: 1px solid #a4c3c9;
  }
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div h4 {
  color: #3e6168;
  background-color: #d0e0e3;
  border-color: #a4c3c9;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #a4c3c9;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #d0e0e3;
  border-color: #a4c3c9;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div ul {
  border-color: #d0e0e3;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li > div a:visited {
  color: #314d52 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li .glyphicon {
  color: #41666d;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active button {
  background-color: #c6d9dd !important;
  border-color: #518088 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #77a5ae !important;
  border-color: #d0e0e3 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #6398a2 !important;
  box-shadow: inset 0 0 0 1px #6398a2 !important;
  background-color: #c2d7db !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #7eaab2;
  outline: 0;
}
.task-column:not(.rewards) .color-better:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #7eaab2 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #6398a2 !important;
  box-shadow: inset 0 0 0 1px #6398a2 !important;
  background-color: #c2d7db !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > button {
  background-color: #c2d7db !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > button:active {
  background-color: #3c5e65 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-better:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #bcd3d7 !important;
  }
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-better:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li textarea {
  color: #2e494e !important;
  border-color: #98bbc2 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-better:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #6d9fa9 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-better:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #3b5d63 !important;
  outline: none;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #6d9fa9 !important;
  background-color: #b2ccd2 !important;
  outline: none;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #98bbc2 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #b8d0d5 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-better:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #98bbc2;
  }
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div h4 {
  color: #3b5d63;
  background-color: #c2d7db;
  border-color: #98bbc2;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #98bbc2;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #c2d7db;
  border-color: #98bbc2;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div ul {
  border-color: #c2d7db;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-better:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li > div a:visited {
  color: #2e494e !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li .glyphicon {
  color: #3d6168;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active button {
  background-color: #b8d0d5 !important;
  border-color: #4d7982 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #6d9fa9 !important;
  border-color: #c2d7db !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-better:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #7eaab2;
  outline: 0;
}
.task-column:not(.rewards) .color-better:not(.completed) .task-actions {
  background-color: #7eaab2;
}
.task-column:not(.rewards) .color-better:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-better:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-better:not(.completed) .task-actions a {
  background-color: #7eaab2;
}
.task-column:not(.rewards) .color-better:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-better:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-better:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-better:not(.completed) .task-actions a:focus {
  background-color: #6398a2;
}
.task-column:not(.rewards) .color-better:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-better:not(.completed) input.habit:focus + a {
  background-color: #6398a2;
}
.task-column:not(.rewards) .color-better:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #518088;
}
.task-column:not(.rewards) .color-better:not(.completed) .task-options {
  background-color: #d0e0e3;
}
.task-column:not(.rewards) .color-better:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #a7c5cb;
}
.task-column:not(.rewards) .color-better:not(.completed) hr {
  border-bottom: 1px solid #a7c5cb;
}
.task-column:not(.rewards) .color-better:not(.completed) .option-content {
  border-color: #a4c3c9 !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .option-content:hover {
  border-color: #77a5ae !important;
}
.task-column:not(.rewards) .color-better:not(.completed) .option-content:focus {
  border-color: #3e6168 !important;
  outline: none;
}
.task-modal.color-better:not(.completed) {
  background-color: #d0e0e3;
  border: 1px solid #bbc9cc;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > a,
.task-modal.color-better:not(.completed) .task-attributes li > a,
.task-modal.color-better:not(.completed) .repeat-days li > a,
.task-modal.color-better:not(.completed) .repeat-frequency li > a,
.task-modal.color-better:not(.completed) .priority-multiplier li > button,
.task-modal.color-better:not(.completed) .task-attributes li > button,
.task-modal.color-better:not(.completed) .repeat-days li > button,
.task-modal.color-better:not(.completed) .repeat-frequency li > button {
  background-color: #d0e0e3 !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-better:not(.completed) .task-attributes li > a:active,
.task-modal.color-better:not(.completed) .repeat-days li > a:active,
.task-modal.color-better:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-better:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-better:not(.completed) .task-attributes li > button:active,
.task-modal.color-better:not(.completed) .repeat-days li > button:active,
.task-modal.color-better:not(.completed) .repeat-frequency li > button:active {
  background-color: #3f636a !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-better:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-better:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-better:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-better:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-better:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-better:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-better:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-better:not(.completed) .repeat-frequency li > button:hover {
    background-color: #cadcdf !important;
  }
}
.task-modal.color-better:not(.completed) .priority-multiplier li > a,
.task-modal.color-better:not(.completed) .task-attributes li > a,
.task-modal.color-better:not(.completed) .repeat-days li > a,
.task-modal.color-better:not(.completed) .repeat-frequency li > a,
.task-modal.color-better:not(.completed) .priority-multiplier li > button,
.task-modal.color-better:not(.completed) .task-attributes li > button,
.task-modal.color-better:not(.completed) .repeat-days li > button,
.task-modal.color-better:not(.completed) .repeat-frequency li > button,
.task-modal.color-better:not(.completed) .priority-multiplier li > input,
.task-modal.color-better:not(.completed) .task-attributes li > input,
.task-modal.color-better:not(.completed) .repeat-days li > input,
.task-modal.color-better:not(.completed) .repeat-frequency li > input,
.task-modal.color-better:not(.completed) .priority-multiplier li textarea,
.task-modal.color-better:not(.completed) .task-attributes li textarea,
.task-modal.color-better:not(.completed) .repeat-days li textarea,
.task-modal.color-better:not(.completed) .repeat-frequency li textarea {
  color: #314d52 !important;
  border-color: #a4c3c9 !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-better:not(.completed) .task-attributes li > input:hover,
.task-modal.color-better:not(.completed) .repeat-days li > input:hover,
.task-modal.color-better:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-better:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-better:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-better:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-better:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #77a5ae !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-better:not(.completed) .task-attributes li > input:focus,
.task-modal.color-better:not(.completed) .repeat-days li > input:focus,
.task-modal.color-better:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-better:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-better:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-better:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-better:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #3e6168 !important;
  outline: none;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-better:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-better:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-better:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-better:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-better:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-better:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-better:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #77a5ae !important;
  background-color: #bfd5d9 !important;
  outline: none;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-better:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-better:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-better:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-better:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-better:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-better:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-better:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #a4c3c9 !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-better:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-better:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-better:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #c6d9dd !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-better:not(.completed) .priority-multiplier li > div,
  .task-modal.color-better:not(.completed) .task-attributes li > div,
  .task-modal.color-better:not(.completed) .repeat-days li > div,
  .task-modal.color-better:not(.completed) .repeat-frequency li > div {
    border: 1px solid #a4c3c9;
  }
}
.task-modal.color-better:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-better:not(.completed) .task-attributes li > div h4,
.task-modal.color-better:not(.completed) .repeat-days li > div h4,
.task-modal.color-better:not(.completed) .repeat-frequency li > div h4 {
  color: #3e6168;
  background-color: #d0e0e3;
  border-color: #a4c3c9;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-better:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-better:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-better:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #a4c3c9;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-better:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-better:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-better:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #d0e0e3;
  border-color: #a4c3c9;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-better:not(.completed) .task-attributes li > div ul,
.task-modal.color-better:not(.completed) .repeat-days li > div ul,
.task-modal.color-better:not(.completed) .repeat-frequency li > div ul {
  border-color: #d0e0e3;
}
.task-modal.color-better:not(.completed) .priority-multiplier li > div a,
.task-modal.color-better:not(.completed) .task-attributes li > div a,
.task-modal.color-better:not(.completed) .repeat-days li > div a,
.task-modal.color-better:not(.completed) .repeat-frequency li > div a,
.task-modal.color-better:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-better:not(.completed) .task-attributes li > div a:link,
.task-modal.color-better:not(.completed) .repeat-days li > div a:link,
.task-modal.color-better:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-better:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-better:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-better:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-better:not(.completed) .repeat-frequency li > div a:visited {
  color: #314d52 !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-better:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-better:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-better:not(.completed) .repeat-frequency li .glyphicon {
  color: #41666d;
}
.task-modal.color-better:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-better:not(.completed) .task-attributes li .tooltip,
.task-modal.color-better:not(.completed) .repeat-days li .tooltip,
.task-modal.color-better:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-better:not(.completed) .priority-multiplier li.active a,
.task-modal.color-better:not(.completed) .task-attributes li.active a,
.task-modal.color-better:not(.completed) .repeat-days li.active a,
.task-modal.color-better:not(.completed) .repeat-frequency li.active a,
.task-modal.color-better:not(.completed) .priority-multiplier li.active button,
.task-modal.color-better:not(.completed) .task-attributes li.active button,
.task-modal.color-better:not(.completed) .repeat-days li.active button,
.task-modal.color-better:not(.completed) .repeat-frequency li.active button {
  background-color: #c6d9dd !important;
  border-color: #518088 !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-better:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-better:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-better:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-better:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-better:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-better:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-better:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #77a5ae !important;
  border-color: #d0e0e3 !important;
  color: #fff !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-better:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-better:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-better:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-better:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-better:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-better:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-better:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li button.active,
.task-modal.color-better:not(.completed) .task-attributes li button.active,
.task-modal.color-better:not(.completed) .repeat-days li button.active,
.task-modal.color-better:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #6398a2 !important;
  box-shadow: inset 0 0 0 1px #6398a2 !important;
  background-color: #c2d7db !important;
}
.task-modal.color-better:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-better:not(.completed) .task-attributes li button:focus,
.task-modal.color-better:not(.completed) .repeat-days li button:focus,
.task-modal.color-better:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #7eaab2;
  outline: 0;
}
.task-modal.color-better:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #7eaab2 !important;
}
.task-modal.color-better:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #6398a2 !important;
  box-shadow: inset 0 0 0 1px #6398a2 !important;
  background-color: #c2d7db !important;
}
.task-modal.color-better:not(.completed) .save-close > a,
.task-modal.color-better:not(.completed) .task-checklist-edit li > a,
.task-modal.color-better:not(.completed) .save-close > button,
.task-modal.color-better:not(.completed) .task-checklist-edit li > button {
  background-color: #c2d7db !important;
}
.task-modal.color-better:not(.completed) .save-close > a:active,
.task-modal.color-better:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-better:not(.completed) .save-close > button:active,
.task-modal.color-better:not(.completed) .task-checklist-edit li > button:active {
  background-color: #3c5e65 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-better:not(.completed) .save-close > a:hover,
  .task-modal.color-better:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-better:not(.completed) .save-close > button:hover,
  .task-modal.color-better:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #bcd3d7 !important;
  }
}
.task-modal.color-better:not(.completed) .save-close > a,
.task-modal.color-better:not(.completed) .task-checklist-edit li > a,
.task-modal.color-better:not(.completed) .save-close > button,
.task-modal.color-better:not(.completed) .task-checklist-edit li > button,
.task-modal.color-better:not(.completed) .save-close > input,
.task-modal.color-better:not(.completed) .task-checklist-edit li > input,
.task-modal.color-better:not(.completed) .save-close textarea,
.task-modal.color-better:not(.completed) .task-checklist-edit li textarea {
  color: #2e494e !important;
  border-color: #98bbc2 !important;
}
.task-modal.color-better:not(.completed) .save-close > input:hover,
.task-modal.color-better:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-better:not(.completed) .save-close textarea:hover,
.task-modal.color-better:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #6d9fa9 !important;
}
.task-modal.color-better:not(.completed) .save-close > input:focus,
.task-modal.color-better:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-better:not(.completed) .save-close textarea:focus,
.task-modal.color-better:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #3b5d63 !important;
  outline: none;
}
.task-modal.color-better:not(.completed) .save-close > input + button:focus,
.task-modal.color-better:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-better:not(.completed) .save-close textarea + button:focus,
.task-modal.color-better:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #6d9fa9 !important;
  background-color: #b2ccd2 !important;
  outline: none;
}
.task-modal.color-better:not(.completed) .save-close > input + button:active,
.task-modal.color-better:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-better:not(.completed) .save-close textarea + button:active,
.task-modal.color-better:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #98bbc2 !important;
}
.task-modal.color-better:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-better:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #b8d0d5 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-better:not(.completed) .save-close > div,
  .task-modal.color-better:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #98bbc2;
  }
}
.task-modal.color-better:not(.completed) .save-close > div h4,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div h4 {
  color: #3b5d63;
  background-color: #c2d7db;
  border-color: #98bbc2;
}
.task-modal.color-better:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-better:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #98bbc2;
}
.task-modal.color-better:not(.completed) .save-close > div h4:before,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #c2d7db;
  border-color: #98bbc2;
}
.task-modal.color-better:not(.completed) .save-close > div ul,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div ul {
  border-color: #c2d7db;
}
.task-modal.color-better:not(.completed) .save-close > div a,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-better:not(.completed) .save-close > div a:link,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-better:not(.completed) .save-close > div a:visited,
.task-modal.color-better:not(.completed) .task-checklist-edit li > div a:visited {
  color: #2e494e !important;
}
.task-modal.color-better:not(.completed) .save-close .glyphicon,
.task-modal.color-better:not(.completed) .task-checklist-edit li .glyphicon {
  color: #3d6168;
}
.task-modal.color-better:not(.completed) .save-close .tooltip,
.task-modal.color-better:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-better:not(.completed) .save-close.active a,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-better:not(.completed) .save-close.active button,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active button {
  background-color: #b8d0d5 !important;
  border-color: #4d7982 !important;
}
.task-modal.color-better:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-better:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #6d9fa9 !important;
  border-color: #c2d7db !important;
  color: #fff !important;
}
.task-modal.color-better:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-better:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-better:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-better:not(.completed) .save-close button:focus,
.task-modal.color-better:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #7eaab2;
  outline: 0;
}
.task-modal.color-better:not(.completed) .task-actions {
  background-color: #7eaab2;
}
.task-modal.color-better:not(.completed) .action-yesno label,
.task-modal.color-better:not(.completed) .task-action-btn,
.task-modal.color-better:not(.completed) .task-actions a {
  background-color: #7eaab2;
}
.task-modal.color-better:not(.completed) .action-yesno label:hover,
.task-modal.color-better:not(.completed) .task-action-btn:hover,
.task-modal.color-better:not(.completed) .task-actions a:hover,
.task-modal.color-better:not(.completed) .action-yesno label:focus,
.task-modal.color-better:not(.completed) .task-action-btn:focus,
.task-modal.color-better:not(.completed) .task-actions a:focus {
  background-color: #6398a2;
}
.task-modal.color-better:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-better:not(.completed) input.habit:focus + a {
  background-color: #6398a2;
}
.task-modal.color-better:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #518088;
}
.task-modal.color-better:not(.completed) .task-options {
  background-color: #d0e0e3;
}
.task-modal.color-better:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #a7c5cb;
}
.task-modal.color-better:not(.completed) hr {
  border-bottom: 1px solid #a7c5cb;
}
.task-modal.color-better:not(.completed) .option-content {
  border-color: #a4c3c9 !important;
}
.task-modal.color-better:not(.completed) .option-content:hover {
  border-color: #77a5ae !important;
}
.task-modal.color-better:not(.completed) .option-content:focus {
  border-color: #3e6168 !important;
  outline: none;
}
.task-column:not(.rewards) .color-best:not(.completed) {
  background-color: #c9daf8;
  border: 1px solid #b4c4df;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > button {
  background-color: #c9daf8 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > button:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > button:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > button:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > button:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > button:hover {
    background-color: #c0d4f7 !important;
  }
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > a,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > a,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > button,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > button,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > input,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > input,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > input,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > input,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li textarea,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li textarea,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li textarea,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li textarea {
  color: #0f3577 !important;
  border-color: #89aef0 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li textarea:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li textarea:hover,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li textarea:hover,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #4781e7 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li textarea:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li textarea:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li textarea:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #144398 !important;
  outline: none;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li textarea + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li textarea + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li textarea + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #4781e7 !important;
  background-color: #b0c9f5 !important;
  outline: none;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li textarea + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li textarea + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li textarea + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #89aef0 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #bad0f6 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div,
  .task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div,
  .task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div {
    border: 1px solid #89aef0;
  }
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div h4,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div h4,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div h4,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div h4 {
  color: #144398;
  background-color: #c9daf8;
  border-color: #89aef0;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div > div:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div > div:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #89aef0;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div h4:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div h4:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div h4:before,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #c9daf8;
  border-color: #89aef0;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div ul,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div ul,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div ul,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div ul {
  border-color: #c9daf8;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div a,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div a,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li > div a:visited,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li > div a:visited,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li > div a:visited,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li > div a:visited {
  color: #0f3577 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li .glyphicon,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li .glyphicon,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li .glyphicon,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li .glyphicon {
  color: #15479f;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li .tooltip,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li .tooltip,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li .tooltip,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active a,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active a,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active button,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active button {
  background-color: #bad0f6 !important;
  border-color: #1a58c7 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active.filters-tags button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active.filters-tags button,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #4781e7 !important;
  border-color: #c9daf8 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li.active.filters-tags button span,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li.active.filters-tags button span,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li button.active,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li button.active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li button.active,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #2a6de3 !important;
  box-shadow: inset 0 0 0 1px #2a6de3 !important;
  background-color: #b5ccf5 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .priority-multiplier li button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-attributes li button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-days li button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #5288e9;
  outline: 0;
}
.task-column:not(.rewards) .color-best:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #5288e9 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #2a6de3 !important;
  box-shadow: inset 0 0 0 1px #2a6de3 !important;
  background-color: #b5ccf5 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > button {
  background-color: #b5ccf5 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > a:active,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > button:active {
  background-color: #144192 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-best:not(.completed) .save-close > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > a:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .save-close > button:hover,
  .task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #acc6f4 !important;
  }
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > a,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > a,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > button,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > button,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > input,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > input,
.task-column:not(.rewards) .color-best:not(.completed) .save-close textarea,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li textarea {
  color: #0f3271 !important;
  border-color: #78a2ed !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > input:hover,
.task-column:not(.rewards) .color-best:not(.completed) .save-close textarea:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #3a77e4 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > input:focus,
.task-column:not(.rewards) .color-best:not(.completed) .save-close textarea:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #13408f !important;
  outline: none;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > input + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .save-close textarea + button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #3a77e4 !important;
  background-color: #9ebcf2 !important;
  outline: none;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > input + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .save-close textarea + button:active,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #78a2ed !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > a:nth-of-type(2),
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #a7c2f3 !important;
}
@media screen and (min-width: 768px) {
  .task-column:not(.rewards) .color-best:not(.completed) .save-close > div,
  .task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #78a2ed;
  }
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div h4,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div h4 {
  color: #13408f;
  background-color: #b5ccf5;
  border-color: #78a2ed;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div > div:first-child:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #78a2ed;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div h4:before,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #b5ccf5;
  border-color: #78a2ed;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div ul,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div ul {
  border-color: #b5ccf5;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div a,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div a,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div a:link,
.task-column:not(.rewards) .color-best:not(.completed) .save-close > div a:visited,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li > div a:visited {
  color: #0f3271 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close .glyphicon,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li .glyphicon {
  color: #144396;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close .tooltip,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active a,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active a,
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active button,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active button {
  background-color: #a7c2f3 !important;
  border-color: #1954bc !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active.filters-tags button,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #3a77e4 !important;
  border-color: #b5ccf5 !important;
  color: #fff !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-column:not(.rewards) .color-best:not(.completed) .save-close.active.filters-tags button span,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .save-close button:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #5288e9;
  outline: 0;
}
.task-column:not(.rewards) .color-best:not(.completed) .task-actions {
  background-color: #5288e9;
}
.task-column:not(.rewards) .color-best:not(.completed) .action-yesno label,
.task-column:not(.rewards) .color-best:not(.completed) .task-action-btn,
.task-column:not(.rewards) .color-best:not(.completed) .task-actions a {
  background-color: #5288e9;
}
.task-column:not(.rewards) .color-best:not(.completed) .action-yesno label:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-action-btn:hover,
.task-column:not(.rewards) .color-best:not(.completed) .task-actions a:hover,
.task-column:not(.rewards) .color-best:not(.completed) .action-yesno label:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-action-btn:focus,
.task-column:not(.rewards) .color-best:not(.completed) .task-actions a:focus {
  background-color: #2a6de3;
}
.task-column:not(.rewards) .color-best:not(.completed) input[type=checkbox].task-input:focus + label,
.task-column:not(.rewards) .color-best:not(.completed) input.habit:focus + a {
  background-color: #2a6de3;
}
.task-column:not(.rewards) .color-best:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #1a58c7;
}
.task-column:not(.rewards) .color-best:not(.completed) .task-options {
  background-color: #c9daf8;
}
.task-column:not(.rewards) .color-best:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #8db1f0;
}
.task-column:not(.rewards) .color-best:not(.completed) hr {
  border-bottom: 1px solid #8db1f0;
}
.task-column:not(.rewards) .color-best:not(.completed) .option-content {
  border-color: #89aef0 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .option-content:hover {
  border-color: #4781e7 !important;
}
.task-column:not(.rewards) .color-best:not(.completed) .option-content:focus {
  border-color: #144398 !important;
  outline: none;
}
.task-modal.color-best:not(.completed) {
  background-color: #c9daf8;
  border: 1px solid #b4c4df;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > a,
.task-modal.color-best:not(.completed) .task-attributes li > a,
.task-modal.color-best:not(.completed) .repeat-days li > a,
.task-modal.color-best:not(.completed) .repeat-frequency li > a,
.task-modal.color-best:not(.completed) .priority-multiplier li > button,
.task-modal.color-best:not(.completed) .task-attributes li > button,
.task-modal.color-best:not(.completed) .repeat-days li > button,
.task-modal.color-best:not(.completed) .repeat-frequency li > button {
  background-color: #c9daf8 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > a:active,
.task-modal.color-best:not(.completed) .task-attributes li > a:active,
.task-modal.color-best:not(.completed) .repeat-days li > a:active,
.task-modal.color-best:not(.completed) .repeat-frequency li > a:active,
.task-modal.color-best:not(.completed) .priority-multiplier li > button:active,
.task-modal.color-best:not(.completed) .task-attributes li > button:active,
.task-modal.color-best:not(.completed) .repeat-days li > button:active,
.task-modal.color-best:not(.completed) .repeat-frequency li > button:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-best:not(.completed) .priority-multiplier li > a:hover,
  .task-modal.color-best:not(.completed) .task-attributes li > a:hover,
  .task-modal.color-best:not(.completed) .repeat-days li > a:hover,
  .task-modal.color-best:not(.completed) .repeat-frequency li > a:hover,
  .task-modal.color-best:not(.completed) .priority-multiplier li > button:hover,
  .task-modal.color-best:not(.completed) .task-attributes li > button:hover,
  .task-modal.color-best:not(.completed) .repeat-days li > button:hover,
  .task-modal.color-best:not(.completed) .repeat-frequency li > button:hover {
    background-color: #c0d4f7 !important;
  }
}
.task-modal.color-best:not(.completed) .priority-multiplier li > a,
.task-modal.color-best:not(.completed) .task-attributes li > a,
.task-modal.color-best:not(.completed) .repeat-days li > a,
.task-modal.color-best:not(.completed) .repeat-frequency li > a,
.task-modal.color-best:not(.completed) .priority-multiplier li > button,
.task-modal.color-best:not(.completed) .task-attributes li > button,
.task-modal.color-best:not(.completed) .repeat-days li > button,
.task-modal.color-best:not(.completed) .repeat-frequency li > button,
.task-modal.color-best:not(.completed) .priority-multiplier li > input,
.task-modal.color-best:not(.completed) .task-attributes li > input,
.task-modal.color-best:not(.completed) .repeat-days li > input,
.task-modal.color-best:not(.completed) .repeat-frequency li > input,
.task-modal.color-best:not(.completed) .priority-multiplier li textarea,
.task-modal.color-best:not(.completed) .task-attributes li textarea,
.task-modal.color-best:not(.completed) .repeat-days li textarea,
.task-modal.color-best:not(.completed) .repeat-frequency li textarea {
  color: #0f3577 !important;
  border-color: #89aef0 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > input:hover,
.task-modal.color-best:not(.completed) .task-attributes li > input:hover,
.task-modal.color-best:not(.completed) .repeat-days li > input:hover,
.task-modal.color-best:not(.completed) .repeat-frequency li > input:hover,
.task-modal.color-best:not(.completed) .priority-multiplier li textarea:hover,
.task-modal.color-best:not(.completed) .task-attributes li textarea:hover,
.task-modal.color-best:not(.completed) .repeat-days li textarea:hover,
.task-modal.color-best:not(.completed) .repeat-frequency li textarea:hover {
  border-color: #4781e7 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > input:focus,
.task-modal.color-best:not(.completed) .task-attributes li > input:focus,
.task-modal.color-best:not(.completed) .repeat-days li > input:focus,
.task-modal.color-best:not(.completed) .repeat-frequency li > input:focus,
.task-modal.color-best:not(.completed) .priority-multiplier li textarea:focus,
.task-modal.color-best:not(.completed) .task-attributes li textarea:focus,
.task-modal.color-best:not(.completed) .repeat-days li textarea:focus,
.task-modal.color-best:not(.completed) .repeat-frequency li textarea:focus {
  border-color: #144398 !important;
  outline: none;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > input + button:focus,
.task-modal.color-best:not(.completed) .task-attributes li > input + button:focus,
.task-modal.color-best:not(.completed) .repeat-days li > input + button:focus,
.task-modal.color-best:not(.completed) .repeat-frequency li > input + button:focus,
.task-modal.color-best:not(.completed) .priority-multiplier li textarea + button:focus,
.task-modal.color-best:not(.completed) .task-attributes li textarea + button:focus,
.task-modal.color-best:not(.completed) .repeat-days li textarea + button:focus,
.task-modal.color-best:not(.completed) .repeat-frequency li textarea + button:focus {
  border-color: #4781e7 !important;
  background-color: #b0c9f5 !important;
  outline: none;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > input + button:active,
.task-modal.color-best:not(.completed) .task-attributes li > input + button:active,
.task-modal.color-best:not(.completed) .repeat-days li > input + button:active,
.task-modal.color-best:not(.completed) .repeat-frequency li > input + button:active,
.task-modal.color-best:not(.completed) .priority-multiplier li textarea + button:active,
.task-modal.color-best:not(.completed) .task-attributes li textarea + button:active,
.task-modal.color-best:not(.completed) .repeat-days li textarea + button:active,
.task-modal.color-best:not(.completed) .repeat-frequency li textarea + button:active {
  background-color: #89aef0 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > a:nth-of-type(2),
.task-modal.color-best:not(.completed) .task-attributes li > a:nth-of-type(2),
.task-modal.color-best:not(.completed) .repeat-days li > a:nth-of-type(2),
.task-modal.color-best:not(.completed) .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #bad0f6 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-best:not(.completed) .priority-multiplier li > div,
  .task-modal.color-best:not(.completed) .task-attributes li > div,
  .task-modal.color-best:not(.completed) .repeat-days li > div,
  .task-modal.color-best:not(.completed) .repeat-frequency li > div {
    border: 1px solid #89aef0;
  }
}
.task-modal.color-best:not(.completed) .priority-multiplier li > div h4,
.task-modal.color-best:not(.completed) .task-attributes li > div h4,
.task-modal.color-best:not(.completed) .repeat-days li > div h4,
.task-modal.color-best:not(.completed) .repeat-frequency li > div h4 {
  color: #144398;
  background-color: #c9daf8;
  border-color: #89aef0;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .task-attributes li > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .repeat-days li > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .repeat-frequency li > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .priority-multiplier li > div > div:first-child:before,
.task-modal.color-best:not(.completed) .task-attributes li > div > div:first-child:before,
.task-modal.color-best:not(.completed) .repeat-days li > div > div:first-child:before,
.task-modal.color-best:not(.completed) .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #89aef0;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > div h4:before,
.task-modal.color-best:not(.completed) .task-attributes li > div h4:before,
.task-modal.color-best:not(.completed) .repeat-days li > div h4:before,
.task-modal.color-best:not(.completed) .repeat-frequency li > div h4:before {
  background-color: #c9daf8;
  border-color: #89aef0;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > div ul,
.task-modal.color-best:not(.completed) .task-attributes li > div ul,
.task-modal.color-best:not(.completed) .repeat-days li > div ul,
.task-modal.color-best:not(.completed) .repeat-frequency li > div ul {
  border-color: #c9daf8;
}
.task-modal.color-best:not(.completed) .priority-multiplier li > div a,
.task-modal.color-best:not(.completed) .task-attributes li > div a,
.task-modal.color-best:not(.completed) .repeat-days li > div a,
.task-modal.color-best:not(.completed) .repeat-frequency li > div a,
.task-modal.color-best:not(.completed) .priority-multiplier li > div a:link,
.task-modal.color-best:not(.completed) .task-attributes li > div a:link,
.task-modal.color-best:not(.completed) .repeat-days li > div a:link,
.task-modal.color-best:not(.completed) .repeat-frequency li > div a:link,
.task-modal.color-best:not(.completed) .priority-multiplier li > div a:visited,
.task-modal.color-best:not(.completed) .task-attributes li > div a:visited,
.task-modal.color-best:not(.completed) .repeat-days li > div a:visited,
.task-modal.color-best:not(.completed) .repeat-frequency li > div a:visited {
  color: #0f3577 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li .glyphicon,
.task-modal.color-best:not(.completed) .task-attributes li .glyphicon,
.task-modal.color-best:not(.completed) .repeat-days li .glyphicon,
.task-modal.color-best:not(.completed) .repeat-frequency li .glyphicon {
  color: #15479f;
}
.task-modal.color-best:not(.completed) .priority-multiplier li .tooltip,
.task-modal.color-best:not(.completed) .task-attributes li .tooltip,
.task-modal.color-best:not(.completed) .repeat-days li .tooltip,
.task-modal.color-best:not(.completed) .repeat-frequency li .tooltip {
  border: 0;
}
.task-modal.color-best:not(.completed) .priority-multiplier li.active a,
.task-modal.color-best:not(.completed) .task-attributes li.active a,
.task-modal.color-best:not(.completed) .repeat-days li.active a,
.task-modal.color-best:not(.completed) .repeat-frequency li.active a,
.task-modal.color-best:not(.completed) .priority-multiplier li.active button,
.task-modal.color-best:not(.completed) .task-attributes li.active button,
.task-modal.color-best:not(.completed) .repeat-days li.active button,
.task-modal.color-best:not(.completed) .repeat-frequency li.active button {
  background-color: #bad0f6 !important;
  border-color: #1a58c7 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li.active.filters-tags a,
.task-modal.color-best:not(.completed) .task-attributes li.active.filters-tags a,
.task-modal.color-best:not(.completed) .repeat-days li.active.filters-tags a,
.task-modal.color-best:not(.completed) .repeat-frequency li.active.filters-tags a,
.task-modal.color-best:not(.completed) .priority-multiplier li.active.filters-tags button,
.task-modal.color-best:not(.completed) .task-attributes li.active.filters-tags button,
.task-modal.color-best:not(.completed) .repeat-days li.active.filters-tags button,
.task-modal.color-best:not(.completed) .repeat-frequency li.active.filters-tags button {
  background-color: #4781e7 !important;
  border-color: #c9daf8 !important;
  color: #fff !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li.active.filters-tags a span,
.task-modal.color-best:not(.completed) .task-attributes li.active.filters-tags a span,
.task-modal.color-best:not(.completed) .repeat-days li.active.filters-tags a span,
.task-modal.color-best:not(.completed) .repeat-frequency li.active.filters-tags a span,
.task-modal.color-best:not(.completed) .priority-multiplier li.active.filters-tags button span,
.task-modal.color-best:not(.completed) .task-attributes li.active.filters-tags button span,
.task-modal.color-best:not(.completed) .repeat-days li.active.filters-tags button span,
.task-modal.color-best:not(.completed) .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li button.active,
.task-modal.color-best:not(.completed) .task-attributes li button.active,
.task-modal.color-best:not(.completed) .repeat-days li button.active,
.task-modal.color-best:not(.completed) .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #2a6de3 !important;
  box-shadow: inset 0 0 0 1px #2a6de3 !important;
  background-color: #b5ccf5 !important;
}
.task-modal.color-best:not(.completed) .priority-multiplier li button:focus,
.task-modal.color-best:not(.completed) .task-attributes li button:focus,
.task-modal.color-best:not(.completed) .repeat-days li button:focus,
.task-modal.color-best:not(.completed) .repeat-frequency li button:focus {
  border: 1px solid #5288e9;
  outline: 0;
}
.task-modal.color-best:not(.completed) .plusminus .task-checker label:after {
  border: 1px solid #5288e9 !important;
}
.task-modal.color-best:not(.completed) .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #2a6de3 !important;
  box-shadow: inset 0 0 0 1px #2a6de3 !important;
  background-color: #b5ccf5 !important;
}
.task-modal.color-best:not(.completed) .save-close > a,
.task-modal.color-best:not(.completed) .task-checklist-edit li > a,
.task-modal.color-best:not(.completed) .save-close > button,
.task-modal.color-best:not(.completed) .task-checklist-edit li > button {
  background-color: #b5ccf5 !important;
}
.task-modal.color-best:not(.completed) .save-close > a:active,
.task-modal.color-best:not(.completed) .task-checklist-edit li > a:active,
.task-modal.color-best:not(.completed) .save-close > button:active,
.task-modal.color-best:not(.completed) .task-checklist-edit li > button:active {
  background-color: #144192 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-best:not(.completed) .save-close > a:hover,
  .task-modal.color-best:not(.completed) .task-checklist-edit li > a:hover,
  .task-modal.color-best:not(.completed) .save-close > button:hover,
  .task-modal.color-best:not(.completed) .task-checklist-edit li > button:hover {
    background-color: #acc6f4 !important;
  }
}
.task-modal.color-best:not(.completed) .save-close > a,
.task-modal.color-best:not(.completed) .task-checklist-edit li > a,
.task-modal.color-best:not(.completed) .save-close > button,
.task-modal.color-best:not(.completed) .task-checklist-edit li > button,
.task-modal.color-best:not(.completed) .save-close > input,
.task-modal.color-best:not(.completed) .task-checklist-edit li > input,
.task-modal.color-best:not(.completed) .save-close textarea,
.task-modal.color-best:not(.completed) .task-checklist-edit li textarea {
  color: #0f3271 !important;
  border-color: #78a2ed !important;
}
.task-modal.color-best:not(.completed) .save-close > input:hover,
.task-modal.color-best:not(.completed) .task-checklist-edit li > input:hover,
.task-modal.color-best:not(.completed) .save-close textarea:hover,
.task-modal.color-best:not(.completed) .task-checklist-edit li textarea:hover {
  border-color: #3a77e4 !important;
}
.task-modal.color-best:not(.completed) .save-close > input:focus,
.task-modal.color-best:not(.completed) .task-checklist-edit li > input:focus,
.task-modal.color-best:not(.completed) .save-close textarea:focus,
.task-modal.color-best:not(.completed) .task-checklist-edit li textarea:focus {
  border-color: #13408f !important;
  outline: none;
}
.task-modal.color-best:not(.completed) .save-close > input + button:focus,
.task-modal.color-best:not(.completed) .task-checklist-edit li > input + button:focus,
.task-modal.color-best:not(.completed) .save-close textarea + button:focus,
.task-modal.color-best:not(.completed) .task-checklist-edit li textarea + button:focus {
  border-color: #3a77e4 !important;
  background-color: #9ebcf2 !important;
  outline: none;
}
.task-modal.color-best:not(.completed) .save-close > input + button:active,
.task-modal.color-best:not(.completed) .task-checklist-edit li > input + button:active,
.task-modal.color-best:not(.completed) .save-close textarea + button:active,
.task-modal.color-best:not(.completed) .task-checklist-edit li textarea + button:active {
  background-color: #78a2ed !important;
}
.task-modal.color-best:not(.completed) .save-close > a:nth-of-type(2),
.task-modal.color-best:not(.completed) .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #a7c2f3 !important;
}
@media screen and (min-width: 768px) {
  .task-modal.color-best:not(.completed) .save-close > div,
  .task-modal.color-best:not(.completed) .task-checklist-edit li > div {
    border: 1px solid #78a2ed;
  }
}
.task-modal.color-best:not(.completed) .save-close > div h4,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div h4 {
  color: #13408f;
  background-color: #b5ccf5;
  border-color: #78a2ed;
}
.task-modal.color-best:not(.completed) .save-close > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div > ul:first-child:before,
.task-modal.color-best:not(.completed) .save-close > div > div:first-child:before,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #78a2ed;
}
.task-modal.color-best:not(.completed) .save-close > div h4:before,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div h4:before {
  background-color: #b5ccf5;
  border-color: #78a2ed;
}
.task-modal.color-best:not(.completed) .save-close > div ul,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div ul {
  border-color: #b5ccf5;
}
.task-modal.color-best:not(.completed) .save-close > div a,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div a,
.task-modal.color-best:not(.completed) .save-close > div a:link,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div a:link,
.task-modal.color-best:not(.completed) .save-close > div a:visited,
.task-modal.color-best:not(.completed) .task-checklist-edit li > div a:visited {
  color: #0f3271 !important;
}
.task-modal.color-best:not(.completed) .save-close .glyphicon,
.task-modal.color-best:not(.completed) .task-checklist-edit li .glyphicon {
  color: #144396;
}
.task-modal.color-best:not(.completed) .save-close .tooltip,
.task-modal.color-best:not(.completed) .task-checklist-edit li .tooltip {
  border: 0;
}
.task-modal.color-best:not(.completed) .save-close.active a,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active a,
.task-modal.color-best:not(.completed) .save-close.active button,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active button {
  background-color: #a7c2f3 !important;
  border-color: #1954bc !important;
}
.task-modal.color-best:not(.completed) .save-close.active.filters-tags a,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active.filters-tags a,
.task-modal.color-best:not(.completed) .save-close.active.filters-tags button,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active.filters-tags button {
  background-color: #3a77e4 !important;
  border-color: #b5ccf5 !important;
  color: #fff !important;
}
.task-modal.color-best:not(.completed) .save-close.active.filters-tags a span,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active.filters-tags a span,
.task-modal.color-best:not(.completed) .save-close.active.filters-tags button span,
.task-modal.color-best:not(.completed) .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.task-modal.color-best:not(.completed) .save-close button:focus,
.task-modal.color-best:not(.completed) .task-checklist-edit li button:focus {
  border: 1px solid #5288e9;
  outline: 0;
}
.task-modal.color-best:not(.completed) .task-actions {
  background-color: #5288e9;
}
.task-modal.color-best:not(.completed) .action-yesno label,
.task-modal.color-best:not(.completed) .task-action-btn,
.task-modal.color-best:not(.completed) .task-actions a {
  background-color: #5288e9;
}
.task-modal.color-best:not(.completed) .action-yesno label:hover,
.task-modal.color-best:not(.completed) .task-action-btn:hover,
.task-modal.color-best:not(.completed) .task-actions a:hover,
.task-modal.color-best:not(.completed) .action-yesno label:focus,
.task-modal.color-best:not(.completed) .task-action-btn:focus,
.task-modal.color-best:not(.completed) .task-actions a:focus {
  background-color: #2a6de3;
}
.task-modal.color-best:not(.completed) input[type=checkbox].task-input:focus + label,
.task-modal.color-best:not(.completed) input.habit:focus + a {
  background-color: #2a6de3;
}
.task-modal.color-best:not(.completed) .task-actions a:nth-of-type(2) {
  border-top: 1px solid #1a58c7;
}
.task-modal.color-best:not(.completed) .task-options {
  background-color: #c9daf8;
}
.task-modal.color-best:not(.completed) .option-group:not(.task-checklist) {
  border-bottom: 1px solid #8db1f0;
}
.task-modal.color-best:not(.completed) hr {
  border-bottom: 1px solid #8db1f0;
}
.task-modal.color-best:not(.completed) .option-content {
  border-color: #89aef0 !important;
}
.task-modal.color-best:not(.completed) .option-content:hover {
  border-color: #4781e7 !important;
}
.task-modal.color-best:not(.completed) .option-content:focus {
  border-color: #144398 !important;
  outline: none;
}
.completed {
  color: #989898;
  background-color: #d9d9d9;
  border: 1px solid #c3c3c3;
}
.completed .task-text .habitica-emoji {
  opacity: 0.39;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
  filter: alpha(opacity=39);
}
.completed .priority-multiplier li > a,
.completed .task-attributes li > a,
.completed .repeat-days li > a,
.completed .repeat-frequency li > a,
.completed .priority-multiplier li > button,
.completed .task-attributes li > button,
.completed .repeat-days li > button,
.completed .repeat-frequency li > button {
  background-color: #d9d9d9 !important;
}
.completed .priority-multiplier li > a:active,
.completed .task-attributes li > a:active,
.completed .repeat-days li > a:active,
.completed .repeat-frequency li > a:active,
.completed .priority-multiplier li > button:active,
.completed .task-attributes li > button:active,
.completed .repeat-days li > button:active,
.completed .repeat-frequency li > button:active {
  background-color: #545454 !important;
}
@media screen and (min-width: 768px) {
  .completed .priority-multiplier li > a:hover,
  .completed .task-attributes li > a:hover,
  .completed .repeat-days li > a:hover,
  .completed .repeat-frequency li > a:hover,
  .completed .priority-multiplier li > button:hover,
  .completed .task-attributes li > button:hover,
  .completed .repeat-days li > button:hover,
  .completed .repeat-frequency li > button:hover {
    background-color: #d4d4d4 !important;
  }
}
.completed .priority-multiplier li > a,
.completed .task-attributes li > a,
.completed .repeat-days li > a,
.completed .repeat-frequency li > a,
.completed .priority-multiplier li > button,
.completed .task-attributes li > button,
.completed .repeat-days li > button,
.completed .repeat-frequency li > button,
.completed .priority-multiplier li > input,
.completed .task-attributes li > input,
.completed .repeat-days li > input,
.completed .repeat-frequency li > input,
.completed .priority-multiplier li textarea,
.completed .task-attributes li textarea,
.completed .repeat-days li textarea,
.completed .repeat-frequency li textarea {
  color: #414141 !important;
  border-color: #b6b6b6 !important;
}
.completed .priority-multiplier li > input:hover,
.completed .task-attributes li > input:hover,
.completed .repeat-days li > input:hover,
.completed .repeat-frequency li > input:hover,
.completed .priority-multiplier li textarea:hover,
.completed .task-attributes li textarea:hover,
.completed .repeat-days li textarea:hover,
.completed .repeat-frequency li textarea:hover {
  border-color: #929292 !important;
}
.completed .priority-multiplier li > input:focus,
.completed .task-attributes li > input:focus,
.completed .repeat-days li > input:focus,
.completed .repeat-frequency li > input:focus,
.completed .priority-multiplier li textarea:focus,
.completed .task-attributes li textarea:focus,
.completed .repeat-days li textarea:focus,
.completed .repeat-frequency li textarea:focus {
  border-color: #535353 !important;
  outline: none;
}
.completed .priority-multiplier li > input + button:focus,
.completed .task-attributes li > input + button:focus,
.completed .repeat-days li > input + button:focus,
.completed .repeat-frequency li > input + button:focus,
.completed .priority-multiplier li textarea + button:focus,
.completed .task-attributes li textarea + button:focus,
.completed .repeat-days li textarea + button:focus,
.completed .repeat-frequency li textarea + button:focus {
  border-color: #929292 !important;
  background-color: #ccc !important;
  outline: none;
}
.completed .priority-multiplier li > input + button:active,
.completed .task-attributes li > input + button:active,
.completed .repeat-days li > input + button:active,
.completed .repeat-frequency li > input + button:active,
.completed .priority-multiplier li textarea + button:active,
.completed .task-attributes li textarea + button:active,
.completed .repeat-days li textarea + button:active,
.completed .repeat-frequency li textarea + button:active {
  background-color: #b6b6b6 !important;
}
.completed .priority-multiplier li > a:nth-of-type(2),
.completed .task-attributes li > a:nth-of-type(2),
.completed .repeat-days li > a:nth-of-type(2),
.completed .repeat-frequency li > a:nth-of-type(2) {
  border-left: 1px solid #d1d1d1 !important;
}
@media screen and (min-width: 768px) {
  .completed .priority-multiplier li > div,
  .completed .task-attributes li > div,
  .completed .repeat-days li > div,
  .completed .repeat-frequency li > div {
    border: 1px solid #b6b6b6;
  }
}
.completed .priority-multiplier li > div h4,
.completed .task-attributes li > div h4,
.completed .repeat-days li > div h4,
.completed .repeat-frequency li > div h4 {
  color: #535353;
  background-color: #d9d9d9;
  border-color: #b6b6b6;
}
.completed .priority-multiplier li > div > ul:first-child:before,
.completed .task-attributes li > div > ul:first-child:before,
.completed .repeat-days li > div > ul:first-child:before,
.completed .repeat-frequency li > div > ul:first-child:before,
.completed .priority-multiplier li > div > div:first-child:before,
.completed .task-attributes li > div > div:first-child:before,
.completed .repeat-days li > div > div:first-child:before,
.completed .repeat-frequency li > div > div:first-child:before {
  background-color: #fff;
  border-color: #b6b6b6;
}
.completed .priority-multiplier li > div h4:before,
.completed .task-attributes li > div h4:before,
.completed .repeat-days li > div h4:before,
.completed .repeat-frequency li > div h4:before {
  background-color: #d9d9d9;
  border-color: #b6b6b6;
}
.completed .priority-multiplier li > div ul,
.completed .task-attributes li > div ul,
.completed .repeat-days li > div ul,
.completed .repeat-frequency li > div ul {
  border-color: #d9d9d9;
}
.completed .priority-multiplier li > div a,
.completed .task-attributes li > div a,
.completed .repeat-days li > div a,
.completed .repeat-frequency li > div a,
.completed .priority-multiplier li > div a:link,
.completed .task-attributes li > div a:link,
.completed .repeat-days li > div a:link,
.completed .repeat-frequency li > div a:link,
.completed .priority-multiplier li > div a:visited,
.completed .task-attributes li > div a:visited,
.completed .repeat-days li > div a:visited,
.completed .repeat-frequency li > div a:visited {
  color: #414141 !important;
}
.completed .priority-multiplier li .glyphicon,
.completed .task-attributes li .glyphicon,
.completed .repeat-days li .glyphicon,
.completed .repeat-frequency li .glyphicon {
  color: #575757;
}
.completed .priority-multiplier li .tooltip,
.completed .task-attributes li .tooltip,
.completed .repeat-days li .tooltip,
.completed .repeat-frequency li .tooltip {
  border: 0;
}
.completed .priority-multiplier li.active a,
.completed .task-attributes li.active a,
.completed .repeat-days li.active a,
.completed .repeat-frequency li.active a,
.completed .priority-multiplier li.active button,
.completed .task-attributes li.active button,
.completed .repeat-days li.active button,
.completed .repeat-frequency li.active button {
  background-color: #d1d1d1 !important;
  border-color: #6d6d6d !important;
}
.completed .priority-multiplier li.active.filters-tags a,
.completed .task-attributes li.active.filters-tags a,
.completed .repeat-days li.active.filters-tags a,
.completed .repeat-frequency li.active.filters-tags a,
.completed .priority-multiplier li.active.filters-tags button,
.completed .task-attributes li.active.filters-tags button,
.completed .repeat-days li.active.filters-tags button,
.completed .repeat-frequency li.active.filters-tags button {
  background-color: #929292 !important;
  border-color: #d9d9d9 !important;
  color: #fff !important;
}
.completed .priority-multiplier li.active.filters-tags a span,
.completed .task-attributes li.active.filters-tags a span,
.completed .repeat-days li.active.filters-tags a span,
.completed .repeat-frequency li.active.filters-tags a span,
.completed .priority-multiplier li.active.filters-tags button span,
.completed .task-attributes li.active.filters-tags button span,
.completed .repeat-days li.active.filters-tags button span,
.completed .repeat-frequency li.active.filters-tags button span {
  color: #fff !important;
}
.completed .priority-multiplier li button.active,
.completed .task-attributes li button.active,
.completed .repeat-days li button.active,
.completed .repeat-frequency li button.active {
  -webkit-box-shadow: inset 0 0 0 1px #828282 !important;
  box-shadow: inset 0 0 0 1px #828282 !important;
  background-color: #cecece !important;
}
.completed .priority-multiplier li button:focus,
.completed .task-attributes li button:focus,
.completed .repeat-days li button:focus,
.completed .repeat-frequency li button:focus {
  border: 1px solid #989898;
  outline: 0;
}
.completed .plusminus .task-checker label:after {
  border: 1px solid #989898 !important;
}
.completed .plusminus .task-checker input[type=checkbox]:checked + label:after {
  -webkit-box-shadow: inset 0 0 0 1px #828282 !important;
  box-shadow: inset 0 0 0 1px #828282 !important;
  background-color: #cecece !important;
}
.completed .save-close > a,
.completed .task-checklist-edit li > a,
.completed .save-close > button,
.completed .task-checklist-edit li > button {
  background-color: #cecece !important;
}
.completed .save-close > a:active,
.completed .task-checklist-edit li > a:active,
.completed .save-close > button:active,
.completed .task-checklist-edit li > button:active {
  background-color: #505050 !important;
}
@media screen and (min-width: 768px) {
  .completed .save-close > a:hover,
  .completed .task-checklist-edit li > a:hover,
  .completed .save-close > button:hover,
  .completed .task-checklist-edit li > button:hover {
    background-color: #c9c9c9 !important;
  }
}
.completed .save-close > a,
.completed .task-checklist-edit li > a,
.completed .save-close > button,
.completed .task-checklist-edit li > button,
.completed .save-close > input,
.completed .task-checklist-edit li > input,
.completed .save-close textarea,
.completed .task-checklist-edit li textarea {
  color: #3e3e3e !important;
  border-color: #adadad !important;
}
.completed .save-close > input:hover,
.completed .task-checklist-edit li > input:hover,
.completed .save-close textarea:hover,
.completed .task-checklist-edit li textarea:hover {
  border-color: #8a8a8a !important;
}
.completed .save-close > input:focus,
.completed .task-checklist-edit li > input:focus,
.completed .save-close textarea:focus,
.completed .task-checklist-edit li textarea:focus {
  border-color: #4f4f4f !important;
  outline: none;
}
.completed .save-close > input + button:focus,
.completed .task-checklist-edit li > input + button:focus,
.completed .save-close textarea + button:focus,
.completed .task-checklist-edit li textarea + button:focus {
  border-color: #8a8a8a !important;
  background-color: #c1c1c1 !important;
  outline: none;
}
.completed .save-close > input + button:active,
.completed .task-checklist-edit li > input + button:active,
.completed .save-close textarea + button:active,
.completed .task-checklist-edit li textarea + button:active {
  background-color: #adadad !important;
}
.completed .save-close > a:nth-of-type(2),
.completed .task-checklist-edit li > a:nth-of-type(2) {
  border-left: 1px solid #c6c6c6 !important;
}
@media screen and (min-width: 768px) {
  .completed .save-close > div,
  .completed .task-checklist-edit li > div {
    border: 1px solid #adadad;
  }
}
.completed .save-close > div h4,
.completed .task-checklist-edit li > div h4 {
  color: #4f4f4f;
  background-color: #cecece;
  border-color: #adadad;
}
.completed .save-close > div > ul:first-child:before,
.completed .task-checklist-edit li > div > ul:first-child:before,
.completed .save-close > div > div:first-child:before,
.completed .task-checklist-edit li > div > div:first-child:before {
  background-color: #fff;
  border-color: #adadad;
}
.completed .save-close > div h4:before,
.completed .task-checklist-edit li > div h4:before {
  background-color: #cecece;
  border-color: #adadad;
}
.completed .save-close > div ul,
.completed .task-checklist-edit li > div ul {
  border-color: #cecece;
}
.completed .save-close > div a,
.completed .task-checklist-edit li > div a,
.completed .save-close > div a:link,
.completed .task-checklist-edit li > div a:link,
.completed .save-close > div a:visited,
.completed .task-checklist-edit li > div a:visited {
  color: #3e3e3e !important;
}
.completed .save-close .glyphicon,
.completed .task-checklist-edit li .glyphicon {
  color: #525252;
}
.completed .save-close .tooltip,
.completed .task-checklist-edit li .tooltip {
  border: 0;
}
.completed .save-close.active a,
.completed .task-checklist-edit li.active a,
.completed .save-close.active button,
.completed .task-checklist-edit li.active button {
  background-color: #c6c6c6 !important;
  border-color: #676767 !important;
}
.completed .save-close.active.filters-tags a,
.completed .task-checklist-edit li.active.filters-tags a,
.completed .save-close.active.filters-tags button,
.completed .task-checklist-edit li.active.filters-tags button {
  background-color: #8a8a8a !important;
  border-color: #cecece !important;
  color: #fff !important;
}
.completed .save-close.active.filters-tags a span,
.completed .task-checklist-edit li.active.filters-tags a span,
.completed .save-close.active.filters-tags button span,
.completed .task-checklist-edit li.active.filters-tags button span {
  color: #fff !important;
}
.completed .save-close button:focus,
.completed .task-checklist-edit li button:focus {
  border: 1px solid #989898;
  outline: 0;
}
.completed .action-yesno label,
.completed .task-action-btn {
  background-color: #989898;
}
.completed .action-yesno label:hover,
.completed .task-action-btn:hover,
.completed .action-yesno label:focus,
.completed .task-action-btn:focus {
  background-color: #828282;
}
.completed input[type=checkbox]:focus + label {
  background-color: #828282;
}
.completed .task-options {
  background-color: #d9d9d9;
}
.completed .option-group:not(.task-checklist) {
  border-bottom: 1px solid #b8b8b8;
}
.completed .option-content {
  border-color: #b6b6b6 !important;
}
.completed .option-content:hover {
  border-color: #929292 !important;
}
.completed .option-content:focus {
  border-color: #535353 !important;
  outline: 0;
}
.reward,
.reward-item {
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
}
.tasks-lists .row {
  margin-left: -5px;
  margin-right: -5px;
}
.tasks-lists .row .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.task-column {
  padding: 1.5em;
  background: #f2f5f6;
  border: 1px solid #c3d1d6;
  font-family: 'Lato', sans-serif;
}
.task-column:after {
  clear: both;
  display: block;
  content: "";
}
.task-column h2 {
  color: #4c666e;
}
.task-column .task-column_title {
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: 300;
}
.task-column .option-box .glyphicon {
  font-size: 1.5em;
  vertical-align: middle;
}
.task-column.preview {
  padding: 0;
  background: transparent;
  border: 0;
}
.task-column.preview .task:hover {
  cursor: auto;
}
.task-add {
  position: relative;
  margin-top: 1.5em;
}
.task-add > a,
.task-add > button {
  background-color: #f6f8f9 !important;
}
.task-add > a:active,
.task-add > button:active {
  background-color: #4d6673 !important;
}
@media screen and (min-width: 768px) {
  .task-add > a:hover,
  .task-add > button:hover {
    background-color: #eff3f4 !important;
  }
}
.task-add > a,
.task-add > button,
.task-add > input,
.task-add textarea {
  color: #3b4f59 !important;
  border-color: #c6d3d9 !important;
}
.task-add > input:hover,
.task-add textarea:hover {
  border-color: #95acb8 !important;
}
.task-add > input:focus,
.task-add textarea:focus {
  border-color: #4c6571 !important;
  outline: none;
}
.task-add > input + button:focus,
.task-add textarea + button:focus {
  border-color: #95acb8 !important;
  background-color: #e4eaed !important;
  outline: none;
}
.task-add > input + button:active,
.task-add textarea + button:active {
  background-color: #c6d3d9 !important;
}
.task-add > a:nth-of-type(2) {
  border-left: 1px solid #ebeff1 !important;
}
@media screen and (min-width: 768px) {
  .task-add > div {
    border: 1px solid #c6d3d9;
  }
}
.task-add > div h4 {
  color: #4c6571;
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.task-add > div > ul:first-child:before,
.task-add > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d3d9;
}
.task-add > div h4:before {
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.task-add > div ul {
  border-color: #f6f8f9;
}
.task-add > div a,
.task-add > div a:link,
.task-add > div a:visited {
  color: #3b4f59 !important;
}
.task-add .glyphicon {
  color: #4f6a77;
}
.task-add .tooltip {
  border: 0;
}
.task-add.active a,
.task-add.active button {
  background-color: #ebeff1 !important;
  border-color: #638494 !important;
}
.task-add.active.filters-tags a,
.task-add.active.filters-tags button {
  background-color: #95acb8 !important;
  border-color: #f6f8f9 !important;
  color: #fff !important;
}
.task-add.active.filters-tags a span,
.task-add.active.filters-tags button span {
  color: #fff !important;
}
.task-add input,
.task-add button {
  height: 2.618em;
}
.task-add input,
.task-add textarea {
  width: 80%;
}
.task-add textarea {
  float: none;
  resize: vertical;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.task-add textarea + button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.task-add button {
  width: 20%;
}
.task-add button span {
  font-size: 0.8em;
}
.task-add .help-block a {
  border: 0;
  float: right;
  font-size: 0.85em;
}
.dailiesRestingInInn {
  clear: both;
}
.dailiesRestingInInn button {
  margin-top: 10px;
}
.task {
  list-style: none;
  clear: both;
  padding: 0;
  min-height: 3em;
  margin-bottom: 0.75em;
  position: relative;
}
.task:hover {
  cursor: move;
}
.task :last-child {
  margin-bottom: 0;
}
.task label {
  font-weight: 400;
}
.task input[type="text"],
.task input[type="number"],
.task textarea.option-content {
  border: 1px solid #aaa;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  padding-left: 0.618em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.task-text {
  display: block;
  padding: 0.75em 0 0.75em 3.75em;
  line-height: 1.4;
  word-wrap: break-word;
}
.task-text markdown > ul > li {
  margin-left: 20px;
}
.task.ui-sortable-helper {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 0 5px rgba(0,0,0,0.1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  outline: 1px solid rgba(0,0,0,0.2);
}
.task-controls {
  display: inline-block;
  float: left;
  margin-left: -0.5em;
  margin-right: 0.5em;
}
.task-controls.task-primary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  float: none;
  margin: 0;
}
.task-action-btn {
  display: inline-block;
  width: 2.12765em;
  height: 2.12765em;
  padding: 0;
  font-size: 1.41em;
  line-height: 2.12765;
  text-align: center;
  color: #222;
  vertical-align: top;
  border-right: 1px solid rgba(0,0,0,0.25);
}
.task-action-btn:last-child {
  border: 0;
}
.task-action-btn:hover,
.task-action-btn:focus {
  color: #222;
  text-decoration: none;
}
.task-checker input[type=checkbox],
.task-checker input[type=checkbox]:focus {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 10px;
}
.task-checker label {
  display: inline-block;
  width: 3em;
  height: 100%;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}
.plusminus {
  text-align: center;
}
.plusminus .task-checker {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.plusminus .task-checker:first-of-type {
  margin-right: 0.5em;
}
.plusminus .task-checker label:after {
  width: 2em;
  line-height: 1.5;
}
.plusminus .task-checker label[for$="plus"]:after {
  content: '＋';
}
.plusminus .task-checker label[for$="minus"]:after {
  content: '−';
}
.action-yesno {
  position: relative;
}
.action-yesno label:after,
.action-yesno label:before {
  content: '';
  display: block;
  height: 1.714285714em;
  width: 1.714285714em;
  font-size: 1.75em;
  line-height: 1.714285714em;
  text-align: center;
  color: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.action-yesno label:after {
  height: 10px;
  width: 10px;
  margin: 15px auto;
  border: 1px solid #222;
}
.action-yesno label:before {
  position: absolute;
  left: 0;
}
.action-yesno label:hover:before,
.action-yesno label:focus:before {
  content: '';
}
.action-yesno input[type=checkbox]:focus + label {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  border: none;
}
.action-yesno label:hover:after {
  content: "\E013";
  font-family: "Glyphicons Halflings";
  border: none;
  margin: 0;
  line-height: 1.714285714em;
  height: 1.714285714em;
  width: 1.714285714em;
  text-align: center;
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.action-yesno label:active:after {
  opacity: 0.75 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)" !important;
  filter: alpha(opacity=75) !important;
}
.action-yesno input[type=checkbox]:checked + label:after {
  content: "\E013";
  font-family: "Glyphicons Halflings";
  border: none;
  margin: 0;
  line-height: 1.714285714em;
  height: 1.714285714em;
  width: 1.714285714em;
  text-align: center;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.group-yesno label:hover:after,
.group-yesno input[type=checkbox]:checked + label:after {
  content: "" !important;
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.task-meta-controls {
  float: right;
  margin: 0.75em 0.5em 0 0.5em;
  height: 1em;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.task-meta-controls a {
  text-decoration: none;
}
.task-meta-controls .glyphicon-signal {
  margin-left: 0.25em;
}
.task-meta-controls .glyphicon-remove,
.task-meta-controls .glyphicon-ok,
.task-meta-controls a.badge {
  margin-right: 0.25em;
}
.task-meta-controls .glyphicon-tags {
  margin-left: 0.1em;
  margin-right: 0.4em;
}
.task-meta-controls a.badge {
  position: relative;
  top: -2px;
}
.task:hover .task-meta-controls {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.popover {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-right: 5px;
}
form {
  margin-bottom: 0;
}
.task textarea.form-control {
  position: relative;
  z-index: 50;
}
[class$="-options"] {
  padding: 1em 1em 0;
  color: #333;
  position: relative;
}
[class$="-options"] .option-group {
  padding: 0 0 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}
[class$="-options"] button.advanced-options-toggle {
  display: block;
  width: 100%;
  background: none;
}
[class$="-options"] .option-title {
  font-size: 1em;
  margin: 0.5em 0 0.5em;
  line-height: 1;
  border: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
[class$="-options"] .option-title.mega {
  cursor: pointer;
}
[class$="-options"] .option-title.mega:after {
  font-family: "Glyphicons Halflings";
  font-size: 0.75em;
  content: "\E114";
  padding-left: 0.75em;
}
[class$="-options"] .option-title.mega.active:after {
  content: "\E113";
}
.option-content {
  height: 2.5em;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0 0 0.5em;
}
textarea.option-content {
  height: 5em;
  padding-top: 0.25em;
  resize: none;
  margin-bottom: 0;
}
.option-short .option-content {
  width: 4em;
  display: inline-block;
}
.option-short .input-suffix {
  vertical-align: 20%;
  padding-left: 0.25em;
}
.option-medium .option-content {
  width: 6em;
  display: inline-block;
}
.option-medium .input-suffix {
  vertical-align: 20%;
  padding-left: 0.25em;
}
.task-controls.tile-group {
  display: block;
  text-align: center;
  margin: 0;
}
.task-controls.tile-group.task-attributes {
  text-align: left;
}
.task-action-btn.tile {
  border: 0;
  font-size: 1.15em;
  font-weight: 300;
  outline: 1px solid rgba(0,0,0,0.2);
  outline-offset: -1px;
  margin: 0 0 0 3px;
  font-family: 'Lato', sans-serif;
  text-align: inherit;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: auto;
  padding: 0 0.5em;
}
.task-action-btn.tile.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.tile.solid {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.tile.spacious {
  margin: 0.75em 0;
  font-size: 1.25em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.tile.bright {
  background-color: #d4e1f9;
}
.tile.bright:hover,
.tile.bright:focus {
  background-color: #dfe9fb;
}
.tile.flush {
  margin-left: 0;
  border: 1px solid rgba(0,0,0,0.2);
  outline: 0;
  line-height: 2em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tile.flush .Gems {
  margin-top: 0px;
}
.task-options .task-action-btn.tile {
  margin: 3px;
}
.task-options form {
  padding-bottom: 1em;
}
.task-options .priority-multiplier,
.task-options .task-attributes,
.task-options .repeat-days,
.task-options .repeat-frequency {
  text-align: center;
}
.task-options .priority-multiplier li,
.task-options .task-attributes li,
.task-options .repeat-days li,
.task-options .repeat-frequency li {
  margin-bottom: 1em;
  margin-right: 0.75em;
  display: inline-block;
}
.task-options .priority-multiplier li:last-of-type,
.task-options .task-attributes li:last-of-type,
.task-options .repeat-days li:last-of-type,
.task-options .repeat-frequency li:last-of-type {
  margin-right: 0;
}
.task-options .repeat-days li button {
  min-width: 2.5em;
}
.task-options .save-close {
  text-align: center;
  display: inline;
  padding: 0 0.5em;
}
.task-options h2#task-edit-title {
  margin-top: 1em;
}
.habits .task-actions {
  width: 3em;
  height: 100%;
}
.habits .task-actions a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0.8em;
}
.habits .task-actions a span {
  position: absolute;
  margin: auto;
  display: block;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.habits .task-actions a:hover,
.habits .task-actions a:focus {
  color: #222;
  text-decoration: none;
}
.habits .habit-wide {
  min-height: 4.5em;
}
.habits .habit-wide .task-actions a {
  height: 50%;
}
.habits .habit-narrow .task-actions {
  display: none;
}
.habits .habit-narrow .task-text {
  padding-left: 1em;
}
.task-checklist-edit > ul {
  text-align: center;
}
.task-checklist-edit > ul li button {
  margin-top: 0.5em;
}
.task-checklist-edit > ul li button span {
  margin-right: 0.5em;
}
.task-checklist-edit > .checklist-form input {
  width: 70%;
/* Add interaction cues on hover and focus */
}
.task-checklist-edit > .checklist-form input:hover,
.task-checklist-edit > .checklist-form input:focus {
  background-color: #ffd;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.task-checklist-edit > .checklist-form .checklist-icon {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  text-align: center;
  line-height: 1.5;
  float: left;
  padding: 0.25em 0.5em;
}
.task-checklist-edit > .checklist-form li {
  margin-bottom: 1em;
}
.task-checklist-edit > .checklist-form li:hover .checklist-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.task-filter {
  margin: 1.5em 0 1em 0;
  border-color: #c3d1d6;
  width: 100%;
}
.task-filter li {
  border-right-color: #e0e7ea;
}
.task-filter li.active a {
  -webkit-box-shadow: 0 0 0 1px #adc0c6 !important;
  box-shadow: 0 0 0 1px #adc0c6 !important;
}
.task-filter li:first-of-type {
  color: #648590;
}
.task-filter li {
  width: 33.333%;
  text-align: center;
}
.task-filter li > a,
.task-filter li > button {
  background-color: #f2f5f6 !important;
}
.task-filter li > a:active,
.task-filter li > button:active {
  background-color: #4d6770 !important;
}
@media screen and (min-width: 768px) {
  .task-filter li > a:hover,
  .task-filter li > button:hover {
    background-color: #ebf0f1 !important;
  }
}
.task-filter li > a,
.task-filter li > button,
.task-filter li > input,
.task-filter li textarea {
  color: #3c5057 !important;
  border-color: #c3d1d6 !important;
}
.task-filter li > input:hover,
.task-filter li textarea:hover {
  border-color: #93acb5 !important;
}
.task-filter li > input:focus,
.task-filter li textarea:focus {
  border-color: #4c666e !important;
  outline: none;
}
.task-filter li > input + button:focus,
.task-filter li textarea + button:focus {
  border-color: #93acb5 !important;
  background-color: #e0e7ea !important;
  outline: none;
}
.task-filter li > input + button:active,
.task-filter li textarea + button:active {
  background-color: #c3d1d6 !important;
}
.task-filter li > a:nth-of-type(2) {
  border-left: 1px solid #e7edee !important;
}
@media screen and (min-width: 768px) {
  .task-filter li > div {
    border: 1px solid #c3d1d6;
  }
}
.task-filter li > div h4 {
  color: #4c666e;
  background-color: #f2f5f6;
  border-color: #c3d1d6;
}
.task-filter li > div > ul:first-child:before,
.task-filter li > div > div:first-child:before {
  background-color: #fff;
  border-color: #c3d1d6;
}
.task-filter li > div h4:before {
  background-color: #f2f5f6;
  border-color: #c3d1d6;
}
.task-filter li > div ul {
  border-color: #f2f5f6;
}
.task-filter li > div a,
.task-filter li > div a:link,
.task-filter li > div a:visited {
  color: #3c5057 !important;
}
.task-filter li .glyphicon {
  color: #506a73;
}
.task-filter li .tooltip {
  border: 0;
}
.task-filter li.active a,
.task-filter li.active button {
  background-color: #e7edee !important;
  border-color: #648590 !important;
}
.task-filter li.active.filters-tags a,
.task-filter li.active.filters-tags button {
  background-color: #93acb5 !important;
  border-color: #f2f5f6 !important;
  color: #fff !important;
}
.task-filter li.active.filters-tags a span,
.task-filter li.active.filters-tags button span {
  color: #fff !important;
}
.task-filter li:nth-child(3n + 1):nth-last-child(2),
.task-filter li:nth-child(3n + 1):nth-last-child(2) + li {
  width: 50%;
}
.task-filter li a {
  width: 100%;
  height: 100%;
}
.rewards .task {
  min-height: 3.07em;
}
.rewards .task-filter li:nth-child(3n + 1):nth-last-child(2) {
  width: 33.333%;
}
.rewards .task-filter li:nth-child(3n + 1):nth-last-child(2) + li {
  width: 66.666%;
}
.rewards .btn-buy {
  word-wrap: break-word;
  padding-left: 0.2em;
  text-align: left;
  border: none;
}
.rewards .btn-buy.disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.rewards .btn-buy span {
  position: relative;
  left: -2px;
}
.rewards .btn-buy span:only-child {
  position: static;
  padding-left: 0.75em;
}
.rewards .btn-buy.highValue {
  padding: 0.3em;
  text-align: center;
}
.rewards .btn-buy.highValue span {
  display: block;
  margin: auto;
}
.rewards .btn-buy .shop_gold + .reward-cost {
  line-height: 1;
  top: -0.1em;
}
.locked-task .action-yesno label:hover:after {
  height: 10px;
  width: 10px;
  margin: 15px auto;
  border: 1px solid #222;
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  filter: alpha(opacity=20) !important;
}
.locked-task .action-yesno label:focus,
.locked-task .action-yesno label:hover {
  background-color: #ffcf42 !important;
}
.locked-task .task-actions a,
.locked-task .task-checker label,
.locked-task .task-text {
  cursor: initial;
}
.locked-task .task-actions a:hover {
  background-color: inherit !important;
}
.locked-task .task-checker label:hover:after {
  content: '';
}
.exp-chart {
  padding-bottom: 10px;
}
.task-extra-notes {
  z-index: 10;
  position: relative;
}
.profile-modal .modal-dialog {
  height: 100%;
  width: auto;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .profile-modal .modal-dialog {
    padding: 30px 10px;
  }
}
.profile-modal .modal-content {
  height: 100%;
}
.profile-modal .modal-body {
  max-height: calc(100% - 137px);
  overflow-y: scroll;
}
.profile-modal .modal-footer {
  margin: 0;
  padding: 16px 20px;
}
.herobox {
  height: 10.5em;
  width: 10em;
  max-width: 10em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-top: 2em;
}
.herobox .avatar-level,
.herobox .avatar-name {
  position: absolute;
  z-index: 2;
}
.herobox .avatar-level {
  bottom: 4px;
  right: 4px;
}
.herobox .avatar-level .glyphicon-circle-arrow-up {
  padding-right: 4px;
}
.herobox .avatar-level .glyphicon-plus-sign {
  padding-left: 4px;
}
.herobox .avatar-name {
  max-width: 132px;
  top: 4px;
  left: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.herobox.isUser.noBackgroundImage:not(.hasMount) .avatar-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.herobox:hover .avatar-name,
.herobox:focus .avatar-name {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.herobox .character-sprites {
  width: 6.428571429em;
  height: 6.428571429em;
  margin: 0 auto;
}
.herobox .character-sprites span {
  position: absolute;
}
.herobox.hasPet {
  padding-top: 1.75em;
}
.herobox.hasMount {
  padding-top: 0em !important;
}
.herobox.noBackgroundImage {
  background: #c5d3d6;
}
.herobox.noBackgroundImage:hover,
.herobox.noBackgroundImage:focus {
  background: #cad7da;
}
.herobox.noBackgroundImage.isUser {
  background: #dae3e5;
}
.herobox.noBackgroundImage.isUser:hover,
.herobox.noBackgroundImage.isUser:focus {
  background: #e0e8e9;
}
.herobox .addthis_pill_style {
  width: 50px !important;
}
.herobox .addthis_native_toolbox {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.herobox:hover .addthis_native_toolbox {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.avatar-window {
  float: right;
  margin: 0 1em 0 0;
}
menu {
  padding: 0;
  margin: 0;
}
.customize-menu {
  padding: 0;
  width: 100%;
  list-style: none;
  padding-bottom: 10px;
}
.customize-menu menu:before {
  content: attr(label);
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.customize-menu .cost {
  display: block;
  margin-bottom: 5px;
}
.customize-menu .cost .btn {
  margin-left: 5px;
  vertical-align: baseline;
}
.customize-option {
  border: 0px solid #808080;
  background-color: #ededed;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.customize-option:active {
  background-color: #fff2cc;
  -webkit-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.customize-option:not(:last-of-type) {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .avatar-window {
    float: none;
    margin-bottom: 1em;
  }
  .customize-menu {
    width: 100%;
  }
}
.well.limited-edition {
  padding: 5px;
  margin: 25px 0 0;
}
.background-unlocked {
  border: 15px solid #fff;
  width: 170px !important;
  height: 177px !important;
}
.background-locked {
  border: 15px solid #808080;
  width: 170px !important;
  height: 177px !important;
  position: relative;
}
.background-locked i {
  position: absolute;
  right: -13px;
  bottom: -13px;
  color: #fff;
  top: auto;
}
.money {
  display: inline-block;
  line-height: 1.5em;
  padding-left: 0.75em;
}
.shop_gold,
.shop_silver,
.shop_copper {
  vertical-align: top;
  display: inline-block;
}
.shop_spell {
  vertical-align: top;
  display: inline-block;
  top: -5px;
}
.btn-buy {
  width: 4.5em;
  min-height: 3em;
  height: 100%;
  padding: 0.75em 0 0 0.5em;
  text-align: center;
  vertical-align: top;
  background-color: #d0e0e3;
  color: #555;
}
.btn-buy:hover,
.btn-buy:focus,
.btn-buy.active {
  background-color: #fce5cd;
  text-decoration: none;
}
.btn-buy input:focus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:focus + a.btn-buy {
  background-color: #fce5cd;
  text-decoration: none;
}
.locked-task .btn-buy:hover {
  background-color: #d0e0e3;
  cursor: initial;
}
.rewards {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.reward-item {
  background: #fff;
}
.reward-item:hover {
  cursor: inherit;
}
.reward-cost {
  display: inline;
}
.rewards .task-text {
  padding-left: 5em;
}
.rewards .reward-img {
  margin-left: 5em;
}
.rewards .task-options {
  background: #fff;
}
.btn-reroll {
  width: 2.5em;
  padding-left: 0.25em;
  background-color: #d0e0e3;
  cursor: pointer;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
  box-shadow: inset -1px -1px 0 rgba(0,0,0,0.1);
}
.btn-reroll:hover,
.btn-reroll:focus {
  background-color: #fce5cd;
}
.item-img {
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 3em;
  margin-left: -0.5em;
  margin-right: 0.5em;
  border-top: 0;
  border-bottom: 0;
}
.gem-wallet {
  cursor: pointer;
}
.gem-wallet.pull-right {
  margin-right: 20px;
}
.gem-wallet .tile {
  background-color: #ffe69e;
}
.gem-wallet .tile.add-gems-btn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.gem-wallet:hover,
.gem-wallet:focus {
  text-decoration: none;
}
.gem-wallet:hover .tile,
.gem-wallet:focus .tile {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gem-wallet:hover .tile.has-add-gems,
.gem-wallet:focus .tile.has-add-gems {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gem-wallet:hover .tile.add-gems-btn,
.gem-wallet:focus .tile.add-gems-btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #d9ead3;
  border-right: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.buy-gems .gem-wallet {
  margin-right: 0px;
}
.modal-header .gem-wallet {
  padding-top: 0px;
}
.equipment-title {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.equipment-search {
  max-width: 300px;
  margin-right: 20px;
}
.well.use-costume-info {
  margin-top: 10px;
}
.well.use-costume-info p:first-child {
  margin-bottom: 20px;
}
.stable .static-popover {
  max-width: 550px;
}
menu.pets div {
  display: inline-block;
  vertical-align: top;
}
.current-pet {
  left: 0px;
  bottom: 0px;
}
.item-drop-icon {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.food-tray {
  position: fixed;
  right: 15px;
  bottom: 0px;
  width: 30%;
  max-width: 17em;
  height: 50%;
  overflow-y: auto;
  z-index: 1;
  padding-bottom: 0;
}
.inventory-list li {
  clear: both;
}
.inventory-list button.customize-option {
  position: relative;
}
.inventory-list .stack-count {
  position: absolute;
  bottom: -6px;
  right: -9px;
}
.pets-menu > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.3em;
  width: 6em;
  margin-top: 1em;
  text-align: center;
}
.pets-menu > div p {
  margin-top: -0.3em;
}
.hatchingPotion-menu > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.3em;
  width: 6em;
  margin-top: 1em;
}
.hatchingPotion-menu > div p {
  text-align: center;
  width: 6em;
  margin-top: -0.5em;
}
menu.pets .customize-menu button {
  position: relative;
}
menu.pets .customize-menu .progress {
  width: 60%;
  position: absolute;
  bottom: -25px;
  left: 20%;
  height: 5px;
}
.pet-button {
  border: none;
  background: none #fff;
}
.pet-not-owned,
.mount-not-owned {
  width: 81px;
  height: 99px;
/* Would use css3 filters and just display the original pet image with a black hue,
       but doesn't seem to work in Firefox or Opera */
/*filter: brightness(0%)
    -webkit-filter: brightness(0%)
    -moz-filter: brightness(0%)
    -o-filter: brightness(0%)
    -ms-filter: brightness(0%)*/
}
.pet-not-owned .PixelPaw,
.mount-not-owned .PixelPaw {
  margin-top: 36px;
}
.pet-evolved {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.selectableInventory {
  background-color: #90ee90 !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sell-inventory {
  width: 162px;
  height: 138px;
}
.new-stuff {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1010;
}
.new-stuff> .alert {
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding-right: 14px;
  display: inline-block;
}
.wide-popover {
  max-width: -moz-max-content;
  max-width: max-content;
}
.alert-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
#notification-area {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 1061;
}
#notification-area .alert {
  padding-top: 8px;
  padding-bottom: 8px;
}
#notification-area .alert .notification-icon {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.alert-gp {
  background-color: #fbefc0;
  border-color: #f6da6d;
  color: #786938;
}
.alert-hp {
  background-color: #f2dede;
  border-color: #d89b9b;
  color: #b94a48;
}
.alert-lvl {
  background-color: #d9edf7;
  border-color: #8cc9e7;
  color: #3a87ad;
}
.alert-xp {
  background-color: #dcc0fb;
  border-color: #ae6df6;
  color: #635673;
}
.alert-death {
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  color: #ababab;
}
.alert-mp {
  background-color: #c7d3e9;
  border-color: #89a2d1;
  color: #003aa1;
}
.alert-crit {
  background-color: #fce5cd;
  border-color: #f7b877;
  color: #dc5000;
}
.alert-drop {
  background-color: #d9ead3;
  border-color: #a5cd97;
  color: #415838;
}
.alert-streak {
  background-color: #f5deb3;
  border-color: #ebbd68;
  color: #a0522d;
}
.undo-button {
  z-index: 3000;
  position: absolute;
  left: 5px;
  top: 5px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.transparent {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.col-centered {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new-row-sm {
    clear: left;
  }
}
.header-wrap {
  width: 100%;
  z-index: 100;
  padding: 46px 0 0 0;
  background-color: #c5d3d6;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  overflow-y: hidden;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 0;
  }
}
.toolbar.active ~ .header-wrap {
  padding: 0;
}
.sticky-wrapper {
  height: 215px;
}
.user-menu {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 0.85em;
  z-index: 1011;
}
.user-menu .site-nav {
  margin-bottom: 0px;
}
.user-menu .tile {
  cursor: pointer;
  font-weight: 400;
  color: #494949;
  color: rgba(38,38,38,0.8);
  background-color: #c2d7db;
}
.user-menu .tile:hover,
.user-menu .tile:focus {
  background-color: #b2d4a6;
}
.user-menu .tile:active {
  background-color: #98c688;
}
.user-reporter:after {
  content: '▾';
  float: right;
}
.stacked > li {
  display: list-item;
}
.stacked > li > a {
  display: block;
}
.flyout,
.flyout-alt {
  position: relative;
}
.flyout-content {
  position: absolute;
  top: 100%;
  right: -99999px;
  height: 0;
  overflow: hidden;
}
.flyout:hover > .flyout-content {
  right: 0;
}
.flyout-alt:hover > .flyout-content {
  top: 0;
  right: 100%;
}
.flyout:hover > .flyout-content,
.flyout-alt:hover > .flyout-content {
  height: auto;
  overflow: visible;
}
.flyout .tile {
  min-width: 6.5em;
}
.stacked .tile {
  outline: 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: 0;
}
.site-header {
  display: table;
  height: 10.5em;
  width: 100%;
}
@media (max-width: 1005px) and (min-width: 768px) {
  .site-header {
    margin-top: 2.8em;
  }
}
.herobox-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 10em;
  height: 10.5em;
}
.hero-stats {
  padding: 1.1em 1em 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  min-width: 175px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .hero-stats {
    padding: 1.1em 0.618em 0;
  }
}
.hero-stats .meter-label {
  float: left;
  background-color: #b0c3c7 !important;
  text-shadow: -1px -1px 1px #2f3f42, 1px -1px 1px #2f3f42, -1px 1px 1px #2f3f42, 1px 1px 1px #2f3f42;
  width: 2.618em;
  text-align: center;
  margin-right: 0.618em;
}
.hero-stats .meter {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  height: 1.618em;
  margin: 0 0 1em;
  outline: 1px solid #999;
}
.hero-stats .meter .bar {
  height: 100%;
  -webkit-transition: width 0.25s ease-out;
  -moz-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  -ms-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.hero-stats .health {
  background: #fcf0f0;
  color: #250808;
}
.hero-stats .health .bar {
  background: #da5353;
  border-color: #6f1818;
}
.hero-stats .experience {
  background: #fffbf0;
  color: #2e2200;
}
.hero-stats .experience .bar {
  background: #ffcc35;
  border-color: #8a6700;
}
.hero-stats .experience .meter-text span {
  margin-right: 0.236em;
}
.hero-stats .experience .meter-text span a {
  color: #5c4400;
}
.hero-stats .mana {
  background: #eff4fd;
  color: #051228;
}
.hero-stats .mana .bar {
  background: #4781e7;
  border-color: #0f3577;
}
.hero-stats .meter-text {
  position: absolute;
  top: 0;
  z-index: 4;
  line-height: 1.618;
  white-space: nowrap;
}
.hero-stats .meter-text.value {
  right: 0.382em;
}
[class^="quest_"] + .hero-stats {
  min-width: 220px;
  padding: 1.618em 0 1em;
}
header .hero-stats {
  background-color: #cfdbde;
  border-right: 1px solid #bacbcf;
}
.party {
  display: table-cell;
  width: 100%;
}
.party-invite-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 10.5em;
}
button.party-invite {
  display: block;
  margin: auto 10px;
}
.filters {
  padding: 1em 15px 0.382em;
  margin-left: 0.382em;
  margin-right: 0em;
}
.filters ul {
  float: left;
  list-style: none;
  margin-right: 1em;
}
.filters .filters-controls {
  border-color: #c8dbdb;
}
.filters .filters-controls li {
  border-right-color: #e6efef;
}
.filters .filters-controls li.active a {
  -webkit-box-shadow: 0 0 0 1px #b2cbcb !important;
  box-shadow: 0 0 0 1px #b2cbcb !important;
}
.filters .filters-controls li:first-of-type {
  color: #649696;
}
.filters .filters-controls li > a,
.filters .filters-controls li > button {
  background-color: #f9fbfb !important;
}
.filters .filters-controls li > a:active,
.filters .filters-controls li > button:active {
  background-color: #4e7474 !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-controls li > a:hover,
  .filters .filters-controls li > button:hover {
    background-color: #f2f6f6 !important;
  }
}
.filters .filters-controls li > a,
.filters .filters-controls li > button,
.filters .filters-controls li > input,
.filters .filters-controls li textarea {
  color: #3c5a5a !important;
  border-color: #c8dbdb !important;
}
.filters .filters-controls li > input:hover,
.filters .filters-controls li textarea:hover {
  border-color: #97b9b9 !important;
}
.filters .filters-controls li > input:focus,
.filters .filters-controls li textarea:focus {
  border-color: #4c7373 !important;
  outline: none;
}
.filters .filters-controls li > input + button:focus,
.filters .filters-controls li textarea + button:focus {
  border-color: #97b9b9 !important;
  background-color: #e6efef !important;
  outline: none;
}
.filters .filters-controls li > input + button:active,
.filters .filters-controls li textarea + button:active {
  background-color: #c8dbdb !important;
}
.filters .filters-controls li > a:nth-of-type(2) {
  border-left: 1px solid #eef3f3 !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-controls li > div {
    border: 1px solid #c8dbdb;
  }
}
.filters .filters-controls li > div h4 {
  color: #4c7373;
  background-color: #f9fbfb;
  border-color: #c8dbdb;
}
.filters .filters-controls li > div > ul:first-child:before,
.filters .filters-controls li > div > div:first-child:before {
  background-color: #fff;
  border-color: #c8dbdb;
}
.filters .filters-controls li > div h4:before {
  background-color: #f9fbfb;
  border-color: #c8dbdb;
}
.filters .filters-controls li > div ul {
  border-color: #f9fbfb;
}
.filters .filters-controls li > div a,
.filters .filters-controls li > div a:link,
.filters .filters-controls li > div a:visited {
  color: #3c5a5a !important;
}
.filters .filters-controls li .glyphicon {
  color: #507878;
}
.filters .filters-controls li .tooltip {
  border: 0;
}
.filters .filters-controls li.active a,
.filters .filters-controls li.active button {
  background-color: #eef3f3 !important;
  border-color: #649696 !important;
}
.filters .filters-controls li.active.filters-tags a,
.filters .filters-controls li.active.filters-tags button {
  background-color: #97b9b9 !important;
  border-color: #f9fbfb !important;
  color: #fff !important;
}
.filters .filters-controls li.active.filters-tags a span,
.filters .filters-controls li.active.filters-tags button span {
  color: #fff !important;
}
.filters .filters-tags,
.filters .filters-edit {
  float: left;
}
.filters .filters-edit {
  margin-bottom: 0.382em;
}
.filters .filters-tags {
  margin-bottom: 0.618em;
  margin-right: 0.618em;
}
.filters .filters-tags > a,
.filters .filters-tags > button {
  background-color: #f0f7ed !important;
}
.filters .filters-tags > a:active,
.filters .filters-tags > button:active {
  background-color: #4f823a !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-tags > a:hover,
  .filters .filters-tags > button:hover {
    background-color: #e9f3e5 !important;
  }
}
.filters .filters-tags > a,
.filters .filters-tags > button,
.filters .filters-tags > input,
.filters .filters-tags textarea {
  color: #3d652d !important;
  border-color: #c3dfb7 !important;
}
.filters .filters-tags > input:hover,
.filters .filters-tags textarea:hover {
  border-color: #94c67f !important;
}
.filters .filters-tags > input:focus,
.filters .filters-tags textarea:focus {
  border-color: #4e8039 !important;
  outline: none;
}
.filters .filters-tags > input + button:focus,
.filters .filters-tags textarea + button:focus {
  border-color: #94c67f !important;
  background-color: #dfeed8 !important;
  outline: none;
}
.filters .filters-tags > input + button:active,
.filters .filters-tags textarea + button:active {
  background-color: #c3dfb7 !important;
}
.filters .filters-tags > a:nth-of-type(2) {
  border-left: 1px solid #e5f1e0 !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-tags > div {
    border: 1px solid #c3dfb7;
  }
}
.filters .filters-tags > div h4 {
  color: #4e8039;
  background-color: #f0f7ed;
  border-color: #c3dfb7;
}
.filters .filters-tags > div > ul:first-child:before,
.filters .filters-tags > div > div:first-child:before {
  background-color: #fff;
  border-color: #c3dfb7;
}
.filters .filters-tags > div h4:before {
  background-color: #f0f7ed;
  border-color: #c3dfb7;
}
.filters .filters-tags > div ul {
  border-color: #f0f7ed;
}
.filters .filters-tags > div a,
.filters .filters-tags > div a:link,
.filters .filters-tags > div a:visited {
  color: #3d652d !important;
}
.filters .filters-tags .glyphicon {
  color: #52863c;
}
.filters .filters-tags .tooltip {
  border: 0;
}
.filters .filters-tags.active a,
.filters .filters-tags.active button {
  background-color: #e5f1e0 !important;
  border-color: #66a84a !important;
}
.filters .filters-tags.active.filters-tags a,
.filters .filters-tags.active.filters-tags button {
  background-color: #94c67f !important;
  border-color: #f0f7ed !important;
  color: #fff !important;
}
.filters .filters-tags.active.filters-tags a span,
.filters .filters-tags.active.filters-tags button span {
  color: #fff !important;
}
.filters .filters-tags.challenge > a,
.filters .filters-tags.challenge > button {
  background-color: #ead9ea !important;
}
.filters .filters-tags.challenge > a:active,
.filters .filters-tags.challenge > button:active {
  background-color: #713e71 !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-tags.challenge > a:hover,
  .filters .filters-tags.challenge > button:hover {
    background-color: #e6d2e6 !important;
  }
}
.filters .filters-tags.challenge > a,
.filters .filters-tags.challenge > button,
.filters .filters-tags.challenge > input,
.filters .filters-tags.challenge textarea {
  color: #573057 !important;
  border-color: #d0aad0 !important;
}
.filters .filters-tags.challenge > input:hover,
.filters .filters-tags.challenge textarea:hover {
  border-color: #b57ab5 !important;
}
.filters .filters-tags.challenge > input:focus,
.filters .filters-tags.challenge textarea:focus {
  border-color: #6f3d6f !important;
  outline: none;
}
.filters .filters-tags.challenge > input + button:focus,
.filters .filters-tags.challenge textarea + button:focus {
  border-color: #b57ab5 !important;
  background-color: #e0c7e0 !important;
  outline: none;
}
.filters .filters-tags.challenge > input + button:active,
.filters .filters-tags.challenge textarea + button:active {
  background-color: #d0aad0 !important;
}
.filters .filters-tags.challenge > a:nth-of-type(2) {
  border-left: 1px solid #e4cee4 !important;
}
@media screen and (min-width: 768px) {
  .filters .filters-tags.challenge > div {
    border: 1px solid #d0aad0;
  }
}
.filters .filters-tags.challenge > div h4 {
  color: #6f3d6f;
  background-color: #ead9ea;
  border-color: #d0aad0;
}
.filters .filters-tags.challenge > div > ul:first-child:before,
.filters .filters-tags.challenge > div > div:first-child:before {
  background-color: #fff;
  border-color: #d0aad0;
}
.filters .filters-tags.challenge > div h4:before {
  background-color: #ead9ea;
  border-color: #d0aad0;
}
.filters .filters-tags.challenge > div ul {
  border-color: #ead9ea;
}
.filters .filters-tags.challenge > div a,
.filters .filters-tags.challenge > div a:link,
.filters .filters-tags.challenge > div a:visited {
  color: #573057 !important;
}
.filters .filters-tags.challenge .glyphicon {
  color: #744074;
}
.filters .filters-tags.challenge .tooltip {
  border: 0;
}
.filters .filters-tags.challenge.active a,
.filters .filters-tags.challenge.active button {
  background-color: #e4cee4 !important;
  border-color: #915091 !important;
}
.filters .filters-tags.challenge.active.filters-tags a,
.filters .filters-tags.challenge.active.filters-tags button {
  background-color: #b57ab5 !important;
  border-color: #ead9ea !important;
  color: #fff !important;
}
.filters .filters-tags.challenge.active.filters-tags a span,
.filters .filters-tags.challenge.active.filters-tags button span {
  color: #fff !important;
}
.filters .filters-tags.challenge span {
  margin-right: 0.382em;
}
.filters .filters-tags.challenge form {
  display: none;
}
.filters .filters-tags .habitica-emoji {
  margin-top: -0.5em;
}
.filters markdown {
  display: inline-block;
}
.filters .hrpg-input-group {
  display: inline-block;
  margin-right: 0.618em;
}
.filters .hrpg-input-group > a,
.filters .hrpg-input-group > button {
  background-color: #f6f8f9 !important;
}
.filters .hrpg-input-group > a:active,
.filters .hrpg-input-group > button:active {
  background-color: #4d6673 !important;
}
@media screen and (min-width: 768px) {
  .filters .hrpg-input-group > a:hover,
  .filters .hrpg-input-group > button:hover {
    background-color: #eff3f4 !important;
  }
}
.filters .hrpg-input-group > a,
.filters .hrpg-input-group > button,
.filters .hrpg-input-group > input,
.filters .hrpg-input-group textarea {
  color: #3b4f59 !important;
  border-color: #c6d3d9 !important;
}
.filters .hrpg-input-group > input:hover,
.filters .hrpg-input-group textarea:hover {
  border-color: #95acb8 !important;
}
.filters .hrpg-input-group > input:focus,
.filters .hrpg-input-group textarea:focus {
  border-color: #4c6571 !important;
  outline: none;
}
.filters .hrpg-input-group > input + button:focus,
.filters .hrpg-input-group textarea + button:focus {
  border-color: #95acb8 !important;
  background-color: #e4eaed !important;
  outline: none;
}
.filters .hrpg-input-group > input + button:active,
.filters .hrpg-input-group textarea + button:active {
  background-color: #c6d3d9 !important;
}
.filters .hrpg-input-group > a:nth-of-type(2) {
  border-left: 1px solid #ebeff1 !important;
}
@media screen and (min-width: 768px) {
  .filters .hrpg-input-group > div {
    border: 1px solid #c6d3d9;
  }
}
.filters .hrpg-input-group > div h4 {
  color: #4c6571;
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.filters .hrpg-input-group > div > ul:first-child:before,
.filters .hrpg-input-group > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d3d9;
}
.filters .hrpg-input-group > div h4:before {
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.filters .hrpg-input-group > div ul {
  border-color: #f6f8f9;
}
.filters .hrpg-input-group > div a,
.filters .hrpg-input-group > div a:link,
.filters .hrpg-input-group > div a:visited {
  color: #3b4f59 !important;
}
.filters .hrpg-input-group .glyphicon {
  color: #4f6a77;
}
.filters .hrpg-input-group .tooltip {
  border: 0;
}
.filters .hrpg-input-group.active a,
.filters .hrpg-input-group.active button {
  background-color: #ebeff1 !important;
  border-color: #638494 !important;
}
.filters .hrpg-input-group.active.filters-tags a,
.filters .hrpg-input-group.active.filters-tags button {
  background-color: #95acb8 !important;
  border-color: #f6f8f9 !important;
  color: #fff !important;
}
.filters .hrpg-input-group.active.filters-tags a span,
.filters .hrpg-input-group.active.filters-tags button span {
  color: #fff !important;
}
.filters .filters-search {
  margin-bottom: 0.618em;
  max-width: 180px;
}
.task-column::-webkit-scrollbar {
  width: 12px;
}
.task-column::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
}
.task-column::-webkit-scrollbar-track {
  border-width: 0;
}
.task-column::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}
.task-column::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.task-column::-webkit-scrollbar-track {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
.task-column::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0;
}
.task-column::-webkit-scrollbar-track:hover {
  background-color: rgba(150,150,150,0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(150,150,150,0.1);
  box-shadow: inset 1px 0 0 rgba(150,150,150,0.1);
}
.task-column::-webkit-scrollbar-track:horizontal:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(150,150,150,0.1);
  box-shadow: inset 0 1px 0 rgba(150,150,150,0.1);
}
.task-column::-webkit-scrollbar-track:active {
  background-color: rgba(150,150,150,0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(150,150,150,0.14), inset -1px 0 0 rgba(150,150,150,0.07);
  box-shadow: inset 1px 0 0 rgba(150,150,150,0.14), inset -1px 0 0 rgba(150,150,150,0.07);
}
.task-column::-webkit-scrollbar-track:horizontal:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(150,150,150,0.14), inset 0 -1px 0 rgba(150,150,150,0.07);
  box-shadow: inset 0 1px 0 rgba(150,150,150,0.14), inset 0 -1px 0 rgba(150,150,150,0.07);
}
.task-column::-webkit-scrollbar-thumb {
  background-color: rgba(150,150,150,0.2);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(150,150,150,0.1), inset 0 -1px 0 rgba(150,150,150,0.07);
  box-shadow: inset 1px 1px 0 rgba(150,150,150,0.1), inset 0 -1px 0 rgba(150,150,150,0.07);
}
.task-column::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 1px 1px;
  padding: 0 0 0 100px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(150,150,150,0.1), inset -1px 0 0 rgba(150,150,150,0.07);
  box-shadow: inset 1px 1px 0 rgba(150,150,150,0.1), inset -1px 0 0 rgba(150,150,150,0.07);
}
.task-column::-webkit-scrollbar-thumb:hover {
  background-color: rgba(150,150,150,0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(150,150,150,0.25);
  box-shadow: inset 1px 1px 1px rgba(150,150,150,0.25);
}
.task-column::-webkit-scrollbar-thumb:active {
  background-color: rgba(150,150,150,0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(150,150,150,0.35);
  box-shadow: inset 1px 1px 3px rgba(150,150,150,0.35);
}
.task-column::-webkit-scrollbar-track {
  border-width: 0 1px 0 6px;
}
.task-column::-webkit-scrollbar-track:horizontal {
  border-width: 6px 0 1px;
}
.task-column::-webkit-scrollbar-track:hover {
  background-color: rgba(150,150,150,0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(150,150,150,0.14), inset -1px -1px 0 rgba(150,150,150,0.07);
  box-shadow: inset 1px 1px 0 rgba(150,150,150,0.14), inset -1px -1px 0 rgba(150,150,150,0.07);
}
.task-column::-webkit-scrollbar-thumb {
  border-width: 0 1px 0 6px;
}
.task-column::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 0 1px;
}
.task-column::-webkit-scrollbar-corner {
  background: transparent;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.tab-notification {
  color: #fff;
  background-color: #51a351;
}
.chat-form {
  margin-bottom: 10px;
  position: relative;
}
.chat-form textarea {
  margin-bottom: 0.618em;
  line-height: 1.618em;
}
.guidelines-not-accepted p {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 0.5em;
}
.slight-vertical-padding {
  clear: both;
  padding-top: 0.618em;
}
.chat-buttons {
  float: right;
}
.chat-buttons input {
  margin-right: 0.618em;
}
.chat-message markdown,
.chat-message span.time {
  padding: 0 3px;
  line-height: 1.618em;
}
.chat-message .long-title .tooltip {
  white-space: normal;
}
.chat-message span.time {
  white-space: nowrap;
}
.chat-message .chat-plus-one {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #eee;
  padding: 3px 3px 0px 3px;
}
.chat-message:hover .chat-plus-one {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #999;
}
.tavern-chat li,
.party-chat li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
  position: relative;
}
.tavern-chat li.highlight,
.party-chat li.highlight {
  background: #eee;
}
.tavern-chat li label,
.party-chat li label {
  margin-right: 5px;
}
.tavern-chat li .float-label,
.party-chat li .float-label {
  float: left;
  position: absolute;
  top: 17px;
}
.tavern-chat li .hidden-label,
.party-chat li .hidden-label {
  visibility: hidden;
}
.tavern-chat li .scrollable-message,
.party-chat li .scrollable-message {
  max-height: 6.472em;
  overflow-y: auto;
}
.tavern-chat li .scrollable-message h1,
.party-chat li .scrollable-message h1,
.tavern-chat li .scrollable-message h2,
.party-chat li .scrollable-message h2,
.tavern-chat li .scrollable-message h3,
.party-chat li .scrollable-message h3,
.tavern-chat li .scrollable-message h4,
.party-chat li .scrollable-message h4,
.tavern-chat li .scrollable-message h5,
.party-chat li .scrollable-message h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tavern-chat li .expander,
.party-chat li .expander {
  float: right;
  position: absolute;
  bottom: 18px;
  right: 20px;
  background: #fff;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.tavern-chat .own-message,
.party-chat .own-message {
  border-left: 4px solid #333;
  padding-left: 2px;
}
.tavern-chat markdown p:first-child,
.party-chat markdown p:first-child {
  display: inline;
}
.tavern-chat markdown img,
.party-chat markdown img {
  max-height: 50px;
  vertical-align: top;
}
.tavern-chat markdown li,
.party-chat markdown li {
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.tavern-chat markdown blockquote,
.party-chat markdown blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
  margin: 5px 0px 5px 0px;
  font-size: 14px;
}
.tavern-chat markdown blockquote p,
.party-chat markdown blockquote p {
  line-height: 1.3em;
  margin-bottom: 0.7em;
}
.tavern-chat markdown blockquote p:first-child,
.party-chat markdown blockquote p:first-child {
  display: block;
}
.tavern-chat markdown blockquote>:last-child,
.party-chat markdown blockquote>:last-child {
  margin-bottom: 0;
}
.panel-tiers div {
  display: none;
  margin-top: 10px;
}
.label-contributor-1 {
  background-color: #f57a9d !important;
  text-shadow: -1px -1px 1px #660823, 1px -1px 1px #660823, -1px 1px 1px #660823, 1px 1px 1px #660823;
}
.label-contributor-2 {
  background-color: #b93030 !important;
  text-shadow: -1px -1px 1px #380e0e, 1px -1px 1px #380e0e, -1px 1px 1px #380e0e, 1px 1px 1px #380e0e;
}
.label-contributor-3 {
  background-color: #f30 !important;
  text-shadow: -1px -1px 1px #4d0f00, 1px -1px 1px #4d0f00, -1px 1px 1px #4d0f00, 1px 1px 1px #4d0f00;
}
.label-contributor-4 {
  background-color: #ff9500 !important;
  text-shadow: -1px -1px 1px #4d2d00, 1px -1px 1px #4d2d00, -1px 1px 1px #4d2d00, 1px 1px 1px #4d2d00;
}
.label-contributor-5 {
  background-color: #fff700 !important;
  text-shadow: -1px -1px 1px #4d4a00, 1px -1px 1px #4d4a00, -1px 1px 1px #4d4a00, 1px 1px 1px #4d4a00;
}
.label-contributor-6 {
  background-color: #5eff00 !important;
  text-shadow: -1px -1px 1px #1c4d00, 1px -1px 1px #1c4d00, -1px 1px 1px #1c4d00, 1px 1px 1px #1c4d00;
}
.label-contributor-7 {
  background-color: #0af !important;
  text-shadow: -1px -1px 1px #00334d, 1px -1px 1px #00334d, -1px 1px 1px #00334d, 1px 1px 1px #00334d;
}
.label-contributor-8 {
  background-color: #130ead !important;
  text-shadow: -1px -1px 1px #060434, 1px -1px 1px #060434, -1px 1px 1px #060434, 1px 1px 1px #060434;
}
.label-contributor-9 {
  background-color: #88108f !important;
  text-shadow: -1px -1px 1px #29052b, 1px -1px 1px #29052b, -1px 1px 1px #29052b, 1px 1px 1px #29052b;
}
.label-npc {
  background-color: #000 !important;
  text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
  color: #0f0 !important;
}
#market-tab {
  position: relative;
  height: 500px;
}
.buttonList li {
  margin: 5px;
}
.option-group .option-time {
  padding: 0px 5px;
}
.list-at-user {
  width: 100%;
  max-width: 120px;
  position: absolute;
  background: #fff;
  border: 1px solid #a4a4a4;
  z-index: 10;
}
.list-at-user li {
  line-height: 14px;
  border-bottom: 1px solid #a4a4a4;
  list-style-type: none;
}
.list-at-user li:hover {
  cursor: pointer;
  background: #b9dff4;
}
.list-at-user li span {
  margin: 2px;
  font-size: 11.844px;
  margin-left: 5px;
  display: inline-block;
}
.list-cur {
  background: #b9dff4;
}
group-members-autocomplete .clearfix:before,
group-members-autocomplete .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
  clear: both;
}
group-members-autocomplete .taggle_list {
  float: left;
  width: 100%;
}
group-members-autocomplete .taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
}
group-members-autocomplete .taggle_list .taggle {
  margin-right: 8px;
  background: #e2e1df;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
group-members-autocomplete .taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  right: 3px;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 3px;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0,0,0,0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}
group-members-autocomplete .taggle_list .taggle .close:hover {
  color: #b881b9;
}
group-members-autocomplete .taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
group-members-autocomplete .taggle_list .taggle:hover > .close {
  display: block;
}
group-members-autocomplete .taggle_list .taggle_hot {
  background: #cac8c4;
}
group-members-autocomplete .taggle_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}
group-members-autocomplete .taggle_placeholder {
  position: absolute;
  color: #ccc;
  top: 12px;
  left: 8px;
  -webkit-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  -o-transition: opacity, 0.25s;
  -ms-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
group-members-autocomplete .taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}
group-members-autocomplete textarea.input,
group-members-autocomplete .textarea.input {
  border: 0;
  background: #fdfdfd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.7);
  min-height: 60px;
  padding: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #555;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  cursor: text;
  margin-bottom: 10px;
  position: relative;
}
group-members-autocomplete .textarea.input:focus,
group-members-autocomplete .textarea.input.active,
group-members-autocomplete textarea.input:focus,
group-members-autocomplete textarea.input.active {
  background: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
group-members-autocomplete .textarea.input,
group-members-autocomplete textarea.input {
  height: auto;
}
group-members-autocomplete .textarea.tags {
  position: relative;
}
group-members-autocomplete .textarea.tags * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
group-members-autocomplete .placeholder_input {
  position: relative;
}
group-members-autocomplete .placeholder_input span {
  position: absolute;
  color: #aaa;
  top: 50%;
  margin-top: -11px;
  left: 10px;
}
group-members-autocomplete .placeholder_input input {
  width: 120px;
}
group-members-autocomplete .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 200px;
  width: 99% !important;
}
group-members-autocomplete .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
group-members-autocomplete .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
group-members-autocomplete .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  color: #8a8a8a;
  cursor: pointer;
}
group-members-autocomplete .ui-menu .ui-menu-item a:hover {
  color: #fff;
  background: #b881b9;
}
group-members-autocomplete .ui-widget-content {
  background: #fff;
  color: #b881b9;
}
group-members-autocomplete .ui-state-hover,
group-members-autocomplete .ui-widget-content .ui-state-hover,
group-members-autocomplete .ui-widget-header .ui-state-hover,
group-members-autocomplete .ui-state-focus,
group-members-autocomplete .ui-widget-content .ui-state-focus,
group-members-autocomplete .ui-widget-header .ui-state-focus {
  background: #b881b9;
  color: #fff !important;
}
group-members-autocomplete .ui-state-hover a,
group-members-autocomplete .ui-state-hover a:hover,
group-members-autocomplete .ui-state-hover a:link,
group-members-autocomplete .ui-state-hover a:visited {
  color: #fff;
}
group-members-autocomplete .ui-state-active,
group-members-autocomplete .ui-widget-content .ui-state-active,
group-members-autocomplete .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff;
  font-weight: normal;
  color: #212121;
}
group-members-autocomplete .ui-helper-hidden {
  display: none;
}
group-members-autocomplete .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
group-members-autocomplete .autocomplete {
  max-height: 200px;
  position: absolute;
  top: 66px;
  background: #fff;
  width: 99.5%;
  left: 0.25%;
  z-index: 2;
}
group-members-autocomplete .autocomplete ul li {
  display: block;
  padding: 6px 8px;
}
group-members-autocomplete .autocomplete ul li.selected,
group-members-autocomplete .autocomplete ul li:hover {
  background: #f63;
  color: #fff;
  cursor: pointer;
}
.npc_alex_container {
  margin-bottom: 20px;
}
.npc_matt {
  margin-bottom: 20px;
}
.toolbar-bailey-container {
  width: 55px;
  margin-right: 0.618em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toolbar-bailey-container {
    margin-right: 0px;
  }
}
.npc_bailey {
  float: left;
}
.npc_bailey_broken {
  float: left;
}
.npc_bailey_head {
  position: absolute;
  top: -17px;
  height: 39px !important;
  cursor: pointer;
}
.npc_justin.float-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.npc_justin_broken.float-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.static-popover {
  z-index: 0;
  display: block;
  position: relative;
}
.popover-navigation {
  clear: both;
}
ul.challenge-accordion-header-specs {
  list-style: none;
}
ul.challenge-accordion-header-specs li {
  background-color: #ffe69e;
  margin: 2px 5px;
  float: left;
}
ul.challenge-accordion-header-specs li.bg-transparent {
  background-color: transparent;
}
ul.challenge-accordion-header-specs li.bg-transparent .glyphicon {
  color: #fff;
  margin-right: 5px;
}
#back-to-challenges,
#create-challenge-btn {
  margin-bottom: 10px;
}
#challenges-filters h3 {
  margin-top: 0px;
}
.select-class .herobox {
  width: 115px;
}
.select-class .character-sprites {
  width: 0px;
  height: 0px;
  margin: 0px;
  margin-left: 5px;
}
html.applying-action,
html.applying-action * {
  cursor: copy !important;
}
.cast-target:hover {
  border: 5px solid #008000 !important;
}
.selected-class {
  background-color: #008000;
}
.quest_collected_true {
  color: #ccc;
  text-decoration: line-through;
}
quest-rewards hr {
  clear: both;
}
.quest-icon {
  margin: 0.6em;
}
.quest-participants .accepted {
  color: #2db200;
}
.quest-participants .rejected {
  color: #b30409;
}
.subscription-features tr td {
  vertical-align: middle;
  text-align: center;
}
.subscription-features tr th {
  max-width: 150px;
  font-weight: normal;
}
.subscription-features tr th.feature-name {
  text-align: center;
  font-weight: bold;
}
.dashed-underline {
  border-bottom: 1px dashed #000;
  text-decoration: none;
  cursor: pointer;
}
.buy-gems .form-inline .form-control {
  padding: 6px;
}
p.resubscribe {
  margin-top: 20px;
}
.buy-gems a.purchase {
  height: 25px;
  line-height: 12px;
  font-size: 12px;
  margin: 5px;
}
p.resubscribe a.purchase {
  display: block;
}
.buy-gems button.customize-option {
  position: relative;
}
.buy-gems .stack-count {
  position: absolute;
  bottom: -6px;
  right: -9px;
}
.buy-gems .gem-count-popover {
  display: block;
}
.buy-gems h3 {
  margin-top: 0px;
}
.buy-gems .well {
  margin-top: 15px;
}
.noninteractive-button {
  padding: 0.5em;
  margin-right: 0.5em;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.nav-tabs {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
}
.hint {
  border-bottom: 1px dotted #099;
  text-decoration: none;
  cursor: help;
}
a.hint {
  border-bottom: 1px dotted #099;
  text-decoration: none;
  cursor: pointer;
}
a.hint:hover {
  text-decoration: none;
}
.vertical-20 {
  vertical-align: 20%;
}
.popover hr {
  margin: 10px 0;
}
ul {
  list-style-position: inside;
}
li.spaced {
  margin: auto auto 0.5em 3em;
}
.group-leave-join .glyphicon-ban-circle {
  color: #fff;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-fluid > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tasks-lists .row .col-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row-margin {
  margin: auto auto 1em auto;
}
.reduce-top-margin {
  margin-top: -10px;
}
.slight-right-margin {
  margin-right: 1em;
}
.modal-footer {
  border: none;
}
.footer {
  padding-top: 20px;
  margin-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.toolbar {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  background-color: #f4f7f7;
  border-bottom: 1px solid #bacbcf;
}
.toolbar.active {
  width: auto;
}
@media screen and (min-width: 768px) {
  .toolbar {
    position: fixed;
  }
}
.toolbar-toggle {
  float: right;
  padding: 0.9em 0.3em;
  overflow: hidden;
  width: 1.6em;
  z-index: 4000;
  border: none;
  border-left: 1px solid #c6d6d6;
  background: none;
  background-color: #e9efef;
}
.toolbar-toggle span {
  display: inline-block;
  color: #87a8a8;
}
.toolbar-toggle .glyphicon {
  -webkit-animation: toggle-open 0.382s linear both;
  -moz-animation: toggle-open 0.382s linear both;
  -o-animation: toggle-open 0.382s linear both;
  -ms-animation: toggle-open 0.382s linear both;
  animation: toggle-open 0.382s linear both;
}
.toolbar-toggle .toggle-text {
  display: none;
  padding-left: 0.382em;
}
.toolbar-toggle:focus,
.toolbar-toggle:active {
  outline: none;
}
.toolbar-toggle:hover,
.toolbar-toggle.active,
.toolbar-toggle:focus {
  width: auto;
  padding-left: 0.618em;
  padding-right: 0.618em;
}
.toolbar-toggle:hover .toggle-text,
.toolbar-toggle.active .toggle-text,
.toolbar-toggle:focus .toggle-text {
  display: inline-block;
  padding-left: 0.382em;
}
.toolbar-toggle:hover .toggle-open,
.toolbar-toggle.active .toggle-open,
.toolbar-toggle:focus .toggle-open {
  display: none;
}
.toolbar-toggle.active span {
  color: #3e5555;
}
.toolbar-toggle.active .toggle-close {
  display: none;
}
.toolbar-toggle.active .toggle-open {
  display: inline-block;
}
.toolbar-toggle:hover,
.toolbar-toggle:focus {
  background-color: #e9efef;
  border-left: 1px solid #c6d6d6;
}
.toolbar-toggle.active,
.toolbar-toggle:focus.active {
  background-color: #c5d3d6;
}
.toolbar-toggle.active .glyphicon,
.toolbar-toggle:focus.active .glyphicon {
  -webkit-animation: toggle-close 0.382s linear both;
  -moz-animation: toggle-close 0.382s linear both;
  -o-animation: toggle-close 0.382s linear both;
  -ms-animation: toggle-close 0.382s linear both;
  animation: toggle-close 0.382s linear both;
}
.toolbar-toggle:focus.active {
  border-left: 1px solid #87a8a8;
  border-bottom: 1px solid #87a8a8;
}
.toolbar-container > ul > li {
  display: inline-block;
}
.toolbar-mobile-nav {
  display: inline-block;
  padding-left: 0.618em;
  padding-right: 0.618em;
}
@media screen and (min-width: 768px) {
  .toolbar-mobile-nav {
    display: none;
  }
}
.toolbar-mobile > a,
.toolbar-mobile > button {
  background-color: #f4f7f7 !important;
}
.toolbar-mobile > a:active,
.toolbar-mobile > button:active {
  background-color: #506e6e !important;
}
@media screen and (min-width: 768px) {
  .toolbar-mobile > a:hover,
  .toolbar-mobile > button:hover {
    background-color: #edf2f2 !important;
  }
}
.toolbar-mobile > a,
.toolbar-mobile > button,
.toolbar-mobile > input,
.toolbar-mobile textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-mobile > input:hover,
.toolbar-mobile textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-mobile > input:focus,
.toolbar-mobile textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-mobile > input + button:focus,
.toolbar-mobile textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-mobile > input + button:active,
.toolbar-mobile textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-mobile > a:nth-of-type(2) {
  border-left: 1px solid #e9efef !important;
}
@media screen and (min-width: 768px) {
  .toolbar-mobile > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-mobile > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-mobile > div > ul:first-child:before,
.toolbar-mobile > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-mobile > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-mobile > div ul {
  border-color: #f4f7f7;
}
.toolbar-mobile > div a,
.toolbar-mobile > div a:link,
.toolbar-mobile > div a:visited {
  color: #3e5555 !important;
}
.toolbar-mobile .glyphicon {
  color: #537272;
}
.toolbar-mobile .tooltip {
  border: 0;
}
.toolbar-mobile.active a,
.toolbar-mobile.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-mobile.active.filters-tags a,
.toolbar-mobile.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-mobile.active.filters-tags a span,
.toolbar-mobile.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-nav {
  white-space: nowrap;
  float: left;
  padding: 0.618em;
}
@media screen and (max-width: 767px) {
  .toolbar-nav {
    display: none;
  }
}
.toolbar-nav > li {
  margin-right: 0.618em;
}
.toolbar-nav .toolbar-button-dropdown > a,
.toolbar-nav .toolbar-button-dropdown > button {
  background-color: #f4f7f7 !important;
}
.toolbar-nav .toolbar-button-dropdown > a:active,
.toolbar-nav .toolbar-button-dropdown > button:active {
  background-color: #506e6e !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button-dropdown > a:hover,
  .toolbar-nav .toolbar-button-dropdown > button:hover {
    background-color: #edf2f2 !important;
  }
}
.toolbar-nav .toolbar-button-dropdown > a,
.toolbar-nav .toolbar-button-dropdown > button,
.toolbar-nav .toolbar-button-dropdown > input,
.toolbar-nav .toolbar-button-dropdown textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button-dropdown > input:hover,
.toolbar-nav .toolbar-button-dropdown textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-nav .toolbar-button-dropdown > input:focus,
.toolbar-nav .toolbar-button-dropdown textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-nav .toolbar-button-dropdown > input + button:focus,
.toolbar-nav .toolbar-button-dropdown textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-nav .toolbar-button-dropdown > input + button:active,
.toolbar-nav .toolbar-button-dropdown textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button-dropdown > a:nth-of-type(2) {
  border-left: 1px solid #e9efef !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button-dropdown > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-nav .toolbar-button-dropdown > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown > div > ul:first-child:before,
.toolbar-nav .toolbar-button-dropdown > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button-dropdown > div ul {
  border-color: #f4f7f7;
}
.toolbar-nav .toolbar-button-dropdown > div a,
.toolbar-nav .toolbar-button-dropdown > div a:link,
.toolbar-nav .toolbar-button-dropdown > div a:visited {
  color: #3e5555 !important;
}
.toolbar-nav .toolbar-button-dropdown .glyphicon {
  color: #537272;
}
.toolbar-nav .toolbar-button-dropdown .tooltip {
  border: 0;
}
.toolbar-nav .toolbar-button-dropdown.active a,
.toolbar-nav .toolbar-button-dropdown.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-nav .toolbar-button-dropdown.active.filters-tags a,
.toolbar-nav .toolbar-button-dropdown.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-nav .toolbar-button-dropdown.active.filters-tags a span,
.toolbar-nav .toolbar-button-dropdown.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-nav .toolbar-button-dropdown.highlight > a span.glyphicon {
  margin-right: 0.382em !important;
}
.toolbar-nav .toolbar-button > a,
.toolbar-nav .toolbar-button > button {
  background-color: #f4f7f7 !important;
}
.toolbar-nav .toolbar-button > a:active,
.toolbar-nav .toolbar-button > button:active {
  background-color: #506e6e !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button > a:hover,
  .toolbar-nav .toolbar-button > button:hover {
    background-color: #edf2f2 !important;
  }
}
.toolbar-nav .toolbar-button > a,
.toolbar-nav .toolbar-button > button,
.toolbar-nav .toolbar-button > input,
.toolbar-nav .toolbar-button textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button > input:hover,
.toolbar-nav .toolbar-button textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-nav .toolbar-button > input:focus,
.toolbar-nav .toolbar-button textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-nav .toolbar-button > input + button:focus,
.toolbar-nav .toolbar-button textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-nav .toolbar-button > input + button:active,
.toolbar-nav .toolbar-button textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-nav .toolbar-button > a:nth-of-type(2) {
  border-left: 1px solid #e9efef !important;
}
@media screen and (min-width: 768px) {
  .toolbar-nav .toolbar-button > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-nav .toolbar-button > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button > div > ul:first-child:before,
.toolbar-nav .toolbar-button > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-nav .toolbar-button > div ul {
  border-color: #f4f7f7;
}
.toolbar-nav .toolbar-button > div a,
.toolbar-nav .toolbar-button > div a:link,
.toolbar-nav .toolbar-button > div a:visited {
  color: #3e5555 !important;
}
.toolbar-nav .toolbar-button .glyphicon {
  color: #537272;
}
.toolbar-nav .toolbar-button .tooltip {
  border: 0;
}
.toolbar-nav .toolbar-button.active a,
.toolbar-nav .toolbar-button.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-nav .toolbar-button.active.filters-tags a,
.toolbar-nav .toolbar-button.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-nav .toolbar-button.active.filters-tags a span,
.toolbar-nav .toolbar-button.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-nav .toolbar-button > a {
  display: inline-block;
  height: 100%;
}
.toolbar-bailey,
.toolbar-wallet,
.toolbar-options,
.toolbar-subscribe {
  float: right;
  padding: 0.618em 0.618em 0.618em 0;
}
@media screen and (max-width: 767px) {
  .toolbar-bailey,
  .toolbar-wallet,
  .toolbar-options,
  .toolbar-subscribe {
    float: none;
    display: inline-block;
    padding: 0.618em 0.382em 0.618em 0;
  }
}
.toolbar-wallet .gem-wallet .Gems {
  margin-top: 0em;
}
.toolbar-wallet .gem-wallet span {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.236em;
}
.toolbar-currency {
  margin-top: 0.236em;
  margin-bottom: 0.236em;
  vertical-align: top;
}
.toolbar-currency.gold {
  color: #946e00;
}
.toolbar-currency.silver {
  color: #999;
}
.toolbar-options > li,
.toolbar-wallet > li {
  margin-left: 0.618em;
}
@media screen and (max-width: 767px) {
  .toolbar-options > li {
    padding-left: 0em;
    margin-left: 0em;
    margin-right: 0.618em;
  }
}
.toolbar-sync > a,
.toolbar-settings > a,
.toolbar-audio > a,
.toolbar-sync > button,
.toolbar-settings > button,
.toolbar-audio > button {
  background-color: #f4f7f7 !important;
}
.toolbar-sync > a:active,
.toolbar-settings > a:active,
.toolbar-audio > a:active,
.toolbar-sync > button:active,
.toolbar-settings > button:active,
.toolbar-audio > button:active {
  background-color: #506e6e !important;
}
@media screen and (min-width: 768px) {
  .toolbar-sync > a:hover,
  .toolbar-settings > a:hover,
  .toolbar-audio > a:hover,
  .toolbar-sync > button:hover,
  .toolbar-settings > button:hover,
  .toolbar-audio > button:hover {
    background-color: #edf2f2 !important;
  }
}
.toolbar-sync > a,
.toolbar-settings > a,
.toolbar-audio > a,
.toolbar-sync > button,
.toolbar-settings > button,
.toolbar-audio > button,
.toolbar-sync > input,
.toolbar-settings > input,
.toolbar-audio > input,
.toolbar-sync textarea,
.toolbar-settings textarea,
.toolbar-audio textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-sync > input:hover,
.toolbar-settings > input:hover,
.toolbar-audio > input:hover,
.toolbar-sync textarea:hover,
.toolbar-settings textarea:hover,
.toolbar-audio textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-sync > input:focus,
.toolbar-settings > input:focus,
.toolbar-audio > input:focus,
.toolbar-sync textarea:focus,
.toolbar-settings textarea:focus,
.toolbar-audio textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-sync > input + button:focus,
.toolbar-settings > input + button:focus,
.toolbar-audio > input + button:focus,
.toolbar-sync textarea + button:focus,
.toolbar-settings textarea + button:focus,
.toolbar-audio textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-sync > input + button:active,
.toolbar-settings > input + button:active,
.toolbar-audio > input + button:active,
.toolbar-sync textarea + button:active,
.toolbar-settings textarea + button:active,
.toolbar-audio textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-sync > a:nth-of-type(2),
.toolbar-settings > a:nth-of-type(2),
.toolbar-audio > a:nth-of-type(2) {
  border-left: 1px solid #e9efef !important;
}
@media screen and (min-width: 768px) {
  .toolbar-sync > div,
  .toolbar-settings > div,
  .toolbar-audio > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-sync > div h4,
.toolbar-settings > div h4,
.toolbar-audio > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-sync > div > ul:first-child:before,
.toolbar-settings > div > ul:first-child:before,
.toolbar-audio > div > ul:first-child:before,
.toolbar-sync > div > div:first-child:before,
.toolbar-settings > div > div:first-child:before,
.toolbar-audio > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-sync > div h4:before,
.toolbar-settings > div h4:before,
.toolbar-audio > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-sync > div ul,
.toolbar-settings > div ul,
.toolbar-audio > div ul {
  border-color: #f4f7f7;
}
.toolbar-sync > div a,
.toolbar-settings > div a,
.toolbar-audio > div a,
.toolbar-sync > div a:link,
.toolbar-settings > div a:link,
.toolbar-audio > div a:link,
.toolbar-sync > div a:visited,
.toolbar-settings > div a:visited,
.toolbar-audio > div a:visited {
  color: #3e5555 !important;
}
.toolbar-sync .glyphicon,
.toolbar-settings .glyphicon,
.toolbar-audio .glyphicon {
  color: #537272;
}
.toolbar-sync .tooltip,
.toolbar-settings .tooltip,
.toolbar-audio .tooltip {
  border: 0;
}
.toolbar-sync.active a,
.toolbar-settings.active a,
.toolbar-audio.active a,
.toolbar-sync.active button,
.toolbar-settings.active button,
.toolbar-audio.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-sync.active.filters-tags a,
.toolbar-settings.active.filters-tags a,
.toolbar-audio.active.filters-tags a,
.toolbar-sync.active.filters-tags button,
.toolbar-settings.active.filters-tags button,
.toolbar-audio.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-sync.active.filters-tags a span,
.toolbar-settings.active.filters-tags a span,
.toolbar-audio.active.filters-tags a span,
.toolbar-sync.active.filters-tags button span,
.toolbar-settings.active.filters-tags button span,
.toolbar-audio.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-notifs > a,
.toolbar-notifs > button {
  background-color: #f4f7f7 !important;
}
.toolbar-notifs > a:active,
.toolbar-notifs > button:active {
  background-color: #506e6e !important;
}
@media screen and (min-width: 768px) {
  .toolbar-notifs > a:hover,
  .toolbar-notifs > button:hover {
    background-color: #edf2f2 !important;
  }
}
.toolbar-notifs > a,
.toolbar-notifs > button,
.toolbar-notifs > input,
.toolbar-notifs textarea {
  color: #3e5555 !important;
  border-color: #c6d6d6 !important;
}
.toolbar-notifs > input:hover,
.toolbar-notifs textarea:hover {
  border-color: #97b3b3 !important;
}
.toolbar-notifs > input:focus,
.toolbar-notifs textarea:focus {
  border-color: #4f6d6d !important;
  outline: none;
}
.toolbar-notifs > input + button:focus,
.toolbar-notifs textarea + button:focus {
  border-color: #97b3b3 !important;
  background-color: #e2eaea !important;
  outline: none;
}
.toolbar-notifs > input + button:active,
.toolbar-notifs textarea + button:active {
  background-color: #c6d6d6 !important;
}
.toolbar-notifs > a:nth-of-type(2) {
  border-left: 1px solid #e9efef !important;
}
@media screen and (min-width: 768px) {
  .toolbar-notifs > div {
    border: 1px solid #c6d6d6;
  }
}
.toolbar-notifs > div h4 {
  color: #4f6d6d;
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-notifs > div > ul:first-child:before,
.toolbar-notifs > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d6d6;
}
.toolbar-notifs > div h4:before {
  background-color: #f4f7f7;
  border-color: #c6d6d6;
}
.toolbar-notifs > div ul {
  border-color: #f4f7f7;
}
.toolbar-notifs > div a,
.toolbar-notifs > div a:link,
.toolbar-notifs > div a:visited {
  color: #3e5555 !important;
}
.toolbar-notifs .glyphicon {
  color: #537272;
}
.toolbar-notifs .tooltip {
  border: 0;
}
.toolbar-notifs.active a,
.toolbar-notifs.active button {
  background-color: #e9efef !important;
  border-color: #678e8e !important;
}
.toolbar-notifs.active.filters-tags a,
.toolbar-notifs.active.filters-tags button {
  background-color: #97b3b3 !important;
  border-color: #f4f7f7 !important;
  color: #fff !important;
}
.toolbar-notifs.active.filters-tags a span,
.toolbar-notifs.active.filters-tags button span {
  color: #fff !important;
}
.toolbar-notifs > a span.inactive {
  opacity: 0.236 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)" !important;
  filter: alpha(opacity=24) !important;
}
.toolbar-notifs > a span.notification-counter {
  background: #428bca;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -7px;
  font: bold 12px/12px "Lato", sans-serif;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 3px 6px;
}
.toolbar-notifs div {
  padding-bottom: 1em;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .toolbar-notifs div {
    width: 96%;
  }
}
.toolbar-notifs div .toolbar-notifs-notifs {
  padding-bottom: 1em;
}
.toolbar-notifs div .toolbar-notifs-notifs li .glyphicon {
  margin-right: 0.618em;
  height: 100%;
}
.toolbar-notifs div .toolbar-notifs-notifs a:nth-of-type(1) {
  width: 84%;
}
.toolbar-notifs div .toolbar-notifs-notifs a:nth-of-type(2) {
  width: 16%;
  text-align: center;
}
.toolbar-notifs div .toolbar-notifs-notifs a:nth-of-type(2) .glyphicon-remove-circle {
  margin: 0px;
}
.toolbar-notifs-no-messages {
  padding: 0.382em 1em;
}
.toolbar-controls .toolbar-controls-button > a,
.toolbar-controls .toolbar-controls-button > button {
  background-color: #f8fafa !important;
}
.toolbar-controls .toolbar-controls-button > a:active,
.toolbar-controls .toolbar-controls-button > button:active {
  background-color: #517171 !important;
}
@media screen and (min-width: 768px) {
  .toolbar-controls .toolbar-controls-button > a:hover,
  .toolbar-controls .toolbar-controls-button > button:hover {
    background-color: #f1f5f5 !important;
  }
}
.toolbar-controls .toolbar-controls-button > a,
.toolbar-controls .toolbar-controls-button > button,
.toolbar-controls .toolbar-controls-button > input,
.toolbar-controls .toolbar-controls-button textarea {
  color: #3e5757 !important;
  border-color: #c9d8d8 !important;
}
.toolbar-controls .toolbar-controls-button > input:hover,
.toolbar-controls .toolbar-controls-button textarea:hover {
  border-color: #99b6b6 !important;
}
.toolbar-controls .toolbar-controls-button > input:focus,
.toolbar-controls .toolbar-controls-button textarea:focus {
  border-color: #4f6f6f !important;
  outline: none;
}
.toolbar-controls .toolbar-controls-button > input + button:focus,
.toolbar-controls .toolbar-controls-button textarea + button:focus {
  border-color: #99b6b6 !important;
  background-color: #e6eded !important;
  outline: none;
}
.toolbar-controls .toolbar-controls-button > input + button:active,
.toolbar-controls .toolbar-controls-button textarea + button:active {
  background-color: #c9d8d8 !important;
}
.toolbar-controls .toolbar-controls-button > a:nth-of-type(2) {
  border-left: 1px solid #edf2f2 !important;
}
@media screen and (min-width: 768px) {
  .toolbar-controls .toolbar-controls-button > div {
    border: 1px solid #c9d8d8;
  }
}
.toolbar-controls .toolbar-controls-button > div h4 {
  color: #4f6f6f;
  background-color: #f8fafa;
  border-color: #c9d8d8;
}
.toolbar-controls .toolbar-controls-button > div > ul:first-child:before,
.toolbar-controls .toolbar-controls-button > div > div:first-child:before {
  background-color: #fff;
  border-color: #c9d8d8;
}
.toolbar-controls .toolbar-controls-button > div h4:before {
  background-color: #f8fafa;
  border-color: #c9d8d8;
}
.toolbar-controls .toolbar-controls-button > div ul {
  border-color: #f8fafa;
}
.toolbar-controls .toolbar-controls-button > div a,
.toolbar-controls .toolbar-controls-button > div a:link,
.toolbar-controls .toolbar-controls-button > div a:visited {
  color: #3e5757 !important;
}
.toolbar-controls .toolbar-controls-button .glyphicon {
  color: #537474;
}
.toolbar-controls .toolbar-controls-button .tooltip {
  border: 0;
}
.toolbar-controls .toolbar-controls-button.active a,
.toolbar-controls .toolbar-controls-button.active button {
  background-color: #edf2f2 !important;
  border-color: #689191 !important;
}
.toolbar-controls .toolbar-controls-button.active.filters-tags a,
.toolbar-controls .toolbar-controls-button.active.filters-tags button {
  background-color: #99b6b6 !important;
  border-color: #f8fafa !important;
  color: #fff !important;
}
.toolbar-controls .toolbar-controls-button.active.filters-tags a span,
.toolbar-controls .toolbar-controls-button.active.filters-tags button span {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .toolbar-toggle {
    display: none;
  }
  .toolbar-mobile .toolbar-submenu,
  .toolbar-settings .toolbar-submenu,
  .toolbar-audio .toolbar-submenu {
    padding-left: 1em;
    display: block;
  }
  .toolbar-mobile .toolbar-submenu li,
  .toolbar-settings .toolbar-submenu li,
  .toolbar-audio .toolbar-submenu li {
    display: inline-block;
  }
  .toolbar-mobile .toolbar-submenu li a,
  .toolbar-settings .toolbar-submenu li a,
  .toolbar-audio .toolbar-submenu li a {
    padding-left: 0em;
  }
  .toolbar-subscribe {
    display: none;
  }
}
@-moz-keyframes toggle-close {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes toggle-close {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-o-keyframes toggle-close {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes toggle-close {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-moz-keyframes toggle-open {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes toggle-open {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes toggle-open {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes toggle-open {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#main > div > div > div > .tab-content {
  margin: 1.618em 0em;
}
@media screen and (min-width: 768px) {
  #main > div > div > div > .tab-content {
    border: 1px solid #d5e3e3;
    padding-bottom: 1.618em;
  }
}
.options-menu,
.options-submenu {
  border-bottom: 1px solid #d5e3e3;
}
@media screen and (min-width: 768px) {
  .options-menu {
    background-color: #f9fbfb;
  }
}
.options-menu li > a,
.options-menu li > button {
  background-color: #f9fbfb !important;
}
.options-menu li > a:active,
.options-menu li > button:active {
  background-color: #4e7474 !important;
}
@media screen and (min-width: 768px) {
  .options-menu li > a:hover,
  .options-menu li > button:hover {
    background-color: #f2f6f6 !important;
  }
}
.options-menu li > a,
.options-menu li > button,
.options-menu li > input,
.options-menu li textarea {
  color: #3c5a5a !important;
  border-color: #c8dbdb !important;
}
.options-menu li > input:hover,
.options-menu li textarea:hover {
  border-color: #97b9b9 !important;
}
.options-menu li > input:focus,
.options-menu li textarea:focus {
  border-color: #4c7373 !important;
  outline: none;
}
.options-menu li > input + button:focus,
.options-menu li textarea + button:focus {
  border-color: #97b9b9 !important;
  background-color: #e6efef !important;
  outline: none;
}
.options-menu li > input + button:active,
.options-menu li textarea + button:active {
  background-color: #c8dbdb !important;
}
.options-menu li > a:nth-of-type(2) {
  border-left: 1px solid #eef3f3 !important;
}
@media screen and (min-width: 768px) {
  .options-menu li > div {
    border: 1px solid #c8dbdb;
  }
}
.options-menu li > div h4 {
  color: #4c7373;
  background-color: #f9fbfb;
  border-color: #c8dbdb;
}
.options-menu li > div > ul:first-child:before,
.options-menu li > div > div:first-child:before {
  background-color: #fff;
  border-color: #c8dbdb;
}
.options-menu li > div h4:before {
  background-color: #f9fbfb;
  border-color: #c8dbdb;
}
.options-menu li > div ul {
  border-color: #f9fbfb;
}
.options-menu li > div a,
.options-menu li > div a:link,
.options-menu li > div a:visited {
  color: #3c5a5a !important;
}
.options-menu li .glyphicon {
  color: #507878;
}
.options-menu li .tooltip {
  border: 0;
}
.options-menu li.active a,
.options-menu li.active button {
  background-color: #eef3f3 !important;
  border-color: #649696 !important;
}
.options-menu li.active.filters-tags a,
.options-menu li.active.filters-tags button {
  background-color: #97b9b9 !important;
  border-color: #f9fbfb !important;
  color: #fff !important;
}
.options-menu li.active.filters-tags a span,
.options-menu li.active.filters-tags button span {
  color: #fff !important;
}
.options-menu li.highlight {
  border-color: #89aef0 !important;
  background-color: #c9daf8 !important;
  background-color: #c9daf8 !important;
  border: 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.options-menu li.highlight {
  color: #3b4f59 !important;
}
.options-menu li.highlight:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .options-menu li.highlight:hover {
    background-color: #c0d4f7 !important;
  }
}
.options-menu li.highlight > a,
.options-menu li.highlight > button {
  background-color: #c9daf8 !important;
}
.options-menu li.highlight > a:active,
.options-menu li.highlight > button:active {
  background-color: #14459a !important;
}
@media screen and (min-width: 768px) {
  .options-menu li.highlight > a:hover,
  .options-menu li.highlight > button:hover {
    background-color: #c0d4f7 !important;
  }
}
.options-menu li.highlight > a,
.options-menu li.highlight > button,
.options-menu li.highlight > input,
.options-menu li.highlight textarea {
  color: #3b4f59 !important;
  border-color: #c6d3d9 !important;
}
.options-menu li.highlight > input:hover,
.options-menu li.highlight textarea:hover {
  border-color: #95acb8 !important;
}
.options-menu li.highlight > input:focus,
.options-menu li.highlight textarea:focus {
  border-color: #4c6571 !important;
  outline: none;
}
.options-menu li.highlight > input + button:focus,
.options-menu li.highlight textarea + button:focus {
  border-color: #95acb8 !important;
  background-color: #e4eaed !important;
  outline: none;
}
.options-menu li.highlight > input + button:active,
.options-menu li.highlight textarea + button:active {
  background-color: #c6d3d9 !important;
}
.options-menu li.highlight > a:nth-of-type(2) {
  border-left: 1px solid #bad0f6 !important;
}
@media screen and (min-width: 768px) {
  .options-menu li.highlight > div {
    border: 1px solid #c6d3d9;
  }
}
.options-menu li.highlight > div h4 {
  color: #4c6571;
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.options-menu li.highlight > div > ul:first-child:before,
.options-menu li.highlight > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d3d9;
}
.options-menu li.highlight > div h4:before {
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.options-menu li.highlight > div ul {
  border-color: #f6f8f9;
}
.options-menu li.highlight > div a,
.options-menu li.highlight > div a:link,
.options-menu li.highlight > div a:visited {
  color: #3b4f59 !important;
}
.options-menu li.highlight .glyphicon {
  color: #4f6a77;
}
.options-menu li.highlight .tooltip {
  border: 0;
}
.options-menu li.highlight.active a,
.options-menu li.highlight.active button {
  background-color: #ebeff1 !important;
  border-color: #638494 !important;
}
.options-menu li.highlight.active.filters-tags a,
.options-menu li.highlight.active.filters-tags button {
  background-color: #95acb8 !important;
  border-color: #f6f8f9 !important;
  color: #fff !important;
}
.options-menu li.highlight.active.filters-tags a span,
.options-menu li.highlight.active.filters-tags button span {
  color: #fff !important;
}
.options-submenu {
  margin-top: -1.618em;
  background-color: #f6f8f9;
}
.options-submenu li > a,
.options-submenu li > button {
  background-color: #f6f8f9 !important;
}
.options-submenu li > a:active,
.options-submenu li > button:active {
  background-color: #4d6673 !important;
}
@media screen and (min-width: 768px) {
  .options-submenu li > a:hover,
  .options-submenu li > button:hover {
    background-color: #eff3f4 !important;
  }
}
.options-submenu li > a,
.options-submenu li > button,
.options-submenu li > input,
.options-submenu li textarea {
  color: #3b4f59 !important;
  border-color: #c6d3d9 !important;
}
.options-submenu li > input:hover,
.options-submenu li textarea:hover {
  border-color: #95acb8 !important;
}
.options-submenu li > input:focus,
.options-submenu li textarea:focus {
  border-color: #4c6571 !important;
  outline: none;
}
.options-submenu li > input + button:focus,
.options-submenu li textarea + button:focus {
  border-color: #95acb8 !important;
  background-color: #e4eaed !important;
  outline: none;
}
.options-submenu li > input + button:active,
.options-submenu li textarea + button:active {
  background-color: #c6d3d9 !important;
}
.options-submenu li > a:nth-of-type(2) {
  border-left: 1px solid #ebeff1 !important;
}
@media screen and (min-width: 768px) {
  .options-submenu li > div {
    border: 1px solid #c6d3d9;
  }
}
.options-submenu li > div h4 {
  color: #4c6571;
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.options-submenu li > div > ul:first-child:before,
.options-submenu li > div > div:first-child:before {
  background-color: #fff;
  border-color: #c6d3d9;
}
.options-submenu li > div h4:before {
  background-color: #f6f8f9;
  border-color: #c6d3d9;
}
.options-submenu li > div ul {
  border-color: #f6f8f9;
}
.options-submenu li > div a,
.options-submenu li > div a:link,
.options-submenu li > div a:visited {
  color: #3b4f59 !important;
}
.options-submenu li .glyphicon {
  color: #4f6a77;
}
.options-submenu li .tooltip {
  border: 0;
}
.options-submenu li.active a,
.options-submenu li.active button {
  background-color: #ebeff1 !important;
  border-color: #638494 !important;
}
.options-submenu li.active.filters-tags a,
.options-submenu li.active.filters-tags button {
  background-color: #95acb8 !important;
  border-color: #f6f8f9 !important;
  color: #fff !important;
}
.options-submenu li.active.filters-tags a span,
.options-submenu li.active.filters-tags button span {
  color: #fff !important;
}
.options-blurbmenu {
  margin: -1.618em 0 1.618em;
  border-bottom: 1px solid #d5e3e3;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .options-blurbmenu {
    padding: 1em 0.618em 0 0.618em;
    border: 1px solid #d5e3e3;
    border-top: none;
  }
}
noscript {
  display: block;
  padding: 20px;
  text-align: center;
}
noscript p {
  margin-top: 5px;
}
noscript p a {
  display: block;
  margin-top: 5px;
}
noscript.banner {
  background-color: #fff9ca;
  border: 1px solid #dfd8c2;
}
#loadingScreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  text-align: center;
}
#loadingScreen h2 {
  margin-top: 60px;
}
#loadingScreen h3 {
  margin-top: 20px;
}
@media (max-device-width: 768px) and (orientation: landscape) {
  #loadingScreen {
    padding-top: 75px;
  }
}
@media (max-device-width: 768px) {
  #loadingScreen h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #loadingScreen h2 {
    margin-top: 30px;
  }
}
#loadingScreen img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#loadingScreen .loading-logo-icon {
  max-width: 87.5px;
  margin-bottom: 15px;
}
#loadingScreen .loading-logo-text {
  max-width: 282.5px;
}
.loading-spinner {
  margin: 100px auto 0;
  width: 105px;
  padding-left: 5px;
  text-align: center;
  margin-top: 20px;
}
.loading-spinner > div {
  width: 16px;
  height: 16px;
  background-color: #432476;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  -o-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  -ms-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}
.loading-spinner .spinner__item1 {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loading-spinner .spinner__item2 {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loading-spinner .spinner__item3 {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
html,
body,
p,
h1,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
hr {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-color: rgba(0,0,0,0.1);
}
/* Customizations to make footer sticky */
html,
body {
  height: 100%;
}
#wrap {
  z-index: -1;
  padding: 0 15px;
  min-height: 100%;
  height: auto !important;
}
@media (max-width: 600px) {
  #wrap {
    margin-top: 0;
    padding: 0 4px;
    overflow-x: hidden;
  }
}
/* Gems
-------------------------------------------------- */
/* Adaptation of GH's social-count for Gems */
.gem-cost {
  border: 1px solid #d4d4d4;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 7px 5px;
  line-height: 20px;
  margin-left: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  background-color: #fafafa;
  position: relative;
}
.gem-cost::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #d4d4d4;
  border-color: transparent #d4d4d4 transparent transparent;
  position: absolute;
  right: 100%;
  margin-right: 0;
  top: 50%;
  margin-top: -6px;
}
.gem-cost::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #fafafa;
  border-color: transparent #fafafa transparent transparent;
  position: absolute;
  right: 100%;
  margin-right: -1px;
  top: 50%;
  margin-top: -6px;
}
/* Misc
-------------------------------------------------- */
.new-stuff-modal h2,
.new-stuff-modal h3 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.modal-fixed-height {
  overflow-y: auto;
  max-height: 400px;
}
.modal-body figure {
  float: left;
  padding: 15px;
}
.modal-body figure.herobox {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 2em;
}
.death-modal {
  margin: 10px;
}
a {
  cursor: pointer;
}
a span.glyphicon {
  color: #333;
}
a span.glyphicon.text-danger {
  color: #a94442;
}
a.label {
  color: #fff;
}
.label .glyphicon {
  color: #fff;
}
.muted {
  color: #999;
}
.btn {
  margin-right: 5px;
}
.panel-heading .btn {
  margin-top: -8px;
}
.vertical-align {
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.btn-group .btn {
  margin-right: 0px;
}
.btn-wrap {
  white-space: normal;
}
.modal-indented-list {
  margin-left: 10px;
  padding-left: 10px;
}
.buy-gems .nav-tabs {
  margin-top: 0.5em;
}
.buy-gems .gem-wallet {
  padding: 0;
  cursor: default;
}
.buy-gems .gem-wallet .task-action-btn {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  border: 1px solid rgba(0,0,0,0.2);
}
.badge-info {
  background-color: #428bca;
}
.badge-success {
  background-color: #47a447;
}
.white,
.white a {
  color: #fff !important;
}
.line-through {
  text-decoration: line-through;
}
.markdown-preview markdown code {
  white-space: inherit;
}
* {
  image-rendering: pixelated;
}
.img-rendering-auto,
.img-rendering-auto *,
.habitica-emoji {
  image-rendering: auto;
}
div[window-class="vertically-centered-modals"] {
  text-align: center;
  padding: 0 !important;
}
div[window-class="vertically-centered-modals"]:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
div[window-class="vertically-centered-modals"] .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
