/* BODY */
html {
    position: relative;
    margin: 0;
    padding: 0;
}
body {
    box-sizing: border-box;
    min-width: 600px;
    margin: 0;
    color: #535c69;
    font-family: "Helvetica Neue", Inter, Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow-x: auto;
    overflow-y: visible;
}
h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 160;
}
h3 {
    float: left;
    font-size: 1.5rem;
    font-weight: 220;
}
h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
}
a {
    color: #535c69;
    text-decoration: none;
}
a:hover {
    color: #535c69;
    text-decoration: underline;
}
.th {
    font-weight: bold;
    background-color: #f7f9fa;
}
.left {
    text-align: left !important;
}
.bold {
    font-weight: bold;
}
.red {
    color: #e00;
}
.green {
    color: #080;
}
.light-grey {
    background-color: #f6f8f9;
}
.dashed {
    border-bottom: 1px dashed #535c69;
}
.hide {
    height: 0;
    margin: 0 !important;
}
.html-slider-open {
    height: 100vh;
}
.remark {
    margin-left: 30px;
    color: #08f;
    font-style: italic;
}
.remark-link {
    border-bottom: #08f dashed 1px;
    cursor: help;
}

/* HEADER */
header {
    display: flex;
    align-items: center;
    box-sizing:border-box;
    height:50px;
    width:100%;
    padding: 5px 30px;
    color: #fff;
    background-color: #535c69;
}
#logo {
    float: left;
}
#logo-img {
    width: 40px;
    height: 40px;
    padding-right: 30px;
}
nav {
    float: left;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
nav ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav ul li {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    opacity: 0.75;
    cursor: pointer;
    transition: 0.2;
}
nav ul li:not(.menu-active):hover {
    opacity: 1;
}
nav ul li a,
nav ul li a:hover {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    transition: 0.2;
}
.menu-active {
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 1;
    cursor: auto;
}
.menu-active a {
    cursor: auto;
}
#right-menu {
    display: flex;
    margin-left: auto;
    padding-left: 30px;
}
/* #right-menu-icons {
    display: flex;
    display: none;
    align-items: center;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #aaa;
}
i.right-menu-icon {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0.75;
    cursor: pointer;
}
i.right-menu-icon:hover {
    opacity: 1;
} */
#right-menu-user {
    display: flex;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
}
#right-menu-user-photo {
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
#right-menu-user-down {
    padding-left: 15px;
    font-size: 0.6rem;
    opacity: 0.75;
}
#right-menu-user:hover #right-menu-user-down {
    opacity: 1;
}

/* NOTIFICATION */
#top-notification-wrap {
    position: relative;
    width: 100%;
}
#top-notification {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff4cb;
}
#top-notification .fa-triangle-exclamation {
    margin-right: 3px;
}
#top-notification-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85em;
    padding: 8px 30px 5px 30px;
    cursor: pointer;
    transition: 0.1s;
}
#top-notification-close-icon:hover {
    color: #000;
}
.dashed-link {
    text-decoration: none;
    border-bottom: 1px dashed #535c69;
    cursor: pointer;
    transition: 0.1s;
}
.dashed-link:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #000;
}
#desktop-app-popup-top {
    top: 107px;
    width: 520px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* LOADING */
#loader {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 99;
}
#loading #loader {
    display: flex;
}
#loading #tracker-thead {
    border-radius: 5px 5px 5px 5px;
}
#loading #timing-task-text,
#loading #tracker-tbody {
    display: none;
}

/* MAIN */
main {
    position: relative;
    margin: 60px 30px;
}
#month-report {
    position: relative;
}
#displayedPeriod i {
    font-size: 1.35rem;
    padding: 10px 20px;
}
#displayedPeriod i.active-chevron {
    cursor: pointer;
}
#displayedPeriod i.active-chevron:hover {
    color: #000;
}
i.inactive-chevron {
    color: transparent;
    cursor: default;
}
#month-report .report-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
#month-report .top-button {
    margin-top: 0;
}

/* TRACKER TOP */
#tracker-top {
    box-sizing: border-box;
    height: 36px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    position: relative;
}
#add-task {
    float: left;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
}
#add-task-input {
    float: left;
    width: 152px;
    height: 36px;
    color: #535c69;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 15px;
    border: 1px solid #d5dbdf;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    outline: none;
    transition: 0.2s;
}
#add-task-input::-webkit-input-placeholder,
.list-search-input::-webkit-input-placeholder {
    color: #d5dbdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.2s;
}
#add-task-input::-moz-placeholder,
.list-search-input::-moz-placeholder {
    color: #d5dbdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.2s;
}
/* Firefox 19+ */
#add-task-input:-moz-placeholder,
.list-search-input:-moz-placeholder {
    color: #d5dbdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.2s;
}
/* Firefox 18- */
#add-task-input:-ms-input-placeholder,
.list-search-input:-ms-input-placeholder {
    color: #d5dbdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.2s;
}

#add-task:hover #add-task-input::-webkit-input-placeholder,
.list-search-input:hover::-webkit-input-placeholder {
    color: #acb6bf;
}
#add-task:hover #add-task-input::-moz-placeholder,
.list-search-input:hover::-moz-placeholder {
    color: #acb6bf;
}
/* Firefox 19+ */
#add-task:hover #add-task-input:-moz-placeholder,
.list-search-input:hover:-moz-placeholder {
    color: #acb6bf;
}
/* Firefox 18- */
#add-task:hover #add-task-input:-ms-input-placeholder,
.list-search-input:hover:-ms-input-placeholder {
    color: #acb6bf;
}
#add-task:hover #add-task-button {
    opacity: 1;
}
#add-task:hover #add-task-input {
    border-color: #acb6bf;
}
#add-task-button {
    height: 36px;
    width: 36px;
    background-color: #080;
    border: none;
    font-size: 24px;
    color: #fff;
    padding-top: 0;
    opacity: 0.5;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
#add-task-input.add-task-input-wide {
    width: 400px;
}
.top-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    padding-right: 1px;
    margin-right: 30px;
    margin-left: 2px;
    border-radius: 5px;
    background-color: #eef2f4;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
}
#add-razdelitel-button {
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #535c69;
    padding-top: 0;
    outline: none;
    transition: 0.2s;
}
#add-razdelitel-icon {
    padding-bottom: 2px;
}
#info {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
#info.flashing {
  animation: flashing 3.5s ease-in-out forwards;
}
/* 3 мигания по 0.4 сек туда и 0.4 сек назад = 0.8 сек на цикл x 3 = 2.4 сек */
@keyframes flashing {
  0%   { background-color: #eef2f4; }
  15%  { background-color: transparent; }
  30%  { background-color: #fff4cb; }
  45%  { background-color: transparent; }
  60%  { background-color: #fff4cb; }
  75%  { background-color: transparent; }
  90%  { background-color: #eef2f4; }
}
#timing-task-text {
    display: inline-block;
    line-height: 22px;
    height: 22px;
    margin: 7px 0;
    overflow: hidden;
}
#timing-task-text-bottom {
    display: inline-block;
    line-height: 22px;
    height: 22px;
}
#tracker-message {
    display: none;
    box-sizing: border-box;
    height: 36px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 33px;
    padding-right: 33px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    color: #f00;
    background-color: #fff4cb;
}
#tracker-table {
    box-sizing: border-box;
    width: 100%;
}
#tracker-thead {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    background: #eef2f4;
    clear: both;
    border-radius: 5px 5px 0 0;
}
.tracker-task {
    box-sizing: border-box;
    width: 100%;
    padding-right: 448px;
}
.tracker-th {
    float: left;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
}
#top-bookmark {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 11px;
    padding-left: 12px;
    color: #acb6bf;
    cursor: pointer;
    transition: 0.2s;
}
#top-bookmark:hover {
    color: #535c69;
}
.tracker-task i.fa-bookmark {
    cursor: pointer;
    padding-left: 12px;
}
.tracker-task i {
    cursor: move;
}
.tracker-td-options {
    float: left;
    width: 448px;
    margin-left: -448px;
}
.tracker-edit {
    box-sizing: border-box;
    width: 78px;
    text-align: right;
}
.tracker-time {
    box-sizing: border-box;
    width: 120px;
    text-align: center;
    border-radius: 2px;
}
.tracker-urgency {
    box-sizing: border-box;
    width: 30px;
}
.tracker-urgency i {
    width: 100%;
    text-align: center;
}
.fire-on.fa-fire {
    color: #f00 !important;
}
.tracker-deadline {
    box-sizing: border-box;
    width: 170px;
    height: 25px;
    padding-left: 20px;
}
.main-urgency i {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
#tracker-tbody i.fa:hover,
#tracker-tbody i.fas:hover,
#tracker-tbody i.far:hover {
    color: #535c69;
}
#top-map {
    width: 100%;
    padding: 0;
    line-height: 36px;
    color: #acb6bf;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}
