@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names, .react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range, .react-datepicker__quarter--selected, .react-datepicker__quarter--in-selecting-range, .react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover, .react-datepicker__quarter--selected:hover, .react-datepicker__quarter--in-selecting-range:hover, .react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled, .react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover, .react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover, .react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range, .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range, .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range, .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover, .react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover, .react-datepicker__quarter-text.react-datepicker__month--selected:hover, .react-datepicker__quarter-text.react-datepicker__month--in-range:hover, .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover, .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-responsive-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.react-responsive-modal-container {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

/* Used to trick the browser to center the modal content properly  */
.react-responsive-modal-containerCenter:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.react-responsive-modal-modal {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  padding: 1.2rem;
  position: relative;
  overflow-y: auto;
}

.react-responsive-modal-closeButton {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
}

@keyframes react-responsive-modal-overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes react-responsive-modal-overlay-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes react-responsive-modal-modal-in {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
@keyframes react-responsive-modal-modal-out {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0;
  }
}
body {
  color: #1f1f1f;
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

a, a:link {
  color: #1f3135;
  text-decoration: underline;
}

a:visited {
  color: #1f3135;
}

a:active, a:hover {
  text-decoration: none;
}

h1 {
  font-size: 28px;
  letter-spacing: 0.8px;
  color: #1f3135;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1f3135;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  color: #ffebd3;
}

svg {
  fill: currentColor;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background-color: #1f3135;
  color: #ffffff;
}

td {
  border: solid 1px #1f3135;
  padding: 10px;
}

th {
  border: solid 1px #1f3135;
  padding: 10px;
  text-align: left;
}

.main {
  display: flex;
  padding-top: 30px;
}
.main .content {
  order: 2;
  padding: 30px;
  flex: 1 1 auto;
}
.main .sidebar {
  order: 1;
  flex: 0 0 225px;
}

/* The main calendar widget.  DIV containing a table. */
div.calendar {
  position: relative;
}

.calendar, .calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efe;
  font-family: tahoma, verdana, sans-serif;
}

/* Header part -- contains navigation buttons and day names. */
.calendar_button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center; /* They are the navigation buttons */
  padding: 2px; /* Make the buttons seem like they're pressing */
  background: #676;
  color: #fff;
  font-size: 90%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold; /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */ }

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #afa;
  color: #000;
  border: 1px solid #084;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dfb;
}

/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}

.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #8a8;
  background: #dfb;
}

.calendar tbody .rowhilite td {
  background: #dfd;
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #efd;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #f8fff8;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today {
  font-weight: bold;
  color: #0a0;
}

.calendar tbody .disabled {
  color: #999;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #af8;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #dfb;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #686;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

table.form {
  margin-top: 4px;
  border-collapse: collapse;
  width: 100%;
}

table.form tr td {
  background: #FDEBD3;
  border: 1px #666 solid;
  color: #42424c;
  padding: 2px;
  font-size: 10pt;
  vertical-align: top;
}

table.form tr td img {
  float: none;
}

table.form tr td.hint {
  padding: 0;
  font-size: 8pt;
}

table.form tr td.label {
  background: #42424c;
  border: 1px #42424c solid;
  color: #FDEBD3;
}

table.form tr td label {
  background: #42424c;
  color: #FDEBD3;
}

table.form tr td label.radio {
  padding: 0 5px 0 0;
}

table.form tr td.section_header {
  background-color: #77AA77;
  color: #003300;
  font-weight: bold;
}

table.form tr td input {
  border: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.08em;
  margin: 0 0 0 0;
}

table.form tr td input.radio {
  vertical-align: middle;
}

table.form tr td label {
  vertical-align: middle;
  margin: 0 0 0 0;
  padding-left: 2px;
}

table.form tr td span.checkbox {
  vertical-align: middle;
  margin: 0 10px 0 0;
  height: 20px;
}

table.form tr td span.checkbox input {
  vertical-align: middle;
}

table.form tr td span.checkbox label {
  vertical-align: middle;
}

table.form tr td span.radio {
  vertical-align: middle;
  margin: 0 10px 0 0;
  height: 20px;
}

table.form tr td span.radio input {
  vertical-align: middle;
}

table.form tr td span.radio label {
  vertical-align: middle;
}

table.form tr td.long_row {
  text-align: left;
  width: auto;
}

table.form tr td.long_row_fields {
  padding-left: 20px;
}

::selection {
  background: #42424c;
  color: #FDEBD3;
}

::-moz-selection {
  background: #42424c;
  color: #FDEBD3;
}

a img {
  border: none;
}

select {
  border: none;
}

input, textarea {
  border: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.08em;
}

input[type=submit] {
  background: #42424c;
  color: #FDEBD3;
  text-transform: uppercase;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #FDEBD3;
  color: #42424c;
}

textarea[id*=passwords] {
  border: 1px solid #42424c;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  margin: 10px auto;
  padding: 4px;
  width: 95%;
}

.work_item_submit input[type=submit] {
  background: #42424c;
  color: #FDEBD3;
}

.work_item_submit input[type=submit]:hover {
  background: #FFF;
  color: #42424c;
}

P.breakhere {
  page-break-before: always;
}

tr.distributed {
  background-color: #ACC6A5;
}

label {
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

P.breakhere {
  page-break-before: always;
}

.main_title {
  width: 400px;
  background: #496E95;
  font-weight: bold;
  font-size: 1.1em;
  padding: 3px;
  padding-left: 30px;
}

.subtle_link {
  text-decoration: none;
  font-size: smaller;
}

.sidebar-motto {
  margin: 20px auto;
  max-width: 180px;
}

.sidebar-motto img {
  width: 100%;
}

#navigate {
  color: #000;
}

#navigate:hover {
  background: #78B0DE;
}

#logoff {
  float: right;
  background-color: #aaa;
  margin-right: 5px;
}

#logoff:hover {
  background-color: #800;
  color: #e99;
}

.button {
  background: #f4f4f4;
  border: 1px solid #999;
  border-right: 4px solid #999;
  color: #42424c;
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10pt;
  height: 22px;
  line-height: 14pt;
  margin: 5px;
  padding: 0 5px 0 7px;
  text-align: left;
  text-decoration: none;
  width: 170px;
  vertical-align: center;
}

.short {
  width: auto;
}

.button:hover {
  background: #E0E6E0;
  border-right: 4px solid #060;
  color: #060;
}

#status {
  position: fixed;
  min-width: 100px;
  z-index: 20;
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  margin-left: 5px;
  padding: 2px;
  padding-left: 4px;
}

#status.open {
  right: 40px;
  top: 44px;
}

#status.closed {
  right: 40px;
  top: 44px;
}

#save_status_status {
  text-transform: uppercase;
}

#save_status_close_button, #save_status_open_button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#save_status ul {
  padding: 0 5px 0 3px;
  margin: 0 0 0 0;
  list-style: none;
}

div#save_status ul li {
  padding-left: 5px;
}

#save_status ul li:first-letter {
  text-transform: capitalize;
}

