@import url(https://fonts.googleapis.com/css?family=Heebo:400,500,700);input,
.ms-container .ms-list,
select,
textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

input[type=checkbox],
.ms-container .ms-list[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  width: auto;
}

input:focus,
.ms-container .ms-list:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #daca27;
}

input[type=number]::-webkit-inner-spin-button,
.ms-container .ms-list[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.ms-container .ms-list[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

button,
.button,
input[type=button],
.ms-container .ms-list[type=button] {
  border-radius: 3px;
  padding: 8px 32px;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: 1px solid #daca27;
  color: #daca27;
}

button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
input[type=button]:disabled,
.ms-container .ms-list[type=button]:disabled,
input[type=button].disabled,
.ms-container .ms-list[type=button].disabled {
  cursor: default;
  pointer-events: none;
}

button:disabled:hover,
button.disabled:hover,
.button:disabled:hover,
.button.disabled:hover,
input[type=button]:disabled:hover,
.ms-container .ms-list[type=button]:disabled:hover,
input[type=button].disabled:hover,
.ms-container .ms-list[type=button].disabled:hover {
  background-color: inherit;
}

button:hover,
.button:hover,
input[type=button]:hover,
.ms-container .ms-list[type=button]:hover {
  background-color: #F3E65F;
}

button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
input[type=button]:disabled,
.ms-container .ms-list[type=button]:disabled,
input[type=button].disabled,
.ms-container .ms-list[type=button].disabled {
  border: 1px solid #CDCDCD;
  color: #CDCDCD;
}

.filled-button {
  border-radius: 3px;
  padding: 8px 32px;
  display: inline-block;
  cursor: pointer;
  background: #daca27;
  color: #FFFFFF;
}

.filled-button:disabled,
.filled-button.disabled {
  cursor: default;
  pointer-events: none;
}

.filled-button:disabled:hover,
.filled-button.disabled:hover {
  background-color: inherit;
}

.filled-button:hover {
  background-color: #B6AA2F;
}

.filled-button:disabled,
.filled-button.disabled {
  background-color: #E4E4E4;
}

.filled-button:disabled:hover,
.filled-button.disabled:hover {
  background-color: #E4E4E4;
}

.delete-button {
  border-radius: 3px;
  padding: 8px 32px;
  display: inline-block;
  cursor: pointer;
  background: #FE4A49;
  border: 1px solid transparent;
  color: #FFFFFF;
}

.delete-button:disabled,
.delete-button.disabled {
  cursor: default;
  pointer-events: none;
}

.delete-button:disabled:hover,
.delete-button.disabled:hover {
  background-color: inherit;
}

.delete-button:hover {
  background-color: #D20100;
}

.delete-button:disabled,
.delete-button.disabled {
  pointer-events: none;
  background-color: #E4E4E4;
}

.delete-button:disabled:hover,
.delete-button.disabled:hover {
  background-color: #E4E4E4;
}

form.delete {
  display: inline-block;
}

label.checkbox-container {
  position: relative;
  cursor: pointer;
}

label.checkbox-container input[type=checkbox],
label.checkbox-container .ms-container .ms-list[type=checkbox],
.ms-container label.checkbox-container .ms-list[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

label.checkbox-container input:checked ~ .checkbox-display:after,
label.checkbox-container .ms-container .ms-list:checked ~ .checkbox-display:after,
.ms-container label.checkbox-container .ms-list:checked ~ .checkbox-display:after {
  border-color: #FFFFFF;
  border-left: solid 4px #FFFFFF;
  border-bottom: solid 4px #FFFFFF;
}

label.checkbox-container input:checked ~ .checkbox-display::before,
label.checkbox-container .ms-container .ms-list:checked ~ .checkbox-display::before,
.ms-container label.checkbox-container .ms-list:checked ~ .checkbox-display::before {
  background: #daca27;
  border: solid 1px #daca27;
}

label.checkbox-container input ~ .checkbox-display::before,
label.checkbox-container .ms-container .ms-list ~ .checkbox-display::before,
.ms-container label.checkbox-container .ms-list ~ .checkbox-display::before {
  border: solid 1px #CDCDCD;
}

label.checkbox-container .checkbox-display {
  position: relative;
  padding-left: 30px;
}

label.checkbox-container .checkbox-display::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

label.checkbox-container .checkbox-display:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 13px;
  height: 5px;
  transform: rotate(-45deg);
}

label.checkbox-container.checkbox-inactive {
  pointer-events: none;
  cursor: default;
}

label.checkbox-container.checkbox-inactive input:checked ~ .checkbox-display::after,
label.checkbox-container.checkbox-inactive .ms-container .ms-list:checked ~ .checkbox-display::after,
.ms-container label.checkbox-container.checkbox-inactive .ms-list:checked ~ .checkbox-display::after {
  border-color: #FFFFFF !important;
}

label.checkbox-container.checkbox-inactive input ~ .checkbox-display::after,
label.checkbox-container.checkbox-inactive .ms-container .ms-list ~ .checkbox-display::after,
.ms-container label.checkbox-container.checkbox-inactive .ms-list ~ .checkbox-display::after {
  border-color: #CDCDCD !important;
}

label.checkbox-container.checkbox-inactive .checkbox-display::before {
  background: #CDCDCD !important;
  border-color: #CDCDCD !important;
}

.input.input-error input,
.input.input-error .ms-container .ms-list,
.ms-container .input.input-error .ms-list,
.input.input-error textarea,
.input.input-error select {
  border-bottom: 1px solid #FE4A49;
}

.input .error {
  color: #FE4A49;
}

@-webkit-keyframes saved {
  0% {
    border: 1px solid #7ED321;
    margin-top: -1px;
    border-radius: 3px;
    background-color: rgba(184, 233, 134, 0.5);
  }

  25% {
    border: 1px solid #7ED321;
    margin-top: -1px;
    border-radius: 3px;
    background-color: rgba(184, 233, 134, 0.5);
  }

  100% {
    border: 1px solid transparent;
    margin-top: -1px;
    border-radius: 3px;
    background-color: transparent;
    border-bottom: 1px solid #E4E4E4;
  }
}

@keyframes saved {
  0% {
    border: 1px solid #7ED321;
    margin-top: -1px;
    border-radius: 3px;
    background-color: rgba(184, 233, 134, 0.5);
  }

  25% {
    border: 1px solid #7ED321;
    margin-top: -1px;
    border-radius: 3px;
    background-color: rgba(184, 233, 134, 0.5);
  }

  100% {
    border: 1px solid transparent;
    margin-top: -1px;
    border-radius: 3px;
    background-color: transparent;
    border-bottom: 1px solid #E4E4E4;
  }
}

svg .fill-blue {
  fill: #daca27;
}

svg .stroke-blue {
  stroke: #daca27;
}

svg .fill-red {
  fill: #FE4A49;
}

.bsn-error,
.unread-warning {
  position: relative;
  top: -3px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.bsn-error svg,
.bsn-error .svg,
.unread-warning svg,
.unread-warning .svg {
  display: block;
  height: 20px;
}

.bsn-dialog svg,
.bsn-dialog .svg {
  width: 20px;
}

.link {
  fill: #daca27;
}

.link .plus {
  display: none;
}

body {
  font-family: "Heebo";
  font-size: 16px;
  color: #242424;
  font-weight: 400;
}

a {
  color: #242424;
  text-decoration: none;
}

h1,
h2 {
  margin: 0;
}

.fixed-menu {
  position: fixed;
  left: 240px;
  top: 0;
  right: 0;
  height: 60px;
  border-bottom: 1px solid #E4E4E4;
  background-color: white;
  z-index: 10;
}

.fixed-menu--search-bar {
  display: flex;
}

@media screen and (max-width: 35.5em) {
  .fixed-menu--search-bar h2 {
    display: none;
  }
}

.fixed-menu__form {
  flex: 1;
  display: flex;
}

@media screen and (min-width: 35.5em) {
  .fixed-menu__form {
    padding-left: 30px;
  }
}

.fixed-menu__form input,
.fixed-menu__form .ms-container .ms-list,
.ms-container .fixed-menu__form .ms-list {
  max-width: 300px;
  border-bottom: none;
}

.fixed-menu__form__date {
  display: flex;
}

@media screen and (max-width: 64em) {
  .fixed-menu__form__date {
    display: none;
  }
}

.fixed-menu__form__date__label {
  line-height: 60px;
  padding: 0 12px;
}

.fixed-menu__form button,
.fixed-menu__form .button {
  border: none;
}

.fixed-menu__form button svg,
.fixed-menu__form .button svg {
  vertical-align: middle;
  width: 25px;
}

.fixed-menu__form__cross {
  display: inline-flex;
}

.fixed-menu h2 {
  font-size: 112.5%;
  font-weight: 500;
  float: left;
  line-height: 60px;
  margin: 0;
}

.fixed-menu .icon {
  float: left;
  width: 60px;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  border-right: 1px solid #E4E4E4;
  margin-right: 15px;
}

.fixed-menu .icon svg,
.fixed-menu .icon .svg {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
}

.fixed-menu .create-button {
  float: right;
  line-height: 60px;
  color: #daca27;
  width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-left: 1px solid #E4E4E4;
}

@media screen and (min-width: 48em) {
  .fixed-menu .create-button {
    width: 200px;
  }
}

@media screen and (max-width: 35.5em) {
  .fixed-menu .create-button {
    width: 40px;
  }

  .fixed-menu .create-button__text {
    display: none;
  }

  .fixed-menu .create-button__plus {
    font-weight: bold;
  }
}

.fixed-menu .create-button:hover {
  background-color: #F3E65F;
}

.icon.back svg {
  fill: #B2B2B2;
}

.pure-g {
  display: flex;
  flex-flow: row wrap;
}

.pure-g > * {
  box-sizing: border-box;
}

.errors,
.error_message {
  padding: 20px;
  background-color: #FE4A49;
  border: 1px solid #D20100;
  color: #FFFFFF;
  margin: 20px 0;
  border-radius: 3px;
}

.error-text {
  color: #FE4A49;
}

.success {
  margin: 20px 0;
  padding: 20px;
  background-color: #7ED321;
  border: 1px solid #7AC74F;
  color: #FFFFFF;
  border-radius: 3px;
}

.pagination {
  margin: 20px 0;
  text-align: center;
  overflow: hidden;
}

.pagination div {
  display: inline-block;
  border: solid 1px #E4E4E4;
  line-height: 45px;
}

.pagination div:first-child,
.pagination div:last-child {
  border: 0;
}

.pagination div.active {
  background: #B6AA2F;
  color: #FFFFFF;
}

.pagination div > * {
  display: block;
  min-width: 35px;
  padding: 0 5px;
  text-decoration: none;
}

.menu {
  position: fixed;
  display: block;
  height: 100%;
  top: 0;
  background-color: #FAFBFC;
  border-right: 1px solid #E4E4E4;
  overflow: auto;
  width: 240px;
  z-index: 20;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.menu .logo,
.menu .menu-bottom {
  transform: translateX(0px);
}

.menu ~ .content {
  margin-left: 240px;
}

.menu ~ .content .fixed-menu {
  left: 240px;
}

@media screen and (max-width: 64em) {
  .menu {
    width: 70px;
    transition: 0.25s;
  }

  .menu .logo,
  .menu .menu-bottom {
    transform: translateX(-212px);
    transition: 0.25s;
  }

  .menu ~ .content {
    margin-left: 70px;
    transition: 0.25s;
  }

  .menu ~ .content .fixed-menu {
    left: 70px;
    transition: 0.25s;
  }
}

.menu .menu-item {
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  white-space: nowrap;
}

.menu .menu-item a {
  display: inline-block;
  width: 100%;
}

.menu .menu-item span {
  vertical-align: middle;
  margin-left: 15px;
}

.menu .menu-item svg,
.menu .menu-item .svg {
  height: auto;
  width: 30px;
  max-height: 30px;
  vertical-align: middle;
}

.menu .logo {
  padding: 32px;
  box-sizing: border-box;
}

.menu .logo img {
  width: 175px;
}

.menu:hover,
.menu-hover .menu {
  width: 240px;
  left: 0;
}

.menu:hover .logo,
.menu:hover .menu-bottom,
.menu-hover .menu .logo,
.menu-hover .menu .menu-bottom {
  transform: translateX(0px);
}

@media screen and (min-width: 48em) {
  .menu:hover ~ .content,
  .menu-hover .menu ~ .content {
    margin-left: 240px;
  }

  .menu:hover ~ .content .fixed-menu,
  .menu-hover .menu ~ .content .fixed-menu {
    left: 240px;
  }
}

.menu-bottom {
  margin-top: 15px;
  margin-left: 20px;
}

.menu-bottom .name {
  font-weight: 500;
}

.menu-bottom .logout {
  font-size: 87%;
}

.mobile-header {
  display: none;
}

@media screen and (max-width: 48em) {
  .mobile-header {
    display: block;
    height: 48px;
    background-color: #FAFBFC;
    border-bottom: solid 1px #E4E4E4;
    position: fixed;
    width: 100%;
    z-index: 30;
    box-sizing: border-box;
  }

  .mobile-header .mobile-header-menu-button {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    transition: 0.25s;
  }

  .mobile-header .mobile-header-menu-button::before,
  .mobile-header .mobile-header-menu-button::after {
    position: absolute;
    content: "";
    left: 10%;
    border-top: solid 2px #242424;
    width: 80%;
    box-sizing: border-box;
  }

  .mobile-header .mobile-header-menu-button::before {
    top: 8px;
    height: 16px;
    border-bottom: solid 2px #242424;
  }

  .mobile-header .mobile-header-menu-button::after {
    top: 50%;
    margin-top: -1px;
  }

  .menu-hover .mobile-header-menu-button {
    transform: rotate(135deg);
  }

  .menu-hover .mobile-header-menu-button::before {
    transform: rotate(90deg);
    top: 50%;
    margin-top: -1px;
    height: 0;
    border-width: 1px;
  }

  .menu {
    padding-top: 48px;
    left: -70px;
  }

  .menu ~ .content {
    padding-top: 48px;
    margin-left: 0;
  }

  .menu ~ .content .fixed-menu {
    top: 48px;
    left: 0;
  }
}

.hourlog-menu {
  max-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
}

.hourlog-menu .middle {
  flex: 1 1 auto;
}

.hourlog-menu .middle .menu-item {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .hourlog-menu .middle .menu-item {
    width: 50%;
  }
}

.hourlog-menu .middle select {
  padding: 5px 0;
}

.hourlog-menu .right {
  float: left;
}

.hourlog-menu .right svg {
  transform: rotate(180deg);
}

.hourlog-menu .arrow {
  min-width: 60px;
}

.hourlog-menu .arrow svg,
.hourlog-menu .arrow .svg {
  width: 20px;
}

.hourlog-menu .date a,
.hourlog-menu .arrow a {
  color: #B2B2B2;
}

.hourlog-menu .date a svg,
.hourlog-menu .arrow a svg {
  fill: #B2B2B2;
}

.hourlog-menu .menu-item {
  max-height: 60px;
  border-right: 1px solid #E4E4E4;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 60px;
  background-color: white;
  z-index: 10;
  float: left;
}

@media screen and (min-width: 80em) {
  .hourlog-menu .today {
    min-width: 180px;
  }
}

.hourlog-menu .today span {
  color: #daca27;
  font-weight: 500;
  vertical-align: middle;
}

.hourlog-menu .today svg,
.hourlog-menu .today .svg {
  line-height: 16px;
  height: auto;
  width: 30px;
  vertical-align: middle;
  fill: white;
}

.hourlog-menu .today svg text,
.hourlog-menu .today .svg text {
  fill: #daca27;
}

.hourlog-header {
  height: 48px;
  padding-left: 10px;
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  font-weight: 500;
  background-color: white;
}

@media screen and (min-width: 80em) {
  .hourlog-header {
    padding-left: 60px;
  }
}

@media screen and (min-width: 35.5em) {
  .hourlog-header {
    padding-right: 30px;
  }
}

.hourlog-header > div {
  line-height: 48px;
}

.hourlogs {
  margin-top: 108px;
  margin-left: 10px;
}

@media screen and (min-width: 35.5em) {
  .hourlogs {
    margin-right: 30px;
  }
}

@media screen and (min-width: 80em) {
  .hourlogs {
    margin-left: 60px;
  }
}

@media screen and (max-width: 48em) {
  .hourlogs {
    margin-top: 45px;
  }
}

.hourlogs .buttons {
  margin: 30px 0;
}

.week-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.week-selector span {
  font-weight: 500;
  font-size: 140%;
  line-height: 48px;
}

.week-selector span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  border-top: solid 8px #242424;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.selected_week {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
  opacity: 0;
}

.selected_week::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.hourlog-forms .day-name {
  font-weight: 500;
}

.hourlog-forms .light {
  color: #B2B2B2;
}

.hourlog-forms input,
.hourlog-forms .ms-container .ms-list,
.ms-container .hourlog-forms .ms-list,
.hourlog-forms optgroup,
.hourlog-forms select,
.hourlog-forms textarea {
  color: initial;
}

.hourlog-forms textarea {
  height: 24px;
}

.hourlog-forms .day {
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  padding: 30px 0;
}

.hourlog-forms .day.loading {
  border: 1px solid rgba(184, 233, 134, 0.5);
  margin-top: -1px;
  border-radius: 3px;
  background-color: rgba(184, 233, 134, 0.5);
}

.hourlog-forms .day.saved {
  -webkit-animation-name: saved;
          animation-name: saved;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hourlog-forms .day.failed {
  border: 1px solid #FE4A49;
  margin-top: -1px;
  border-radius: 3px;
  background-color: #FE4A49;
}

@media screen and (max-width: 48em) {
  .hourlog-forms .day {
    border-bottom: none;
  }
}

.hourlog-forms .bottom-row {
  padding-top: 10px;
}

.hourlog-forms form {
  padding: 7px 0;
}

@media screen and (max-width: 48em) {
  .hourlog-forms form {
    border-bottom: 1px solid #E4E4E4;
  }
}

.hourlog-forms form .space {
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 0;
  border-bottom: 1px solid #E4E4E4;
}

.hourlog-forms form .space input,
.hourlog-forms form .space .ms-container .ms-list,
.ms-container .hourlog-forms form .space .ms-list,
.hourlog-forms form .space select,
.hourlog-forms form .space textarea {
  border-bottom: none;
}

.hourlog-forms form .time {
  display: flex;
  text-align: right;
}

.hourlog-forms form .time__hours,
.hourlog-forms form .time__minutes {
  display: flex;
  width: 50%;
}

.hourlog-forms form .time__hours input,
.hourlog-forms form .time__hours .ms-container .ms-list,
.ms-container .hourlog-forms form .time__hours .ms-list,
.hourlog-forms form .time__minutes input,
.hourlog-forms form .time__minutes .ms-container .ms-list,
.ms-container .hourlog-forms form .time__minutes .ms-list {
  flex: 1 1 auto;
  align-self: center;
}

.hourlog-forms form .time__hours span,
.hourlog-forms form .time__minutes span {
  align-self: center;
  padding-left: 5px;
}

.hourlog-forms form .time input,
.hourlog-forms form .time .ms-container .ms-list,
.ms-container .hourlog-forms form .time .ms-list {
  -moz-appearance: textfield;
  width: 39%;
  display: inline-block;
  text-align: right;
}

.hourlog-forms form input,
.hourlog-forms form .ms-container .ms-list,
.ms-container .hourlog-forms form .ms-list,
.hourlog-forms form select {
  padding: 5px 0;
}

.hourlog-forms form select {
  height: 34px;
}

.hourlog-forms form input::-webkit-input-placeholder,
.hourlog-forms form .ms-container .ms-list::-webkit-input-placeholder,
.ms-container .hourlog-forms form .ms-list::-webkit-input-placeholder {
  color: #E4E4E4;
}

.hourlog-forms form input::-moz-placeholder,
.hourlog-forms form .ms-container .ms-list::-moz-placeholder,
.ms-container .hourlog-forms form .ms-list::-moz-placeholder {
  color: #E4E4E4;
}

.hourlog-forms form input:-ms-input-placeholder,
.hourlog-forms form .ms-container .ms-list:-ms-input-placeholder,
.ms-container .hourlog-forms form .ms-list:-ms-input-placeholder {
  color: #E4E4E4;
}

.hourlog-forms form input::-ms-input-placeholder,
.hourlog-forms form .ms-container .ms-list::-ms-input-placeholder,
.ms-container .hourlog-forms form .ms-list::-ms-input-placeholder {
  color: #E4E4E4;
}

.hourlog-forms form input::placeholder,
.hourlog-forms form .ms-container .ms-list::placeholder,
.ms-container .hourlog-forms form .ms-list::placeholder {
  color: #E4E4E4;
}

.hourlog-forms form .extra-options {
  display: flex;
}

.hourlog-forms form .extra-options__input {
  flex: 1 1 auto;
}

.hourlog-forms form .extra-options__option {
  height: 20px;
  width: 20px;
  margin-left: 20px;
}

.hourlog-forms form .trash,
.hourlog-forms form .add-link {
  width: 20px;
  height: 20px;
}

.hourlog-forms form .trash svg,
.hourlog-forms form .trash .svg,
.hourlog-forms form .add-link svg,
.hourlog-forms form .add-link .svg {
  margin-top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  fill: #B2B2B2;
}

.hourlog-forms form .trash .are-you-sure-text,
.hourlog-forms form .add-link .are-you-sure-text {
  display: none;
}

.hourlog-forms form .trash:not([url]) {
  display: none;
}

.hourlog-forms form .add-link svg {
  fill: #B2B2B2;
}

.hourlog-forms form .add-link svg .plus {
  display: block;
}

.hourlog-forms form .add-link[filled] svg {
  fill: #daca27;
}

.hourlog-forms form .add-link[filled] svg .plus {
  display: none;
}

#help {
  padding: 0px;
  overflow: hidden;
  position: fixed;
  z-index: 16000002;
  right: 36px;
  bottom: 0px;
  background: #daca27;
  box-sizing: border-box;
  text-align: center;
}

#help .click {
  cursor: pointer;
  font-weight: 500;
}

#help .icon {
  height: 18px;
  fill: white;
}

#help .information {
  background-color: white;
  color: #242424;
  border-left: #daca27 1px solid;
  border-right: #daca27 1px solid;
  text-align: left;
}

