img {
  width: 100%;
}

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

a:hover {
  color: #69acdf;
}

div.general {
  width: 78.1%;
  max-width: 78.1%;
  margin: 0 auto;
}

@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Light.ttf") format("truetype");
  font-weight: 100 300;
}
@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Bold.ttf") format("truetype");
  font-weight: 400 700;
}
@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Bolder.ttf") format("truetype");
  font-weight: 800 900;
}
@font-face {
  font-family: "Kobenhavn";
  src: url("assets/design-system/fonts/Kobenhavn.ttf") format("truetype");
}
body {
  font-family: Aller;
}

.spacings {
  color: black;
}

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

div.table {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
div.table div.records, div.table div.records-actions {
  display: inline-block;
  vertical-align: top;
}
div.table div.records {
  overflow-x: auto;
  width: 100%;
}
div.table div.records-actions {
  position: absolute;
  box-shadow: -10px 5px 8px -5px rgba(0, 0, 0, 0.06);
}
div.table table {
  width: 100%;
  min-width: max-content;
  margin-top: 30px;
  border-collapse: collapse;
}
div.table table th, div.table table td {
  color: black;
}
div.table table th {
  padding: 12px 0;
}
div.table table tbody tr:nth-of-type(odd) {
  background-color: #f2f8fc;
}
div.table table tbody tr.approved {
  background-color: #c2ffc2;
}
div.table table tbody tr.rejected {
  background-color: #ffd1d9;
}
div.table table td {
  line-height: 39.6px;
  padding: 0 20px;
  text-align: center;
  border-bottom: 1px solid #e2eff9;
}
div.table table tr + tr:last-of-type {
  display: none;
}

div.table td.actions a, div.table td a.down {
  height: 24px;
  width: 24px;
  position: relative;
  bottom: 8px;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
}
div.table a.edit {
  mask-image: url("/wp-content/themes/staffer/assets/icons/edit.svg?ver=0.0.1");
  background-color: black;
}
div.table a.approve {
  mask-image: url("/wp-content/themes/staffer/assets/icons/approve.svg?ver=0.0.1");
  background-color: #00a300;
}
div.table a.reject {
  mask-image: url("/wp-content/themes/staffer/assets/icons/reject.svg?ver=0.0.1");
  background-color: #d60000;
}
div.table a.totals {
  mask-image: url("/wp-content/themes/staffer/assets/icons/hours.svg?ver=0.0.1");
  background-color: black;
}
div.table a.down {
  mask-image: url("/wp-content/themes/staffer/assets/icons/download.svg?ver=0.0.1");
  background-color: black;
}
div.table a.view {
  mask-image: url("/wp-content/themes/staffer/assets/icons/view.svg?ver=0.0.1");
  background-color: black;
}
div.table a:not(.down).ra {
  mask-image: url("/wp-content/themes/staffer/assets/icons/file.svg?ver=0.0.1");
  background-color: black;
}
div.table a:not(.down).ra:after {
  content: "RA";
  line-height: 0;
  font-size: 12px;
  position: absolute;
  right: 4%;
  bottom: 84%;
}
div.table a:not(.down).trip {
  mask-image: url("/wp-content/themes/staffer/assets/icons/file.svg?ver=0.0.1");
  background-color: black;
}
div.table a:not(.down).trip:after {
  content: "AV";
  line-height: 0;
  font-size: 12px;
  position: absolute;
  right: 4%;
  bottom: 84%;
}
div.table a:not(.down).add-order-number {
  mask-image: url("/wp-content/themes/staffer/assets/icons/file.svg?ver=0.0.1");
  background-color: black;
}
div.table a:not(.down).add-order-number:after {
  content: "ON";
  line-height: 0;
  font-size: 12px;
  position: absolute;
  right: 4%;
  bottom: 84%;
}
div.table a:not(.down).invoice {
  mask-image: url("/wp-content/themes/staffer/assets/icons/file.svg?ver=0.0.1");
  background-color: black;
}
div.table a:not(.down).invoice:after {
  content: "NF";
  line-height: 0;
  font-size: 12px;
  position: absolute;
  right: 4%;
  bottom: 84%;
}

.main-wrapper,
.wrapper {
  padding: 30px 20px 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #000;
  box-sizing: border-box;
}
.main-wrapper.centered,
.wrapper.centered {
  margin: 0 auto;
}

.main-wrapper {
  margin: 0 auto;
}

body.modal {
  overflow: hidden;
}

div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}
div.lightbox div.modal {
  background-color: white;
  padding: 30px 40px;
  width: max-content;
  margin: 20px auto 0;
  max-width: 80%;
  box-sizing: border-box;
}
div.lightbox div.modal div.main {
  max-height: 78vh;
  overflow: auto;
  padding: 40px 26px 60px;
  box-sizing: border-box;
}
div.lightbox div.modal.import div.input label {
  display: block;
}
div.lightbox div.modal button.secondary {
  margin-right: 10px;
}
div.lightbox div.actions div {
  display: table;
  margin: 20px 0 0 auto;
}

