/* main screen styles. compiled from screen.less */
/* less mixins */
@font-face {
  font-family: 'Gliri-Web';
  src: url('../fonts/Gliri-VF-164.woff2') format('truetype-variations');
  font-style: normal;
  font-weight: 100 950;
}
/*  ------- base elements/containers --------  */
html {
  height: 100%;
  overflow-y: scroll;
}
html,
body {
  font-family: 'Gliri-Web', sans-serif;
  font-size: 17px;
  font-weight: 400;
}
@supports (-moz-appearance:none) {
  html,
  body {
    font-weight: 340;
  }
}
body {
  background-color: #aaa;
  color: #000;
  height: 100%;
  padding: 0;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 800px) {
  body {
    padding: 30px;
  }
}
.wrapper {
  min-height: 100%;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 800px) {
  .wrapper {
    max-width: 900px;
  }
}
header {
  position: relative;
  min-height: 62px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #333;
  z-index: 140;
}
@media only screen and (min-width: 800px) {
  nav {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }
}
.page {
  position: relative;
  padding: 17px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 800px) {
  .page {
    padding: 30px;
    padding-bottom: 80px;
  }
}
footer {
  width: 100%;
  position: absolute;
  font-size: 0.8rem;
  color: #888;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 800px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
/*  ------- titles --------  */
h1 {
  position: relative;
  font-size: inherit;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: bottom;
  padding: 20px 15px;
  color: #333;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  h1 {
    padding: 20px 30px;
  }
}
h3 {
  margin: 0 0 1em 0;
  font-size: 2.4rem;
  color: #333;
  font-weight: 200;
}
/*  ------- form elements --------  */
input,
textarea,
select {
  margin-bottom: 1em;
  width: 100%;
  padding: 8px 10px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
}
@media only screen and (min-width: 800px) {
  input,
  textarea,
  select {
    margin-bottom: 2em;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: black;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
input,
button,
select {
  height: 42px;
}
input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0;
}
input[type="number"],
.picker__input,
.picker__day,
.picker__year,
.fakeNumberInput {
  font-feature-settings: "tnum" on;
}
button {
  padding: 2px 20px;
  margin-bottom: 1em;
  min-height: 40px;
  background-color: #444;
  color: white;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  button {
    margin-bottom: 2em;
  }
}
button:hover {
  background-color: #000;
}
button.actionButton {
  white-space: nowrap;
}
button.greenButton {
  background-color: #25b13a;
  border-color: #25b13a;
}
button.greenButton:hover {
  background-color: #1e892e;
  border-color: #1e892e;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 0.8em;
  background-position: calc(100% - 0.5em) 1em;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: inherit;
}
label {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 0.5em;
}
.deleteButton {
  background-color: red;
  color: white;
  border-color: red;
}
.deleteButton:hover {
  background-color: #c40000;
  border-color: #c40000;
}
/*  ------- navigation --------  */
.mobileNavButton {
  position: absolute;
  display: block;
  width: 64px;
  height: 100%;
  padding: 18px 14px 10px 14px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.mobileNavButton > span {
  display: block;
  margin: 0 auto 10px auto;
  height: 2px;
  background-color: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (min-width: 800px) {
  .mobileNavButton {
    display: none;
  }
}
.pageNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  transform: translate(0, -105%);
  transition: transform 0.5s ease-in-out;
  display: block;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
@media only screen and (min-width: 800px) {
  .pageNav {
    position: relative;
    display: block;
    transform: translate(0, 0);
    transition: none;
    background-color: transparent;
    flex-direction: row;
    line-height: 1.4;
  }
}
.pageNav.open {
  transform: translate(0, 0);
}
.pageNav li {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .pageNav li {
    display: inline-block;
    width: auto;
    border: 0;
    border-right: 1px solid #222;
  }
  .pageNav li:first-child {
    border-left: 1px solid #222;
  }
}
.pageNav li a {
  color: #000;
  font-size: 2rem;
  font-weight: 200;
  padding: 0;
  text-align: center;
  display: block;
  background-color: transparent;
}
@media only screen and (min-width: 800px) {
  .pageNav li a {
    color: #333;
    font-weight: inherit;
    padding: 20px;
    font-size: 1rem;
    background-color: #fff;
  }
  .pageNav li a:hover,
  .pageNav li a.selected,
  .pageNav li a:active {
    background-color: #ddd;
  }
}
/*  ------- tools --------  */
.buttonsGroup {
  display: inline-flex;
  gap: 0.4em;
}
.tools {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .tools {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4em;
  }
}
.filterContainer {
  display: block;
}
@media only screen and (min-width: 800px) {
  .filterContainer {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4em;
    min-width: 70%;
  }
}
@media only screen and (min-width: 800px) {
  .filterContainer input:not([type="checkbox"]),
  .filterContainer select {
    max-width: 200px;
  }
}
.textFilterInputContainer {
  position: relative;
}
.clearFilterButton {
  position: absolute;
  right: 0.2em;
  top: 0;
  padding: 0 8px;
  font-size: 30px;
  color: #888;
  cursor: pointer;
}
.filterContainer .actionButton {
  background-color: #fff;
  color: inherit;
  border-color: #aaa;
  margin-right: 0;
}
.filterContainer .actionButton:hover {
  border-color: black;
}
/*  ------- lists --------  */
.resultList {
  margin: 0 -17px 0 -17px;
  border-top: 1px solid #bbb;
}
@media only screen and (min-width: 800px) {
  .resultList {
    margin: 0 -30px 0 -30px;
  }
}
.resultList li {
  color: #888;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  padding: 17px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz- none;
  -o-user-select: none;
  user-select: none;
}
.resultList li:hover,
.resultList li:active,
.resultList li:focus {
  background-color: #eee;
  outline: none;
}
.resultList li > span {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  color: #444;
  position: relative;
}
.resultList li[data-locked="true"] {
  cursor: default;
}
.resultList li[data-locked="true"]:focus {
  outline: none;
}
.resultList li[data-locked="true"] > span {
  color: #bbb;
}
.resultList li[data-locked="true"] .lockIcon {
  position: absolute;
  top: 0;
  right: 0;
}
.resultList li .startTime,
.resultList li .duration {
  font-size: 0.8rem;
  color: #888;
}
@media only screen and (max-width: 799px) {
  .resultList li .startTime,
  .resultList li .duration {
    margin-right: 15px;
    display: inline-block;
    width: auto;
    float: left;
  }
}
.resultList li input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: 16px;
  display: inline-block;
  margin: 0 6px 0 0;
}
.resultList li input[type="checkbox"]:last-child {
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .resultList li {
    padding: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .resultList li > span {
    float: left;
    width: 100%;
    margin: 0;
  }
  .resultList li > span:first-child {
    padding-left: 0;
  }
  .resultList li > span:last-child {
    padding-right: 0;
  }
  .resultList li:hover {
    color: #000;
  }
  .resultList li .taskRate,
  .resultList li .duration,
  .resultList li .projectState {
    text-align: right;
  }
  .resultList li[data-locked="true"] .lockIcon {
    position: relative;
    margin-left: -21px;
    margin-bottom: -1px;
    padding-right: 6px;
    width: 14px;
    height: 14px;
  }
  #taskList > li.taskInvisible > span {
    color: #bbb;
  }
  #taskList li > span {
    width: 50%;
  }
  #taskList .taskRate {
    font-feature-settings: "tnum" on;
  }
  #projectList .projectName {
    width: 50%;
  }
  #projectList .clientName {
    width: 35%;
  }
  #projectList .projectState {
    width: 15%;
  }
  #userTimeList .projectName {
    width: 40%;
  }
  #userTimeList .taskName {
    width: 25%;
  }
  #userTimeList .startTime {
    width: 25%;
    font-feature-settings: "tnum" on;
  }
  #userTimeList .duration {
    width: 10%;
    padding-right: 0;
    font-feature-settings: "tnum" on;
  }
}
.projectUserTimeList {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 800px) {
  .projectUserTimeList {
    font-size: inherit;
  }
}
.projectUserTimeList li {
  display: block;
  width: 100%;
  border-top: 1px solid #bbb;
  line-height: 2em;
}
.projectUserTimeList li > span {
  display: inline-block;
}
.projectUserTimeList li > span.startTime {
  display: none;
}
.projectUserTimeList li > span.taskName {
  width: 52%;
}
@media only screen and (min-width: 800px) {
  .projectUserTimeList li > span.taskName {
    width: 64%;
  }
}
.projectUserTimeList li > span.userName,
.projectUserTimeList li > span.duration,
.projectUserTimeList li > span.costs {
  width: 16%;
}
@media only screen and (min-width: 800px) {
  .projectUserTimeList li > span.userName,
  .projectUserTimeList li > span.duration,
  .projectUserTimeList li > span.costs {
    width: 12%;
  }
}
.projectUserTimeList li > span.duration,
.projectUserTimeList li > span.costs {
  text-align: right;
  font-feature-settings: "tnum" on;
}
.projectUserTimeList li > span.timeNote {
  display: block;
  border-top: 0;
  line-height: 1.4;
  padding-bottom: 0.7em;
  margin-top: -0.2em;
  white-space: pre-line;
}
@media only screen and (min-width: 800px) {
  .projectUserTimeList li > span.timeNote {
    font-size: 0.9em;
  }
}
.projectUserTimeList li > span.timeNote.hidden {
  display: none;
}
.projectUserTimeList li.totals {
  border-top: 1px solid #444;
}
.projectUserTimeList li.thead {
  border-top: 0;
}
.projectUserTimeList li.thead > span {
  color: #888;
}
.projectUserTimeList li.thead > .notes {
  display: none;
}
.projectUserTimeList li.totals > span {
  font-weight: bold;
}
.resultList li.listItemAddNew {
  background-color: #bbb;
  color: #000;
  height: 57px;
}
/*  ------- detail views --------  */
.detailView input:not([type="checkbox"]),
.detailView select,
.detailView textArea {
  width: 100%;
}
.detailView textarea {
  min-height: 120px;
  resize: vertical;
}
@media only screen and (min-width: 800px) {
  .detailView .tableContainer {
    display: table;
    width: 100%;
  }
  .detailView .subContainer_33 {
    width: 33%;
    position: relative;
    display: table-cell;
    padding-right: 20px;
  }
  .detailView .subContainer_33:last-child {
    padding-right: 0;
  }
  .detailView .subContainer_50 {
    width: 50%;
    position: relative;
    display: table-cell;
    padding-right: 20px;
  }
  .detailView .subContainer_50:last-child {
    padding-right: 0;
  }
}
.detailView .checkBoxContainer label {
  vertical-align: 5px;
  margin-bottom: 10px;
}
.detailView .durationContainer input,
.detailView .durationContainer label {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  margin-top: 0px;
}
.detailView .durationContainer input {
  width: 70px;
  min-width: 70px;
  margin-right: 8px;
  text-align: center;
}
hr {
  border: 0;
  margin: 30px -17px 30px -17px;
  border-bottom: 1px solid #bbb;
}
@media only screen and (min-width: 800px) {
  hr {
    margin: 30px -30px 30px -30px;
  }
}
/* generic classes */
.hidden {
  display: none;
}
.lockIcon {
  fill: #bbb;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.ajaxLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.ajaxLoader.open {
  opacity: 1;
  pointer-events: auto;
}
/*# sourceMappingURL=screen.css.map */