#top-map:hover {
    color: #535c69;
}
.tracker-tr {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border-bottom: 1px dashed #eef2f4;
    overflow: hidden;
    clear: both;
    color: #000;
}
@-webkit-keyframes blinker {
  50% {
    border-left-color: transparent;
  }
}
.time-active {
    border-left: 5px solid #080;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinkercolon {
  50% {
    color: transparent;
  }
}
.timing-on > .colon {
    color: #080;
    animation-name: blinkercolon;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinkercolon;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}
.tracker-tr:hover .meeting {
    background: #f7f9fa !important;
    color: #080 !important;
}
.tracker-tr:hover .urgency {
    background: #f7f9fa !important;
    color: #f00 !important;
}
i.fa-map-marker-on, i.fa-map-marker-on:hover, .meeting {
    color: #080 !important;
}
.urgency {
    color: #f00 !important;
}
.overdue {
    color: #f00;
}
.tracker-td {
    float: left;
}
#tracker-tbody i.fa-ellipsis-v {
    cursor: move;
}
.tracker-task i.fa-ellipsis-v {
    padding-left: 15px;
}
.time-active i.fa-ellipsis-v {
    padding-left: 10px !important;
}
.time-active .before-task {
    padding-left: 10px;
    width: 28px;
}
.tracker-task i {
    cursor: move;
}
i.before-task {
    float: left;
    box-sizing: border-box;
    width: 33px;
    transition: 0s;
}
.tracker-tr i.fa,
.tracker-tr i.fas,
.tracker-tr i.far {
    color: #d5dbdf;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    /* transition: 0.1s; */
}
.task-text {
    display: table-cell;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-tr:hover .meeting {
    background: #f7f9fa !important;
    color: #080 !important;
}
.main-tr:hover .urgency {
    background: #f7f9fa !important;
    color: #f00 !important;
}
.input-task {
    display: none;
    height: 16px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    margin-left: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 0;
}
.input-task-dev {
    display: none;
    height: 16px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    margin-left: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 0;
}
.tracker-td-options {
    float: left;
    width: 448px;
    margin-left: -448px;
}
.tracker-edit {
    box-sizing: border-box;
    width: 78px;
    text-align: right;
}
.text-before {
    display: none;
}
.tracker-edit a {
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
    left: 5px;
}
.tracker-edit a:last-child i {
    padding-left: 5px;
    padding-right: 0px;
}
.tracker-edit a i {
    display: block;
    width: 14px;
    height: 14px;
}
.input-deadline {
    height: 25px;
    width: 120px;
    cursor: pointer;
    color: #535c69;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    margin-left: 0;
    padding-left: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    float: left;
}
.tracker-deadline i.fa-times {
    visibility: hidden;
    font-size: 12px;
    vertical-align: top;
    padding: 7px 10px 7px 5px;
}
.tracker-close {
    box-sizing: border-box;
    width: 50px;
    text-align: right;
}
.tracker-close i.fa-check {
    padding-right: 15px;
}
i.fa-check, i.fa-times {
    padding-left: 0;
}
.start-timing {
    cursor: pointer;
}
.time-fact {
    display: inline-block;
    width: 35px;
    color: #080;
    color: #d5dbdf;
}
.start-timing i {
    padding-left: 15px;
    padding-right: 5px;
}
.start-timing:hover i,
i.fa-pause,
i.fa-pause:hover {
    color: #080 !important;
}
.timing-on {
    color: #080;
    font-weight: bold;
}
.time-sep {
    color: #d5dbdf;
}
.time-plan {
    border: none;
    width: 35px;
    background: transparent;
    color: #d5dbdf;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    text-align: center;
    outline: none;
}
.time-plan::-webkit-input-placeholder {
    color: #d5dbdf;
}

.time-plan:-ms-input-placeholder {
    color: #d5dbdf;
}

.time-plan::-moz-placeholder {
    color: #d5dbdf;
    opacity: 1;
}

.time-plan:-moz-placeholder {
    color: #d5dbdf;
    opacity: 1;
}

.time-plan:hover::-webkit-input-placeholder {
    color: #535c69;
}

.time-plan:hover:-ms-input-placeholder {
    color: #535c69;
}

.time-plan:hover::-moz-placeholder {
    color: #535c69;
    opacity: 1;
}

.time-plan:hover:-moz-placeholder {
    color: #535c69;
    opacity: 1;
}

.time-plan:hover,
.time-plan:focus {
    color: #535c69;
}
#tracker-user {
    float: right;
    height: 36px;
    cursor: pointer;
}
#tracker-user-photo-wrap {
    float: left;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef2f4;
    border-radius: 5px;
    margin-right: 15px;
}
#tracker-user-photo {
    height: 18px;
    opacity: 0.9;
}
#tracker-user-info {
    float: left;
    text-align: left;
}
#tracker-user-name {
    display: inline-block;
    height: 18px;
    white-space: nowrap;
    transition: all 0.2s ease;
    overflow: hidden;
}
#tracker-user-change {
    height: 18px;
    line-height: 18px;
    vertical-align: bottom;
    font-size: 0.75rem;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.2s;
}
#tracker-user:hover #tracker-user-change,
#tracker-user-change:hover {
    opacity: 1;
}
#tracker-top .top-icon-wrap:hover {
    background-color: #d5dbdf;
}
#tracker-top .fal,
#tracker-top .far,
#tracker-top .fas {
    font-family: "Font Awesome 6 Pro";
}
.list {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #535c69;
    min-width: 200px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #eef2f4;
}
.list-rhomb {
    position: absolute;
    top: -5px;
    right: 110px;
    width: 10px;
    height: 10px;
    background-color: #eef2f4;
    transform: rotate(45deg);
}
.list-search-input {
    width: 100%;
    height: 36px;
    border: 1px solid #d5dbdf;
    border-radius: 5px;
    margin-top: 8px;
    padding: 0 14px;
    margin-bottom: 18px;
    outline: none;
}
.list-search-input:hover {
    border: 1px solid #C3C9CD;
}
.list-items {
    border-top: 1px dashed #d5dbdf;
    padding: 10px 0;
}
.list-withoutsearch .list-items {
    border-top: none;
}
.list-item {
    padding: 0 15px;
    line-height: 2em;
    cursor: pointer;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item:hover {
    background-color: #d5dbdf;
}
.list-items-checkbox {
    cursor: pointer;
}

/*****************
/*
/* TIMESPOTTER */
/*
/*****************

/* TOP */
/* PERIOD */
#period select {
    height: 34px;
    margin-right: 5px;
    color: #535c69;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgba(83,92,105,.2);
    border-radius: 2px;
    outline: none;
}
#period input.submit {
    height: 34px;
    padding: 5px 20px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    background-color: #3bc8f5;
    cursor: pointer;
    outline: none;
}
#period input.submit:hover {
    background-color: #3eddff;
}

