

#ne_timeline_filter .request_priorities label span.icon {
    position: unset !important;
}


#ne_timeline_filter div.ne-filter.status.active {
    /* width: 400px; */
    /* background: #ddd; */
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    position: absolute;
    top: 0;
    right: 220px;
    width: 270px;
    height: inherit;
    border: 0;
}
#ne_timeline_filter div.ne-filter.active.status.ne_requests {
    grid-template-columns: repeat(11, 1fr);
    width: -webkit-fill-available;
    left: 410px;
    width: auto;
}
#ne_timeline_filter div.ne-filter.status.active {
    /* width: 400px; */
    /* background: #ddd; */
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    position: absolute;
    top: 6px;
    right: unset;
    /* width: 350px; */
    height: inherit;
    border: 0;
    z-index: 5;
    left: 410px;
    padding: 0;
    margin: 0;
    grid-gap: 2px;
    height: 30px;
}
#ne_timeline_filter .status.active label {
      width: auto;
      font-size: 6px;
      padding: 0;
      width: 43px;
      border: 0;
      position: relative;
      height: 28px;
      background-position: 5px 15px !important;
      background-size: 9px !important;
      border-radius: 1px;
      opacity: 0.3;
      background-color: #ddd;
      left: 70px;
}
#ne_timeline_filter input[type=radio].status:checked + label {
      opacity: 1;
      filter: grayscale(0);
      filter: drop-shadow(0px -1px 3px #f5a83d3d) !important;
}
#ne_timeline_filter div.ne-filter.status.active label span {
      position: absolute;
      width: 100%;
      text-align: left;
      color: #000;
      padding: 0 4px;
}
#ne_timeline_filter label.status {
    width: 40px;
    /* background: #ddd; */
    position: unset;
}


#ne_timeline_filter .filter-wrap {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 30px;
    position: absolute;
    right: 0;
}
#ne_timeline_filter .filter-wrap:hover {
    /* width: max-content; */
}
#ne_timeline_filter .filter-wrap .button:hover {
          background-color: #f4a83c;

}
      
      #ne_timeline_filter .filter-wrap .button, #ne_timeline_filter .button.show-search {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 12px;
    padding: 0;
    background-color: #444;
    background-image: url(../images/ui/ui-filter.png);
    border-radius: 10px;
    border: 1px solid #ffffff21;
}
#ne_timeline_filter .filter-wrap .container {
 width: 340px;
 /* padding-left: 30px; */
 height: 320px;
}
#ne_timeline_filter .filter-wrap:hover .ne-filter {
    
}

/* ============================================================ */

#ne_timeline_filter #task_status input[type=checkbox] + .ne-ui span {
      display: none !important;
}

#ne_timeline_filter .filter_task_status.ne-form label, #ne_timeline_filter .filter_media_status.ne-form label , #ne_timeline_filter .filter_transaction_status label {
    width: 15px;
    min-width: unset;
    position: unset;
    padding: 0;
    margin: 0;
    height: 15px;
    overflow: hidden;
    color: transparent !important;
    border: 0;
    background-image: unset !important;
    border-radius: 4px;
    opacity: 0.3;
    border: 2px solid #2e2d2d;
}
#ne_timeline_filter .filter_media_status input[type=checkbox]:checked+label,
#ne_timeline_filter .filter_media_status input[type=checkbox]:checked+label:hover,
#ne_timeline_filter .filter_task_status input[type=checkbox]:checked+label,
#ne_timeline_filter .filter_task_status input[type=checkbox]:checked+label:hover,
#ne_timeline_filter .filter_transaction_status input[type=checkbox]:checked+label,
#ne_timeline_filter .filter_transaction_status input[type=checkbox]:checked+label:hover {
    opacity: 1;
    position: unset;
    padding: 0;
    margin: 0;
    height: 23px;
    overflow: hidden;
    color: transparent;
    border: 0;
    background-image: unset !important;
    height: 15px;
    box-shadow: 0 0 10px rgb(172 172 172 / 70%);
}

label.task_status.ne-ui.ne-form-ui {
    display: inline-block;
}

