html {
  font-size: 62.5%;
}
body {
  font: 1.5rem/1.8rem 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: hsla(210, 100%, 10%, 0.87);
  background: #fff;
  min-width: 320px;
  min-height: 480px;
  overflow: hidden;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: hsla(203, 66%, 45%, 0.87);
}
a:hover {
  text-decoration: underline;
}
a:hover .icon {
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
.app {
  position: relative;
  width: 100%;
  height: 100%;
}
.app-theme_dark {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsl(0, 0%, 19%);
}
label {
  font-weight: normal;
}
.form-group-vertical {
  display: flex;
  align-items: center;
}
.dropdown-menu-selected {
  font-weight: bold!important;
  color: hsla(7, 66%, 45%, 0.87) !important;
}
.dropdown-header {
  padding: 3px 15px!important;
}
.control-inline {
  display: inline-block;
}
.modal .modal-dialog {
  position: fixed;
  top: -500%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  min-width: 380px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}
.modal.in .modal-dialog {
  top: 50%;
  opacity: 1;
}
.modal-backdrop {
  transition: opacity 0.2s ease-out !important;
}
.modal-title {
  font-weight: bold;
}
/* Bootstrap configuration http://getbootstrap.com/customize/?id=c3cff15c1a41ae9a41c5 */
.ng-hide {
  display: none!important;
}
button[disabled] {
  cursor: default!important;
}
code {
  white-space: nowrap;
  font-family: Monaco, Consolas, "Courier New", monospace;
  color: hsla(7, 66%, 45%, 0.87);
  background: none;
  padding: 0;
}
/* http://stackoverflow.com/questions/37227365/angular-digest-cycle-makes-chrome-50s-opened-select-blink */
select {
  transition: none!important;
}
.alert__icon {
  display: inline-block;
  margin: 0 5px 0 0;
}
.alert-one {
  margin-bottom: 0;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert-info {
  color: hsla(203, 66%, 45%, 0.87);
  background: hsla(203, 66%, 95%, 0.87);
  border-color: hsla(203, 66%, 85%, 0.87);
}
.alert-success {
  color: hsla(145, 66%, 45%, 0.87);
  background: hsla(145, 66%, 95%, 0.87);
  border-color: hsla(145, 66%, 85%, 0.87);
}
.alert-warning {
  color: hsla(60, 66%, 45%, 0.87);
  background: hsla(60, 66%, 95%, 0.87);
  border-color: hsla(60, 66%, 85%, 0.87);
}
.alert-danger {
  color: hsla(7, 66%, 45%, 0.87);
  background: hsla(7, 66%, 95%, 0.87);
  border-color: hsla(7, 66%, 85%, 0.87);
}
.app-theme_dark .alert-info {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(203, 66%, 25%, 0.87);
  border-color: hsla(203, 66%, 35%, 0.87);
}
.app-theme_dark .alert-success {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(145, 66%, 25%, 0.87);
  border-color: hsla(145, 66%, 35%, 0.87);
}
.app-theme_dark .alert-warning {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(60, 66%, 25%, 0.87);
  border-color: hsla(60, 66%, 35%, 0.87);
}
.app-theme_dark .alert-danger {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(7, 66%, 25%, 0.87);
  border-color: hsla(7, 66%, 35%, 0.87);
}
.action {
  cursor: pointer;
}
.action:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.action-no_select {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.action-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.action-link {
  text-decoration: none;
  color: inherit;
}
.action-link:hover {
  text-decoration: none;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.5 !important;
}
.btn.disabled_with_pointer {
  pointer-events: auto;
}
.btn-cancel {
  color: #fff !important;
}
.btn-min_width {
  min-width: 80px;
}
.btn-transparent {
  background: none;
  outline: none!important;
  color: hsla(210, 100%, 10%, 0.87);
  box-shadow: none!important;
}
.btn-transparent:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.btn-transparent:focus {
  outline: none!important;
}
.app-theme_dark .btn-transparent {
  color: hsla(0, 0%, 100%, 0.87);
}
.btn-default {
  color: hsla(210, 100%, 10%, 0.87);
}
.btn-primary,
.btn-info {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(203, 66%, 25%, 0.87);
  border-color: hsla(203, 66%, 35%, 0.87);
}
.btn-primary:hover,
.btn-info:hover {
  background: hsla(203, 66%, 35%, 0.87);
  border-color: hsla(203, 66%, 40%, 0.87);
}
.btn-danger {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsla(7, 66%, 25%, 0.87);
  border-color: hsla(7, 66%, 35%, 0.87);
}
.btn-danger:hover {
  background: hsla(7, 66%, 35%, 0.87);
  border-color: hsla(7, 66%, 40%, 0.87);
}
.app-theme_dark .btn-default {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsl(0, 0%, 26%);
  border-color: hsla(0, 0%, 60%, 0.54);
}
.btn-action {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-tiny {
  padding: 0;
}
.btn-sync[disabled] {
  opacity: 1;
}
.btn-group {
  background: none!important;
  border: none;
  border-radius: 0;
}
.btn-micon {
  display: flex;
  align-items: center;
}
.btn-micon .micon {
  margin-right: 5px;
  margin-left: -2px;
}
.btn-micon .micon-size_small {
  margin-right: -4px;
  margin-left: 0px;
}
.btn-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.btn-reverse .micon {
  margin-left: 5px;
  margin-right: 0;
}
.btn-reverse .btn__title {
  margin-left: 0;
}
.btn-micon_small .micon {
  font-size: 20px;
}
@media (max-width: 768px) {
  .btn-responsive .btn__text {
    display: none;
  }
  .btn-responsive .micon {
    margin: 0 -2px;
  }
}
.btn__title {
  margin-left: 5px;
}
.break_box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.break_box.ng-enter,
.break_box.ng-leave {
  transition: opacity 0.2s ease;
}
.break_box.ng-enter,
.break_box.ng-leave.ng-leave-active {
  opacity: 0;
}
.break_box.ng-leave,
.break_box.ng-enter.ng-enter-active {
  opacity: 1;
}
.break_box__icon_button {
  font-size: 52px!important;
  width: 52px!important;
  height: 52px!important;
  line-height: 52px!important;
  color: #fff;
}
.break_box-long {
  background: #000000;
}
.break_box__body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.break_box__timer {
  color: #fff;
  font-size: 33px;
  line-height: normal;
  margin: 0 0 30px;
}
.break_box__button {
  cursor: pointer;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.5;
  transition: all 0.3s;
}
.break_box__button:hover {
  opacity: 1;
  -webkit-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
}
.break_box__title {
  position: absolute;
  top: 44px;
  right: 16px;
  left: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.break_box__toolbar {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.break_box__toolbar-left {
  left: 15px;
  right: 0;
}
.clock {
  position: relative;
  z-index: 0;
  display: block;
  margin: auto;
  width: 266px;
  cursor: pointer;
}
.clock__wrapper-is_disabled {
  opacity: 0.75;
  pointer-events: none;
}
.clock__box {
  margin: 20px 0;
}
.clock__body {
  width: 266px;
  height: 266px;
  margin: auto;
}
.clock__body {
  position: relative;
  /*&:hover {
        .clock-isPaused;

        .clock__control-hover {
            opacity: 1;
        }
    }*/
}
.clock__loader {
  fill: hsl(0, 0%, 100%);
  stroke: hsl(0, 0%, 100%);
  opacity: 0.8;
  stroke-width: 9px;
  cursor: pointer;
}
.app-theme_dark .clock__loader {
  fill: hsl(0, 0%, 19%);
  stroke: hsl(0, 0%, 19%);
}
.clock__bg {
  fill: transparent;
  stroke: hsl(203, 66%, 45%);
  stroke-width: 4px;
}
.clock__control {
  transition: all 0.3s;
  position: absolute;
  z-index: 10;
  top: 38%;
  left: 50%;
  pointer-events: none;
}
.clock__control-bottom {
  top: auto;
  bottom: -16px;
  left: 0;
  right: 0;
}
.clock__control-left {
  left: 0;
  bottom: 0;
  top: auto;
}
.clock__control-center {
  margin-left: -33px;
}
.clock__control-right {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
}
.clock__control_group {
  /*opacity: 0;
    pointer-events: none;*/
}
.clock__remaining_time.clock__remaining_time {
  opacity: 1;
  transition: all 0.15s;
  width: 266px;
  height: 266px;
  line-height: 266px;
  font-size: 70px;
  font-weight: lighter;
  color: hsla(7, 66%, 45%, 0.87);
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -133px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  background: none;
  pointer-events: none;
}
.clock__remaining_time-small,
.clock__timers .semaphore_select__value-selected {
  position: absolute;
  left: 50%;
  font-size: 12px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  background: hsl(7, 66%, 45%);
  margin-left: -24px;
  top: -16px;
  z-index: 10;
}
.clock-isPaused .clock__control-pause {
  opacity: 1;
}
.clock__control_button {
  position: relative;
  z-index: 0;
  font-size: 27px;
  color: hsl(203, 66%, 45%);
  cursor: pointer;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border: 1px solid hsl(203, 66%, 45%);
  text-align: center;
  background: hsl(0, 0%, 100%);
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.clock__control_button:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.app-theme_dark .clock__control_button {
  background: hsl(0, 0%, 19%);
}
.clock__control .clock__control_button {
  opacity: 0;
  pointer-events: none;
}
.clock__control_buttons {
  display: flex;
}
.clock__control_buttons-center {
  justify-content: center;
}
.clock__control_buttons_item {
  margin-right: 15px;
}
.clock__control_buttons_item:last-child {
  margin-right: 0;
}
.clock__control-active {
  z-index: 100;
}
.clock__control-active .clock__control_button {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.clock__control-active.clock__control_button {
  opacity: 1;
  pointer-events: auto;
}
.clock__control_button-dark {
  color: hsla(210, 100%, 10%, 0.87);
  border: none;
  font-size: 58px;
}
.clock__control_button-blue {
  color: #fff;
  background: hsl(203, 66%, 45%);
}
.clock__control_button-blue_inverted {
  color: hsl(203, 66%, 45%);
  background: #fff;
  border-color: hsl(203, 66%, 45%) !important;
}
.clock__control_button-green {
  color: #fff;
  background: hsl(145, 66%, 45%);
}
.app-theme_dark .clock__control_button-dark {
  color: hsla(0, 0%, 100%, 0.87);
}
.app-theme_dark .clock__control_button-blue {
  color: #fff;
  background: hsl(203, 66%, 45%);
}
.app-theme_dark .clock__control_button-blue_inverted {
  color: hsl(203, 66%, 45%);
  background: #fff;
  border-color: hsl(203, 66%, 45%) !important;
}
.app-theme_dark .clock__control_button-green {
  color: #fff;
  background: hsl(145, 66%, 45%);
}
.clock__control_button-round {
  font-size: 19px!important;
  height: 52px!important;
  width: 52px!important;
  line-height: 48px!important;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.clock__control_button-big_icon {
  font-size: 40px!important;
  line-height: 46px!important;
  text-indent: 0!important;
}
.clock__control_button.fa-play:before {
  position: relative;
  left: 2px;
}
.clock__timers {
  position: absolute;
  z-index: 50;
  top: -31px;
  left: 50%;
  margin-left: -29px;
}
.clock__timers .semaphore_select__body {
  width: 58px;
  height: 48px;
  position: absolute;
  top: 15px;
}
.clock__timers .semaphore_select__value-selected {
  transition: all 0.3s;
  opacity: 0;
  border: none;
  top: 0;
  left: 0;
}
.clock__timers .semaphore_select__value-selected:before {
  display: none;
}
.clock__timers .semaphore_select__selectable {
  top: 12px!important;
}
.clock__timers .semaphore_select__selectable:before {
  display: none;
}
.clock__timers:hover .semaphore_select__value-selected {
  opacity: 1;
}
.color-blue {
  color: hsl(203, 66%, 45%);
}
.color-orange {
  color: hsl(7, 66%, 45%);
}
.app-theme_dark .color-blue {
  color: hsl(203, 66%, 45%);
}
.app-theme_dark .color-orange {
  color: hsl(7, 66%, 45%);
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.icon-action {
  color: hsla(203, 66%, 45%, 0.87);
  cursor: pointer;
}
.icon-secondary {
  opacity: 0.75;
}
.icon-middle {
  font-size: 16px;
}
.icon-big {
  font-size: 23px;
}
.icon_source {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-position: 50%!important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px!important;
  transition: opacity 0.3s;
}
.icon_source:hover {
  opacity: 1!important;
}
.app-theme_dark .icon_source {
  -webkit-filter: invert(100%) hue-rotate(180deg);
          filter: invert(100%) hue-rotate(180deg);
  mix-blend-mode: screen;
}
.app-theme_dark .icon_source.micon {
  color: inherit;
  -webkit-filter: none;
          filter: none;
  mix-blend-mode: normal;
}
.icon_source-title {
  position: relative;
  top: 1px;
  font-size: 22px;
}
.icon_source-evernote {
  background-image: url(../images/sources/evernote.svg) !important;
}
.icon_source-yinxiang {
  background-image: url(../images/sources/evernote.svg) !important;
}
.icon_source-trello {
  background-image: url(../images/sources/trello.svg) !important;
}
.icon_source-basecamp {
  background-image: url(../images/sources/basecamp.svg) !important;
}
.icon_source-basecamp3 {
  background-image: url(../images/sources/bsx.svg) !important;
}
.icon_source-outlook_tasks_fe {
  background-image: url(../images/sources/outlook.svg) !important;
}
.icon_source-mstodo {
  background-image: url(../images/sources/mstodo.svg) !important;
}
.icon_source-outlook_tasks {
  background-image: url(../images/sources/outlook.svg) !important;
}
.icon_source-bcx {
  background-image: url(../images/sources/bsx.svg) !important;
}
.icon_source-asana {
  background-image: url(../images/sources/asana.svg) !important;
}
.icon_source-asana2 {
  background-image: url(../images/sources/asana.svg) !important;
}
.icon_source-wunderlist {
  background-image: url(../images/sources/wunderlist.svg) !important;
}
.icon_source-jira {
  background-image: url(../images/sources/jira.svg) !important;
}
.icon_source-pivotal {
  background-image: url(../images/sources/pivotal.svg) !important;
}
.icon_source-todoist {
  background-image: url(../images/sources/todoist.svg) !important;
}
.icon_source-local {
  background-image: url(../images/sources/local.svg) !important;
}
.icon_source-toodledo {
  background-image: url(../images/sources/toodledo.svg) !important;
}
.icon_source-icalendar {
  background-image: url(../images/sources/icalendar.svg) !important;
}
.icon_source-google_calendar {
  background-image: url(../images/sources/google_calendar.svg) !important;
}
.icon_source-custom {
  background-image: url(../images/sources/custom.svg) !important;
}
.icon_source-teamwork {
  background-image: url(../images/sources/teamwork.svg) !important;
}
.icon_source-github {
  background-image: url(../images/sources/github.svg) !important;
}
.icon_source-githubprojects {
  background-image: url(../images/sources/githubprojects.svg) !important;
}
.icon_source-omnifocus {
  background-image: url(../images/sources/omnifocus.svg) !important;
}
.icon_source-gitlab {
  background-image: url(../images/sources/gitlab.svg) !important;
}
.icon_source-habitica {
  background-image: url(../images/sources/habitica.svg) !important;
}
.icon_source-youtrack {
  background-image: url(../images/sources/youtrack.svg) !important;
}
.icon_source-nozbe {
  background-image: url(../images/sources/nozbe.svg) !important;
}
.icon_source-shortcut {
  background-image: url(../images/sources/shortcut.svg) !important;
}
.icon_source-google_tasks {
  background-image: url(../images/sources/google_tasks.svg) !important;
}
.icon_source-google_tasks_2 {
  background-image: url(../images/sources/google_tasks.svg) !important;
}
.icon_source-weekdone {
  background-image: url(../images/sources/weekdone.svg) !important;
}
.icon_source-meistertask {
  background-image: url(../images/sources/meistertask.svg) !important;
}
.icon_source-smartsheet {
  background-image: url(../images/sources/smartsheet.svg) !important;
}
.icon_source-zenkit {
  background-image: url(../images/sources/zenkit.svg) !important;
}
.icon_source-monday {
  background-image: url(../images/sources/monday.svg) !important;
}
.icon_source-wrike {
  background-image: url(../images/sources/wrike.svg) !important;
}
.icon_source-clickup {
  background-image: url(../images/sources/clickup.svg) !important;
}
.icon_source-paymo {
  background-image: url(../images/sources/paymo.svg) !important;
}
.icon_source-scoro {
  background-image: url(../images/sources/scoro.svg) !important;
}
.icon_source-gitkraken_glo {
  background-image: url(../images/sources/gitkraken_glo.svg) !important;
}
.icon_source-airtable {
  background-image: url(../images/sources/airtable.svg) !important;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), url('/assets/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('/assets/fonts/MaterialIcons-Regular.woff') format('woff'), url('/assets/fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.micon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-align: center;
  text-indent: -4px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.micon-favorite {
  font-size: 20px!important;
}
.micon-size_title {
  font-size: 20px!important;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.micon-size_small {
  font-size: 16px!important;
  width: 12px;
}
.btn .micon {
  display: block;
}
.dropdown-fading {
  display: block;
  transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
}
.open .dropdown-fading {
  opacity: 1;
  pointer-events: auto;
}
.dropdown {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #333;
}
.dropdown__trigger {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #fff;
}
.dropdown-last .dropdown__trigger {
  border-radius: 0 3px 3px 0;
}
.dropdown__trigger:before {
  content: '';
  position: absolute;
  background: #fff;
  left: -1px;
  right: -5px;
  bottom: -9px;
  height: 8px;
  pointer-events: none;
  opacity: 0;
}
.dropdown-right .dropdown__trigger:before {
  right: -1px;
  left: -5px;
}
.dropdown-right .dropdown__body {
  right: 24px;
  left: auto;
  top: 0;
}
.dropdown__body {
  text-align: left;
  position: absolute;
  z-index: 0;
  max-width: 320px;
  top: 24px;
  left: 0px;
  pointer-events: none;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.dropdown.open {
  z-index: 999;
}
.dropdown.open .dropdown__trigger {
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
.dropdown.open .dropdown__trigger:before {
  opacity: 1;
}
.dropdown.open .dropdown__body {
  pointer-events: auto;
  opacity: 1;
}
.dropdown__item_icon {
  margin-right: 8px;
  margin-top: 2px;
}
.dropdown__body-readable {
  font-size: 12px;
  width: 228px;
  padding: 0;
}
.dropdown__item_icon {
  margin-right: 8px;
  margin-top: 2px;
}
.dropdown-left .dropdown__body {
  left: 34px;
  top: -8px;
}
.dropdown-left .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 6px;
  border-width: 11px;
  left: -11px;
  margin-top: 0;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.dropdown-left .arrow:after {
  border-width: 10px;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.dropdown__body_item + .dropdown__body_item {
  padding-top: 0;
}
.dropdown__body_item {
  padding: 10px 13px;
  position: relative;
  display: flex;
}
.dropdown__body_item-simple {
  display: block;
}
.dropdown__body_title {
  font-size: 13px;
  font-weight: bold;
}
.dropdown__body_description {
  white-space: normal;
}
.dropdown__item_text {
  flex: 1;
}
.page {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 0;
}
.page .page__title {
  margin-bottom: 10px;
}
.app-theme_dark .page {
  background: hsl(0, 0%, 19%);
}
.page::-webkit-scrollbar {
  display: none;
}
.page__filter {
  background: #F2F2F2;
  border-radius: 4px!important;
  outline: none;
  display: block;
  -webkit-appearance: none;
          appearance: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: none!important;
  color: #2b3e51;
  border: 1px solid #d7d6d6;
}
.page__filter[disabled] {
  opacity: 0.5;
}
.app-theme_dark .page__filter {
  border-color: hsla(0, 0%, 100%, 0.24);
  background: hsl(0, 0%, 16%);
  color: hsla(0, 0%, 100%, 0.87);
}
.page__filter_icon {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
.page__filter_icon_icon {
  z-index: 2;
  color: #555;
  right: 12px;
  top: 10px;
  position: absolute;
  pointer-events: none;
}
.app-theme_dark .page__filter_icon_icon {
  color: hsla(0, 0%, 100%, 0.54);
}
.page__title_source {
  line-height: 34px;
}
.page__title_select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.page__title-select {
  cursor: pointer;
  position: relative;
  line-height: 34px;
}
.page__title-select .page__title_caption {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.page__title-select:hover .page__title_select_icon,
.page__title-select:hover .page__title_caption {
  color: hsla(7, 66%, 45%, 0.87);
  opacity: 1;
}
.page__title_select_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}
.page__board_toolbar {
  margin-bottom: 10px;
}
.page__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page__navbar {
  border-bottom: 4px solid hsla(7, 66%, 45%, 0.87);
  padding: 0 15px;
  position: fixed;
  background: #f8f8f8;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-transform: translateZ(0);
}
.page__navbar .navbar-nav {
  float: left;
  margin: 0;
}
.page__navbar .navbar-nav a {
  line-height: 36px!important;
  height: 54px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page__navbar-menu_is_active {
  z-index: 0;
}
.app-theme_dark .page__navbar {
  background: hsl(0, 0%, 16%);
}
.page__navbar_logo_badge {
  display: inline-flex;
}
.page__navbar_logo_team {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #fff !important;
  font-size: 16px!important;
  text-indent: 0;
  left: 4px;
  top: -8px !important;
  margin: 0 0 0 4px!important;
}
.page__navbar_logo_build {
  color: hsla(210, 100%, 10%, 0.87);
  opacity: 0.5;
  font-size: 10px;
  display: inline-block;
  position: relative;
  left: -18px;
  top: 7px;
}
.app-theme_dark .page__navbar_logo_build {
  color: hsla(0, 0%, 100%, 0.87);
}
.page__navbar_item_logo {
  position: relative;
  z-index: 0;
  height: 34px;
}
.page__navbar_logo {
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 10;
  opacity: 1;
  color: hsl(7, 66%, 45%);
  font-size: 26px;
  display: block;
  text-decoration: none;
}
a.page__navbar_logo,
.page__navbar_logo a {
  color: inherit;
  text-decoration: none;
}
.page__navbar_logo_premium {
  margin: 0 0 0 10px;
  font-size: 20px;
  position: relative;
  top: -4px;
  color: #BCBCBC;
  cursor: default;
}
.page__navbar_logo_premium-clickable_true {
  cursor: pointer;
}
.page__navbar_logo_premium-blue {
  color: hsla(203, 66%, 45%, 0.87);
}
.page__navbar_logo_premium-orange {
  color: hsla(7, 66%, 45%, 0.87);
}
.page__navbar_logo_premium-black {
  color: #2c3e50;
}
.page__navbar_static_logo {
  color: hsla(7, 66%, 45%, 0.87);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
a.page__navbar_static_logo {
  color: hsla(7, 66%, 45%, 0.87);
  text-decoration: none;
}
.page__navbar_timer_title {
  position: relative;
  left: -20px;
  transition: all 0.2s ease;
}
.page__navbar_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.page__navbar_text-right_spacing {
  margin-right: 20px;
}
.page__navbar_icon {
  transition: all 0.3s;
  position: absolute;
  top: -2px;
  left: -100px;
  opacity: 0;
}
.page__navbar_icon img {
  display: block;
}
.page__navbar_item_selector {
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  position: relative;
  flex: 2;
  min-width: 0;
}
.page__navbar_item_selector .page__title_caption {
  line-height: 32px;
  font-weight: bold;
}
.page__navbar_item-show_if_fixed {
  transition: all 0.3s;
  position: relative;
  width: 270px;
  top: -100px;
  opacity: 0;
}
.page__navbar_item_page_title {
  padding: 0 12px 0 0;
  line-height: 32px;
  font-weight: bold;
  flex: 1;
  min-width: 0;
}
.page__navbar-fixed .page__navbar_logo {
  top: -100px;
  opacity: 0;
}
.page__navbar-fixed .page__navbar_icon {
  left: 11px;
  opacity: 1;
  top: 4px;
}
.page__navbar-fixed .page__navbar_item-show_if_fixed,
.page__navbar-fixed .page__navbar_item_selector {
  opacity: 1;
  top: 0;
}
.page__navbar-fixed .page__navbar,
.page__navbar-fixed-add.page__navbar-fixed-active {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page__navbar,
.page__navbar-fixed-remove.page__navbar-fixed-remove-active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page__navbar_body {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__navbar_item_logo {
  line-height: 34px;
  width: 24px;
}
.page__navbar_item {
  padding: 0 0 0 20px;
  -webkit-transform: translateZ(0);
}
.page__navbar_item-space {
  flex: 1;
}
.page__navbar_item-last {
  padding-right: 15px;
}
.page__navbar_menu_icon {
  padding-right: 5px;
}
.page__navbar_menu_group {
  display: flex;
  flex-wrap: nowrap;
}
.page__body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 63px;
  z-index: 0;
  position: relative;
}
.page__body-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.page__body-sidebar {
  min-height: 100%;
  flex: auto;
}
.page__body_layout_sidebar {
  min-height: -webkit-min-content;
  min-height: min-content;
}
.page__body_layout_sidebar .page__content {
  flex: auto;
}
.page__body-with_progress_panel {
  padding-bottom: 30px;
}
.page__body-with_progress_panel .page__sidebar {
  padding-bottom: 60px;
}
.page__body-with_toolbar_bottom {
  padding-bottom: 46px;
}
.page.ng-enter,
.page.ng-leave {
  transition: all 0.2s ease;
}
.page__content {
  position: relative;
  z-index: 0;
}
.page__float_panel {
  overflow: hidden;
  position: sticky;
  top: 59px;
  background: #fff;
  z-index: 10;
  transition: all 0.3s;
}
.page__navbar-fixed .page__float_panel {
  top: 48px;
}
.page__sidebar {
  background: #f8f8f8;
  padding: 14px 14px 14px 7px;
  overflow: auto;
  position: fixed;
  bottom: 0;
  top: 58px;
  left: 0;
  transition: all 0.2s ease;
}
.page__navbar-fixed .page__sidebar {
  top: 48px;
}
.app-theme_dark .page__sidebar {
  background: hsl(0, 0%, 16%);
}
.app-theme_dark .page__float_panel {
  background: hsl(0, 0%, 19%);
}
.page__sidebar::-webkit-scrollbar {
  display: none;
}
.fade .page.ng-leave {
  z-index: 0;
  opacity: 1;
}
.fade .page.ng-enter {
  z-index: 1;
  opacity: 0;
}
.fade .page.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade .page.ng-leave.ng-leave-active {
  opacity: 0;
}
.zoom .page.ng-leave {
  z-index: 0;
  opacity: 1;
}
.zoom .page.ng-enter {
  z-index: 100;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}
.zoom .page.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.zoom .page.ng-leave.ng-leave-active {
  z-index: 0;
  opacity: 0;
}
.slide-up .page {
  width: 100%;
  height: 100%;
}
.slide-up .page.ng-enter {
  top: 100%;
}
.slide-up .page.ng-enter-active {
  top: 0;
}
.slide-up .page.ng-leave {
  top: 0;
}
.slide-up .page.ng-leave-active {
  top: -100%;
}
.slide-down .page {
  width: 100%;
  height: 100%;
}
.slide-down .page.ng-enter {
  top: -100%;
}
.slide-down .page.ng-enter-active {
  top: 0;
}
.slide-down .page.ng-leave {
  top: 0;
}
.slide-down .page.ng-leave-active {
  top: 100%;
}
.back_link {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  color: hsla(210, 100%, 10%, 0.87);
  text-decoration: none;
  transition: all 0.3s !important;
}
.back_link:hover {
  text-decoration: none;
}
.back_link a {
  color: inherit;
  text-decoration: none;
}
.back_link a:hover {
  color: hsla(203, 66%, 45%, 0.87);
}
.app-theme_dark .back_link {
  color: hsla(0, 0%, 100%, 0.87);
}
.back_link__icon {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 1;
  transition: all 0.3s;
}
.back_link-disabled .back_link__icon {
  opacity: 0;
  left: -28px;
}
.layout__box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.layout__row + .layout__row {
  margin-top: 15px;
}
.layout__row-with_space + .layout__row-with_space {
  margin-top: 24px;
}
.layout__flex,
.source_box__project {
  display: flex;
}
.layout__flex-left {
  justify-content: flex-start;
}
.layout__flex-right {
  justify-content: flex-end;
}
.layout__flex-align_center {
  justify-content: center;
}
.layout__flex-center,
.source_box__project {
  align-items: center;
}
.layout__flex-top {
  align-items: flex-start;
}
.layout__flex_item {
  margin-left: 15px;
  min-width: 0;
}
.layout__flex_item:first-child {
  margin-left: 0;
}
.layout__flex_item-narrow {
  margin-left: 10px;
}
.layout__flex-auto {
  flex: auto;
}
.layout__flex_item-wide,
.source_box__project_title {
  flex: 1;
}
.list__title {
  display: flex;
}
.list__caption .icon {
  margin-left: 5px;
}
.list__toolbar {
  margin-left: 10px;
}
.list__toolbar_item-action {
  cursor: pointer;
  padding-left: 34px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list__toolbar_item-action:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.list__show_more {
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 34px;
}
.log_spent_time_directive {
  display: flex;
  margin: 1px 0 0 -2px;
  width: 100%;
}
.log_spent_time_directive-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.log_spent_time_directive__time {
  height: 2px;
  opacity: 0.5;
  margin-left: 2px;
  background: hsl(203, 66%, 45%);
  display: block;
}
.log_progress {
  margin: 0;
  height: 10px;
  display: flex;
}
.log_progress__section {
  transition: none;
}
.log_progress__panel {
  min-height: 0;
  border: none;
}
.log_progress__panel:before {
  content: '';
  position: absolute;
  height: 10px;
  top: -10px;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
}
.app-theme_dark .log_progress__panel:before {
  background: linear-gradient(to top, hsl(0, 0%, 16%) 0%, rgba(255, 255, 255, 0) 100%);
}
.log_progress__panel_body {
  padding: 5px 15px;
}
.log__project_time_spent {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}
.menu__item a {
  padding: 3px 15px!important;
  display: flex!important;
  align-items: center;
}
.menu__item-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.menu__item_text {
  flex: 2;
}
.menu__item_icon {
  margin-right: 10px;
  font-size: 18px;
}
.menu__item_hotkey {
  margin: 0 0 0 10px;
}
.dashboard__expand_collapse {
  width: 115px;
}
.page__navbar_item .page__navbar_subitem {
  float: left;
  padding: 0 5px;
}
.source_box__header,
.source_box__project-favorites {
  cursor: pointer;
}
.source_box__project-active .source_box__icon {
  left: 19px;
}
.dashboard__project_title {
  padding-top: 25px;
  margin-top: 0;
  min-width: 100%;
  clear: both;
  padding-left: 34px;
  display: block;
  font-size: 24px;
  color: inherit;
  margin-bottom: 10px;
  text-decoration: none!important;
  line-height: 1.1;
}
.dashboard__project_title-first {
  padding-top: 20px!important;
}
.source_box__favorites_badge {
  font-size: 13px;
  color: #bcbcbc;
  float: right;
  margin-top: 4px;
}
.card {
  position: relative;
  border-radius: 4px;
  border: 1px solid #bdc3c7;
  font-size: 14px;
  color: #7f8c8d;
  padding: 20px;
  margin: 0 0 15px 0;
}
.card:hover .card__info_bar {
  opacity: 0;
}
.app-theme_dark .card {
  border-color: currentColor;
  color: inherit;
}
.card__timer_title {
  font-size: 22px;
  line-height: 30px;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
.card__timer_title .back_link__icon {
  top: 13px;
}
.card__timer_title-disabled {
  pointer-events: none;
}
.card_timer_title-permalink {
  padding-right: 36px;
}
.card_timer_title-permalink .icon_source-local .fa {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 27px;
  display: block;
  font-size: 20px;
}
.card_timer_title__permalink {
  position: absolute;
  right: -2px;
  top: 8px;
  transition: all 0.3s;
}
.clock__box,
.card__timer_title {
  opacity: 1;
  transition: opacity 0.3s;
}
.card__message {
  margin: 0 0 15px 24px;
}
.card__dashboard_message {
  margin-left: 34px;
}
.card__message-muted {
  color: #BCBCBC;
}
.app-theme_dark .card__message-muted {
  color: hsla(0, 0%, 100%, 0.54);
}
.card-break_selection_is_active .clock__box,
.card-break_selection_is_active .card__timer_title {
  opacity: 0.25;
}
.card__break_toolbar {
  position: relative;
  z-index: 200;
  text-align: center;
  margin: 5px 0 25px 0;
  font-size: 12px;
  opacity: 0.4;
  transition: all 0.3s;
}
.card__break_toolbar:hover {
  opacity: 1;
}
.card__break_toolbar .semaphore_select {
  margin-left: 5px;
}
.card__break_toolbar .card__break_start {
  margin-left: 6px;
  display: inline-block;
}
.card__break_start .action {
  transition: all 0.3s;
  position: relative;
  top: 1px;
}
.card__break_start .action-disabled {
  opacity: 0;
}
.card__description {
  overflow: hidden;
  height: 57px;
  margin: 0 0 5px 24px;
  white-space: pre-wrap;
}
.card__subtasks {
  margin: 0 0 0 24px;
}
.card__status_bar {
  position: fixed;
  left: 15px;
  bottom: 15px;
  right: 50%;
  z-index: 500;
  min-height: 18px;
}
.card-list_item {
  color: inherit;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
}
.card-list_item a:hover,
.card-list_item:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.card-list_item a:hover .card-list_item_title,
.card-list_item:hover .card-list_item_title {
  color: hsla(7, 66%, 45%, 0.87);
}
.card-list_item:hover .card__info_bar {
  opacity: 0;
}
.card-list_item a {
  color: inherit;
  text-decoration: none;
}
.card-list_item .card-list_item_title {
  flex: 2;
}
.card-list_item .card__timers_directive {
  position: relative;
  z-index: 10;
}
.card-list_item .card__timers_body {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100px;
}
.card-list_item .card__timers-hover {
  width: 24px;
}
.card-list_item .card__info_bar {
  top: 4px;
}
.card-list_item-indent_2 {
  margin-left: 0.75em;
}
.card-list_item-indent_3 {
  margin-left: 1.5em;
}
.card-list_item-indent_4 {
  margin-left: 2.25em;
}
.card_list_item__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: 20px;
}
.card_list_item__title-active {
  font-weight: bold;
}
.card__due_date {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card__info_bar {
  background: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 0;
  top: 1px;
  right: 71px;
  line-height: 24px;
  height: 24px;
  opacity: 1;
  transition: opacity 0.3s;
  max-width: 100%;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.card__info_bar:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 24px;
  margin-left: -48px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.app-theme_dark .card__info_bar {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__info_bar:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, hsl(0, 0%, 19%) 100%);
}
.card__info_bar_item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}
.card__info_bar_item + .card__info_bar_item {
  margin-left: 8px;
}
.card-list_item_section {
  display: inline-block;
}
.card-list_item_section:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 24px;
  margin-left: -48px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.card-list_item_section + .card-list_item_section {
  margin-left: 10px;
}
.card__footer {
  text-align: right;
  height: 24px;
}
.card__header {
  height: 24px;
}
.card__header:hover .card__title {
  color: hsla(7, 66%, 45%, 0.87);
}
.card__title {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  position: absolute;
  left: 44px;
  top: 20px;
  right: 54px;
  white-space: nowrap;
}
.card__title span {
  line-height: 15px;
}
.card__title a:hover,
.card__title:hover {
  text-decoration: none;
}
.card-list_item_title {
  position: relative;
  z-index: 0;
}
.card__cards {
  overflow: hidden;
  padding-left: 0;
}
@media (max-width: 767px) {
  .card__cards {
    padding-right: 0;
  }
}
.card__timers_directive {
  display: inline-block;
  height: 24px;
}
.card__timers {
  text-align: right;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  display: inline-block;
}
.card__timer {
  display: inline-block;
  vertical-align: top;
}
.card__timer + .card__timer {
  padding-left: 6px;
}
.card__timer .card__timer_link {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 23px;
  font-size: 13px;
  color: #C3E1F5;
  border: 1px solid #C3E1F5;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}
.card__timer-transparent .card__timer_link {
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  color: hsla(210, 100%, 10%, 0.87);
}
.card__timer-transparent .card__timer_link:hover {
  background: transparent;
  border-color: transparent;
  color: hsla(210, 100%, 10%, 0.87);
}
.app-theme_dark .card__timer .card__timer_link {
  color: hsla(203, 66%, 45%, 0.87);
  border-color: currentColor;
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timer-transparent .card__timer_link {
  color: inherit;
}
.app-theme_dark .card__timer-transparent .card__timer_link:hover {
  color: inherit;
}
.card__timers-hover {
  position: relative;
  height: 24px;
  padding: 0;
  margin-left: 10px;
  float: right;
}
.card__timers-hover:hover .card__timer {
  opacity: 1;
}
.card__timers-hover:hover .card__timer_link {
  color: hsla(203, 66%, 45%, 0.87);
  border-color: hsla(203, 66%, 45%, 0.87);
}
.card__timers-hover:hover .card__timer_link:hover {
  background: hsla(7, 66%, 45%, 0.87);
  border-color: hsla(7, 66%, 45%, 0.87);
  color: #fff;
}
.card__timers-hover:hover .card__timer:nth-last-child(2) {
  background: #ffffff;
}
.card__timers-hover:hover .card__timer:last-child {
  background: #ffffff;
}
.card__timers-hover:hover .card_list_item__action-icon {
  color: hsla(210, 100%, 10%, 0.54);
}
.card__timers-hover:hover .card_list_item__action:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.card__timers-hover:hover .card__timers_body {
  background: rgba(255, 255, 255, 0.95);
}
.card__timers-hover:hover .card__timers_body:before {
  opacity: 1;
}
.card__timers-hover .card__timers_body {
  padding: 3px;
  margin: -3px;
  border-radius: 15px;
  transition: background 0.3s;
}
.card__timers-hover .card__timers_body:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 24px;
  margin-left: -48px;
  opacity: 0;
  transition: opacity 0.3s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.card__timers-hover .card__timer {
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.card__timers-hover .card__timer:last-child {
  opacity: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
}
.card__timers-hover .card__timer:nth-last-child(2) {
  opacity: 1;
  position: static;
  background: rgba(255, 255, 255, 0.85);
}
.card__timers-hover .card_list_item__action-icon {
  color: hsla(210, 100%, 10%, 0.54);
}
.card-card .card__timers-hover {
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-card .card__favorite {
  position: relative;
  left: -5px;
}
.card-list_item:hover .card__timers-hover .card__timer {
  opacity: 1;
}
.card-list_item:hover .card__timers-hover .card__timers_body {
  background: hsl(0, 0%, 100%);
}
.card-list_item:hover .card__timers-hover .card__timer_link {
  opacity: 1;
}
.app-theme_dark .card__timers-hover:hover .card__timer:nth-last-child(2) {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timers-hover:hover .card__timer:last-child {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timers-hover:hover .card_list_item__action-icon {
  color: hsla(0, 0%, 100%, 0.54);
}
.app-theme_dark .card__timers-hover:hover .card_list_item__action-icon:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.app-theme_dark .card__timers-hover:hover .card__timers_body {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timers-hover .card__timers_body:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, hsl(0, 0%, 19%) 100%);
}
.app-theme_dark .card__timers-hover .card__timer:last-child {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timers-hover .card__timer:nth-last-child(2) {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .card__timers-hover .card_list_item__action-icon {
  color: hsla(0, 0%, 100%, 0.54);
}
.app-theme_dark .card-list_item:hover .card__timers-hover .card__timers_body {
  background: hsl(0, 0%, 19%);
}
.card__timers-left .card__timers_body {
  white-space: nowrap;
}
.card__favorite {
  width: 34px;
  text-align: center;
  line-height: 10px;
  color: hsla(7, 66%, 45%, 0.87);
}
.card__progress {
  margin: 0;
  height: 10px;
}
.card__progress .progress-bar {
  background: hsla(7, 66%, 45%, 0.87);
}
.card_list_item .card_list_item__action_on_hover {
  opacity: 0;
}
.card_list_item:hover .card_list_item__action_on_hover {
  opacity: 1;
}
.card_list_item-done .card_list_item__title {
  text-decoration: line-through;
}
.card_list_item-subtask {
  margin-left: 51px;
}
.card_list_item__subtask_title {
  font-size: 13px;
}
.card_list_item__subtask_spacing {
  margin-left: 16px;
}
.card_list_item__action_on_hover:hover {
  opacity: 0.75 !important;
}
.card_list_item__action_on_hover-visible {
  opacity: 1!important;
}
.card_list_item__actions {
  background: #fff;
  padding: 3px;
  display: flex;
  color: hsla(210, 100%, 10%, 0.87);
}
.app-theme_dark .card_list_item__actions {
  color: hsla(0, 0%, 100%, 0.87);
}
.card_list_item__actions-left {
  position: absolute;
  left: 0;
  z-index: 100;
  top: -3px;
  opacity: 0;
  transition: opacity 0.3s;
}
.card_list_item__actions-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 24px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.card-list_item:hover .card_list_item__actions-left {
  opacity: 1;
}
.card-list_item_title {
  padding-top: 2px;
}
.card-list_item_title-ghost {
  opacity: 0.5;
}
.card_list_item__action {
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card_list_item__action:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.card_list_item__action-icon {
  font-size: 18px;
  line-height: 24px;
  color: inherit;
}
.card_list_item__action-icon:hover {
  text-decoration: none;
}
.card_list_item__action-check_icon .micon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 28px;
}
.card_list_item__action-micon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card_list_item__action_item {
  margin: 0 4px 0 0;
  color: hsla(210, 100%, 10%, 0.87);
}
.card_list_item__action_item-has_subtasks {
  width: 8px;
  margin: 0 8px 0 0!important;
  overflow: hidden;
}
.card_list_item__action_item-subtasks_opened {
  color: hsla(7, 66%, 45%, 0.87) !important;
}
.app-theme_dark .card_list_item__action_item {
  color: hsla(0, 0%, 100%, 0.87);
}
.app-theme_dark .card_list_item__action_item:hover {
  color: hsla(7, 66%, 45%, 0.87);
}
.card_list_item__done_action {
  background: hsl(0, 0%, 100%);
  position: absolute!important;
  right: 3px;
  z-index: 20!important;
}
.card_list_item__done_action:hover .card_list_item__action {
  color: hsla(145, 66%, 45%, 0.87) !important;
}
.app-theme_dark .card_list_item__done_action {
  background: hsl(0, 0%, 19%);
}
.content__h1,
.page__title {
  font-size: 28px;
  line-height: 36px;
  margin: 10px 0;
}
.content__h2,
.list__title,
.source_box__header,
.source_box__project-favorites {
  margin: 10px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
}
.content__h2-first {
  margin-top: 0;
}
.content__text {
  line-height: 2rem;
}
.content__text-ellipsis,
.card-list_item .card-list_item_title,
.card__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content__text-multiline_ellipsis {
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  /* autoprefixer: on */
}
.content__text-left {
  text-align: left;
}
.round_select {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 24px;
  vertical-align: middle;
  /*
    &:hover {
        .round_select__select {
            opacity: 1;
        }
    }*/
}
.round_select .round_select {
  top: -2px;
}
.round_select__value {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 23px;
  font-size: 13px;
  border: 1px solid hsla(203, 66%, 45%, 0.87);
  color: hsla(203, 66%, 45%, 0.87);
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.round_select__value.round_select__selected,
.round_select__value:hover {
  background: hsla(7, 66%, 45%, 0.87);
  border-color: hsla(7, 66%, 45%, 0.87);
  color: #fff;
}
.round_select__select {
  padding: 0;
  top: 0;
  white-space: nowrap;
}
.round_select__select_item {
  display: inline-block;
}
/*
.round_select-hover {
    position: relative;
    width: 34px;
    height: 24px;
    padding: 0;
    margin-left: 10px;

    &:hover {
        .round_select__select_item {
            opacity: 1;
        }
    }

    .round_select__select_item {
        opacity: 0;
        transition: opacity @animation__time;
    }

    .round_select__body {
        position: absolute;
    }
}

.round_select-right {
    .round_select__select_item:first-child {
        opacity: 1;
        position: static;
    }

    .round_select__body {
        top: 0;
        left: 0;
        height: 24px;
        white-space: nowrap;
    }
}
*/
* [semaphore-select-directive] {
  display: inline-block;
}
.semaphore_select-transparent_overlay .semaphore_select__after:before,
.semaphore_select-transparent_overlay .semaphore_select__before:before {
  background: none;
}
.semaphore_select__body {
  position: relative;
  z-index: 500;
  display: inline-block;
}
.semaphore_select-opened .semaphore_select__selectable {
  display: flex;
}
.semaphore_select__before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.semaphore_select__before:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  top: -2px;
  right: -2px;
  bottom: -3px;
  left: -2px;
  border-radius: 12px 12px 0 0;
}
.semaphore_select__after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.semaphore_select__after:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  top: -3px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 0 0 12px 12px;
}
.semaphore_select-horizontal .semaphore_select__value-selected {
  margin: 0 5px;
}
.semaphore_select-horizontal .semaphore_select__before {
  bottom: auto;
  left: auto;
  top: 0;
  right: 100%;
  white-space: nowrap;
  min-width: 0;
}
.semaphore_select-horizontal .semaphore_select__after {
  top: 0;
  left: 100%;
  bottom: auto;
  right: auto;
  white-space: nowrap;
  min-width: 0;
}
.semaphore_select-horizontal .semaphore_select__item {
  display: inline-block;
}
.semaphore_select-horizontal .semaphore_select__item + .semaphore_select__item {
  margin-left: 5px;
  margin-top: 0;
}
.semaphore_select-horizontal .semaphore_select__selectable {
  flex-direction: row;
}
.semaphore_select__selectable {
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}
.semaphore_select__item + .semaphore_select__item {
  margin-top: 5px;
}
.semaphore_select__value-selected {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.semaphore_select__value-selected:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
.semaphore_select__value {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 24px;
  padding: 0 7px;
  height: 24px;
  border-radius: 12px;
  line-height: 23px;
  font-size: 13px;
  border: 1px solid currentColor;
  color: hsla(203, 66%, 45%, 0.87);
  background: hsl(0, 0%, 100%);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.semaphore_select__value-selected,
.semaphore_select__value:hover {
  background: hsl(7, 66%, 45%);
  color: hsla(0, 0%, 100%, 0.87);
}
.app-theme_dark .semaphore_select__value {
  background: hsl(0, 0%, 19%);
}
.app-theme_dark .semaphore_select__value-selected,
.app-theme_dark .semaphore_select__value:hover {
  background: hsl(7, 66%, 45%);
  color: hsla(0, 0%, 100%, 0.87);
}
.settings__item,
.settings__head {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.settings__head {
  border-top: 1px solid hsla(210, 100%, 10%, 0.14);
  border-bottom: 1px solid hsla(210, 100%, 10%, 0.14);
  margin-right: -15px;
  padding-right: 15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: none;
  min-height: 42px;
}
.settings__header {
  flex: 1;
}
.settings__head_description {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
}
.app-theme_dark .settings__head {
  border-color: hsla(0, 0%, 100%, 0.24);
}
.settings__help {
  margin-left: 10px;
  font-size: 20px;
  cursor: help;
  vertical-align: baseline;
  position: relative;
  top: 3px;
}
.settings__item {
  margin: 0;
}
.settings__item .popover-content {
  font-size: 14px;
}
.settings__item .popover-title {
  font-size: bold;
}
.settings__item + .settings__item {
  margin: 15px 0 0 0;
}
.settings__item-text {
  flex-direction: column;
}
.settings__item-text .settings__item_text,
.settings__item-text .settings__item_title {
  flex: none;
  width: 100%;
}
.settings__item-text .settings__item_title {
  margin: 0 0 10px 0;
}
.settings__item_title,
.settings__head_title {
  font-size: 17px;
  font-weight: bold;
  flex: auto;
}
.settings__item_title {
  font-weight: normal;
  font-size: 16px;
}
.settings__item_switcher,
.settings__head_switcher {
  flex: none;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.settings__item_switcher-description {
  margin-left: 10px;
}
.settings__item_sound_switcher {
  min-width: 200px;
}
@media (max-width: 480px) {
  .settings__item_sound_switcher {
    min-width: auto;
  }
}
.settings__input {
  line-height: 1.42 !important;
}
.settings__input-small {
  width: 60px;
}
.settings__input-middle {
  width: 160px;
}
.settings__right_spacing {
  margin-right: 10px;
}
.settings__group {
  background: hsla(0, 0%, 97%, 0.4);
  margin: -20px -15px;
  padding: 20px 15px;
  overflow: hidden;
}
.settings__group:last-child {
  margin-bottom: 0;
}
.app-theme_dark .settings__group {
  background: hsla(0, 0%, 16%, 0.7);
}
.settings__group-simple {
  background: none;
  padding: 30px 15px;
}
.settings__group.ng-enter,
.settings__group.ng-leave {
  transition: all ease 0.3s;
}
.settings__group.ng-enter {
  max-height: 0;
  opacity: 0;
}
.settings__group.ng-enter.ng-enter-active {
  max-height: 999px;
  opacity: 1;
}
.settings__group.ng-leave {
  max-height: 999px;
  opacity: 1;
}
.settings__group.ng-leave.ng-leave-active {
  max-height: 0;
  opacity: 1;
}
.setting__button-danger:hover {
  background: hsla(7, 66%, 45%, 0.87);
  border-color: hsla(7, 66%, 45%, 0.87);
  color: #fff;
}
.minimal_ui {
  background: hsl(0, 0%, 100%);
  position: relative;
  line-height: 36px;
  overflow: hidden;
  cursor: pointer;
}
.minimal_ui:hover .minimal_ui__toolbar {
  opacity: 1;
}
.app-theme_dark .minimal_ui {
  background: hsl(0, 0%, 19%);
}
.minimal_ui__switcher {
  opacity: 0.7;
}
.minimal_ui__switcher:hover {
  opacity: 1;
  transition: all 0.2s;
}
.minimal_ui__body {
  overflow: hidden;
  height: 36px;
  background: hsl(0, 0%, 97%);
  position: relative;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 18px 18px 0;
}
.app-theme_dark .minimal_ui__body {
  background: hsl(0, 0%, 16%);
}
.minimal_ui__timer_permalink {
  margin: 0 -9px 0 10px;
}
.minimal_ui__timer_permalink .icon_source-local {
  color: inherit;
  line-height: 24px;
  text-align: center;
}
.minimal_ui__timer_progress {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  background: hsl(203, 66%, 45%);
  transition: all 0.2s;
  overflow: hidden;
}
.minimal_ui__timer_progress .minimal_ui__title {
  color: #fff;
}
.minimal_ui__timer_progress .minimal_ui__timer {
  visibility: hidden;
}
.minimal_ui-paused .minimal_ui__toolbar {
  opacity: 1;
}
.minimal_ui__timer_progress-break {
  background: rgba(0, 0, 0, 0.9);
}
.minimal_ui__timer_progress-long_break {
  background: #000000;
}
.minimal_ui__timer_progress_body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
}
.minimal_ui__title {
  position: relative;
  z-index: 0;
  padding: 0 0 0 10px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.minimal_ui__timer {
  position: relative;
  z-index: 20;
  border: 1px solid hsl(7, 66%, 45%);
  color: hsla(7, 66%, 45%, 0.87);
  border-radius: 18px;
  background: hsl(0, 0%, 97%);
  padding: 0 7px;
  line-height: 34px;
  font-size: 24px;
}
.minimal_ui__timer-break {
  border-color: #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.app-theme_dark .minimal_ui__timer {
  background: hsl(0, 0%, 16%);
}
.minimal_ui__toolbar {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s;
}
.minimal_ui__toolbar_item {
  padding: 0 10px;
  background: hsl(0, 0%, 100%);
}
.minimal_ui__toolbar_item + .minimal_ui__toolbar_item {
  border-left: 1px solid currentColor;
}
.app-theme_dark .minimal_ui__toolbar_item {
  background: hsl(0, 0%, 19%);
}
.minimal_ui__toolbar_item-action {
  cursor: pointer;
}
.minimal_ui__toolbar_icon {
  font-size: 18px;
}
.switcher {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.switcher-checked .switcher__body {
  box-shadow: 0 0 0 4px hsla(203, 66%, 45%, 0.87);
}
.switcher-checked .switcher__control {
  background: hsla(203, 66%, 45%, 0.87);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.switcher-checked .switcher__caption-on {
  opacity: 1;
}
.switcher-checked .switcher__caption-off {
  opacity: 0.5;
}
.switcher-checked.switcher-switcher .switcher__control {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.switcher-switcher .switcher__body {
  box-shadow: 0 0 0 4px hsla(203, 66%, 45%, 0.87);
}
.switcher-switcher.switcher-checked .switcher__control {
  background: hsla(203, 66%, 45%, 0.87);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.switcher-switcher .switcher__control {
  background: hsla(203, 66%, 45%, 0.87);
}
.switcher__body {
  display: inline-block;
  margin: 0 4px;
  width: 40px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0 0 4px #BCBCBC;
  transition: all 0.3s ease;
  background: hsl(0, 0%, 97%);
}
.switcher__caption + .switcher__body {
  margin-left: 10px;
}
.app-theme_dark .switcher__body {
  background: hsl(0, 0%, 16%);
}
.switcher__checkbox {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0!important;
}
.switcher__control {
  width: 18px;
  height: 18px;
  background: #BCBCBC;
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 1px;
  transition: all 0.3s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.switcher__caption {
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 0 5px;
}
.switcher__caption-on {
  opacity: 0.5;
}
.source_box {
  margin: 0 0 20px;
}
.source_box-active {
  /*.source_box__header {
        border-bottom: 2px solid @color__orange;
        padding-bottom: 3px;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
    }*/
}
.source_box:first-child .source_box__header {
  margin-top: 3px;
}
.source_box__header,
.source_box__project-favorites {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 23px;
  position: relative;
}
.source_box__icon {
  position: absolute;
  left: -4px;
  top: 5px;
}
.source_box__icon-micon {
  font-size: 18px;
  left: 3px!important;
  top: 8px;
}
.app-theme_dark .source_box__icon-micon {
  color: hsla(0, 0%, 100%, 0.87);
  -webkit-filter: none;
          filter: none;
  mix-blend-mode: normal;
}
.source_box__project {
  color: inherit;
  margin: 0;
  padding: 4px 0 7px 23px;
  text-decoration: none!important;
  position: relative;
}
.source_box__project:hover {
  color: hsla(203, 66%, 45%, 0.87);
}
.source_box__project-favorites:hover {
  color: inherit;
}
.source_box__project-favorites .source_box__icon {
  top: 4px;
}
.source_box__header-dashboard {
  display: none;
}
.source_box__project-active {
  color: #fff !important;
  background: hsla(7, 66%, 45%, 0.87) !important;
  margin-left: -23px;
  margin-right: -14px;
  padding-left: 46px;
  padding-right: 14px;
}
.source_box__project-active .source_box__project_badge {
  color: inherit;
}
.source_box__project-active .source_box__icon-micon {
  left: 24px!important;
}
.source_box__project_badge {
  font-size: 13px;
  color: #BCBCBC;
  position: relative;
  top: 1px;
}
.app-theme_dark .source_box__project_badge {
  color: hsla(0, 0%, 100%, 0.54);
}
.app-theme_dark .source_box__project-active .source_box__project_badge {
  color: inherit;
}
.input {
  display: block;
  border-radius: 4px;
  border: 1px solid hsla(210, 100%, 10%, 0.24);
  background: hsl(0, 0%, 100%);
  padding: 0 12px;
  line-height: 35px;
  height: 35px;
  color: hsla(210, 100%, 10%, 0.54);
  font-weight: 300;
  flex: auto;
  box-sizing: border-box;
}
.input[icons-count="1"] {
  padding-right: 32px;
}
.input[icons-count="2"] {
  padding-right: 54px;
}
.input:focus {
  border-color: hsla(203, 66%, 45%, 0.7);
  color: hsla(210, 100%, 10%, 0.87);
  outline: none;
}
.input-wide {
  width: 100%;
}
.input__wrapper {
  position: relative;
  overflow: hidden;
}
.input__icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.input__icon {
  margin-right: 10px;
}
.app-theme_dark .input {
  border-color: hsla(0, 0%, 100%, 0.24);
  background: hsl(0, 0%, 19%);
  color: hsla(0, 0%, 100%, 0.54);
}
.app-theme_dark .input:focus {
  border-color: hsla(203, 66%, 45%, 0.7);
  background: hsl(0, 0%, 16%);
  color: hsla(0, 0%, 100%, 0.87);
}
.separator {
  border: 1px dashed #d7d7d7;
}
.separator-top {
  border-width: 1px 0 0 0;
}
.separator-bottom {
  border-width: 0 0 1px 0;
}
.app-theme_dark .separator {
  border-color: hsla(0, 0%, 100%, 0.24);
}
.group {
  border: 1px solid #2b97db;
  border-radius: 4px;
  box-sizing: border-box;
  height: 35px;
  display: flex;
  align-items: stretch;
}
.group__item + .group__item {
  border-left: 1px solid #2b97db;
}
.project_title {
  padding-left: 34px;
}
.waiting {
  text-align: center;
  margin: 50px 0;
}
.waiting__title {
  font-size: 30px;
  line-height: normal;
  margin: 30px;
}
.waiting__icon {
  width: 80px!important;
  height: 80px!important;
  display: inline-block;
  font-size: 80px!important;
  line-height: 80px!important;
  text-indent: 0;
}
.notifications {
  position: fixed;
  z-index: 42000;
  top: 0;
  left: 0;
  right: 0;
  background: hsl(0, 0%, 100%);
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.app-theme_dark .notifications {
  background: hsl(0, 0%, 16%);
}
.notifications__item {
  margin-bottom: 5px;
}
.notifications__item:last-child {
  margin-bottom: 0;
}
.alert {
  padding: 7px 10px;
  line-height: 2rem;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 25px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: -16px;
}
.modal-bottom.in .modal-dialog {
  top: auto!important;
  bottom: 0;
  -webkit-transform: translate(-50%, -5%) !important;
          transform: translate(-50%, -5%) !important;
  transition: all 0.3s ease-out !important;
}
.modal-bottom .modal-dialog {
  top: auto!important;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%) !important;
          transform: translate(-50%, 100%) !important;
}
.app-theme_dark .modal-header,
.app-theme_dark .modal-footer {
  border-color: hsla(0, 0%, 100%, 0.24);
}
.app-theme_dark .modal-content {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsl(0, 0%, 19%);
}
.checkbox {
  display: flex;
  vertical-align: baseline;
}
.simple_checkbox {
  display: flex;
  align-items: baseline;
  margin: 0;
}
.simple_checkbox__input {
  margin: 0 8px 0 0!important;
}
.feature__enabled-false {
  opacity: 0.25;
}
.feature__enabled-false * {
  pointer-events: none;
}
.feature__enabled_visual-false {
  opacity: 0.25;
}
.project {
  display: flex;
  align-items: center;
}
.project .editable-wrap {
  display: block;
}
.project .editable-controls {
  display: flex;
}
.project .editable-input {
  flex: 1;
  margin-right: 10px;
}
.project-can_moved {
  /* cursor: move; */
}
.project.sortable-ghost {
  opacity: 0.5;
}
.projects__item-editable form {
  flex: 1;
}
.project__title {
  flex: 1;
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.project__title:hover {
  text-decoration: none;
}
.project__toolbar {
  margin-left: 15px;
  opacity: 0;
  display: flex;
}
.project__toolbar + .project__toolbar {
  margin-left: 10px;
}
.project__toolbar-visible {
  opacity: 1!important;
}
.project__show_toolbar .project__toolbar {
  opacity: 1;
}
.project__access_level {
  margin-left: 20px;
}
.project__toolbar_btn {
  margin-right: 10px;
}
.project__toolbar_btn:last-child {
  margin-right: 0;
}
.project-can_moved .as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.projects__item {
  padding: 8px 16px;
  background: hsl(0, 0%, 97%);
}
.app-theme_dark .projects__item {
  background: hsl(0, 0%, 16%);
}
.projects__item .as-sortable-item-handle {
  cursor: inherit;
}
.projects__item .editable.as-sortable-item-handle {
  cursor: pointer;
}
.projects__item .editable__hint {
  display: inline-block;
  margin-left: 8px;
  visibility: hidden;
  position: relative;
  top: 1px;
  opacity: 0.5;
}
.projects__item .editable:hover .editable__hint {
  visibility: visible;
}
.toolbar_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  background: hsl(0, 0%, 97%);
}
.toolbar_bottom-fixed {
  position: fixed;
  z-index: 500;
  left: 0;
  bottom: 0;
  right: 0;
}
.app-theme_dark .toolbar_bottom {
  background: hsl(0, 0%, 16%);
  border-color: hsla(0, 0%, 100%, 0.54);
}
.toolbar_bottom__right {
  display: flex;
}
.date-picker[readonly] {
  background-color: #fff;
  cursor: pointer;
}
.pomodoros {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-left: -4px;
  flex-wrap: wrap;
}
.pomodoros__item {
  margin: 2px 0 0 2px;
}
.pomodoros__item .micon {
  display: block;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
}
.estimate {
  display: flex;
}
.estimate__minutes {
  margin-right: 32px;
  white-space: nowrap;
}
.estimate__pomodoros_number {
  margin-right: 16px;
  white-space: nowrap;
}
.estimate__pomodoros {
  display: flex;
}
.estimate__value_name {
  display: inline-block;
  margin-left: 8px;
}
.form_inputs {
  display: flex;
  align-items: center;
}
.form_inputs__item {
  margin-left: 15px;
}
.form_inputs__item:first-child {
  margin-left: 0;
}
.form_inputs__item-wide {
  flex: 1;
}
.form_inputs__item_input {
  display: block;
  width: 100%;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.today_log__timers .card__timer:last-child {
  display: none;
}
.today_log__notes {
  position: relative;
  width: 16px;
}
.editable.editable__text {
  color: inherit;
  border-color: inherit;
}
.editable.editable__text_simple {
  color: inherit;
  border: none;
}
.editable.editable__text_simple:hover {
  color: #c03928;
  text-decoration: none;
}
.editable-block .editable-wrap {
  display: block;
}
.editable-block .editable-controls {
  display: flex;
}
.editable-block .editable-input {
  flex: 1;
}
.editable__icon {
  margin-left: 8px;
}
.service {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: inherit;
  width: 86px;
}
.service:hover {
  border-color: #000;
  text-decoration: none;
}
.service__items {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-top: -16px;
  flex-wrap: wrap;
}
.service__item {
  margin-left: 16px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .service {
    width: 110px;
  }
  .service__item {
    justify-content: center;
    display: flex;
  }
}
.service__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
}
.service__icon {
  display: flex;
  justify-content: center;
  margin: 0 0 4px 0;
}
.service__icon_picture {
  display: block;
  width: 64px;
  height: 64px;
}
.sidebar__toolbar {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px dashed #d7d7d7;
}
.app-theme_dark .sidebar__toolbar {
  border-color: hsla(0, 0%, 100%, 0.24);
}
.sidebar__toolbar_item {
  color: inherit;
  display: flex;
  align-items: center;
}
.sidebar__toolbar_item:hover {
  text-decoration: none;
  color: hsla(7, 66%, 45%, 0.87);
}
.sidebar__toolbar_item_icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}
.grid-align_center {
  justify-content: center;
}
.grid__item {
  margin: 16px 0 0 16px;
}
.timer_sync {
  margin: 10px 0;
}
.timer_sync--type_BREAK {
  color: #fff;
  background: #424242 !important;
  border-color: hsl(0, 0%, 16%) !important;
}
.timer_sync--type_BREAK .action_item:hover {
  color: #fff !important;
}
.minimal_ui .timer_sync {
  margin: 0;
}
.timer_sync__title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.timer_sync__link {
  color: inherit!important;
  text-decoration: none!important;
}
.action_item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.action_item:hover {
  cursor: pointer;
  color: hsla(7, 66%, 45%, 0.87);
}
.action_item-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.action_item__icon {
  margin-right: 8px;
}
.log_short_stat td {
  padding: 2px 0 2px 8px;
}
.log_short_stat td:first-child {
  padding-left: 0;
}
.slick {
  position: relative;
}
.slick__arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  font-size: 42px;
  cursor: pointer;
  opacity: 0.25;
  color: hsla(203, 66%, 45%, 0.87);
}
.slick__arrow-right {
  right: 32px;
}
.slick__arrow-left {
  left: 32px;
}
.slick__arrow:hover {
  opacity: 1;
}
.slick__arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
  pointer-events: none;
}
.slick__item_caption {
  text-align: center;
  margin: 24px 16px 32px 16px;
  line-height: 1.3;
  font-size: 32px;
  transition: all 0.6s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.slick__item_description {
  text-align: center;
  margin: 16px 48px 32px 48px;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.8s ease 0.2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.slick__item_picture {
  margin: 0 0 32px 0;
}
.slick__item_image {
  display: block;
  max-width: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
@-webkit-keyframes move_slick__item_image {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes move_slick__item_image {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slick-slide {
  background: #fff;
}
.slick-slide.slick-active .slick__item_description,
.slick-slide.slick-active .slick__item_caption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.slick-slide.slick-active .slick__item_image {
  -webkit-animation: 1s ease 0.1s move_slick__item_image;
          animation: 1s ease 0.1s move_slick__item_image;
  opacity: 1;
}
.app-theme_dark .slick-slide {
  background: hsl(0, 0%, 19%);
}
.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots button {
  border: none;
  display: block;
  line-height: 0;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  font-size: 0;
  background: hsla(7, 66%, 45%, 0.87);
  border-radius: 50%;
  opacity: 0.25;
}
.slick-dots button:hover {
  opacity: 0.75;
}
.slick-dots .slick-active button {
  opacity: 1;
}
.app-theme_dark .navbar {
  background: hsl(0, 0%, 16%);
}
.form-control {
  padding: 6px;
  color: hsla(210, 100%, 10%, 0.87);
  background: hsl(0, 0%, 100%);
  border-color: hsla(210, 100%, 10%, 0.24);
}
.form-control:placeholder {
  color: hsla(210, 100%, 10%, 0.54);
}
.form-control:focus {
  border-color: hsla(203, 66%, 45%, 0.87);
  box-shadow: none!important;
}
[disabled] .form-control,
[disabled].form-control,
[readonly].form-control {
  opacity: 0.5 !important;
  background: hsl(0, 0%, 100%);
}
textarea.form-control {
  resize: vertical;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 7.5px;
}
.has-feedback_no_label .form-control-feedback {
  top: 7.5px;
}
.app-theme_dark .form-control {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsl(0, 0%, 19%);
  border-color: hsla(0, 0%, 100%, 0.57);
}
.app-theme_dark .form-control:placeholder {
  color: hsla(0, 0%, 100%, 0.54);
}
.app-theme_dark .form-control:focus {
  border-color: hsla(203, 66%, 45%, 0.87);
}
.app-theme_dark [disabled] .form-control,
.app-theme_dark [disabled].form-control,
.app-theme_dark [readonly].form-control {
  background: hsl(0, 0%, 19%);
  opacity: 0.5 !important;
}
.close {
  color: inherit;
  text-shadow: none;
}
.close:hover {
  color: inherit;
}
.progress {
  box-shadow: none;
  background: hsl(0, 0%, 97%);
}
.app-theme_dark .progress {
  background: hsl(0, 0%, 16%);
}
.nav-tabs {
  border-bottom-color: hsla(210, 100%, 10%, 0.14);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: hsla(210, 100%, 10%, 0.87);
  background: hsl(0, 0%, 100%);
  border-color: hsla(210, 100%, 10%, 0.14);
  border-bottom-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: hsl(0, 0%, 100%);
}
.app-theme_dark .nav-tabs {
  border-bottom-color: hsla(0, 0%, 100%, 0.14);
}
.app-theme_dark .nav > li > a:hover,
.app-theme_dark .nav > li > a:focus {
  background: hsl(0, 0%, 19%);
  border-bottom-color: hsla(0, 0%, 100%, 0.14);
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.app-theme_dark .nav-tabs > li.active > a,
.app-theme_dark .nav-tabs > li.active > a:hover,
.app-theme_dark .nav-tabs > li.active > a:focus {
  color: hsla(0, 0%, 100%, 0.87);
  background: hsl(0, 0%, 19%);
  border-color: hsla(0, 0%, 100%, 0.14);
  border-bottom-color: transparent;
}
.dropdown-menu > li > a {
  color: inherit;
}
.app-theme_dark .dropdown-menu {
  background: hsl(0, 0%, 20%);
}
.app-theme_dark .dropdown-menu .divider {
  background: hsl(0, 0%, 36%);
}