#help div {
  box-sizing: border-box;
  padding: 5px 20px;
}

.show-menu-button {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
}

@media screen and (max-width: 48em) {
  .day .day-name,
  .day .day-date {
    display: inline-block;
  }

  .day .day-date {
    float: right;
    margin-right: 10px;
  }
}

@media screen and (max-width: 48em) and (min-width: 35.5em) {
  .day .day-date {
    margin-right: 30px;
  }
}

@media screen and (max-width: 48em) {
  .hourlog-header {
    display: none;
  }

  .remove-bottom-border-phone {
    border-bottom: none;
  }

  .hourlog-menu .menu-item {
    border-bottom: 1px solid #E4E4E4;
  }
}

.hourlog-table {
  width: 100%;
}

.hourlog-table__header--date {
  min-width: 110px;
}

.hourlog-table__header--company {
  min-width: 220px;
}

.hourlog-table__header--user,
.hourlog-table__header--project {
  min-width: 200px;
}

.hourlog-table__header--description {
  width: 100%;
}

.hourlog-table__header--url {
  min-width: 40px;
}

.hourlog-table__header--time {
  min-width: 150px;
}

.hourlog-table__header,
.hourlog-table__footer {
  font-weight: 500;
}

.hourlog-table__header,
.hourlog-table__row,
.hourlog-table__footer {
  word-break: break-word;
  border-bottom: 1px solid #E4E4E4;
}