#ne_timeline_filter #task_status, #ne_timeline_filter #media_status, #ne_timeline_filter #transaction_status {
    width: auto;
    height: auto;
    position: absolute !important;
    top: 15px !important;
    display: none;
    grid-template-columns: repeat(8, 1fr);
    right: 370px;
    grid-gap: 12px;
    z-index: 99;
    top: 69px;
    /* display: inline-block; */
}
#ne_timeline_filter #task_status.active, #ne_timeline_filter #media_status.active, #ne_timeline_filter #transaction_status.active {
      display: grid;
      width: 13px;
      position: unset;
}

#ne_timeline_filter {
      width: 100%;
      margin: 0px;
      position: fixed;
      left: 0px;
      z-index: 21;
      height: 65px;
      top: -260px;
      background: #1b1b1b;
      padding: 0;
      border-bottom-left-radius: 0;
      transition: 0.2s all ease-in;
      overflow: hidden;
}
      #ne_timeline_filter.active {
                  height: 465px;
                  overflow: unset !important;
                  border: 1px solid #252525;
                  padding: 7px;
                  top: 60px;
                  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
      }

#finder {
    top: 142px;
    height: 28px;
    width: 189px;
    z-index: 33;
    margin-left: 2px;
    /* left: 639px; */
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    -o-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
    display: inline-block;
    position: relative;
}


#finder input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
} 
#finder input {
    border-radius: 3px;
    border: 0px solid #eee;
    height: 28px;
    width: 25px;
    opacity: 1;
    /* left: 1400px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* padding: 0 0 0 30px; */
    z-index: 99;
    background: #383636;
    color: #b6b4b4;
    font-size: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(../images/ui/ui-search-dark.png);
    letter-spacing: 0.08em;
}

#finder.active input, #finder input {
    width: 185px;
    opacity: 1;
    left: 1400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 15px;
    z-index: 99;
    background-color: unset;
    /* border: 1px solid #8080804a; */
}

#ne_timeline_filter .ne-dropdown-checkbox.cards input[type=checkbox]:checked+label,
#ne_timeline_filter .ne-dropdown-checkbox.cards input[type=checkbox]:checked:hover+label {
      padding: 16px 27px 0px 50px;
      margin: 0px;
      position: relative;
      width: 100%;
      left: 0;
      top: 0;
      height: 44px;
}
#ne_timeline_filter .ne-dropdown-checkbox.cards.ne-form label:hover {
      background: #212121;
}
#ne_timeline_filter .ne-dropdown-checkbox.cards.ne-form label {
      background: #403d3d;
      text-align: left;
      padding: 17px 27px 24px 60px;
      left: 2px;
      height: 50px;
}

#ne_timeline_filter .button-sm {
      position: absolute;
      top: 0;
      background-color: #1f1f1f;
      color: #bd863d;
      letter-spacing: 0.04em;
      font-weight: 300;
      user-select: none;
      font-size: 10px;
      height: 28px;
      line-height: 27px;
}

#ne_timeline_filter .button-sm.bulk-editing {
      right: 100px;
      top: 8px;
      user-select: none;
}

#ne_timeline_filter a.button-sm.bulk {
      right: 90px;
      display: none;
}

#ne_timeline_filter a.button-sm.bulk.active {

      display: block;
}

#ne_timeline_filter a.button-sm.all {
      right: 10px;
      background-color: #383636;
      color: #bababa;
      display: none;
      height: 27px;
      line-height: 27px;
}

#ne_timeline_filter a.button-sm.all.active {

      display: block;
}

#ne_timeline_filter a.button-sm.deselect {
      right: 10px;
      background-color: #383636;
      color: #888888;
      display: none;
}

#ne_timeline_filter a.button-sm.deselect.active {

      display: block;
}

#ne_timeline_filter a.button-sm.create {
      right: 260px;
}



#ne_timeline_filter .ne-select {
      width: 150px;
      margin: 10px;
}

#ne_timeline_filter .filter {
      margin: 0 0 5px 0;
}

#ne_timeline_filter fieldset {
      border: 0;
      padding: 0;
      margin-bottom: 30px;
}

#ne_timeline_filter #statuses {
      position: fixed;
      left: 280px;
      bottom: -369px;
      width: 150px;
      margin: 0;
      transform: scale(0.45);
      transform-origin: 0 0;
}

#ne_timeline_filter #statuses .ne-ui {
      display: inline-block;
}