.save_status_happy {
  background-color: #49C846;
  vertical-align: center;
  text-align: center;
  margin: 2px;
  border: #42424c 1px solid;
  border-top: #999 1px solid;
  border-right: #999 1px solid;
}

.save_status_unhappy {
  background: #922;
  color: white;
  margin: 2px;
  margin-left: 5px;
  padding: 8px;
  border: white 1px solid;
}

#fake_save_unsaved {
  width: 80px;
  margin-left: 20px;
  font-size: 10pt;
  vertical-align: center;
  text-align: center;
  height: 20px;
  border: #fff 1px outset;
  background: #373;
  color: #fff;
  padding: 8px;
}

#fake_save_saved {
  width: 80px;
  margin-left: 20px;
  font-size: 10pt;
  vertical-align: center;
  text-align: center;
  height: 20px;
  border: #999 1px solid;
  background: #cdc;
  color: #42424c;
}

.error {
  color: red;
}

.secret_menu {
  position: fixed;
  z-index: 110;
  width: expression("120px");
  line-height: expression("0px");
  margin-left: 300px;
  margin-top: 2px;
  background-color: #cec;
  border: 1px solid gray;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.secret_menu_item:hover {
  background-color: #dfd;
}

.secret_menu:form {
  display: inline;
}

.secret_menu_item {
  display: block;
  height: 14px;
  padding: 0px;
  margin: 2px;
  padding-left: 2px;
  font-size: 10px;
  background-color: #bdb;
  text-align: left;
  border: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.form_input {
  float: left;
  padding-left: 2px;
  font-size: 9pt;
  border: 1px #888 solid;
  margin-left: 136px;
  margin-top: -19px;
  height: 18px;
}

.label {
  background: #42424c;
  color: #FDEBD3;
  letter-spacing: 0.04em;
  text-align: right;
}

span.label {
  padding: 2px;
  margin-right: 2px;
}

.unimportant_label {
  color: #666;
  font-size: 10pt;
  text-align: right;
}

.nl_input {
  float: left;
  padding-left: 2px;
  font-size: 9pt;
  border: 1px #888 solid;
  height: 18px;
}

div.field_label2 {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  background: #bdb;
  border: #e1f1d2 1px solid;
  font-size: 10pt;
  margin-top: -19px;
  margin-left: 235px;
  margin-left: expression("10px");
  height: 18px;
}

.form_input2 {
  float: left;
  font-size: 10pt;
  margin-left: 10px;
  border: 1px #888 solid;
  margin-top: -19px;
  height: 18px;
}

.form_submit {
  text-decoration: none;
  color: black;
  padding: 1px;
  font-size: 10pt;
  border: #595 2px outset;
  border-top: #9cbb9c 2px solid;
  border-left: #9cbb9c 2px solid;
  background: #C4E5A9;
  background: #aea;
}

.form_submit_flush_left {
  margin-left: 5px;
}

.form_submit:hover {
  background: #49C846;
  border: #999 2px outset;
  border-top: #9cbb9c 2px solid;
  border-left: #9cbb9c 2px solid;
}

.page_control_button {
  text-decoration: none;
  text-align: center;
  font: 8pt;
  height: 16px;
  margin: 0px;
  color: black;
  border: black 1px solid;
  background: #C4E5A9;
  background: #aea;
}

.main hr {
  border: #496E95 1px solid;
  width: 50%;
  margin-left: 50px;
}

div.section_label {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #496E95;
  font-weight: normal;
  font-size: 13pt;
  height: 18px;
  padding-left: 10px;
  padding-right: 30px;
  font-weight: bold;
  color: #42424c;
}

div.widthless_subhead {
  margin-bottom: 5px;
  padding: 6px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  background: #42424c;
  color: #FDEBD3;
}

div.widthless_subhead a {
  background: #42424c;
  color: #FDEBD3;
  display: inline-block;
  font-size: smaller;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

div.widthless_subhead a:hover {
  background: #FDEBD3;
  color: #42424c;
}

div.widthless_subhead h1 {
  color: #E7B34D;
}

#uninvoiced_customers, #customers {
  background: #FDEBD3;
}

#uninvoiced_customers ul, #customers ul {
  list-style-type: none;
  list-style-display: none;
  padding-bottom: 10px;
  padding-left: 16px;
}

#uninvoiced_customers li, #customers li {
  padding-bottom: 8px;
}

div.subhead {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 400px;
  background: #496E95;
  font-weight: normal;
  font-size: 13pt;
  height: 18px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-weight: bold;
  color: #42424c;
}

div.notify {
  margin-left: 50px;
  padding: 5px;
  font-size: 10pt;
  width: 300px;
  background: #ccc;
  color: black;
  text-align: center;
}

.right_option {
  float: right;
  background: #ccc;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  height: 20px;
  border: 1px white solid;
}

.right_option:hover {
  background: #e1f1d2;
}

.instructions {
  padding: 5px;
  color: black;
  margin: 15px;
  border: #888 1px solid;
}

div.link {
  color: blue;
  text-decoration: underline;
}

div.link:hover {
  cursor: pointer;
}

div.revealed_area {
  padding: 5px;
  margin: 10px;
  background: #EDF7E4;
  border: 1px #ddd solid;
}

#passwords.redcloth table {
  border: 1px #444 solid;
}

#passwords.redcloth table td {
  border: 1px #666 solid;
}

#passwords.redcloth table th {
  border: 1px solid #42424c;
  color: #FDEBD3;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
  letter-spacing: 0.04em;
  background: #42424c;
  text-align: left;
  text-transform: capitalize;
}

#passwords.redcloth p, #passwords.redcloth h1, #passwords.redcloth h2, #passwords.redcloth h3, #passwords.redcloth h4, #passwords.redcloth h5, #passwords.redcloth h6 {
  background: #C9E5E0;
}

#passwords.redcloth {
  margin: 10px auto;
  width: 95%;
}

#passwords.redcloth table td {
  background: #FDEBD3;
  padding: 8px;
}

table#accounting.report {
  border: 0;
}

table#accounting {
  margin-top: 10px;
}

table#accounting td[class*=total] {
  border: 0;
  color: #FDEBD3;
}

table#accounting td.total_label {
  font-weight: bold;
}

div.income-header {
  color: #FDEBD3;
  margin: 10px 0;
  text-align: center;
}

table#income.report {
  border: 0;
  width: 60%;
}

table#income td {
  background: #FDEBD3;
  text-transform: capitalize;
}

table#income td.section-header {
  border: 1px solid #42424c;
  color: #FDEBD3;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
  letter-spacing: 0.04em;
  background: #42424c;
  text-align: left;
  text-transform: capitalize;
}

table#income td.clear {
  background: transparent;
  border: 0;
}

table#income td.total, table#income td.grand-total, table#income td.sub-total {
  font-weight: bold;
}

table#employees {
  border: 0;
}

table#employees #add_user_link td {
  border: 1px solid #7C9591;
  text-transform: capitalize;
}

table#unprocessed-customers td {
  background: #FDEBD3;
  padding: 4px;
}