div.linear label {
  width: auto;
  margin-right: 10px;
}
div.linear div.input {
  display: inline-block;
}
div.linear div.input + div.input {
  margin-left: 10px;
}

.input {
  margin-bottom: 10px;
}
.input label {
  display: inline-block;
  width: 200px;
}
.input input, .input select, .input textarea {
  background: transparent;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  outline: none;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #AFAFAF;
  border-radius: 12px;
  width: 400px;
}
.input input[disabled], .input select[disabled], .input textarea[disabled] {
  background-color: #f2f2f2;
}
.input input:focus, .input select:focus, .input textarea:focus {
  outline: 1px solid;
}
.input input[type=date] {
  width: 180px;
}
.input input[type=month] {
  width: 206px;
}
.input button.file-upload {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 0;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("/wp-content/themes/staffer/assets/icons/upload.svg?ver=0.0.1");
}
.input button.file-upload + label {
  display: block;
  width: auto;
  text-align: center;
  margin: 15px 0 20px;
}
.input div[data-type=date] {
  display: inline-block;
}
.input div[data-type=date] > div {
  display: inline-block;
}
.input div[data-type=date].range input.date {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input div[data-type=date].range input.date2 {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input div[data-type=date] span.tip {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}
.input div[data-type=time] {
  display: inline-block;
  max-width: 150px;
}
.input div[data-type=time] input {
  width: 50%;
}
.input div[data-type=time] input.hours {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.input div[data-type=time] input.minutes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.input ul.files li {
  padding: 8px 20px;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.input ul.files li span {
  display: inline-block;
  width: 100px;
}

button, input[type=button], a.button {
  margin-bottom: 8px;
  padding: 18px 120px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.143rem;
  font-weight: 800;
  line-height: 1;
  padding: 16px 37px;
  text-transform: uppercase;
  border-width: 0;
}
button[disabled], input[type=button][disabled], a.button[disabled] {
  opacity: 0.7;
}

button.primary {
  background-color: #afcb37;
}

button.secondary {
  background-color: #69acdf;
}

a.button {
  border: 1px solid #AFAFAF;
}

header#main-header {
  padding: 0 0 25px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
}
header#main-header div.logo,
header#main-header div.info-area,
header#main-header nav {
  display: inline-block;
  vertical-align: top;
}
header#main-header div.logo {
  width: 12.83%;
  margin: 20px 0 0 30px;
}
header#main-header div.my-account {
  background-color: #1e506a;
  border-bottom-left-radius: 300px;
  margin-bottom: 10px;
  float: right;
  width: 16%;
  padding: 0 70px;
  color: white;
  min-height: 63px;
}
header#main-header div.my-account > div {
  display: table;
  margin: 0 auto;
}
header#main-header div.my-account h4, header#main-header div.my-account a.logout {
  display: inline-block;
  text-align: center;
}
header#main-header div.my-account h4 {
  margin-right: 20px;
}
header#main-header div.my-account a.logout {
  color: white;
  font-size: 16px;
  font-weight: 100;
}
header#main-header nav {
  width: 56.5%;
}
header#main-header nav a.mobile-menu {
  display: none;
}
header#main-header nav ul {
  margin: 40px auto 0;
  padding: 15px 0;
}
header#main-header nav li {
  display: inline-block;
  border-right: 1px solid #69acdf;
}
header#main-header nav li:last-of-type {
  border-right: none;
}
header#main-header nav li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px;
}

main div#cover {
  height: 65px;
  overflow: hidden;
  color: white;
  position: relative;
  background: image-set(attr(data-url)) no-repeat 0 0/100%;
}
main div#cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 80, 106, 0.9);
}
main div#cover h1 {
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

footer {
  background-color: #0f3442;
  color: white;
  padding: 3% 10.2%;
  height: 260px;
}
footer h3 {
  margin-top: 30px;
}
footer p, footer ul li {
  font-weight: 100;
}
footer ul li {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}
footer a {
  color: white;
}
footer div.footer-logo,
footer nav#footer-nav,
footer div.contact {
  display: inline-block;
  vertical-align: top;
}
footer div.footer-logo {
  width: 12.83%;
}
footer div.footer-logo p {
  white-space: nowrap;
}
footer nav#footer-nav {
  margin-left: 21.3%;
}
footer div.contact {
  width: 30%;
  margin-left: 21.8%;
}