.ne-ui {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      margin-bottom: 0px;
      width: 120px;
      height: 41px;
      line-height: 18px;
      padding: 10px 0px 10px 10px;
}









      #ne_timeline_filter .period .dates .completed-period {
            border-radius: 0;
            border: 0px solid #4a4a4a66;
            height: 28px;
            opacity: 1;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 0 0 0 30px;
            z-index: 99;
            background: #3a3a3a00;
            color: #918f8f;
            font-size: 13px;
            background-size: 10px;
            background-repeat: no-repeat;
            background-position: 10px center;
            background-image: url(../images/ui/ui-timer-light.png);
      }

      #ne_timeline_filter .period .dates {
            display: inline-block;
            width: max-content;
            padding-left: 0px;
            height: 27px;
            margin-right: 13px;
      }

      #ne_timeline_filter .period .dates .ne-form {
            width: 120px;
            height: 28px;
            margin-right: -4px;
      }

      #ne_timeline_filter .period .dates .ne-form label {
            background-size: 8px;
            background-position: center;
            color: transparent;
            width: 15px;
            height: 15px;
      }


      #ne_timeline_filter .year {
            width: 90px;
      }

      #ne_timeline_filter .month {
            width: 130px;
      }

      #ne_timeline_filter .period {
            display: inline-block;
            height: 30px;
            position: relative;
            top: 0px;
            /* overflow: hidden; */
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 320px;
            vertical-align: top;
      }

      #ne_timeline_filter .period.active {
            width: auto;
      }

      #ne_timeline_filter .period:hover,
      #ne_timeline_filter .period.active:hover {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
      }

      #ne_timeline_filter .period.active {
            display: inline-block;
            width: 320px;
            width: 320px;
            /* vertical-align: top; */
      }

      #ne_timeline_filter .period select,
      #ne_timeline_filter .period input {
            background-color: unset;
      }

      #ne_timeline_filter .period .interval {
            display: none;
            margin-left: 6px;
      }


      #ne_timeline_filter .period .dates {
            display: inline-block;
      }

      #set_sprint_period {
            display: inline-block;
            width: 45px;
      }

      #set_sprint_period .button-sm {
            width: 60px;
            border-radius: 4px;
            /* top: 1px; */
            /* left: 36px; */
            font-size: 12px;
            line-height: 30px;
            height: 28px;
            /* border: 1px solid #ffffff21; */
            background-repeat: no-repeat;
            background-size: 19px;
            background-position: center;
            background-image: url(../images/ui/sprint-dark.png);
            color: transparent;
            position: unset;
      }

      #set_sprint_period .button-sm:hover,
      #set_sprint_period .button-sm.active {
            background-color: #f4a83c;
            background-image: url(../images/ui/sprint.png);
      }

      #ne_timeline_filter .period.active .dates {
            display: none;
      }