table#unprocessed-customers tr.distributed td {
  background: #ACC6A5;
  padding: 4px;
}

tr.clear, td.clear {
  background: transparent;
}

tr.clear a, td.clear a {
  color: #FDEBD3;
}

table#customer_assignment {
  background: #FDEBD3;
  margin: 0 0 10px 0;
  width: 40%;
}

.bgcolor1 {
  background-color: #aca;
}

.bgcolor2 {
  background-color: #cca;
}

.bgcolor3 {
  background-color: #bbcccc;
}

.bgcolor4 {
  background-color: #996688;
}

.bgcolor5 {
  background-color: #dddddd;
}

.bgcolor6 {
  background-color: #bbb;
}

.bgcolor7 {
  background-color: #aac;
}

.bgcolor8 {
  background-color: #94a6b8;
}

.bgcolor9 {
  background-color: #ddd;
}

table.bordered {
  border-collapse: collapse;
  border: solid 1px gray;
}

table.bordered tr td {
  border: solid 1px gray;
  padding: 3px;
}

.small-heading {
  font-size: 8pt;
}

.centered {
  text-align: center;
}

.button1 {
  font-variant: small-caps;
  background-color: #bbb;
}

.label_without_background {
  font-size: 10pt;
  text-align: right;
}

.label_without_layout {
  background: #FDEBD3;
}

.gradiant_bg1 {
  background-image: url("clientbar.jpg");
  background-repeat: repeat-y;
  background-color: #ddd;
  width: 800px;
}

div.auto_complete {
  width: 350px;
  background: #fff;
}

div.auto_complete ul {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

div.auto_complete ul li {
  margin: 0;
  padding: 3px;
}

div.auto_complete ul li.selected {
  background-color: #3F82C6;
  color: #fff;
}

div.auto_complete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}

.disabled {
  color: #666;
  font-size: 10pt;
  text-align: right;
}

.column_head {
  border: 1px solid #42424c;
  padding: 2px;
  background: #42424c;
  text-align: left;
}

.no_hover:hover {
  background: none !important;
}

.typed {
  font-family: monospace;
  font-color: black;
}

.typed_form {
  font-family: monospace;
  font-color: black;
  text-decoration: underline;
}

.menu_link {
  margin: 5px;
  margin-left: 0px;
  padding: 0;
  height: 18px;
  font-size: 10pt;
  width: 200px;
  text-decoration: none;
  color: #42424c;
  display: block;
  padding: 2px 0 0 10px;
  background: #f4f4f4;
  border: 1px solid #999;
  border-left: 4px solid #999;
}

.menu_link:visited {
  color: #FDEBD3;
  opacity: 0.8;
}

.menu_link:hover {
  background: #E0E6E0;
  color: #060;
  opacity: 1;
  border-left: 4px solid #060;
}

a.add_new {
  font-size: small;
}

table.list_unjust {
  border: 1px solid #aaa;
}

table.list_unjust td {
  border: 1px solid #aaa;
  padding: 0 2px 0 4px;
}

table.list_unjust td.right_column {
  padding: 0 2px 0 0;
  vertical-align: middle;
}

table.list_unjust td.last_row {
  border: none;
}

.info_popup {
  position: absolute;
  background: #E1F1D2;
  padding: 5px 5px 5px 5px;
  border: solid green thin;
}

.grey_borders td,
.grey_borders th {
  border: solid #999999 thin;
  padding: 0 5px 0 5px;
}

.google_map {
  height: 300px;
  width: 500px;
}

.map_area {
  vertical-align: top;
}

.map_items {
  vertical-align: top;
}

.red {
  color: red;
}

.float {
  text-align: right;
}

.number {
  text-align: right;
}

#uninvoiced_customers, #customers {
  z-index: 1;
}

table#work_items tr.distributed textarea {
  background-color: #C3D3BF;
}

table#work_items tr.not_invoiced_by_staff textarea {
  background-color: #A8AEB7;
}

table#work_items td.label {
  display: none;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.currency {
  text-align: right;
}

.gr-note {
  background: #FDEBD3;
  margin: 20px;
  padding: 20px;
  width: 40%;
}

.gr-note {
  display: none;
}

.work-item-projects a.work-item-project {
  font-size: medium;
  padding: 3px 5px;
  text-decoration: none;
}

a.work-item-project:nth-child(odd) {
  background-color: #eee;
}

a.work-item-project:hover {
  background-color: #E1F1D2;
}

a.work-item-project span.img {
  display: block;
  float: left;
  margin-left: -20px;
  text-align: center;
  width: 20px;
}

.work-item-project.even {
  background-color: #eee;
}

.carat-left {
  border: 10px solid white;
  border-color: transparent;
  border-right-color: #FFF;
  display: block;
  height: 0;
  width: 0;
}

.work-item-projects .carat-left {
  position: absolute;
  left: -20px;
  top: 5px;
  z-index: 1000;
}

#all-link {
  display: none;
}

.weekly-totals {
  display: none;
}

@media screen and (min-width: 960px) {
  body.login div.submit input {
    margin-left: 192px;
  }
  body.login formc {
    display: block;
    margin-left: 20%;
  }
  .weekly-totals {
    display: block;
  }
}
.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 24px;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

#react-status {
  right: 40px;
  top: 44px;
  position: fixed;
  min-width: 100px;
  z-index: 20;
  font-size: 0.8rem;
  letter-spacing: 0.04rem;
  margin-left: 5px;
  padding: 2px;
  padding-left: 4px;
}

h3 {
  margin-bottom: 2px;
}

h5 {
  color: black;
  margin-top: 2px;
  margin-bottom: 10px;
}

.migration-target {
  color: red;
}

.migration-target .aside {
  color: black;
}

.work_item .errors {
  padding: 5px;
}
.work_item .timers {
  align-items: center;
  display: flex;
  padding: 5px 0;
}
.work_item label {
  display: inline-block;
  height: 100%;
  padding: 5px;
}