/* TOP BUTTONS */
.report-buttons {
    position: relative;
}
.page-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.top-button {
    float: right;
    color: #333;
    margin-top: 22px;
    margin-left: 15px;
    border: 1px solid #d5dbdf;
    border: 1px solid #eef2f4;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.page-buttons .top-button {
    margin-top: 0;
}
.top-button:hover {
    background-color: #f0f2f4;
    border: 1px solid #f0f2f4;
    color: #000;
}
.top-button-inner {
    padding: 10px 30px;
}
.top-button i {
    font-size: 16px;
}

/* SETTINGS */
#popup-bg, #screen-bg, #mini-prescreen-bg, #prescreen-bg, #big-screen, #popup-bg-transparent {
    display: none;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d5dbdf;
    background-image: linear-gradient(rgba(172, 182, 191, 0.9), rgba(172, 182, 191, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
#popup-bg {
    z-index: 3;
}
#popup-bg-transparent {
    z-index: 4;
    opacity: 0.9;
}
#screen-bg,
#mini-prescreen-bg,
#prescreen-bg {
    z-index: 2;
}
#big-screen {
    z-index: 3;
}
#hide-area {
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-color: rgba(83, 92, 105, 0.25);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.1s;
}
#hide-area:hover {
    background-color: rgba(83, 92, 105, 0.33);
}
#close-screens {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    color: #f00;
    width: 28px;
    height: 28px;
    padding: 0px;
    cursor: pointer;
}
#close-screens::before,
#close-screens::after {
    content: '';
    position: absolute;
    top: 39%;
    left: 61%;
    width: 100%;
    height: 1px;
    background-color: #9ba4ac;
    background-color: #535c69;
}
#close-screens::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#close-screens::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#close-screens:hover::before,
#close-screens:hover::after {
    background-color: #f00;
}

.popup {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 500px;
    border-radius: 5px;
    padding: 30px;
    background-color: #fff;
    z-index: 5;
}
.button-popup {
    top: 68px;
    right: 0;
}
.close {
    position: absolute;
    top: 0;
    right: 0;
    color: #535c69;
    padding: 30px;
    cursor: pointer;
    transition: 0.2s;
}
.close:hover {
    color: #000;
}
.popup-field {
    margin-bottom: 15px;
}
.popup-field-name {
    margin-bottom: 5px;
}
.delete-icon.popup-delete-icon {
    padding-left: 10px;
}
.popup-field-title {
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.popup-field-input {
    border: 1px solid #f0f2f4;
    background-color: #f0f2f4;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
    outline: none;
}
.popup-field-employee-selection {
    width: 100%;
    line-height: 2rem;
    margin-bottom: 10px;
}
.popup-field-input-number {
    width: 60px;
    text-align: center;
}
.delete-icon {
    padding: 5px 30px;
    cursor: pointer;
    transition: 0.2s;
}
.delete-icon:hover {
    color: #f00;
}
.popup-field-default-time {
    margin-bottom: 10px;
}
.plus-icon {
    margin-right: 5px;
}
.popup-field-add {
    margin-top: 5px;
}
.popup-field-add-span {
    color: #004C65;
    cursor: pointer;
    border-bottom: 1px dashed #535c69;
    transition: 0.2s;
}
.popup-field-add-span:hover {
    color: #00f;
}
.popup-field-submit {
    box-sizing: border-box;
    width: 100%;
    background-color: #3bc8f5;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.2s;
}
.popup-field-submit:hover {
    background-color: #00b2ed;
    border-color: #00b2ed;
}

/* MONTH REPORT */
#month-report h2 {
    text-align: center;
}
table {
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 45px;
    clear: both;
}
th, td {
    border: 1px #eef2f4 solid;
    padding: 5px;
    text-align: center;
}
td input {
    color: #535c69;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: none;
    outline: none;
}
.td-link {
    cursor: pointer;
}
.td-link:hover {
    text-decoration: underline;
}
.td-input {
    padding: 0 5px;
}
.width-2num {
    width: 30px;
}
thead tr:last-child th,
thead th[rowspan="2"] {
    border-bottom-width: 3px;
}
#month-report-wrapper {
    width: 100%;
}
.month-report-wrapper-td {
    padding: 0;
    border: none;
}
table#month-report-table-days {
    width: 100%;
}
table#month-report-table-days th,
table#month-report-table-days td {
    min-width: 0;
    max-width: 0;
    color: transparent;
}
table#month-report-table-days th.first-td,
table#month-report-table-days td.first-td {
    max-width: 50%;
    color: inherit;
    padding: 5px 20px;
}
th.first-td,
td.first-td {
    min-width: 150px;
    max-width: 50%;
    color: inherit;
    padding: 5px 20px;
}
table#month-report-table-days th.total-time-td,
table#month-report-table-days td.total-time-td {
    max-width: 25%;
    color: inherit;
}
.kpi-table .first-td {
    min-width: 150px;
}
#month-report-table-days th.holiday,
#month-report-table-days td.holiday {
    background: url(../img/weekend-bg.jpeg) repeat #f6f8f9;
}
#month-report-table-days th.vacation,
#month-report-table-days td.vacation {
    background: url(../img/weekend-bg.jpeg) repeat #f6f8f9;
}
#month-report-table-days td.low {
    background-color: #fdd;
    /background-color: #ffea9c;
}
#month-report-table-days td.high {
    /background-color: #dfd;
}
th.right-line,
td.right-line {
    border-right-width: 3px;
}
.content table td {
    min-width: 50px;
}

/* SHORT TABLE LAYOUT */
table.short-table-layout th.month-report-table-number,
table.short-table-layout td.month-report-table-number {
    color: transparent;
    cursor: pointer;
}
#month-report-table-days th.today-cell,
#month-report-table-days td.today-cell,
#month-report-table-days th.focus-cell,
#month-report-table-days td.focus-cell {
    max-width: 10%;
    min-width: 50px;
    color: inherit;
}
#month-report-table-days th.today-cell,
#month-report-table-days td.today-cell {
    background-color: #fff;
    opacity: 0.5;
}
#month-report-table-days th.today-cell,
#month-report-table-days th.yesterday-cell {
    cursor: auto;
}
table#salary-report {
    width: 100%;
    margin-bottom: 50px;
}
.exceeded-time {
    background-color: #fdd;
}