#ne_timeline_filter .period .set:hover {
            background-color: #f4a83c;
      
}
      #ne_timeline_filter .period .set {
            line-height: 26px;
            padding: 0;
            font-weight: 300;
            background-repeat: no-repeat;
            background-size: 17px;
            background-position: center;
            background-image: url(../images/ui/ic-time-dark.png);
            display: inline-block;
            background-color: #1f1f1f;
            color: transparent;
            font-size: 10px;
            height: 28px;
            border-radius: 4px;
            width: 42px;
            vertical-align: top;
            margin: 0;
            position: relative;
            top: 0;
            left: 0;
            /* border: 1px solid #ffffff21; */
      }
      #ne_timeline_filter .period .set:hover {
            background-image: url(../images/ui/ic-time.png);
                        

      }



      }

      #ne_timeline_filter a.reset {
            background-size: 40px;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(../images/ui/ic-reset.png);
            display: inline-block;
            background-color: #f4a83c;
            color: transparent;
            font-size: 10px;
            height: 27px;
            vertical-align: text-top;
            width: -webkit-fill-available;
            vertical-align: middle;
            top: 10px;
            position: relative;
            left: 0px;
            background-position: -5px center;
            margin: 0 8px 0 14px;
            left: -11px;
      }

      #ne_timeline_filter .filter_assignees {
            display: inline-block;

      }

      .ne-dropdown-checkbox input[type=checkbox]+label {
            position: relative;
            width: auto;
            background: #292929;
            height: 66px;
            text-align: left;
            color: #959595;
      }

      #ne_timeline_filter .ne-dropdown-checkbox input[type=checkbox]:checked+label {
            background: #222222;
            color: #36dd12;
      }

      #ne_timeline_filter .filter {
            margin: 0 0 5px 0;
      }

      #ne_timeline_filter fieldset {
            border: 0;
            padding: 0;
            margin-bottom: 30px;
      }

      #ne_timeline_filter #statuses {
            position: fixed;
            left: 280px;
            bottom: -369px;
            width: 150px;
            margin: 0;
            transform: scale(0.45);
            transform-origin: 0 0;
      }

      #ne_timeline_filter #statuses .ne-ui {
            display: inline-block;
      }

      #ne_timeline_filter .ne-select {
            width: 150px;
            margin: 0;
      }

      #ne_timeline_filter #filter_account {
            background-image: url(../images/ui/ui-users-dark.png) !important;
            backdrop-filter: none;
            background-size: 12px !important;
            background-position: 9px 8px !important;
            padding: 6px 8px 6px 26px;
      }

      #ne_timeline_filter #filter_account:hover {
            background-image: url(../images/ui/ui-users-dark-hover.png) !important;
            backdrop-filter: none;
            background-size: 12px !important;
            background-position: 9px 8px !important;
            padding: 6px 8px 6px 26px;
      }

      #ne_timeline_filter select, .ne-select select {
            background: url(../images/ui/button-arrow.png) #1f1f1f no-repeat !important;
            color: #b6b4b4b3;
            padding: 6px 8px;
            font-size: 14px;
            text-transform: capitalize;
            border: 0;
            background-position: calc(100% - 0px) 9px !important;
            background-size: 20px !important;
            font-family: 'Mardoto', 'Arial-AMU', 'Roboto', sans-serif !important;
      }

      #ne_timeline_filter .ne-radio-dropdown.active .ne-select {
            width: 120px;
            display: inline-block;
            margin: 3px 0 0 0px;
            height: 150px;
            overflow: unset;
      }
      #ne_timeline_filter .ne-form label, .ne-select.ne-form label {
            top: 1px;
            display: block;
            line-height: 15px;
            color: #d4d4d438;
            background: #000;
            right: 4px;
            text-align: right;
            background: rgb(71, 71, 71);
            background: linear-gradient(90deg, rgb(71 71 71 / 0%) 0%, hwb(0deg 21% 78%) 30%);
            background: unset;
            letter-spacing: 0.08em;
            margin: 0;
      }



      #ne_timeline_filter.active.full,
      #ne_timeline_filter.full {
            left: 0px;
      }

      #ne_timeline_filter .ne-form {
            width: 128px;
            display: inline-block;
            margin: 0;
      }
#ne_timeline_filter .priority.ne-form label {
      width: 50px;
      border: 0;
      font-size: 6px;
      color: transparent !important;!i;!;
      margin: 0px 0;
      height: auto;
      /* border-radius: 6px; */
      background-position: center center !important;!i;!;
      /* border: 4px solid #373637; */
      padding: 0;
      background: #373637;
}
#ne_timeline_filter .priority.ne-form.active {
    /* background: #383636; */
    height: 18px;
    width: auto;
    grid-template-columns: repeat(4, 1fr);
    display: grid !important;!i;!;
    position: absolute !important;!i;!;
    right: 320px;
    z-index: 99;
    top: 13px;
    border-radius: 11px;
    overflow: hidden;
    margin: 0;
    /* padding-right: 5px; */
    left: unset;
    grid-gap: 2px;
}
      #ne_timeline_filter .ne-filter {
            display: none;
      }
#ne_timeline_filter  .filter_campaign_schedule.ne-filter.active {
    position: absolute;
    right: 306px;
    top: 0px;
    left: unset;
}

      #ne_timeline_filter .ne-filter.active {
            display: inline-block;
            position: relative;
            vertical-align: top;
            top: 0;
            margin-bottom: 0;
            right: 0;
            left: unset;
      }