@media screen and (min-width: 100px) and (max-width: 1091px) {
  .main-wrapper, .wrapper, div.general,
  div#login[id] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .main-wrapper, .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  header#main-header {
    padding-bottom: 0;
  }
  header#main-header div.logo {
    width: 100%;
    max-width: 184px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 40px;
  }
  header#main-header div.my-account {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    min-height: 30px;
    position: relative;
    bottom: 67px;
  }
  header#main-header div.my-account > div {
    float: right;
    margin-right: 10px;
  }
  header#main-header div.my-account > div h4 {
    padding: 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  header#main-header nav {
    width: 100%;
  }
  header#main-header nav a.mobile-menu {
    height: 40px;
    width: 40px;
    background-color: #000000;
    position: absolute;
    top: 60px;
    right: 4px;
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
    mask-image: url("/wp-content/themes/staffer/assets/icons/menu.svg?ver=0.0.1");
    background-color: black;
    display: block;
  }
  header#main-header nav > div {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5019607843);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  header#main-header nav.open a.mobile-menu {
    mask-image: url("/wp-content/themes/staffer/assets/icons/close.svg?ver=0.0.1");
    background-color: black;
    top: 10px;
    background-color: white;
    z-index: 3;
  }
  header#main-header nav.open > div {
    display: block;
  }
  header#main-header nav.lower a.mobile-menu, header#main-header nav.lower > div {
    margin-top: 46px;
  }
  header#main-header nav li {
    display: block;
  }
  header#main-header nav li a {
    color: #FFFFFF;
    border-bottom: 1px solid #999;
    display: block;
    padding: 8px 20px;
  }
  header#main-header nav li a:last-of-type {
    border-bottom: 0;
  }
  div#login[id] button {
    display: table;
    margin: 0 auto;
  }
  div#login[id] input {
    width: 100%;
  }
  div#filters[id] {
    width: 100%;
  }
  div#filters[id] + a {
    display: table;
    margin: 0 auto;
  }
  div#filters[id] div.period,
  div#filters[id] div.input,
  div#filters[id] input,
  div#filters[id] select,
  div#filters[id] textarea,
  div#filters[id] div.year input,
  div#filters[id] div.month select {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  div#calculations[id] div.linear {
    display: table;
    margin: 0 auto;
  }
  div#calculations[id] div.linear:last-of-type {
    display: block;
  }
  div#calculations[id] div.linear:last-of-type h3 {
    display: block;
    margin: 0 auto;
  }
  div#calculations[id] h3 {
    display: inline-block;
    vertical-align: top;
  }
  div#calculations[id] h3:first-of-type {
    margin-right: 10px;
  }
  div.lightbox div.modal {
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0px 20px 30px;
  }
  div.lightbox div.modal div.main {
    padding: 40px 0;
  }
  div.lightbox div.modal div.input {
    width: 100%;
  }
  div.lightbox div.modal div.input label {
    display: block;
  }
  div.lightbox div.modal div.input + div.input {
    margin-left: 0;
  }
  div.lightbox div.modal div[data-type=time], div.lightbox div.modal input:not([class]), div.lightbox div.modal select, div.lightbox div.modal textarea {
    width: 100%;
    display: block;
  }
  div.lightbox div.modal div.actions > div {
    width: 100%;
  }
  div.lightbox div.modal div.actions button {
    margin-right: 2%;
    padding: 16px 0px;
    width: 48%;
    box-sizing: border-box;
  }
  div.lightbox div.modal div.actions button:last-of-type {
    margin: 0;
  }
  footer {
    height: auto;
  }
  footer div.footer-logo {
    width: 100%;
    text-align: center;
  }
  footer div.footer-logo a {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 184px;
  }
  footer nav#footer-nav, footer div.contact {
    margin-left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  footer ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
  div.general {
    min-width: auto;
  }
  div.general {
    max-width: 320px;
  }
}
@media screen and (min-width: 420px) {
  div.general {
    max-width: 420px;
  }
}
@media screen and (min-width: 490px) {
  div.general {
    max-width: 490px;
  }
}
@media screen and (min-width: 700px) {
  div.general {
    max-width: 700px;
  }
}
@media screen and (min-width: 1091px) {
  div.general {
    width: 100%;
    max-width: 1012px;
  }
}
@media screen and (min-width: 1290px) and (max-width: 1528px) {
  div.general {
    max-width: 1100px;
  }
}