/* REPORT DETAILS */
#report-table-details-th-task {
    cursor: pointer;
    transition: 0.2s;
}
#report-table-details-th-task:hover i {
    color: #000;
}
#report-table-details-th-task i {
    font-size: 0.75em;
    padding-left: 5px;
}
#report-timeline-wrap {
    clear: both;
    position: relative;
    margin-bottom: 28px;
    z-index: 3;
}
#report-timeline-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(172, 182, 191, 0.9), rgba(172, 182, 191, 0.9));
    border-radius: 5px;
    z-index: 91;
}
#report-timeline-cover-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
#report-timeline-cover-text {
    color: #fff;
    text-align: center;
    line-height: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
}
#report-timeline-invisible-cover {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    z-index: 92;
}
#report-timeline-bg {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border: 1px #eef2f4 solid;
    border-radius: 5px;
}
#report-timeline-bg-th {
    width: 100%;
    height: 28px;
    margin-bottom: 0;
}
.report-timeline-bg-th-margin,
.report-timeline-bg-th-label {
    float: left;
    text-align: center;
    padding-top: 5px;
}
.report-timeline-bg-th-margin {
    width: 4.1667%;
    box-sizing: border-box;
}
.report-timeline-bg-th-label {
    width: 8.3333%;
    box-sizing: border-box;
}
#report-timeline-bg-td {
    width: 100%;
    height: 70px;
}
.report-timeline-bg-td-cell {
    float: left;
    width: 8.3333%;
    box-sizing: border-box;
    height: 70px;
    border: 1px #eef2f4 solid;
    border-right: 0;
    border-bottom: 0;
}
.report-timeline-bg-td-cell-first {
    border-left: 0;
}
#report-timeline {
    clear: both;
    position: absolute;
    top: 1px;
    width: 100%;
    height: 28px;
    margin-bottom: 28px;
}
#report-timeline-ranges {
    position: relative;
    height: 98px;
    cursor: crosshair;
    z-index: 2;
}
#report-timeline-apps{
    position: relative;
    top: 81px;
    z-index: 1;
}
#report-timeline-variances {
    position: absolute;
    height: 98px;
    width: 100%;
    z-index: 1;
}
.report-timeline-variance {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(172, 182, 191, 0.15);
}
.report-timeline-item {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    padding: 41px 0 32px 0;
}
.report-timeline-app {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    padding: 0 0 15px 0;
}
.timelinetask-inner {
    box-sizing: border-box;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: center;
}
.timelineapp-inner {
    box-sizing: border-box;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
}
#cursor-line {
    position: absolute;
    width: 1px;
    height: 384px;
    bottom: 0;
    left: 0;
    background-color: red;
    z-index: 3;
    pointer-events: none;
    display: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.timelinetask-inner .ui-resizable-handle {
    z-index: 3 !important;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: 0px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: 0px;
    top: 0;
    height: 100%;
}

#report-timeline .unfocus .timelinetask-inner,
#report-timeline :not(.focus).unselect .timelinetask-inner {
    background-color: transparent;
    background-color: #eef2f4;
    border: 1px solid #fff;
}


/***************/
/*
/* SCREENSHOTS */
/*
/***************/

#screenshots {
    clear: both;
    position: absolute;
    bottom: 56px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: 28px solid #fff;
    border-width: 23px 28px;
    padding: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
#screenshots-task {
    clear: both;
    text-align: left;
    width: 800px;
    transition: 0.2;
}
#screenshots-task.right {
    text-align: right;
    transform: translateX(-850px);
}
#screenshots-task-time {
    font-size: 2.5rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 200;
}
#screenshots-task-text {
    margin-top: 20px;
    margin-bottom: 7px;
    margin-left: 5px;
    cursor: pointer;
}
#screenshots-task-text:hover {}
#screenshots-task-text .fa-times {
    color: #d5dbdf;
    padding-left: 10px;
    cursor: pointer;
}
#screenshots-task-text:hover .fa-times {
    color: inherit;
}
#screenshots-task-text .fa-times:hover {
    color: #e00;
}
#screenshots-app-text {
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 5px;
}
#screenshots-add-task {
    color: #080;
    padding: 5px 15px;
    /* background-color: #eef2f4;
    background-color: #dcf8dc; */
    border: 1px dashed #080;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
#screenshots-add-task:hover {
    /* background-color: #95EA95;
    background-color: #b9f1b9; */
    background-color: #080;
    color: #fff;
    text-decoration: none;
}
#screenshots-add-task i.fa-plus {
    margin-right: 3px;
}
#screenshots-task i.fa-clock {
    margin-left: 6px;
    margin-right: 5px;
}
#screenshots-slider {
    width: 100000px;
    margin-bottom: 28px;
    overflow: hidden;
}
.screen {
    position: relative;
    float: left;
    padding-right: 14px;
    padding-left: 14px;
    cursor: pointer;
}
.last-screen {
    margin-right: 1000px;
}
.new-task-first-screen {
    border-left: 1px dashed #535c69;
    border-left: 1px dashed #d5dbdf;
    padding-left: 13px;
}
.screen-header {
    font-size: 2em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 7px;
}
.screen-img-wrap {
    position: relative;
}
.screen:hover .screen-icons {
    background-color: rgba(172, 182, 191, 0.5);
}
.screen:hover i.screen-icon {
    opacity: 1;
}
.screen-icons {
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 5px 0 5px;
}
.screen-icons i {
    opacity: 0;
    width: 15px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    transition: 0.1s;
}
.screen-icons i.fa-eye-slash,
.screen-icons i.fa-eye{
    border-radius: 0 0 5px 5px;
}
.screen-icons i.fa-times {
    border-radius: 0 5px 0 5px;
}
.screen-icons i.fa-times:hover {
    color: #f00;
}
.screen-icons i.screen-icon:hover,
.screen-icons i.fa-eye-slash.hidden-slide-i,
.screen-icons i.fa-eye.open-slide-i,
.deleted-slide i.fa-times {
    opacity: 1;
    background-color: rgba(172, 182, 191, 0.7);
}
.screen-icons i.fa-eye-slash.hidden-slide-i,
.deleted-slide .screen-img-wrap i.fa-times {
    color: #f00;
}
.screen-icons i.fa-eye.open-slide-i,
.deleted-slide .screen-img-wrap i.fa-times {
    color: #080;
}
.deleted-slide .screen-icons {
    display: none;
}
.deleted-slide .screen-img {
    opacity: 0.1;
}
.deleted-slide .screen-img-wrap .screen-icons,
.deleted-slide .screen-img-wrap:hover .screen-icons {
    background-color: transparent;
}
.screen.deleted-slide {
    cursor: default;
}
.deleted-label {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    color: #f00;
    justify-content: center;
    align-items: center;
}
.deleted-slide .deleted-label {
    display: flex;
}
.screen-img {
    width: 240px;
    border: 1px solid #eef2f4;
    border-radius: 5px;
}
.screen-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 2em;
    font-weight: 200;
    width: 240px;
    height: 150px;
    border: 1px solid #eef2f4;
    background-color: #eef2f4;
    border-radius: 5px;
}
.screen-empty-link {
    font-size: 1rem;
    padding-top: 10px;
    color: #08f;
    cursor: pointer;
}
.screen-empty-link i {
    font-size: 0.85rem;
    padding-right: 3px;
}
.screen-empty-link:hover {
    color: #08f;
    text-decoration: none;
}
.screen-empty-link:hover .screen-empty-link-text {
    border-bottom: 1px dashed #08f;
}
.screenshots-task-work {
    color: #080;
}
.screenshots-task-private {
    color: #f84;
}
.screenshots-task-uncategorized {
    color: #535c69;
}
#screenshot-view {
    position: fixed;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}


/***********/
/*
/* SORTING */
/*
/***********/