@font-face {
  font-family: "sylvanus-icons";
  src: url("/assets/sylvanus-icons-b043c2da.eot");
  src: url("/assets/sylvanus-icons-b043c2da.eot") format("embedded-opentype"), url("/assets/sylvanus-icons-8d2235df.ttf") format("truetype"), url("/assets/sylvanus-icons-ba0f7c05.woff") format("woff"), url("/assets/sylvanus-icons-d264ee5a.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sylvanus-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-billable:before {
  content: "\e900";
}

.icon-unbillable:before {
  content: "\e901";
}

.icon-trash:before {
  content: "\e902";
}

.icon-lock:before {
  content: "\e903";
}

.icon-edit:before {
  content: "\e904";
}

.icon-add-min:before {
  content: "";
  background: transparent url("/assets/add-min-b0e41d9b.svg") center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -2px;
}

.icon-check:before {
  content: "\e905";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.currency {
  text-align: right;
}

.grand-total {
  border-bottom: thick solid;
}

.income-statement {
  width: 100%;
}

.last-item {
  border-bottom: thin solid;
}

.odd {
  background: #FDEBD3;
}

.even {
  background: #D3B083;
}

.section-header {
  border-bottom: thick solid;
}

.sub-section-header {
  border-bottom: thin solid;
  font-weight: bold;
}

.sub-total {
  border-top: thin solid;
  border-bottom: medium double;
}

table.accounts tr.sub-total {
  border: none;
}

table.accounts tr.sub-total td {
  border: none;
}

table.accounts tr.sub-total td.sub-total {
  border-top: thin solid;
  border-bottom: medium double;
}

.type {
  background: #7C9591;
  color: #FDEBD3;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  font-weight: normal;
}

.nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #1f3135;
  box-shadow: 0px 0px 4px 1px #222222;
}
.nav a,
.nav .inactive_link {
  display: block;
  float: left;
  margin: 0 10px;
  padding: 8px 10px;
  color: #ffebd3;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav a:hover {
  opacity: 0.6;
}
.nav a:last-child {
  font-weight: 600;
  opacity: 0.6;
  float: right;
}
.nav .inactive_link {
  opacity: 0.6;
}

div.calendar {
  position: relative;
}
div.calendar, div.calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000000;
  cursor: default;
  background: #f2f2f2;
  font-family: tahoma, verdana, sans-serif;
}
div.calendar .nav {
  width: auto;
  box-shadow: none;
  position: initial;
  z-index: initial;
}
div.calendar .calendar_button {
  text-align: center;
  padding: 2px;
  background: #3d5b63;
  color: #ffffff;
  font-size: 90%;
  cursor: pointer;
}
div.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #8a8;
  background: #cadcdc;
}
div.calendar thead .title {
  font-weight: bold;
  text-align: center;
  padding: 2px;
  background: #1f3135;
  color: #ffffff;
}
div.calendar thead .name {
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
div.calendar thead .weekend {
  color: #a66;
}
div.calendar thead .hilite {
  background-color: #cadcdc;
  color: #000000;
  padding: 1px;
  border: none;
}
div.calendar thead .active {
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}
div.calendar thead .daynames {
  background: #cadcdc;
}
div.calendar tbody .day {
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
  cursor: pointer;
}
div.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
div.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
div.calendar tbody .rowhilite td {
  background: #dfd;
}
div.calendar tbody .rowhilite td.wn {
  background: #efe;
}
div.calendar tbody td {
  border: 1px solid transparent;
}
div.calendar tbody td.hilite {
  background: #efd;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}
div.calendar tbody td.active {
  background: #dec;
  padding: 2px 2px 0px 2px;
}
div.calendar tbody td.selected {
  font-weight: bold;
  border: 1px solid #000000;
  padding: 1px 3px 1px 1px;
  background: #f8fff8;
  color: #000000;
}
div.calendar tbody td.weekend {
  color: #a66;
}
div.calendar tbody td.today {
  font-weight: bold;
  color: #9e090f;
}
div.calendar tbody .disabled {
  color: #999;
}
div.calendar tbody .emptycell {
  visibility: hidden;
}
div.calendar tbody .emptyrow {
  display: none;
}
div.calendar tfoot .footrow {
  text-align: center;
  background: #565;
  color: #ffffff;
}
div.calendar tfoot .ttip {
  padding: 2px;
  background: #1f3135;
  color: #ffffff;
}
div.calendar tfoot .hilite {
  background: #afa;
  border: 1px solid #084;
  color: #000000;
  padding: 1px;
}
div.calendar tfoot .active {
  background: #7c7;
  padding: 2px 0px 0px 2px;
}
div.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000000;
  font-size: 90%;
  z-index: 100;
}
div.calendar .combo .label,
div.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
div.calendar .combo .label-IEfix {
  width: 4em;
}
div.calendar .combo .hilite {
  background: #cadcdc;
  color: #000000;
}
div.calendar .combo .active {
  border: none;
  background: #1f3135;
  font-weight: bold;
}
div.calendar td.time {
  border-top: 2px solid #cccccc;
  padding: 3px 0px;
  text-align: center;
  background-color: #cadcdc;
}
div.calendar td.time .hour,
div.calendar td.time .minute,
div.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #ffffff;
}
div.calendar td.time .ampm {
  text-align: center;
}
div.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}
div.calendar td.time span.hilite {
  border-color: #000000;
  background-color: #1f3135;
  color: #ffffff;
}
div.calendar td.time span.active {
  border-color: #9e090f;
  background-color: #1f1f1f;
  color: #ffffff;
}

.sidebar {
  background-color: #1f3135;
}
.sidebar a,
.sidebar .inactive_link {
  display: block;
  margin: 0 0 8px 0;
  padding: 8px 20px 8px 13px;
  font-size: 12px;
  color: #ffebd3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.6;
  border-left: solid 7px transparent;
}
.sidebar a:hover,
.sidebar .inactive_link:hover {
  color: #e7b34d;
  border-left-color: #e7b34d;
}
.sidebar .inactive_link {
  color: #e7b34d;
  font-weight: bold;
}
.sidebar .customer_name:hover {
  border-left-color: transparent;
}
.sidebar .customer_name h1 {
  text-transform: none;
  color: #ffebd3;
  margin: 10px 0;
}
.sidebar form {
  margin-bottom: 10px;
  padding: 0px 20px;
}
.sidebar form h4 {
  margin: 5px 0px;
}
.sidebar form input {
  width: 100%;
}
.sidebar form input[type=submit] {
  width: auto;
}

.sidebar .tracked-hours thead th {
  padding: 0;
  background: #1f1f1f;
}
.sidebar .tracked-hours thead th a {
  margin: 0;
}

.hours--remaining {
  color: #03823d;
}

.hours--close {
  color: #e4891f;
}

.hours--very-close {
  color: #e64400;
}

.hours--over {
  color: #9e090f;
}

.work-item-list {
  margin-top: 5px;
}
.work-item-list .customer {
  width: 75px;
}
.work-item-list .last-worked {
  width: 60px;
}
.work-item-list .duration {
  width: 60px;
  text-align: center;
}
.work-item-list .project {
  width: 180px;
}
.work-item-list td textarea {
  width: 100%;
}
.work-item-list .actions {
  line-height: 2;
  width: 110px;
}
.work-item-list .actions a {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}
.work-item-list th.actions .btn {
  color: #ffffff;
  padding: 5px;
}
.work-item-list .startstop {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 5px 5px 0 5px;
  width: 16px;
}
.work-item-list .startstop.start {
  background-color: #00A049;
}
.work-item-list .startstop.stop {
  background-color: #F00;
}
.work-item-list .startstop.changing {
  background-color: #FF0;
}
.work-item-list .startstop img {
  display: none;
}
.work-item-list .unbillable {
  background-color: #9b9b9b;
}
.work-item-list .wont_invoice {
  background-color: #fdebd3;
}
.work-item-list button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
  transform: translateY(4px);
}
.work-item-list button img {
  height: 22px;
  width: 22px;
}

