#engine .ne-dropdown { width: 150px; display: inline-block; vertical-align: top; }
.ne-shadow { box-shadow: 0px 3px 4px 0px rgba(0,0,0,.22); }
.ne-appointment { background: #bbb; }
#ne-tasks_filter input[type=search] {
  background: url(../images/ui/ui-search.png) #fff no-repeat;
  background-size: 19px;
  background-position: 10px 12px;
  padding-left: 40px;
  display: none;
}
.ne-time-input.ne-form-ui { padding: 5px 0 5px 5px; font-size: 24px; width: 163px; height: 42px; background: #fff; display: inline-block; }
.ne-time-input.ne-form-ui input { width: 27px; text-align: center; font-size: 22px; box-shadow: none; border: none; background: none; padding: 0; height: 28px; }
.ne-time-input a { width: 33px; padding: 7px; height: 16px; display: inline-table; text-align: center; border: none; background: #262626; color: #eee; font-size: 14px; }
.ne-time-input #log_minute { width: 27px; margin: 0 7px 0 -3px; }
.ne-time-input #log_hour { width: 26px; margin-left: 5px; }
@media screen and (min-width: 1024px) {
  #ne_clock { overflow: hidden; height: 240px; background: #000; position: fixed; top: 220px; width: 440px; left: calc(50% - 220px); text-align: center; }
  #ne_clock .date { position: absolute; color: #fff; top: 30px; left: calc(50% - 110px); width: 220px; font-size: 17px; text-transform: uppercase; }
  #ne_time { position: absolute; color: #fff; font-size: 90px; top: 100px; text-align: center; width: 100%; height: 90px; }
}