#close-page {
    display: none;
    cursor: pointer;
    font-size: 2rem;
    transition: 0.1s;
}
#close-page:hover {
    color: #000;
}
.sorting-search {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 18px;
}
input.sorting-input {
    float: left;
    width: 214px;
    border: 1px solid #d5dbdf;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.sorting-input:hover {
    border-width: 1px 0 1px 1px;
}
.sorting-search:hover .sorting-input {
    border-color: #c3c9cd;
}
.sorting-add {
    float: left;
    height: 36px;
    width: 36px;
    background-color: #080;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 24px;
    color: #fff;
    padding-top: 0;
    opacity: 0.5;
    outline: none;
    transition: 0.2s;
}
.sorting-search-new .sorting-add {
    opacity: 1;
    cursor: pointer;
}
.sorting-types, 
.switch {
    position: relative;
    float: left;
    box-sizing: border-box;
    white-space: nowrap;
    margin-left: 30px;
    height: 36px;
    border: 1px solid #d5dbdf;
    border-radius: 5px;
}
.sorting-type-slider,
.switch-slider {
    position: absolute;
    background-color: #d5dbdf;
    background-color: #f7f9fa;
    background-color: #fff4cb;
    height: 34px;
    min-width: 30px;
    border-radius: 4px;
    transition: 0.1s;
}
.sorting-type, 
.switch-option {
    position: relative;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.2s;
}
.sorting-type-active, 
.switch-active {
    opacity: 1;
    //background-color: #d5dbdf;
    //background-color: #f7f9fa;
    //background-color: #fff4cb;
    cursor: auto;
}
.sorting-type:hover,
.switch-option:hover {
    opacity: 1;
}
.sorting-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d5dbdf;
}

.sorting-table-th,
.sorting-table-td {
    border-width: 0;
    border-color: #d5dbdf;
}
.sorting-table-th {
    height: 36px;
    padding: 0 30px;
    background-color: #f7f9fa;
}
.sorting-table-td {
    vertical-align: top;
    text-align: left;
    padding: 10px 15px;
}
.sorting-table-th,
.sorting-table-td {
    border-right-width: 1px;
}
.sorting-table-th:last-child,
.sorting-table-td:last-child {
    border-right-width: 0;
}
.sorting-table thead tr:last-child th {
    border-bottom-width: 1px;
}
.sorting-table-th-i {
    margin-right: 5px;
}
.sorting-table-th-i.fa-circle-check,
.sorting-table-th-i.fa-briefcase {
    color: #080;
}
.sorting-table-th-i.fa-ban,
.sorting-table-th-i.fa-mug-hot {
    color: #e00;
}
.sorting-table-td-item,
.sorting-table-td-special-item {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    line-height: normal;
}
.sorting-table-td-item:hover {
    background-color: #f7f9fa;
}
.sorting-table-td-item:hover .fa-ban,
.sorting-table-td-item:hover .fa-mug-hot {
    color: #e00;
}
.sorting-table-td-item:hover .fa-circle-check,
.sorting-table-td-item:hover .fa-briefcase {
    color: #080;
}
.sorting-table-td-special-item {
    margin-bottom: 15px;
    cursor: auto;
}
.sorting-table-td-special-item:hover {
    background-color: transparent;
}
.sorting-table-td-special-checkbox {
    margin: 0 15px 0 0;
    cursor: pointer;
}
.sorting-table-text {
    margin-right: auto;
}
.sorting-table-text-a {
    border-bottom: 1px dashed currentColor;
    text-decoration: none;
}
.sorting-table-text-a:hover {
    color: #08f;
    text-decoration: none;
}
.sorting-table-website,
.sorting-table-website a,
#desktop-app-popup a {
    color: #4FA7DF;
    color: #22507C;
    color: #08f;
}
.sorting-table-website a {
    padding-left: 5px;
}
.sorting-table-td-i {
    padding-right: 0;
    padding-left: 15px;
    color: #d5dbdf;
}
#app-report .sorting-table-td-i {
    float: right;
    cursor: pointer;
    transition: 0.1s;
}
#app-report .fa-briefcase {
    padding-left: 45px;
    padding-right: 10px;
}
#app-report .fa-mug-hot {
    padding-left: 10px;
    padding-right: 0;
}
#app-report .fa-briefcase:hover {
    color: #080;
}
#app-report .fa-mug-hot:hover {
    color: #e00;
}
#app-report .fa-briefcase.app-report-marked {
    color: #080;
}
#app-report .fa-mug-hot.app-report-marked {
    color: #e00;
}
#app-report .app-report-browser {
    padding-left: 60px;
}


/* SORTING */
#sorting-search {
    display: flex;
    align-items: center;
}
#sorting-input {
    width: 250px;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
}
#sorting-input:hover {
    border-width: 1px 1px 1px 1px;
}
#sorting-hide-checkbox {
    margin: 0 7px 0 60px;
}
#sorting-hide-checkbox-label {
    min-width: 240px;
    line-height: 1em;
}
.unsorting-list .sorting-table-td-i.fa-briefcase {
    padding-right: 15px;
}
.unsorting-list .sorting-table-td-item {
    cursor: auto;
}
.unsorting-list .sorting-table-td-item:hover .sorting-table-td-i {
    color: #d5dbdf;
}
.unsorting-list .sorting-table-td-i {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: -7px;
    margin-bottom: -7px;
    cursor: pointer;
}
.unsorting-list .sorting-table-td-item .fa-briefcase:hover {
    color: #080;
}
.unsorting-list .sorting-table-td-item .fa-mug-hot:hover {
    color: #e00;
}


/* TASK LIST */
#report-table-details {
    margin-bottom: 30px;
}
#report-table-details th {
    padding: 5px 20px;
    border-bottom-width: 2px;
}
.report-table-details-td-hover > td:not(.color-td):not(.report-td-selection),
.report-table-details-tr.select > td:not(.color-td):not(.report-td-selection) {
    background-color: rgba(172, 182, 191, 0.15);
}
th.color-td{
    padding: 5px 20px;
}
.color-td {
    position: relative;
    font-style: italic;
    padding: 5px 5px;
    cursor: pointer;
    transition: 0.1s;
}
.color-tag {
    height: 1.0625rem;
    padding: 0 20px 0 0;
    border: none;
    border-radius: 3px;
    display: flex;
    white-space: nowrap;
    transition: 0.1s;
}
.color-tag::before {
    content: "";
    display: inline-block;
    width: 5px;
    margin-right: 20px;
    border-radius: 3px;
}
.timelinetask-inner {
    background-color: #acb6bf;
}
td.tag-1 .color-tag::before {
    background-color: #F6C85E;
}
.report-table-details-tr .tag-1:hover .color-tag,
.edit-tags-table .tag-1:hover .color-tag,
td.tag-1.selected .color-tag,
.popup-task-tag-1,
.tag-report-tag-1 {
    background-color: #F6C85E;
    color: #7A642E;
}
.report-timeline-item .tag-1 {
    background-color: #F6C85E;
}
.report-timeline-item.focus .tag-1,
.report-timeline-item.select .tag-1,
.report-timeline-item:hover .tag-1 {
    border: 1px solid #F6C85E;
}
td.tag-2 .color-tag::before {
    background-color: #EE8044;
}
.report-table-details-tr .tag-2:hover .color-tag,
.edit-tags-table .tag-2:hover .color-tag,
td.tag-2.selected .color-tag,
.popup-task-tag-2,
.tag-report-tag-2 {
    background-color: #EE8044;
    color: #764021;
}
.report-timeline-item .tag-2 {
    background-color: #EE8044;
}
.report-timeline-item.focus .tag-2,
.report-timeline-item.select .tag-2,
.report-timeline-item:hover .tag-2 {
    border: 1px solid #EE8044;
}
td.tag-3 .color-tag::before {
    background-color: #8F2346;
}
.report-table-details-tr .tag-3:hover .color-tag,
.edit-tags-table .tag-3:hover .color-tag,
td.tag-3.selected .color-tag,
.popup-task-tag-3,
.tag-report-tag-3 {
    background-color: #8F2346;
    color: #DCBCC6;
}
.report-timeline-item .tag-3 {
    background-color: #8F2346;
}
.report-timeline-item.focus .tag-3,
.report-timeline-item.select .tag-3,
.report-timeline-item:hover .tag-3 {
    border: 1px solid #8F2346;
}
td.tag-4 .color-tag::before {
    background-color: #22507C;
}
.report-table-details-tr .tag-4:hover .color-tag,
.edit-tags-table .tag-4:hover .color-tag,
td.tag-4.selected .color-tag,
.popup-task-tag-4,
.tag-report-tag-4 {
    background-color: #22507C;
    color: #BDCBD8;
}
.report-timeline-item .tag-4 {
    background-color: #22507C;
}
.report-timeline-item.focus .tag-4,
.report-timeline-item.select .tag-4,
.report-timeline-item:hover .tag-4 {
    border: 1px solid #22507C;
}
td.tag-5 .color-tag::before {
    background-color: #4FA7DF;
}
.report-table-details-tr .tag-5:hover .color-tag,
.edit-tags-table .tag-5:hover .color-tag,
td.tag-5.selected .color-tag,
.popup-task-tag-5,
.tag-report-tag-5 {
    background-color: #4FA7DF;
    color: #285470;
}
.report-timeline-item .tag-5 {
    background-color: #4FA7DF;
}
.report-timeline-item.focus .tag-5,
.report-timeline-item.select .tag-5,
.report-timeline-item:hover .tag-5 {
    border: 1px solid #4FA7DF;
}
td.tag-6 .color-tag::before {
    background-color: #7FD7D6;
}
.report-table-details-tr .tag-6:hover .color-tag,
.edit-tags-table .tag-6:hover .color-tag,
td.tag-6.selected .color-tag,
.popup-task-tag-6,
.tag-report-tag-6 {
    background-color: #7FD7D6;
    color: #3F6C69;
}
.report-timeline-item .tag-6 {
    background-color: #7FD7D6;
}
.report-timeline-item.focus .tag-6,
.report-timeline-item.select .tag-6,
.report-timeline-item:hover .tag-6 {
    border: 1px solid #7FD7D6;
}
.et-active .et-td:hover .color-tag {
    background-color: transparent;
}
.table-total-label {
    text-align: right;
    padding: 5px 20px;
}
.report-tr-total td {
    border-top-width: 2px;
    font-weight: bold;
}