.work-item-projects {
  margin-left: 0px;
  position: relative;
}
.work-item-projects .control-toggle {
  cursor: pointer;
  display: block;
  font-size: small;
  padding: 0px;
  text-decoration: none;
}
.work-item-projects .control-toggle:hover {
  text-decoration: underline;
}
.work-item-projects .no-project {
  font-style: italic;
  color: #9e090f;
}
.work-item-projects .no-project:after {
  display: inline-block;
  content: "❯";
  transform: rotate(90deg);
  font-style: normal;
  margin-left: 10px;
}
.work-item-projects .controls-wrapper {
  background-color: #FFF;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 5px 8px -3px #000;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 2;
}
.work-item-projects .controls-wrapper.hidden {
  display: none;
}
.work-item-projects .controls-wrapper a {
  display: block;
}
.work-item-projects .project-totals {
  margin-top: 5px;
  font-weight: bold;
}

table.report, table.list {
  background: #e7f0f0;
  margin-bottom: 10px;
  border: 1px #444 solid;
}
table.report th, table.list th {
  border: 1px solid #1f3135;
  color: #ffffff;
  font-weight: normal;
  padding: 8px;
  letter-spacing: 0.8px;
  background: #1f3135;
  text-align: left;
  text-transform: capitalize;
}
table.report th.number, table.list th.number {
  text-align: right;
}
table.report td, table.list td {
  padding: 5px 5px 5px 5px;
  border: 1px #666 solid;
}
table.report .row-total, table.list .row-total {
  font-weight: bold;
  border-left: 2px solid;
}
table.report tr.type td, table.list tr.type td {
  border: 0;
}
table.report tr.total td, table.list tr.total td {
  border-top: solid 2pt;
  font-weight: bold;
}
table.report .clear, table.list .clear {
  background: #7C9591;
}

table.fields tr {
  border-bottom: 1px solid #6f6f6f;
}
table.fields td {
  background-color: #cadcdc;
  padding: 8px;
}
table.fields td:first-child {
  background-color: #1f3135;
  color: #FDEBD3;
  text-align: right;
}

table.borderless {
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.3;
}
table.borderless thead {
  background-color: transparent;
  color: #1f1f1f;
}
table.borderless thead th {
  border: none;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 20px 5px;
}
table.borderless thead th:first-child {
  padding-left: 0;
}
table.borderless thead th:last-child {
  padding-right: 0;
}
table.borderless tbody tr {
  background-color: #ffffff;
}
table.borderless tbody td {
  border: none;
  border-bottom: solid 2px #f2f2f2;
  padding: 14px 5px;
}
table.borderless tbody td:first-child {
  padding-left: 15px;
}
table.borderless tbody td:last-child {
  padding-right: 15px;
}
table.borderless tbody td.actions {
  text-align: right;
  min-width: 115px;
  width: 115px;
}
table.borderless tbody td.actions a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  font-size: 18px;
}
table.borderless .number {
  text-align: center;
}
table.borderless textarea {
  background: transparent;
  width: 98%;
}

form > table {
  background: #cadcdc;
}
form > table tr {
  border-bottom: solid 1px #6f6f6f;
}
form > table td {
  padding: 8px;
}
form > table td.label {
  background-color: #1f3135;
  width: 150px;
}
form > table td input,
form > table td textarea {
  box-sizing: border-box;
  padding: 5px 10px;
  border: none;
}
form > table td [type=checkbox],
form > table td [type=radio] {
  width: auto;
}
form > table .datetime-field-timezone {
  margin-right: 10px;
  padding: 5px 0 5px 5px;
}

.modal-form {
  background-color: #fdebd3;
  font-size: 13px;
  padding: 0;
}
.modal-form .form-wrapper {
  padding: 30px 30px 10px 30px;
}
.modal-form .field-group {
  display: flex;
}
.modal-form .field-group .field {
  flex: 0 0 auto;
  margin-right: 15px;
}
.modal-form .field-group .field:last-child {
  margin-right: 0;
}
.modal-form .field {
  margin-bottom: 20px;
}
.modal-form .field label {
  display: block;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-form .field input,
.modal-form .field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
}
.modal-form .field input::placeholder,
.modal-form .field textarea::placeholder {
  color: #6f6f6f;
}
.modal-form .field input[type=checkbox],
.modal-form .field textarea[type=checkbox] {
  width: auto;
  display: inline;
  vertical-align: -2px;
}
.modal-form .field input[type=checkbox] + label,
.modal-form .field textarea[type=checkbox] + label {
  display: inline;
  padding-left: 5px;
}
.modal-form .field select {
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 6px 15px;
  font-size: 13px;
}
.modal-form .field-description {
  width: 518px;
}
.modal-form .form-submit {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background-color: #f19d3b;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.modal-form .form-submit span {
  display: inline-block;
  padding: 13px 60px 13px 0px;
  background: transparent url("/assets/add-button-white-8ea0bf65.svg") center right no-repeat;
}
.modal-form .form-submit:hover {
  background-color: #9db2b3;
}

.report.customers a.key img {
  height: 16px;
}

.project-list {
  margin-bottom: 20px;
}
.project-list th.number {
  width: 90px;
}
.project-list th.will-not-bill-time {
  width: 110px;
}
.project-list .depth-0 td:first-child {
  padding-left: 15px;
}
.project-list .depth-1 td:first-child {
  padding-left: 35px;
}
.project-list .depth-2 td:first-child {
  padding-left: 55px;
}
.project-list .depth-3 td:first-child {
  padding-left: 75px;
}
.project-list .depth-4 td:first-child {
  padding-left: 95px;
}
.project-list .depth-5 td:first-child {
  padding-left: 115px;
}
.project-list .depth-6 td:first-child {
  padding-left: 135px;
}
.project-list .depth-7 td:first-child {
  padding-left: 155px;
}
.project-list .depth-8 td:first-child {
  padding-left: 175px;
}
.project-list .depth-9 td:first-child {
  padding-left: 195px;
}
.project-list .depth-10 td:first-child {
  padding-left: 215px;
}
.project-list .category {
  background-color: #cadcdc;
}
.project-list .category td {
  border-bottom: solid 2px #f2f2f2;
}
.project-list .category:last-child td {
  border-bottom: solid 16px #f2f2f2;
}
.project-list .project {
  background-color: #9db2b3;
}
.project-list .project.state-completed {
  background-color: #3d5b63;
  color: #ffffff;
}
.project-list .project.state-completed a {
  color: #ffffff;
}
.project-list .project td {
  border-bottom: solid 2px #f2f2f2;
  padding-bottom: 5px;
  padding-top: 5px;
}
.project-list tbody tr:last-child td {
  border-bottom: solid 16px #f2f2f2;
}
.project-list .name,
.project-list .hours-worked,
.project-list .hours-remaining {
  font-weight: bold;
}
.project-list .hours-remaining.hours--close {
  color: #af6f25;
}
.project-list .overbudget {
  background-color: #9e090f;
  color: #ffffff;
}
.project-list .overbudget a {
  color: #ffffff;
}

#project-feed-page .state-completed .name {
  text-decoration: line-through;
}