#ne_timeline_filter .account.ne-filter.active {
    left: unset;
    right: 170px;
    position: absolute;
    top: 7px;
}
      #ne_timeline_filter .ne-filter.active:hover select,
      #ne_timeline_filter .ne-filter.active:hover .main-label,
      #ne_timeline_filter .ne-filter.ne-checkbox-switch:hover label {
            /* background-color: #4a4646 !important; */
            /* color: #e6e6e6 !important; */
      }

      #ne_timeline_filter .ne-checkbox-switch input+label {
            background: url(../images/ui/lights-diod-green-off.png) #1f1f20 no-repeat !important;
            background-size: 18px !important;
            background-position: 2px -1px !important;
            height: 28px;
      }

      #ne_timeline_filter .ne-checkbox-switch input:checked+label {
            background: url(../images/ui/lights-diod-green.png) #1f1f20 no-repeat !important;
            background-size: 18px !important;
            background-position: 2px -1px !important;
      }


      #ne_timeline_filter .ne-filter.filter_campaign_id {
            width: 260px;
      }

      #ne_timeline_filter .year,
      #ne_timeline_filter .month {
            display: inline-block;
            margin: 0 0px 0;
      }

      #ne_timeline_filter .year {
            width: 60px;
      }

      #ne_timeline_filter .month {
            width: 129px;
      }

      #ne_timeline_filter .month-plus {
            width: 70px;
      }
#ne_timeline_filter .ne-filter.priorities {
    display: inline-block;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: absolute;
    top: 0;
    right: 100px;
    width: 340px;
    grid-gap: 3px;
}
#ne_timeline_filter .ne-filter.priorities label {
    background: #383636;
    border: 0px;
    top: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
}




      #ne_timeline_filter .ne-checkbox-switch {
            top: 10px;
            margin: 0;
            vertical-align: top;
            margin: 17px 0px 0px 17px;
            height: 29px;
            width: 125px;
            margin: 0;
            padding: 0;
            position: relative;
            border: 0;
      }

      #ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode {
            min-width: unset;
            overflow: hidden;
            height: 28px;
            vertical-align: baseline;
            top: 8px;
      }

      #ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode label {
            padding: 6px 8px 0px 8px;
            margin-right: 0px;
            color: #b6b4b4b3;
            text-align: right;
      }



#ne_timeline_filter .ne-checkbox-switch label span {
            top: 0;
            /* background-color: #3a3a3a; */
            font-size: 11px;
            /* white-space: nowrap; */
            /* line-height: 29px; */
            /* height: auto; */
            /* border: none; */
            /* margin: 0; */
            width: auto;
            text-transform: uppercase;
            /* font-weight: 400; */
            right: 10px;
      }








@media screen and (min-width: 768px) {

#ne_timeline_filter .filter-wrap .container {
 width: 100%;
}

      #ne_timeline_filter #statuses .ne-ui {
            margin-bottom: 5px;
            opacity: 1;
      }


}



@media screen and (min-width: 1024px) {




#ne_timeline_filter a.button-sm.bulk {
      /* right: 90px; */
      /* display: none; */
}

#ne_timeline_filter a.button-sm.bulk.active {

      display: block;
}


#ne_timeline_filter a.button-sm.deselect.active {

      display: block;
}

#ne_timeline_filter a.button-sm.create {
      right: 260px;
}



#ne_timeline_filter .ne-select {
      width: 150px;
      margin: 10px;
}

#ne_timeline_filter .filter {
      margin: 0 0 5px 0;
}

#ne_timeline_filter fieldset {
      border: 0;
      padding: 0;
      margin-bottom: 30px;
}

#ne_timeline_filter #statuses {
      position: fixed;
      left: 280px;
      bottom: -369px;
      width: 150px;
      margin: 0;
      transform: scale(0.45);
      transform-origin: 0 0;
}

#ne_timeline_filter #statuses .ne-ui {
      display: inline-block;
}