#report-table-details th.report-th-selection,
#tag-report th.report-th-selection,
#app-report th.report-th-selection {
    padding: 4px 6px;
}
.report-th-checkbox,
.report-td-checkbox {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 1em;
    width: 1em;
}
.report-th-selected,
.report-td-selected {
    background-color: #eef2f4;
}
.report-th-unselected,
.report-td-unselected {
    background-color: transparent;
    border: 1px solid #eef2f4;
}
.report-th-selection:hover .report-th-checkbox,
.report-td-selection:hover .report-td-checkbox {
    border: 1px solid #eef2f4;
}
.report-th-selection,
.report-td-selection {
    cursor: pointer;
}
#app-report .report-th-noselection {
    padding: 4px 6px;
}
.report-th-nocheckbox {
    width: 1em;
    border: 1px solid transparent;
}

.timelineapp-inner {
    background-color: #acb6bf;
}
.working-program {
    background-color: #0a0;
    background-color: #9FD241;
}
.non-working-program {
    background-color: #CC483E;
    background-color: #e00;
}
.report-timeline-item.focus .timelinetask-inner::before,
.report-timeline-item.select .timelinetask-inner::before {
    content: "●";
    content: "⬇︎";
    content: "↓";
    color: #e00;
    position: absolute;
    top: -15px;
    top: -23px;
    transform: translate(-50%);
}
th.task-link-td,
td.task-link-td {
    position: relative;
    min-width: 150px;
    max-width: 50%;
    color: inherit;
    padding: 5px 20px;
    text-align: left;
}
.task-comment {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    opacity: 0.4;
    font-size: 0.80em;
}

/* EDIT TAGS POPUP */
.edit-tags-popup {
    display: none;
    position: absolute;
    top: -61px;
    left: 0;
    background-color: #fff;
    padding: 33px 30px 30px 30px;
    border-radius: 6px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.edit-tags-table {
    margin-bottom: 0;
}
.edit-tags-table th,
.edit-tags-table td  {
    border: 1px solid #eef2f4;
}
.edit-tags-table th {
    text-align: right;
    font-weight: normal;
    padding: 5px 0;
    border: none;
}
.edit-tags-table td  {
    text-align: left;
    font-style: italic;
    cursor: pointer;
}
.et-th {
    position: relative;
}
.et-td {
    cursor: pointer;
}
.et-wrap {
    padding: 5px;
}
.et-icons {
    position: absolute;
    top: -14px;
    right: 0;
}
.et-icons i {
    padding: 10px 7px;
    cursor: pointer;
}
.et-icons i.fa-times:hover {
    color: #8F2346;
}
.et-icons i.fa-edit:hover {
    color: #22507C;
}
.et-icons i.fa-check:hover {
    color: #080;
}
.et-icons i.fa-check {
    display: none;
}
.edit-tags-table .color-tag {
    box-sizing: border-box;
    transition: 0s;
}
.et-input {
    display: none;
    box-sizing: border-box;
}
table.et-active input {
    display: inline-block;
}
table.et-active .et-icons i.fa-check {
    display: inline-block;
}
table.et-active .et-icons i.fa-edit {
    display: none;
}
table.et-active {
    padding-top: 4px;
    padding-bottom: 4px;
}
table.et-active .et-name {
    display: none;
}
table.et-active input {
    color: #000;
    font-style: italic;
    border: 1px dashed #eef2f4;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
}
.edit-tags-table.et-active td {
    cursor: auto;
}
table.et-active .color-tag {
    padding-right: 0px;
    cursor: auto;
}
table.et-active .color-tag::before {
    margin-right: 5px;
}
table.et-active:hover .color-tag {
    background-color: transparent;
}

/* SALARIES */
td.unapproved-value {
    opacity: 0.3;
}
td.editable-cell {
    background-color: #ff0;
    cursor: pointer;
}
td.paid-cell {
    background-color: #8f8;
    cursor: pointer;
}
td.unpaid-cell {
    cursor: pointer;
}
.salary-table-input {
    background-color: #ff0;
    cursor: pointer;
    text-align: center;
    width: 70px;
}
input[type="number"].salary-table-input {
    padding-left: 15px;
}
input[type="text"].salary-table-input {
    padding-left: 15px;
    padding-right: 15px;
}


/* FOOTER */
footer {
    margin-top: 50px;
    text-align: center;
}
.timeline-deep-bg {
    background-color: #d5dbdf;
}
.timeline-deep-opacity {
    opacity: 0.1;
}
#report-timeline-bg.timeline-active-window {
    background-color: #fff;
    border: none;
}
#report-timeline.timeline-active-window {
    top: 0;
}


/* MEDIA */
@media (min-width: 1200px) and (max-width: 1600px) {
    #month-report-table,
    #month-report-table th {
        width: 15%;
    }
    #content-month-report-table-days {
        width: 85%;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    #month-report-table,
    #month-report-table th {
        width: 20%;
    }
    #content-month-report-table-days {
        width: 80%;
    }
}
@media (min-width: 800px) and (max-width: 1000px) {
    #month-report-table,
    #month-report-table th {
        width: 25%;
    }
    #content-month-report-table-days {
        width: 75%;
    }
}
@media (min-width: 600px) and (max-width: 800px) {
    #month-report-table,
    #month-report-table th {
        width: 30%;
    }
    #content-month-report-table-days {
        width: 70%;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    #month-report-table,
    #month-report-table th {
        width: 50%;
    }
    #content-month-report-table-days {
        width: 50%;
    }
}