.project-list .work-item {
  color: #1f1f1f;
  font-size: 12px;
}
.project-list .work-item.unbillable {
  background-color: #9b9b9b;
}
.project-list .work-item.wont_invoice {
  background-color: #fdebd3;
}
.project-list .work-item a {
  color: #1f3135;
}
.project-list .work-item .date-owner {
  width: 170px;
  font-weight: bold;
}
.project-list .work-item .date-owner .date {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px;
}
.project-list .work-item .description {
  padding-left: 20px;
}
.project-list .work-item .duration {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.project-list .work-item .project-selector {
  width: 205px;
  font-weight: bold;
  padding-left: 20px;
}

.new-project-button {
  float: right;
  margin-top: -50px;
}
.new-project-button, .new-project-button:link, .new-project-button:visited {
  color: #f19d3b;
  text-decoration: none;
  font-weight: bold;
  background: transparent url("/assets/add-button-yellow-cd82c699.svg") center right no-repeat;
  padding: 13px 60px 13px 0px;
  font-size: 16px;
  letter-spacing: 1px;
}
.new-project-button:hover {
  color: #9db2b3;
  background-image: url("/assets/add-button-cyan-42ea6347.svg");
}

.project-form .field--project-name {
  align-self: flex-end;
  width: 450px;
}
.project-form .field--project-name input {
  width: 100%;
}
.project-form .field--approved-hours {
  width: 60px;
}
.project-form .field--approved-hours label {
  text-align: center;
  line-height: 1.4;
}
.project-form .field--approved-hours input {
  text-align: center;
}
.project-form .field--category a {
  display: inline-block;
  margin-top: 7px;
}

.category-form .field--category-name {
  width: 350px;
}

.new-work-item {
  float: right;
  margin-top: -10px;
}
.new-work-item, .new-work-item:link, .new-work-item:visited {
  color: #f19d3b;
  text-decoration: none;
  font-weight: bold;
  background: transparent url("/assets/add-button-yellow-cd82c699.svg") center right no-repeat;
  padding: 13px 60px 13px 0px;
  font-size: 16px;
  letter-spacing: 1px;
}
.new-work-item:hover {
  color: #9db2b3;
  background-image: url("/assets/add-button-cyan-42ea6347.svg");
}

.new-work-item-form .field-group {
  width: 475px;
}
.new-work-item-form .field--date {
  width: 120px;
}
.new-work-item-form .field--duration {
  width: 70px;
}
.new-work-item-form .field--employee {
  width: 250px;
}

.start-work-item-form {
  background-color: #cadcdc;
  display: flex;
  width: 100%;
}
.start-work-item-form label, .start-work-item-form .label {
  background: #1f3135;
  color: #ffffff;
  padding: 5px;
}
.start-work-item-form .label {
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.start-work-item-form .customer {
  display: flex;
  flex: 2;
  flex-flow: column wrap;
}
.start-work-item-form .combobox {
  padding: 5px 0 5px 5px;
}
.start-work-item-form .combobox input {
  box-sizing: border-box;
  height: 25px;
  padding: 5px;
  width: 100%;
}
.start-work-item-form .description {
  display: flex;
  flex: 6;
  flex-flow: column wrap;
}
.start-work-item-form .description textarea {
  box-sizing: border-box;
  height: 25px;
  padding: 5px;
  width: 100%;
}
.start-work-item-form .textarea-wrapper {
  padding: 5px;
}
.start-work-item-form .actions {
  display: flex;
  flex-flow: column wrap;
}
.start-work-item-form .actions input {
  flex: 2;
  padding: 5px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
}
.btn.dark {
  background: #1f1f1f;
  color: #fdebd3;
  font-weight: 700;
}
.btn.dark:hover {
  background: #fdebd3;
  color: #1f1f1f;
}

form.button_to {
  display: inline-block;
}

.button-using-icon {
  background: transparent;
  display: inline-block;
  padding: 0;
}
.button-using-icon:hover {
  background: transparent;
}

a.link-using-icon {
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
a.link-using-icon img {
  height: 18px;
  width: 18px;
}

a.link-using-icon-and-label.medium {
  align-items: center;
  color: #f19d3b;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 5px 0;
  text-decoration: none;
}
a.link-using-icon-and-label.medium img {
  height: 32px;
  width: 32px;
  margin-right: 5px;
}

.combobox {
  position: relative;
}
.combobox ul {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 24px;
  width: 280px;
}
.combobox li {
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px;
}
.combobox li.selected {
  background-color: #dfdfdf;
}

.login {
  background: url("/assets/sylvanus-bg-04c267e1.jpg") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px;
  width: 500px;
}
.login .status-list {
  margin-top: 10px;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: flex-end;
}
.login label {
  color: #fdebd3;
  display: inline-block;
  font-weight: 700;
}
.login input[type=text],
.login input[type=password] {
  background: #fdebd3;
  display: inline-block;
  margin-left: 5px;
  padding: 5px 0 5px 5px;
  width: 200px;
}
.login div {
  padding: 5px 0 5px 5px;
}
.login img {
  width: 500px;
}

.error-list {
  font-weight: 700;
  list-style-type: none;
  padding: 10px;
}

.status-list {
  background-color: #fdebd3;
  font-weight: 700;
  list-style-type: none;
  min-height: 1em;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.status-list.error, .status-list.loading {
  opacity: 1;
}
.status-list.forced {
  opacity: 1;
}
.status-list.success {
  animation-duration: 10s;
  animation-name: fade-out;
}
.status-list:hover {
  animation-name: none;
  opacity: 1;
}
.status-list .error {
  color: #9e090f;
}
.status-list .loading {
  color: #3d5b63;
}
.status-list .success {
  color: #03823d;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.controller-account.action-record-payment table {
  border: 1px solid #1f3135;
  border-collapse: collapse;
}
.controller-account.action-record-payment thead {
  background-color: #1f3135;
  color: #ffffff;
}
.controller-account.action-record-payment td {
  border: 1px solid #1f3135;
  padding: 8px;
}
.controller-account.action-record-payment .customer-name {
  width: 500px;
}
.controller-account.action-record-payment .amount {
  text-align: right;
  width: 150px;
}
.controller-account.action-record-payment .invoice-id {
  width: 500px;
}
.controller-account.action-record-payment .invoice-remaining-balance {
  text-align: right;
  width: 150px;
}
.controller-account.action-record-payment .submit-row {
  display: flex;
  justify-content: flex-end;
}

.text-icon-button {
  border: none;
  color: #f19d3b;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 40px 16px 0px;
}
.text-icon-button.plus {
  background: transparent url("/assets/add-button-yellow-cd82c699.svg") center right/30px 30px no-repeat;
}
.text-icon-button:hover {
  background-image: url("/assets/add-button-cyan-42ea6347.svg");
  color: #9db2b3;
}

.toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.toolbar > * {
  flex: 0 0 auto;
}
.toolbar h1, .toolbar h2, .toolbar h3, .toolbar h4, .toolbar h5, .toolbar h6 {
  margin: 0;
}
.toolbar .status-list {
  flex: 1 1;
  margin-left: 20px;
  margin-right: 20px;
}

.secret-line {
  display: inline;
}
.secret-line .copy-to-clipboard {
  display: inline-block;
  margin: 0 20px 0 5px;
}
.secret-line .secret-value {
  display: inline;
  white-space: nowrap;
}
.secret-line .secret-otp {
  display: inline;
  white-space: nowrap;
}

.secrets-list {
  margin-bottom: 1200px;
}
.secrets-list td.secret-name {
  width: 20%;
}
.secrets-list td.secret-name a.secret-anchor:before {
  display: block;
  content: "";
  height: 50px;
  margin: -50px 0 0;
}
.secrets-list td.secret-username {
  width: 20%;
}
.secrets-list td.secret-value {
  width: 25%;
}
.secrets-list td.secret-value .status-list {
  background-color: #f2f2f2;
  display: inline-block;
}
.secrets-list td.secret-value .status-list div {
  display: inline;
}
.secrets-list td.secret-notes {
  width: 20%;
}
.secrets-list td.secret-actions span {
  display: flex;
  align-items: center;
}
.secrets-list td.secret-actions a, .secrets-list td.secret-actions button {
  margin-right: 10px;
}
.secrets-list td.secret-actions a {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}
.secrets-list td.secret-actions .copy-to-clipboard {
  display: block;
  margin-left: 5px;
  margin-right: 0px;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.secrets-list td.secret-actions .copy-to-clipboard:active {
  background-position: 1px 1px;
}

.copy-to-clipboard {
  background-image: url("/assets/copy-icon-4e3853e8.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  vertical-align: middle;
  width: 17px;
}

.invoice-editor {
  background-color: #9db2b3;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
}
.invoice-editor .headers {
  background-color: #1f3135;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  width: 100%;
}
.invoice-editor .headers > div {
  padding: 5px;
}
.invoice-editor .headers .id {
  margin-left: 116px;
  width: 70px;
}
.invoice-editor .headers .date {
  width: 70px;
}
.invoice-editor .headers .description {
  flex-grow: 2;
}
.invoice-editor .headers .quantity {
  padding-right: 11px;
  width: 70px;
  text-align: right;
}
.invoice-editor .headers .price {
  width: 70px;
  padding-right: 11px;
  text-align: right;
}
.invoice-editor .headers .extended {
  padding-right: 11px;
  text-align: right;
  width: 70px;
}
.invoice-editor > .footer {
  font-size: 16px;
  font-weight: bold;
}
.invoice-editor .header {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
}
.invoice-editor .depth_0 {
  font-size: 15px;
  font-weight: bold;
}
.invoice-editor .depth_1 {
  font-size: 14px;
}
.invoice-editor .depth_2 {
  font-size: 13px;
  font-weight: normal;
}
.invoice-editor .category {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  width: 100%;
}
.invoice-editor .category.depth_0 {
  margin-left: 0px;
}
.invoice-editor .project {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  width: 100%;
}
.invoice-editor .project.depth_0 {
  margin-left: 0px;
}
.invoice-editor .virtual {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.invoice-editor .virtual.depth_0 {
  margin-left: 0px;
}
.invoice-editor .invoice_item {
  margin-left: 10px;
}
.invoice-editor .footer {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
}
.invoice-editor .footer > div {
  padding: 5px;
}
.invoice-editor .footer .name {
  flex-grow: 2;
  text-align: right;
}
.invoice-editor .footer .quantity {
  width: 70px;
  text-align: right;
  margin-right: 87px;
}
.invoice-editor .footer .billed-amount {
  width: 70px;
  text-align: right;
}
.invoice-editor .depth_1 {
  background-color: #cadcdc;
}
.invoice-editor .depth_2 {
  background-color: #e7f0f0;
}
.invoice-editor .invoice_item {
  display: flex;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  width: 100%;
}
.invoice-editor .invoice_item .actions {
  width: 72px;
}
.invoice-editor .invoice_item .id {
  width: 70px;
}
.invoice-editor .invoice_item .date {
  width: 70px;
}
.invoice-editor .invoice_item .description {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
}
.invoice-editor .invoice_item .description textarea {
  width: 100%;
}
.invoice-editor .invoice_item.invisible {
  background-color: purple;
}
.invoice-editor .invoice_item .quantity input {
  text-align: right;
  width: 70px;
}
.invoice-editor .invoice_item .billed-price input {
  text-align: right;
  width: 70px;
}
.invoice-editor .invoice_item .billed-amount {
  text-align: right;
  width: 70px;
}
.invoice-editor .invoice_item > div {
  border: 1px solid #1f3135;
  border-right: none;
  border-bottom: none;
  padding: 5px;
}
.invoice-editor .invoice_item > div:last-child {
  border-right: 1px solid #1f3135;
}
.invoice-editor .invoice_item:nth-last-child(2) div {
  border-bottom: 1px solid #1f3135;
}

.del-icon {
  background-image: url("/assets/del-09213c06.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.invisible-icon {
  background-image: url("/assets/eye-off-45028d94.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.visible-icon {
  background-image: url("/assets/eye-f6fe0e70.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.skull-icon {
  background-image: url("/assets/skull-da6d1661.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.work-scheduling-date-form .field {
  margin-bottom: 10px;
}
.work-scheduling-date-form label {
  display: inline-block;
  min-width: 45px;
  padding-right: 10px;
}
.work-scheduling-date-form select {
  padding-left: 10px;
  padding-right: 10px;
}

.scheduling-hours-form {
  margin-bottom: 40px;
}

.monthly-hours-by-customer-table {
  margin-bottom: 20px;
}

.employee-filter-wrapper label {
  padding-right: 15px;
}

#client-dashboard table,
#client-dashboard .invoice-graph {
  margin-top: 20px;
  margin-bottom: 40px;
}
#client-dashboard table.list {
  background-color: #ffffff;
}
#client-dashboard table.list td {
  padding: 5px 10px;
  line-height: 1.2;
}

.dashboard-title input {
  background: transparent;
  font-weight: bold;
  width: 100%;
  padding: 0;
}

@media print {
  .controller-customer.action-dashboard {
    background-color: #ffffff;
  }
  .controller-customer.action-dashboard .nav,
  .controller-customer.action-dashboard .sidebar {
    display: none;
  }
}
.budget-graph.borderless thead th {
  padding: 20px 10px;
  color: #ffffff;
  background-color: #1f3135;
}
.budget-graph.borderless thead th:first-child {
  padding-left: 15px;
}
.budget-graph.borderless thead th:last-child {
  padding-right: 15px;
}
.budget-graph .depth--0 {
  font-weight: bold;
  background-color: #cccccc;
}
.budget-graph .depth--1 .name {
  padding-left: 40px;
}
.budget-graph .depth--2 .name {
  padding-left: 80px;
}
.budget-graph .depth--3 .name {
  padding-left: 120px;
}
.budget-graph .bar-graph {
  width: 40%;
  padding: 20px 10px;
}
.budget-graph .bar-graph .end {
  float: right;
}
.budget-graph .bar-graph--background {
  background-color: #f2f2f2;
}
.budget-graph .bar-graph--bar {
  background-color: #3da15c;
}
.budget-graph .bar-graph--bar.is-over {
  background-color: #b6292f;
}
.budget-graph .bar-graph--amount {
  padding: 5px 10px;
  font-weight: bold;
  text-align: right;
}
.budget-graph .amount-approved,
.budget-graph .amount-remaining {
  width: 12%;
  text-align: center;
}
.budget-graph .hours-approved,
.budget-graph .hours-remaining {
  width: 60px;
  text-align: center;
}

.work-tracker-list__row--customer-heading,
.work-tracker-list__row--day-heading {
  background-color: #676767;
  font-weight: bold;
  color: #FDEBD3;
}

.work-tracker-list__row--posted {
  background-color: #DAD2E9;
}

.work-tracker-list__cell--start,
.work-tracker-list__cell--stop {
  width: 75px;
}

.work-tracker-list__cell--duration {
  text-align: right;
}

.work-tracker-list__row--issue-heading {
  font-weight: bold;
}

.work-tracker-list__row--customer-total {
  background: #fdebd3;
  color: #000000;
  font-weight: bold;
}

.work-tracker-list__row--spacer td {
  height: 14px;
}

.invoice {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
@media print {
  .invoice {
    font-size: 14px;
  }
}
.invoice h1 {
  color: #39698c;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
}
@media print {
  .invoice h1 {
    font-size: 20px;
  }
}
.invoice h2 {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: none;
}
@media print {
  .invoice h2 {
    font-size: 18px;
  }
}
.invoice header {
  border-bottom: solid 5px #e6b24c;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 2fr 0.75fr 1.25fr;
  margin: 70px 100px 0 100px;
  padding-bottom: 30px;
}
@media print {
  .invoice header {
    margin: 0 20px 0 20px;
  }
}
.invoice header .label {
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
}
@media print {
  .invoice header .label {
    font-size: 14px;
  }
}
.invoice header .invoice-number {
  margin-bottom: 15px;
  margin-top: 5px;
}
.invoice header .issue-date {
  margin-bottom: 15px;
  margin-top: 5px;
}
.invoice header .due-date {
  margin-top: 5px;
}
.invoice header .amount-due {
  padding-top: 10px;
  grid-column: 3;
  grid-row: 2;
}
.invoice header .amount-due-label {
  padding-top: 10px;
  grid-column: 2;
  grid-row: 2;
}
.invoice header .company-name {
  line-height: 26px;
  margin-top: 10px;
}
.invoice header .company-address {
  line-height: 26px;
}
.invoice header .customer-address {
  line-height: 26px;
}
.invoice .label {
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  font-weight: 700;
}
.invoice .invoice-items {
  margin-left: 100px;
  margin-right: 100px;
}
@media print {
  .invoice .invoice-items {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.invoice .invoice-items table {
  border: none;
}
.invoice .invoice-items tr {
  border: none;
  page-break-inside: avoid;
}
.invoice .invoice-items td {
  border-bottom: 2px solid #39698c;
  border-left: none;
  border-right: none;
  border-top: none;
  vertical-align: top;
}
@media print {
  .invoice .invoice-items td {
    font-size: 14px;
  }
}
.invoice .invoice-items td:first-child {
  padding-left: 0;
}
.invoice .invoice-items td:last-child {
  padding-right: 0;
}
.invoice .invoice-items th {
  border: none;
  border-bottom: 2px solid #39698c;
}
.invoice .invoice-items th:first-child {
  padding-left: 0;
}
.invoice .invoice-items tr:last-child td {
  border-bottom: none;
}
.invoice .invoice-items .invoice-section td {
  border: none;
}
.invoice .invoice-items .invoice-section td h1 {
  padding-top: 50px;
}
.invoice .invoice-items .section-footer td {
  border: none;
}
.invoice .invoice-items .invoice-item-description {
  max-width: 200px;
}
.invoice .invoice-items .invoice-item-price,
.invoice .invoice-items .invoice-item-hours,
.invoice .invoice-items .invoice-item-amount,
.invoice .invoice-items .invoice-item-rate-label,
.invoice .invoice-items .invoice-item-hours-label,
.invoice .invoice-items .invoice-item-amount-label,
.invoice .invoice-items .hours-sub-total,
.invoice .invoice-items .amount-sub-total,
.invoice .invoice-items .hours-sub-total-label,
.invoice .invoice-items .amount-sub-total-label {
  text-align: right;
}
.invoice footer {
  background-color: #0e486a;
  color: #ffffff;
  padding-bottom: 50px;
  page-break-inside: avoid;
}
.invoice footer .payment-info {
  margin-top: 30px;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
@media print {
  .invoice footer .payment-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.invoice footer p:first-child {
  margin-top: 0;
}
.invoice footer p:last-child {
  margin-bottom: 0;
}
.invoice footer table {
  border: none;
}
.invoice footer td, .invoice footer th {
  border: none;
  vertical-align: top;
}
.invoice footer thead {
  background-color: transparent;
}
.invoice footer thead th {
  border-bottom: solid 2px #6393a8;
  font-size: 20px;
}
@media print {
  .invoice footer thead th {
    font-size: 16px;
  }
}
.invoice footer tbody td {
  border-bottom: solid 2px #6393a8;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}
@media print {
  .invoice footer tbody td {
    font-size: 14px;
    padding-right: 10px;
  }
}
.invoice footer tbody td:last-child {
  padding-right: 0;
}
.invoice footer .due-date,
.invoice footer .due-date-label {
  padding-left: 0;
}
.invoice footer .invoice-total {
  font-size: 28px;
  font-weight: 700;
  min-width: 180px;
  text-align: right;
}
@media print {
  .invoice footer .invoice-total {
    font-size: 20px;
  }
}
.invoice footer .total-amount-due-label {
  padding-right: 0;
  text-align: right;
}
.invoice footer .company-name {
  font-weight: 700;
}
.invoice footer .giant-rabbit-info {
  column-gap: 50px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}
@media print {
  .invoice footer .giant-rabbit-info {
    column-gap: 10px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.invoice footer .giant-rabbit-info a {
  color: #ffffff;
  text-decoration: none;
}
.invoice footer .giant-rabbit-info a:visited {
  color: #ffffff;
}

.grid-form label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  text-transform: none;
  width: 100%;
}
.grid-form fieldset {
  border: none;
  display: inline-grid;
  grid-template-columns: auto auto;
  justify-items: stretch;
  padding: 0;
}
.grid-form .form-footer {
  margin-top: 20px;
}
.grid-form .checkbox-wrapping-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.grid-form .input-wrapper {
  background: white;
}
.grid-form .input-wrapper input {
  border: none;
  font-size: 14px;
  height: 25px;
  margin: 5px;
}
.grid-form .input-wrapper input::selection {
  border: none;
}
.grid-form .field_with_errors input {
  border: solid 1px red;
}
.grid-form .label-wrapper {
  background: #1f3135;
  color: #fdebd3;
}

/*# sourceMappingURL=/assets/application-4b39d676.css.map */