.ne-ui {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      margin-bottom: 0px;
      width: 120px;
      height: 41px;
      line-height: 18px;
      padding: 10px 0px 10px 10px;
}








      #ne_timeline_filter .period .dates {
            display: inline-block;
            width: max-content;
            padding-left: 0px;
            height: 27px;
            margin-right: 13px;
            /* margin-left: 52px; */
            width: 208px;
            overflow: hidden;
      }

      #ne_timeline_filter .period .dates .ne-form {
            width: 102px;
            height: 28px;
            margin-right: 0px;
      }

      #ne_timeline_filter .period .dates .ne-form label {
            background-size: 8px;
            background-position: center;
            color: transparent;
            width: 15px;
            height: 15px;
      }


      #ne_timeline_filter .year {
            width: 90px;
      }

      #ne_timeline_filter .month {
            width: 130px;
      }


      #ne_timeline_filter .period:hover,
      #ne_timeline_filter .period.active:hover {
            /* width: 320px; */
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            height: 32px;
            overflow: hidden;
      }

 

      #ne_timeline_filter .period select,
      #ne_timeline_filter .period input {
            background-color: unset;
      }

      #ne_timeline_filter .period.active .interval {
            display: inline;
            /* margin-left: 56px; */
      }

      #ne_timeline_filter .period:hover .dates {
            display: inline-block;
            overflow: unset;
            width: auto;
      }

      #set_sprint_period {
            display: inline-block;
            width: 60px;
            height: 33px;
            position: absolute;
            left: 350px;
            top: 8px;
            z-index: 999;
      }


      #set_sprint_period .button-sm:hover,
      #set_sprint_period .button-sm.active {
            background-color: #f4a83c;
            /* color: #000; */
      }

      #ne_timeline_filter .period.active .dates {
            display: none;
      }

      #ne_timeline_filter .search:hover .button {
            background-color: #f4a83c;
            background-image: url(../images/ui/ui-search.png);
      }
      #ne_timeline_filter .search .button {
            background-size: 20px;
            background-position: center;
            background-image: url(../images/ui/ui-search-dark.png);
            display: inline-block;
            background-color: #1f1f1f;
            color: transparent;
            font-size: 10px;
            height: 29px;
            border-radius: 4px;
            width: 60px;
            vertical-align: middle;
            top: 0px;
            position: relative;
            left: 0px;
            position: absolute;
            margin: 0;
            /* border: 1px solid #ffffff21; */
      }
      #ne_timeline_filter a.reset:hover {
                        background-color: #f4a83c;

      }
      #ne_timeline_filter a.reset {
            background-size: 21px;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(../images/ui/ic-reset.png);
            display: inline-block;
            background-color: #1f1f1f;
            color: transparent;
            font-size: 10px;
            height: 28px;
            border-radius: 4px;
            width: 42px;
            vertical-align: top;
            top: 0px;
            position: relative;
            left: 0px;
            background-position: center;
            margin: 0 5px 0 0px;
      }
      #ne_timeline_filter a.reset:hover {
            background-image: url(../images/ui/ic-reset-over.png);
      }


      

      #ne_timeline_filter .ne-form.filter_assignees.active {
            position: absolute;
            right: 610px;
            top: 7px;
      }

      .ne-dropdown-checkbox input[type=checkbox]+label {
            position: relative;
            width: auto;
            background: #292929;
            height: 66px;
            text-align: left;
            color: #959595;
      }

      #ne_timeline_filter .ne-dropdown-checkbox input[type=checkbox]:checked+label {
            background: #262626;
            color: #f4a83c;
      }

      #ne_timeline_filter .filter {
            margin: 0 0 5px 0;
      }

      #ne_timeline_filter fieldset {
            border: 0;
            padding: 0;
            margin-bottom: 30px;
      }

      #ne_timeline_filter #statuses {
            position: fixed;
            left: 280px;
            bottom: -369px;
            width: 150px;
            margin: 0;
            transform: scale(0.45);
            transform-origin: 0 0;
      }

      #ne_timeline_filter #statuses .ne-ui {
            display: inline-block;
      }

      #ne_timeline_filter .ne-select {
            width: 150px;
            margin: 0;
      }

      #ne_timeline_filter #filter_account {
      background-color: #1f1f1f !important;
      }

      #ne_timeline_filter #filter_account:hover {
            background-image: url(../images/ui/ui-users-dark-hover.png) !important;
            backdrop-filter: none;
            background-size: 12px !important;
            background-position: 9px 8px !important;
            padding: 6px 8px 6px 26px;
      }


      #ne_timeline_filter .ne-radio-dropdown.active .ne-select {
            width: 120px;
            display: inline-block;
            margin: 3px 0 0 0px;
            height: 150px;
            overflow: unset;
      }


      #ne_timeline_filter.active.full,
      #ne_timeline_filter.full {
            left: 0px;
      }

      #ne_timeline_filter .ne-form {
            width: 128px;
            z-index: 99;
      }



      #ne_timeline_filter .ne-filter.active:hover select,
      #ne_timeline_filter .ne-filter.active:hover .main-label,
      #ne_timeline_filter .ne-filter.ne-checkbox-switch:hover label {
            /* background-color: #4a4646 !important; */
            /* color: #e6e6e6 !important; */
      }



      #ne_timeline_filter .ne-filter.filter_campaign_id {
            width: 260px;
      }

      #ne_timeline_filter .year,
      #ne_timeline_filter .month {
            display: inline-block;
            margin: 0 0px 0;
      }

      #ne_timeline_filter .year {
            width: 60px;
      }

      #ne_timeline_filter .month {
            width: 129px;
      }

      #ne_timeline_filter .month-plus {
            width: 70px;
      }




      #ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode label {
            font-size: 7px;
            text-transform: uppercase;
            position: absolute !important;!i;!;
            top: 0;
            width: 60px;!i;!;
            min-width: unset;
      }

      
      #finder {
    top: 0;
    height: 32px;
    width: 60px;
    z-index: 99999;
    margin-left: 2px;
    left: 32px;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    -o-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 27px;
    overflow: hidden;
}
#finder:hover {
    width: 60px;
    padding-left: 27px;
}