/***********/
/* SCREENS */
/***********/
#token {
    height: 20px;
    display: flex;
    align-items: center;
    padding: 7px 30px;
    border: 1px solid #eef2f4;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
#token i {
    font-size: 16px;
    padding-right: 8px;
    transition: 0.2s;
}
#token:hover {
    border: 1px solid #d5dbdf;
}
#token:hover i {
    color: #e00;;
}
#screenpage-settings {
    position: relative;
    padding: 0 30px 30px 30px;
    background-color: #eef2f4;
    border-radius: 5px;
}
#screenpage-settings::after {
  content: "";
  display: block;
  clear: both;
}
#screenpage-filter,
#screenpage-rules {
    box-sizing: border-box;
    width: 50%;
    float: left;
}
#screenpage-settings h3 {
    float: none;
}
.screenpage-filter-item,
.screenpage-rules-item {
    position: relative;
}
#screenpage-settings .list {
    top: 20px;
    left: -30px;
    right: auto;
    padding: 15px 30px 10px;
    z-index: 1;
}
.screenpage-a:hover {
    color: #000;
}
.screenpage-settings-change {
    cursor: pointer;
}
.screenpage-settings-change:hover {
    color: #000;
}
.screenpage-rules-hide-all {
    margin-top: 15px;
}
.screenpage-rules-hide-all-checkbox {
    margin: 0 12px 0 0;
    cursor: pointer;
}
.screenpage-settings-filled {
    font-weight: bold;
}
.screenpage-settings-blank {
    color: rgba(83, 92, 105, 0.5);
}
.screenpage-settings-red,
.screenpage-settings-red:hover {
    color: #f00;
}
i.screenpage-settings-delete {
    color: #aaadb3;
    font-size: 0.85em;
    padding: 0 5px;
    cursor: pointer;
    transition: 0.1s;
}
.screenpage-settings-delete:hover {
    color: #535c69;
}
.screenpage-settings-blank .screenpage-settings-delete {
    display: none;
}
#desktop-app-popup {
    top: 0;
    width: 520px;
}
#first-video-popup,
#second-video-popup {
    width: 820px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 68px 0;
    background-color: transparent;
}
#first-video-popup-wrap,
#second-video-popup-wrap {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.desktop-app-download {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.desktop-app-a {
    display: flex;
    align-items: center;
    width: 200px;
    margin-right: 30px;
    float: left;
}
#first-video-popup .desktop-app-a {
    margin-right: 60px;
}
.desktop-app-icon {
    height: 32px;
    width: 32px;
    margin-right: 15px;
    border-radius: 7px;
}
.text-download {
    font-size: 28px;
    margin-right: 20px;
}
#desktop-app-popup li,
#desktop-app-popup-top li{
    margin-bottom: 6px;
}
#screenpage-actions {
    overflow: hidden;
    padding-top: 30px;
}
#screenpage-select-all {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#screenpage-select-all-checkbox {
    margin: 0 7px 0 0;
    pointer-events: none;
}
#screenpage-select-all i {
    height: 11px;
    width: 10px;
    line-height: 12px;
    background-color: #fff;
    margin-right: 7px;
}
#screenpage-select-all i:before {
    margin-left: -1px;
}
.checkbox {
    display: none;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #535c69;
    border-radius: 2px;
    margin: 0;
}
#screenpage-delete-selected,
#screenpage-open-selected,
#screenpage-hide-selected {
    float: right;
    margin-left: 15px;
}
.screenpage-action-button {
    background-color: #eef2f4;
    padding: 7px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.screenpage-action-button:hover {
    background-color: #f1f5f6;
    background-color: #e2e6e8;
}
.screenpage-action-button > i {
    padding-right: 4px;
}
.screenpage-action-button:hover > i.fa-eye-slash {
    color: #f80;
}
.screenpage-action-button:hover > i.fa-eye {
    color: #080;
}
.screenpage-action-button:hover > i.fa-times {
    color: #e00;
}
#screenpage-screens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.screenpage-screen {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    cursor: pointer;
}
.screenpage-header {
    font-size: 1em;
    text-align: center;
    margin-bottom: 7px;
}
.screenshots-header-date {
    color: rgba(83, 92, 105, 0.5);
}
.screen-checkbox {
    opacity: 0;
    box-sizing: border-box;
    height: 24px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 5px 0 5px 0;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(172, 182, 191, 0.5);
    transition: 0.1s;
}
.screen-checkbox i {
    height: 11px;
    width: 11px;
    line-height: 12px;
    background-color: #fff;
}
.screen-checkbox input {
    margin: 0;
    cursor: pointer;
    pointer-events: none;
}
.screen-checkbox .fa-square {
    color: #fff;
    background-color: transparent;
}
.screen:hover .screen-checkbox,
.screen:hover .screen-info {
    opacity: 1;
}
.screen-checkbox:hover,
.screen-checkbox.checked-slide-i {
    opacity: 1;
    background-color: rgba(172, 182, 191, 0.7);
}
.deleted-slide .screen-checkbox {
    display: none;
}
.screen-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 242px;
    border-radius: 0 0 5px 5px;
    text-align: left;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(238, 242, 244, 0.99);
    border: 1px solid #eef2f4;
    border-width: 0 1px 1px 1px;
    transition: 0.1s;
}

/* POPUP ADD TASK */
.popup-task {
    display: none;
    position: absolute;
    top: -220px;
    left: 30px;
    width: 400px;
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    border-radius: 6px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
    cursor: auto;
    z-index: 5;
}
.popup-task h3 {
    float: none;
    margin-top: 0;
    text-align: center;
}
.popup-task-input {
    box-sizing: border-box;
    height: 36px;
    border: 1px solid #d5dbdf;
    border-radius: 5px;
    padding: 0 14px;
    margin-top: 0;
    margin-bottom: 10px;
    outline: none;
}
.popup-task-input-full {
    width: 100%;
}
.popup-task-input-full::placeholder {
    color: #7e858e;
}
.popup-task-list {
    margin-bottom: 20px;
}
.popup-task-label {
    line-height: 2em;
}
.popup-task-item {
    padding-left: 40px;
    padding-right: 20px;
}
.popup-task-tag-section {
    position: relative;
    margin-bottom: 10px;
}
.popup-task-tag {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
}
.popup-task-tag:hover {
    filter: saturate(150%);
}
#popup-task-edit-tags-table {
    display: none;
}
.popup-task-edit-tags-table {
    width: 100%;
    margin-top: -7px;
    margin-bottom: 30px;
}
.et-th {
    position: relative;
    border: none;
}
.popup-task-tag-section .et-icons {
    top: 3px;
}
.popup-task-tag-section .et-icons i {
    padding: 0 0 10px 7px;
}
.popup-task-date-time {
    margin-top: 10px;
    margin-bottom: 14px;
}
.popup-task-date,
.popup-task-resp {
    color: #a9adb4;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 10px;
    transition: 0.1s;
}
.popup-task-resp {
    text-align: right;
}
.popup-task-input-half {
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.popup-task-input-half:last-of-type {
    float: right;
    text-align: right;
}
.popup-task-input:hover,
.popup-task-input-active {
    color: #535c69;
}
/* .popup-task-input-resp {
    color: #7e858e;
    transition: 0.1s;
}
.popup-task-input-resp::placeholder,
.popup-task-input-resp:hover::placeholder {
    color: #a9aeb4;
}
.popup-task-input-resp:hover,
.popup-task-input-resp-active {
    color: #535c69;
}
.popup-task-resp-list {
    display: none;
    clear: both;
    float: right;
    box-sizing: border-box;
    width: 50%;
    margin: 5px 0 25px 0;
    padding: 0;
}
.popup-task-resp-user {
    line-height: 1.5em;
    cursor: pointer;
}
.popup-task-resp-user:hover {
    color: #000;
    background-color: #eef2f4;
} */
.popup-task-time {
    clear: both;
    color: #535c69;
    margin-top: 10px;
}
.popup-task-time-left {
    float: left;
    box-sizing: border-box;
    width: 26%;
}
.popup-task-time-input {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #535c69;
    cursor: text;
    appearance: none;
    -webkit-appearance: none;
}
.popup-task-time-input::-webkit-calendar-picker-indicator {
    display: none;
}
.popup-task-time-input:focus {
    color: #000;
}
.popup-task-time-right {
    box-sizing: border-box;
    width: 74%;
    padding-left: 30px;
    overflow: hidden;
}
.popup-task-range-label {
    color: #7e858e;
}
.popup-task-range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    margin: 5px 0 20px 0;
    background: linear-gradient(to right, #a9adb4 50%, #eef2f4 50%);
    border: 1px solid #a9adb4;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: background 0.3s;
}
.popup-task-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background-color: #a9adb4;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.popup-task-range::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background-color: #a9adb4;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.popup-task-range:hover {
    border: 1px solid #7e858e;
}
.popup-task-range:hover::-webkit-slider-thumb {
    background-color: #7e858e;
}
.popup-task-range:hover::-moz-range-thumb {
    background-color: #7e858e;
}
.popup-task-duration-span {
    color: #535c69;
}
.popup-task-save {
    clear: both;
    color: #fff;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #080;
    cursor: pointer;
    transition: 0.2s;
}
.popup-task-save:hover {
    background-color: #070;
}
.popup-task-close {
    position: absolute;
    top: 25px;
    right: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.popup-task-close:hover {
    color: #000;
}

/* TAG REPORT */
#tag-report th,
#app-report th {
    padding: 5px 20px;
    border-bottom-width: 2px;
}
.tag-report-line-td {
    padding: 0 20px;
}
.tag-report-line {
    text-align: left;
    border-radius: 3px;
}
.tag-report-line-span {
    padding: 0 20px;
}