.hourlog-table__header__icon svg,
.hourlog-table__row__icon svg,
.hourlog-table__footer__icon svg {
  width: 20px;
  height: 20px;
}

.hourlog-table__header td,
.hourlog-table__row td,
.hourlog-table__footer td {
  padding: 24px 0;
}

#add-url-dialog {
  display: none;
}

#add-url-dialog .invalid-url {
  display: none;
  padding-top: 20px;
  color: #FE4A49;
}

#open-link-dialog {
  display: none;
}

#open-link-dialog #open-link {
  display: block;
  min-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#open-link-dialog .open-link-options {
  display: flex;
}

#open-link-icon,
#copy-link-icon {
  margin-left: 20px;
  width: 20px;
  height: 20px;
}

#open-link-icon svg,
#copy-link-icon svg {
  fill: #B6AA2F;
  width: 20px;
  height: 20px;
}

.page-content {
  margin-top: 90px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 48em) {
  .page-content {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.page-content h2.name {
  padding-top: 20px;
  box-sizing: border-box;
  font-weight: 500;
}

.management h3 {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
  margin: 0;
  font-weight: 500;
}

.management .edit {
  float: right;
  width: 24px;
  height: 24px;
  fill: #CDCDCD;
}

.management .edit:hover {
  fill: #daca27;
}

.management .block {
  padding: 0 20px;
  margin-bottom: 60px;
}

.management .block .buttons {
  padding: 24px 0;
}

.management .block .buttons .delete {
  display: inline-block;
}

.management .block .buttons .delete .are-you-sure-text {
  display: none;
}

.management .block.errors,
.management .block.success,
.management .block.error_message {
  padding: 20px;
  margin: 20px 0;
}

.management .data-name {
  font-size: 75%;
  color: #B2B2B2;
  padding: 16px 0;
}

.management .data-padding div {
  padding: 5px 0;
}

.management .data > div {
  margin: 21px 0;
}

.management .header {
  padding: 8px 0;
  padding-right: 24px;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
}

@media screen and (max-width: 48em) {
  .management .header div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.management .input {
  padding-right: 40px;
}

.management .input .input-div {
  padding: 10px 0;
}

.management .inactive {
  color: #E4E4E4;
}

.management .inactive .data-name {
  color: #E4E4E4;
}

.management .inactive a,
.management .inactive button,
.management .inactive .button {
  pointer-events: none;
  color: #E4E4E4;
  cursor: default;
}

.management .inactive button,
.management .inactive .button {
  border: 1px solid #E4E4E4;
}

.management .inactive button:hover,
.management .inactive .button:hover {
  background: none;
}

.management .inactive .switch-display.switch-true span,
.management .inactive .switch-display span {
  background: #E4E4E4;
}

.management .inactive .active-display span::before {
  background: #E4E4E4;
}

.management .inactive .export {
  fill: #E4E4E4;
}

@media screen and (max-width: 80em) {
  .management .inactive {
    display: none;
  }
}

.management .row {
  border-bottom: 1px solid #E4E4E4;
  padding: 23px 0;
  position: relative;
  padding-right: 24px;
}

.management .row .cell {
  padding: 0 15px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
}

.management .row .cell__link:hover {
  color: #B6AA2F;
}

.management .row .hover {
  width: 24px;
  height: 24px;
  position: absolute;
  margin-top: -12px;
  top: 50%;
  right: 0;
}

.management .row .hover svg,
.management .row .hover .svg {
  fill: #daca27;
}

@media screen and (min-width: 64em) {
  .management .row .hover svg,
  .management .row .hover .svg {
    display: none;
  }
}

.management .row .export {
  width: 24px;
  height: 24px;
  position: absolute;
  margin-top: -12px;
  top: 50%;
  right: 0;
}

.management a .row:hover {
  color: #daca27;
}

.management a .row:hover .hover svg,
.management a .row:hover .hover .svg {
  display: block;
}

.management a .row:hover .ignore-hover {
  color: #242424;
}

.management .row.loading {
  border: 1px solid rgba(184, 233, 134, 0.5);
  margin-top: -1px;
  border-radius: 3px;
  background-color: rgba(184, 233, 134, 0.5);
}

.management .row.saved {
  -webkit-animation-name: saved;
          animation-name: saved;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.management .row.failed {
  border: 1px solid #FE4A49;
  margin-top: -1px;
  border-radius: 3px;
  background-color: #FE4A49;
}

.switch-display,
.switch-input {
  display: inline-block;
  position: relative;
}

.switch-display.switch-input,
.switch-input.switch-input {
  cursor: pointer;
}

.switch-display input,
.switch-display .ms-container .ms-list,
.ms-container .switch-display .ms-list,
.switch-input input,
.switch-input .ms-container .ms-list,
.ms-container .switch-input .ms-list {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-display span,
.switch-input span {
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
  border: solid 2px transparent;
  box-sizing: border-box;
  background: #CDCDCD;
  border-radius: 8px;
  transition: .1s;
}

.switch-display span::before,
.switch-input span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: .1s;
}

.switch-display input:checked ~ span,
.switch-display .ms-container .ms-list:checked ~ span,
.ms-container .switch-display .ms-list:checked ~ span,
.switch-display.switch-true span,
.switch-input input:checked ~ span,
.switch-input .ms-container .ms-list:checked ~ span,
.ms-container .switch-input .ms-list:checked ~ span,
.switch-input.switch-true span {
  background: #daca27;
}

.switch-display input:checked ~ span::before,
.switch-display .ms-container .ms-list:checked ~ span::before,
.ms-container .switch-display .ms-list:checked ~ span::before,
.switch-display.switch-true span::before,
.switch-input input:checked ~ span::before,
.switch-input .ms-container .ms-list:checked ~ span::before,
.ms-container .switch-input .ms-list:checked ~ span::before,
.switch-input.switch-true span::before {
  left: 100%;
  margin-left: -12px;
}

.active-display {
  display: inline-block;
  position: relative;
}

.active-display span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

.active-display span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.active-display.active-true span::before {
  background-color: #7ED321;
}

.active-display.active-false span::before {
  background-color: #FE4A49;
}

.filter-container {
  border-bottom: 1px solid #E4E4E4;
}

.filter-container input,
.filter-container .ms-container .ms-list,
.ms-container .filter-container .ms-list {
  height: 100%;
  box-sizing: border-box;
  border: none;
}

.filter-container__field-label {
  display: flex;
  align-items: center;
}

.filter-container__field-label label {
  padding: 0 8px;
}

.filter-container__button {
  width: 100%;
}

#delete-dialog-container {
  display: none;
}

.account .background {
  background-image: url("/images/PNO_Background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  min-height: 33vh;
}

.account .background .text {
  width: 240px;
}

.account .background .text h1 {
  font-size: 256%;
  font-weight: 500;
}

.account .background .text .white {
  color: #FFFFFF;
}

.account .background .text .blue {
  color: #daca27;
}

.account .background .text hr {
  position: fixed;
  text-align: left;
  width: 64px;
  height: 6px;
  background-color: white;
  border: none;
}

@media (min-width: 48em) {
  .account .background {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
  }

  .account .background .text {
    margin-left: auto;
    margin-right: 60px;
  }
}

@media (min-width: 80em) {
  .account .background .text {
    margin-top: 100px;
  }
}

.account .account-content {
  float: left;
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  padding: 320px 20px 0;
}

@media (min-width: 48em) {
  .account .account-content {
    z-index: 2;
    box-shadow: -10px 0 31px 0 rgba(0, 0, 0, 0.5);
    width: 50%;
  }
}

@media (min-width: 80em) {
  .account .account-content {
    padding-left: 170px;
    padding-right: 170px;
  }
}

.account .account-content h1 {
  font-size: 130%;
  font-weight: 500;
}

.account .account-content h2 {
  font-size: 100%;
  color: #B2B2B2;
  font-weight: 400;
}

.account .account-content a {
  text-decoration: underline;
  color: #daca27;
  font-size: 87%;
}

.account .account-content .group {
  margin: 32px 0;
  line-height: 24px;
}

.account .account-content .group .name {
  font-size: 75%;
}

.account .account-content .forgot-password {
  color: #B2B2B2;
}

.ms-container {
  background: transparent url("/svg/ui/arrow-leftright.svg") no-repeat 50% 50%;
  background-size: 35px;
  width: 100%;
}

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable {
  color: #555555;
  float: left;
  width: 45%;
}

.ms-container .ms-selection {
  color: #555555;
  float: left;
  width: 45%;
  float: right;
}

.ms-container .ms-list {
  position: relative;
  height: 300px;
  padding: 0;
  overflow-y: auto;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 10px;
  color: #555;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.dashboard.page-content {
  margin-left: 20px;
}

.dashboard .success,
.dashboard .error_message {
  margin-left: 20px;
}

.dashboard .projects {
  width: 100%;
  float: left;
}

.dashboard .projects .grid {
  margin-left: -12px;
  display: flex;
}

.dashboard .projects .grid .grid-cell {
  box-sizing: border-box;
}

.dashboard .projects .grid-cell > .project {
  padding-top: 0;
}

.dashboard .project {
  padding: 40px 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 35.5em) {
  .dashboard .project {
    padding: 40px;
  }
}

.dashboard .project a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dashboard .project a div {
  flex: 0 1 auto;
}

.dashboard .project .percentage canvas {
  opacity: 0.5;
}

.dashboard .project .name {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 9px;
  line-height: 23px;
}

.dashboard .project .date,
.dashboard .project .employees,
.dashboard .project .company {
  color: #B2B2B2;
}

.dashboard .project .employees svg {
  fill: #B2B2B2;
}

.dashboard .project .employees svg path,
.dashboard .project .employees svg circle {
  stroke: #B2B2B2 !important;
}

.dashboard .project svg,
.dashboard .project .svg {
  fill: white;
  stroke: #B2B2B2;
  width: 13px;
}

.dashboard .project svg .fill-blue,
.dashboard .project svg .fill-grey,
.dashboard .project .svg .fill-blue,
.dashboard .project .svg .fill-grey {
  stroke: #B2B2B2;
  fill: #B2B2B2;
}

.dashboard .project a:hover .percentage canvas {
  opacity: 1;
}

.dashboard .project a:hover .name {
  color: #93891E;
}

.dashboard .project a:hover .date,
.dashboard .project a:hover .employees,
.dashboard .project a:hover .company {
  color: #242424;
}

.dashboard .project a:hover svg,
.dashboard .project a:hover .svg {
  fill: white;
  stroke: #242424;
  width: 13px;
}

.dashboard .project a:hover svg .fill-blue,
.dashboard .project a:hover svg .fill-grey,
.dashboard .project a:hover .svg .fill-blue,
.dashboard .project a:hover .svg .fill-grey {
  stroke: #242424;
  fill: #242424;
}

.introduction,
[name='introduction'] {
  font-weight: 500;
}

.message .message-projects ul {
  margin: 0;
}

.message a {
  text-decoration: underline;
}

.message .buttons {
  text-align: right;
  padding: 5px 0;
}

.message .message-click:hover {
  cursor: pointer;
  color: #daca27;
}

.message .message-click:hover .button {
  background-color: #F3E65F;
}

.message h4.message-click {
  margin: 0;
  padding: 20px 0;
}

.message .message-companies .companies-click span {
  text-decoration: underline;
}

.message .message-companies:hover .companies-click {
  color: #daca27;
  cursor: pointer;
}

.message h4 .message-date {
  float: right;
}

.message .text {
  cursor: default;
}

.messages h2 {
  font-size: 112%;
  font-weight: 500;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 9px;
}

.message-container {
  padding: 12px 0;
  box-sizing: border-box;
}

.message-container h4 {
  font-weight: 500;
}

.message-container .introduction {
  font-weight: 400;
}

.message-container .message {
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  margin-top: -1px;
}

.message-container .message .message-companies .collapsed {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.message-container .message:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.message-container .message:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.message-container .message .title {
  font-weight: 500;
  font-size: 112%;
}

.inactive .message:hover .message-click {
  cursor: default;
  color: #E4E4E4;
}

.inactive .message:hover .message-click .button {
  background-color: #FFFFFF;
}

a.cke_dialog_ui_button_ok {
  background: #daca27 !important;
  border: #daca27 !important;
}

.management div#message {
  border-bottom: 1px solid #E4E4E4;
}

.management div#message a {
  text-decoration: underline;
}

.management .ms-container .ms-selection,
.management .ms-container .ms-selectable {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
}

.management .ms-container .ms-selection .ms-list,
.management .ms-container .ms-selectable .ms-list {
  border: none;
}

.management .ms-container .ms-selection .ms-elem-selectable,
.management .ms-container .ms-selectable .ms-elem-selectable {
  color: #B2B2B2;
}

.percentage .jqplot-data-label {
  width: 100%;
  text-align: center;
  left: 0 !important;
  top: 115px !important;
}

.percentage .jqplot-data-label .made-hours {
  color: #242424;
  font-size: 162%;
}

.percentage .jqplot-data-label .total-hours {
  color: #B2B2B2;
  font-size: 110%;
}

.companies {
  padding-right: 40px;
}

.companies__company {
  display: flex;
}

.companies__padding-right {
  padding-right: 10px;
  flex: 1 1 auto;
}

.companies__trash svg {
  width: 20px;
  fill: #B2B2B2;
}

.company-project {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
}

.pure-hidden {
  display: none;
}

.pure-show {
  display: block;
}

td.pure-show {
  display: table-cell;
}

@media screen and (min-width: 35.5em) {
  .pure-hidden-sm {
    display: none;
  }

  .pure-show-sm {
    display: block;
  }

  td.pure-show-sm {
    display: table-cell;
  }
}

@media screen and (min-width: 48em) {
  .pure-hidden-md {
    display: none;
  }

  .pure-show-md {
    display: block;
  }

  td.pure-show-md {
    display: table-cell;
  }
}

@media screen and (min-width: 64em) {
  .pure-hidden-lg {
    display: none;
  }

  .pure-show-lg {
    display: block;
  }

  td.pure-show-lg {
    display: table-cell;
  }
}

@media screen and (min-width: 80em) {
  .pure-hidden-xl {
    display: none;
  }

  .pure-show-xl {
    display: block;
  }

  td.pure-show-xl {
    display: table-cell;
  }
}

.dialog-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 70, 204, 0.1);
  z-index: 50;
  transform: translate3d(0, 0, 0);
}

.dialog-container .dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  padding: 12px 32px;
}

.dialog-container .dialog__message {
  position: relative;
  margin: 20px 0;
  border-bottom: 1px solid #E4E4E4;
}

.dialog-container .dialog__message h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.dialog-container .dialog__buttons {
  margin-bottom: 20px;
  vertical-align: bottom;
  text-align: right;
}

.dialog-container .dialog__buttons button,
.dialog-container .dialog__buttons .button {
  margin-left: 24px;
}