#finder.active {
    width: 665px;
    z-index: 999;
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    -o-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
    background: #1b1b1b;
}
#finder input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
} 
#finder input {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* padding: 0 0 0 30px; */
    z-index: 99;
    background: #383636;
    color: #b6b4b4;
    font-size: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /* background-image: url(../images/ui/ui-search-dark.png); */
    letter-spacing: 0.08em;
}

#finder.active input, #finder input {
    width: 255px;
    opacity: 1;
    left: 1400px;
    padding-right: 15px;
    background-color: unset;
    margin-left: 40px;
    background: #1f1f1f;
}
     

      #ne_timeline_filter.active {
                  height: 45px;
                  overflow: unset !important;
                  border: 1px solid #252525;
                  padding: 7px;
                  top: 60px;
                  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
      }

      #ne_timeline_filter.active.full,
      #ne_timeline_filter.full {
            left: 0px;
      }


#ne_timeline_filter .ne-filter.request_priorities.active {
    /* background: #383636; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 450px;
    position: absolute;
    right: 310px;
    top: 0;
    height: 26px;
    grid-gap: 2px;
    width: auto;
    left: unset;
    top: 7px;
    margin: 0;
    border-radius: 58px;
    overflow: hidden;
}
    #ne_timeline_filter .ne-filter.request_priorities label {
    background: #383636;
    width: 36px;
    border: 0;
    display: inline-block;
    position: unset;
    line-height: 25px;
    padding-right: 9px;
    text-align: right;
    font-size: 9px;
    height: 27px;
    padding: 0;
    color: transparent !important;
    margin: 0;
}

      #ne_timeline_filter .ne-filter.active:hover select,
      #ne_timeline_filter .ne-filter.active:hover .main-label,
      #ne_timeline_filter .ne-filter.ne-checkbox-switch:hover label {
            /* background-color: #4a4646 !important; */
            /* color: #e6e6e6 !important; */
      }



      #ne_timeline_filter .ne-filter.filter_campaign_id {
            width: 190px;
      }

      #ne_timeline_filter .year,
      #ne_timeline_filter .month {
            display: inline-block;
            margin: 0 0px 0;
      }

      #ne_timeline_filter .year {
            width: 63px;
      }

      #ne_timeline_filter .month {
            width: 69px;
      }

      #ne_timeline_filter .month-plus {
            width: 70px;
      }

      #ne_timeline_filter .ne-form label, .ne-select.ne-form label {
            color: #d4d4d49e;
      }

      #ne_timeline_filter .ne-checkbox-switch label {
            top: 0;
            background-color: #3a3a3a;
            font-size: 14px;
            white-space: nowrap;
            line-height: 29px;
            height: auto;
            border: none;
            margin: 0;
            width: auto;
            text-transform: capitalize;
            font-weight: 400;
            min-width: 86px;
      }

      #ne_timeline_filter .ne-checkbox-switch {
            top: 10px;
            margin: 0;
            vertical-align: top;
            margin: 17px 0px 0px 17px;
            height: 29px;
            width: 115px;
            margin: 0;
            padding: 0;
            position: relative;
            border: 0;
            max-width: unset;
            min-width: unset;
      }
#ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode.filter_ne_view_mode {
    left: 960px;
}
#ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode.filter_estimate_view {
    left: 1020px;
}
      #ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode.check {
            left: 840px;
      }
      #ne_timeline_filter .ne-checkbox-switch.wrap-timeline-mode {
            margin-right: 4px;
            top: 7px;
            margin-bottom: 0;
            vertical-align: top;
            width: 60px;
            left: 900px;
            position: absolute;
      }


}