/* APP REPORT */
.app-report-app,
.app-report-website {
    padding: 5px 30px;
    text-align: left;
}
.app-report-a {
    /* color: #22507C; */
    color: #08f;
}
.app-report-a:hover {
    color: #08f;
}

/* USERS & PLANS */
#payment {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8%;
    margin-top: 60px;
    margin-bottom: 30px;
}
#payment h3 {
    float: none;
    margin-top: 0;
}
#plan-section,
#user-payment {
    width: 46%;
}
#plan-table,
#current-plan-table, 
#new-plan-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d5dbdf;
}
#plan-table td,
#current-plan-table td, 
#new-plan-table td {
    text-align: left;
    padding: 8.5px 30px;
    border-width: 0;
    border-color: #d5dbdf;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#plan-table td:last-child,
#current-plan-table td:last-child, 
#new-plan-table td:last-child {
    border-right-width: 0;
}
#plan-table tr:last-child td,
#current-plan-table tr:last-child td, 
#new-plan-table tr:last-child td {
    border-bottom-width: 0;
} 
.plan-select {
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    cursor: pointer;
}
.plan-select:hover {
    color: #08f;
}
.plan-period-line {
    opacity: 0.5;
}
.plan-period {
    opacity: 0.5;
    cursor: pointer;
}
.plan-period:hover {
    opacity: 1;
    color: #08f;
}
.plan-table-value {
    font-weight: bold;
}
.active-period,
.auto-extension {
    color: #080;
}
.warning-period {
    color: #f84;
}
.expired-period,
.manual-extension {
    color: #e00;
}
#extension-type {
    font-weight: normal;
}
#payment-section {
    display: none;
}
#regular-first-payment {
    display: none;
}
.user-payment-button {
    font-size: 1.5rem;
    font-weight: 220;
    text-align: center;
    padding: 10px 30px;
    background-color: #080;
    color: #fff;
    border-radius: 7px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.2s;
}
.user-payment-button:hover {
    background-color: #070;
}
#payment-plan-save-button.user-payment-button {
    background-color: #535c69;
} 
#payment-plan-save-button.user-payment-button:hover {
    background-color: #474F5A;
} 
#user-payment {
    flex: 1;
}
#user-payment ul {
    margin-top: 0;
    margin-bottom: 30px;
    list-style-type: '—  ';
}
#payment-types {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
}
#payment-types .sorting-type {
    float: left;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
}
#user-payment-frame {
    overflow: hidden;
}
#user-payment-container {
    display: flex;
    transition: 0.2s;
}
.user-payment-section {
    box-sizing: border-box;
    min-width: 100%;
    transition: transform 0.2s ease;
}
#user-payment h3 {
    float: none;
}
#user-cards-section {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10%;
}
#user-cards-list, 
#cancel-payments {
    box-sizing: border-box;
    width: 45%;
}
.user-card {
    line-height: 2em;
    margin-right: 5px;
}
#user-cards i.fa-times {
    cursor: pointer;
}
#user-cards i.fa-times:hover {
    color: #e00;
}
#user-add-new-card {
    line-height: 2em;
    cursor: pointer;
    color: #08f;
}
#user-add-new-card:hover {
    text-decoration: underline;
}
#user-add-new-card .fa-plus {
    margin-right: 6px;
}
li.ongoing-payments-active {
    color: #080;
}
li.ongoing-payments-warning {
    display: none;
    color: #f84;
}
li.ongoing-payments-expired {
    display: none;
    color: #e00;
    font-weight: bold;
}
#cancel-payments {
    flex: 1;
    line-height: 2em;
    text-align: right;
    cursor: pointer;
}
#cancel-payments:hover {
    text-decoration: underline;
}
#cancel-payments .fa-ban {
    margin-right: 6px;
    color: #e00;
}
#user-list {
    margin-top: 30px;
    border-top: 1px dashed #535c69;
}
#user-list h3 {
    float: none;
}
#user-list-input {
    width: 250px;
    border-width: 1px;
    border-radius: 5px;
}
#user-list-table th {
    font-weight: normal;
    padding: 8.5px 30px;
}
#user-list-search {
    margin-top: 0;
}
.user-payment-clickable {
    cursor: pointer;
}
.user-payment-clickable:hover {
    text-decoration: underline;
    background-color: #eef2f4;
}
.user-payment-clickable-blue {
    color: #08f;
}
.user-payment-clickable-blue:hover {
    background-color: #fff4cb;
}
.user-payment-chosen {
    font-weight: bold;
    background-color: #eef2f4;
}
.user-list-table-premium-text {
    font-weight: bold;
    color: #080;
}
#plan-table .center {
    text-align: center;
}
#new-plan-warning {
    display: none;
    margin-bottom: 40px;
    background-color: #fff4cb;
    border-radius: 5px;
    padding: 15px 31px;
}
.new-plan-warning-header {
    color: #e00;
    font-size: 1.5rem;
    font-weight: 220;
}
.new-plan-warning-period {
    font-weight: bold;
}
#new-plan-table-section {
    display: none;
}
.switch-slider {
    width: 50%;
    transition: 0.2;
}
.switch-slider-left {
    left: 0;
}
.switch-slider-right {
    left: 50%;
}
.switch-option {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}
.user-payment-container-left {
    transform: translateX(0);
}
.user-payment-container-right {
    transform: translateX(-100%);
}
#payment-plan-save {
    display: none;
}