/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1050; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*# sourceMappingURL=magnific-popup.css.map */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

* {
  margin: 0;
}

html, body, .site {
  height: 100%;
  width: 100%;
}

body {
    font-size: 81.25%;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    background-color: #EFFDFD;
    background-image: url(/Content/img/maventa-bg-1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media only screen and (max-width: 1920px) {
    body {
        background-image: url(/Content/img/maventa-bg-1920.jpg);
    }
}

@media only screen and (max-width: 1024px) {
    body {
        background-image: url(/Content/img/maventa-bg-1024.jpg);
    }
}

@media only screen and (max-width: 768px) {
    body {
        background-image: url(/Content/img/maventa-bg-768.jpg);
    }
}

@media only screen and (max-width: 470px) {
    body {
        background-image: url(/Content/img/maventa-bg-470.jpg);
    }
}

@media only screen and (max-width: 414px) {
    body {
        background-image: url(/Content/img/maventa-bg-414.jpg);
    }
}

@media only screen and (max-width: 375px) {
    body {
        background-image: url(/Content/img/maventa-bg-375.jpg);
    }
}

@media only screen and (max-width: 320px) {
    body {
        background-image: url(/Content/img/maventa-bg-320.jpg);
    }
}

.site {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.67) 1%, rgba(0, 0, 0, 0) 98%);
}

.payslip-admin{
    color:black;
}

h1 {
  font-size: 4.615em;
  font-weight: 300;
  margin-bottom: 0.35em;
}

.h1 {
  font-size: 4.923em;
  line-height: 1.15em;
  margin-bottom: 0.5em;
  font-weight: 100;
}

.hide {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 1.231em;
  line-height: 1.187em;
}
.header .header-wrap {
  padding: 1em 2.5em;
}
.header a {
  color: rgba(255, 255, 255, 0.5);
}
.header .logo {
  float: left;
}
.header .nav {
  list-style: none;
  margin: 0;
  float: right;
}
.header .nav .item {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 1.187em;
}
.header .nav .item a {
  padding: 0;
}
.header .nav .item a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.header .nav .item.language {
  color: rgba(255, 255, 255, 0.5);
  border-left: 0;
}
.header .nav .item.language a {
  display: inline-block;
}
.header .nav .item.language span {
  padding: 0 10px;
}
.header .nav .item.help a {
  font-style: normal;
}
.header .nav .item:first-child {
  border: 0;
  padding-left: 0;
}

.footer {
  width: 100%;
  text-align: center;
  font-size: 1.231em;
  line-height: 1.187em;
  position: relative;
  z-index: 1;
  margin-top: -140px;
  /* negative value of footer height */
  height: 140px;
  clear: both;
  background-color:white;
}
.footer a {
  color: rgba(0, 0, 0, 0.5);
}
.footer .logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.footer .logo-instructions {
    color:black;
    padding-top:20px;
}
.footer .links {
  list-style: none;
  display: inline;
}
.footer .links li {
  display: inline;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 10px;
}
.footer .links li:first-child {
  border: 0;
  padding-left: 0;
}

.wrapper {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.content .content-wrap {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1180px;
  position: relative;
  overflow: hidden;
}
.lt-ie9 .content .content-wrap {
  width: 1115px;
}
.content .content-spacer-top {
  height: 3em;
}
.content .content-spacer-bottom {
  height: 140px;
}

.info {
  margin: 0 auto;
  max-width: 600px;
  font-size:large
}
.info h1 {
  margin-bottom: 0;
}

.deletion-error {
  margin: 0 auto;
  max-width: 600px;
  font-size:large;
  display: none;
}
.deletion-error h1 {
  margin-bottom: 0;
}

.payslip-list-container {
  max-width: 720px;
  margin: 1.5rem auto 0;
}
.payslip-list-container .show-more {
  display: inline-block;
  width: auto;
}
.payslip-list-container .actions {
  text-align: center;
  margin: 0;
}
.payslip-list-container .actions .more-items-indicator::after {
  display: block;
  content: "...";
  color: #000;
  font-size: 2rem;
  line-height: 1rem;
  padding-bottom: 1.5rem;
}

.payslip-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.payslip-list .item {
  box-sizing: border-box;
  float: left;
  width: 50%;
  color: #000;
  padding-right: 1em;
  margin-bottom: 1em;
  cursor: pointer;
  opacity: 0.83;
  height: auto;
  visibility: visible;
  -webkit-transition: opacity .3s ease .15s;
  -moz-transition: opacity .3s ease .15s;
  -o-transition: opacity .3s ease .15s;
  -ms-transition: opacity .3s ease .15s;
  transition: opacity .3s ease .15s;
  
}
.payslip-list .item.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.payslip-list .item:hover .item-wrap {
  background-color: rgba(255, 255, 255, 0.9);

}
.payslip-list .item:nth-child(odd) {
  padding-right: 0;
}
.payslip-list .item:nth-child(even) {
  clear: both;
}

.payslip-list .item:nth-child(1) {
    margin: 0 AUTO 1em auto;
    float: none;
}

.payslip-list .item .item-wrap {
  padding: 1.5em 2em;
  background: #fff;
  opacity:1;
}
.payslip-list .item .date {
  color: black;
  font-size: 0.846em;
  line-height: 1.182em;
  font-weight: 300;
}
.payslip-list .item .item-info {
  position: relative;
  padding-right: 25px;
}
.payslip-list .item .item-info .show-attachments {
  position: absolute;
  width: 19px;
  height: 19px;
  padding: 4px 0 4px 4px;
  top: 0;
  right: 0;
  background: url(/Content/img/sprites.png) -115px -117px no-repeat;
}
.payslip-list .item .payer-name {
  font-size: 1.462em;
  line-height: 1.2105em;
  font-weight: 600;
}
.payslip-title-container
{
    padding: 20px;
    text-align:center;
    background-color:rgba(0, 0, 0, 0.2);
    margin-bottom:40px;
}

.payslip-title-username
{
    font-weight:400;
    font-size:large;
    text-align:center;
    padding-bottom:15px

}
.payslip-title-text
{
    text-align:center;
}
.payslip-content-problem-note {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .payslip-list .item {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .payslip-list .item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}

.payslip-container {
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 1213px) {
  .payslip-container {
    max-width: 908px;
  }
}
@media screen and (max-width: 924px) {
  .payslip-container {
    max-width: 654px;
  }
}
@media screen and (max-width: 684px) {
  .payslip-container {
    max-width: 370px;
  }
}

.payslip {
  position: relative;
  margin: 0 55px;
  max-width: 1055px;
}

.payslip .latest {
  position: absolute;
  width: 2000em;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.payslip .latest .item {
  position: relative;
  z-index: 1;
  float: left;
  width: 230px;
  background: white;
  color: #000;
  margin: 0 17px;
  border: 0px solid #fff;
  margin-top: 0;
  cursor: pointer;
  transform: translateZ(1);
  -webkit-transition: -webkit-transform ease 0.4s;
  -moz-transition: -moz-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  -ms-transition: -ms-transform ease 0.4s;
  transition: transform ease 0.4s;
}
.lt-ie9 .payslip .latest .item {
  border: 1px solid #999;
}
.payslip .latest .item.mouseclick {
  height: 240px;
  width: 220px;
  border: 0px solid #fff;
}
.payslip .latest .item.mouseenter {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  -ms-transform: scale(1.12);
}
.payslip .latest .item.mouseenter .wrap-border {
  border-color: #fff;
  transition: border-color ease 0.6s;
  -webkit-transition: border-color ease 0.6s;
  -moz-transition: border-color ease 0.6s;
  -o-transition: border-color ease 0.6s;
  -ms-transition: border-color ease 0.6s;
}
.payslip .latest .item.mousedown {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.payslip .latest .item.mouseup {
  height: 220px;
  width: 220px;
  margin-top: 0;
  border-width: 0;
  transition-duration: 0.2s;
}
.payslip .latest .item .wrap-border {
  padding: 20px;
  border: 1px solid #fff;
  transition: border-color ease 0.6s;
  -webkit-transition: border-color ease 0.6s;
  -moz-transition: border-color ease 0.6s;
  -o-transition: border-color ease 0.6s;
  -ms-transition: border-color ease 0.6s;
}
.payslip .latest .item .wrap-content {
  height: 180px;
  width: auto;
}
.payslip .latest .item .date {
  font-size: 1.539em;
  font-weight: 300;
  color: #d33b3b;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.payslip .latest .item .separator {
  display: block;
  height: 1px;
  width: 70%;
  margin: 14px auto;
  background: #d3d3d3;
}
.payslip .latest .item .payer-name {
  font-size: 1.539em;
  font-weight: 300;
  line-height: 1.3em;
}
.payslip .latest .item .attachments {
  position: absolute;
  bottom: 1.538em;
}
.payslip .latest .item .attachments a {
  color: #000;
}
.payslip .latest .item .attachments a span {
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(/Content/img/sprites.png) 0 -5px no-repeat;
  padding-right: 6px;
  position: relative;
  top: 1px;
}
.payslip .slide {
  position: absolute;
  top: 20px;
  width: 55px;
  height: 220px;
  z-index: 10;
}
.payslip .slide span {
  margin-top: 100px;
  display: inline-block;
  width: 37px;
  height: 34px;
}

.payslip-details {
  position: relative;
  background: #FFF;
  padding: 0 65px 60px;
  width: auto;
  max-width: 1200px;
  margin: 50px auto 0;
  font-size: 1.077em;
  color: #000;
}
@media screen and (max-width: 800px) {
  .payslip-details {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .payslip-details {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.payslip-details .right {
  text-align: right;
}
.payslip-details .details-title, .payslip-details .org {
  margin: 0;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.154em;
  color: #000;
}
.payslip-details .org {
  color: #000;
}
.payslip-details .adr {
  font-size: 0.928em;
  text-transform: uppercase;
}
.payslip-details .row {
  display: table;
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.payslip-details .row .col {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #dbdbdb;
  padding: 16px;
  margin-bottom: 20px;
}
.payslip-details .row .col:first-child {
  border: 0;
}
.payslip-details .row .col:last-child {
  padding-right: 0;
}
.payslip-details .row .col.payer-details-section {
  width: 50%;
}
.payslip-details .row .col.recipient-section .paid {
  text-align: left;
}
.payslip-details .row .col.paid-section {
  background: #fafafa;
}
.payslip-details .row .col.paid-section .will-be-paid th, .payslip-details .row .col.paid-section .will-be-paid td {
  vertical-align: middle; /*before bottom*/
}
.payslip-details .row .col.paid-section .will-be-paid .total-paid {
  font-size: 2em;
  font-weight: 300;
  color: #2c2c2c;
}
.payslip-details .row.no-border .col {
  border-left: 0;
}
.payslip-details .row.first {
  border-top: 0;
  margin: 0 0 20px;
}
.payslip-details .row.first .col {
  padding: 60px 16px 0;
}
.payslip-details .row.first .section-title {
  font-weight: normal;
  margin: 0;
}
.payslip-details .row.cols-2 .col {
  width: 50%;
}
.payslip-details .row.cols-3 .col {
  width: 33%;
}
@media screen and (max-width: 780px) {
  .payslip-details .row.cols-3.opened .col {
    display: block;
    width: 50%;
    float: left;
    padding-left: 60px;
  }
}
.payslip-details .row table.basic {
  width: 100%;
}
.payslip-details .row table.basic td, .payslip-details .row table.basic th {
  vertical-align: top;
}
.payslip-details .row table.basic thead th {
  text-transform: uppercase;
  font-size: 0.786em;
  padding-bottom: 0.25em;
}
.payslip-details .row table tfoot td, .payslip-details .row table tfoot th {
  padding-top: 10px;
}
.payslip-details .row table.stripes tbody tr:nth-child(even) {
  background: #f4f4f5;
}
.payslip-details .row table.stripes tbody td {
  padding: 0.25em;
}
@media screen and (max-width: 700px) {
  .payslip-details .row table.mobile {
    display: none;
  }
}
.payslip-details .row table.mobile-friendly {
  display: none;
}
@media screen and (max-width: 700px) {
  .payslip-details .row table.mobile-friendly {
    display: table;
  }
}
.payslip-details .row table.mobile-friendly th, .payslip-details .row table.mobile-friendly td {
  width: 50%;
  padding: 0.15em 0.5em;
}
.payslip-details .row table.mobile-friendly:nth-child(even) {
  background: #f4f4f5;
}
@media screen and (max-width: 674px) {
  .payslip-details .row {
    display: block;
  }
  .payslip-details .row.first .col {
    padding-top: 16px;
    border: 0;
    border-top: 1px solid #dbdbdb;
  }
  .payslip-details .row .col {
    display: block;
    border-left: 0;
  }
  .payslip-details .row .col:last-child {
    padding-right: 16px;
  }
  .payslip-details .row .col.payer-details-section {
    width: auto;
    border: 0;
  }
  .payslip-details .row .col.pay-period-section {
    width: auto;
  }
  .payslip-details .row .col.date-of-payment-section {
    width: auto;
  }
  .payslip-details .row.cols-2 .col {
    width: auto;
  }
  .payslip-details .row.cols-2 .col th {
    width: 50%;
  }
  .payslip-details .row.cols-3 .col {
    width: auto;
  }
  .payslip-details .row.accordion .col {
    display: table-cell;
  }
  .payslip-details .row.accordion.opened .col {
    display: block;
    padding-left: 60px;
    width: auto;
    padding-bottom: 0;
  }
  .payslip-details .row.accordion.cols-3.opened .col {
    float: none;
  }
}
.payslip-details .list li {
  display: table;
  width: 100%;
}
.payslip-details .list .label, .payslip-details .list .content {
  display: table-cell;
  width: 50%;
}
.payslip-details .list .content {
  text-align: right;
}
.payslip-details .section-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
}
.payslip-details .section-title.small {
  font-size: 0.786em;
}
.payslip-details .date {
  font-size: 2em;
  font-weight: 300;
}
.payslip-details .accordion {
  position: relative;
}
.payslip-details .accordion .content-wrap {
  display: table;
  width: 100%;
}
.payslip-details .accordion .content-wrap .col:first-child {
  padding-left: 60px;
}
.payslip-details .accordion .toggle-content {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url(/Content/img/sprites.png) -22px -89px no-repeat;
}
.payslip-details .accordion .row-content {
  overflow: hidden;
}
.payslip-details .accordion .row-content .wrap {
  display: table;
  width: 100%;
}
.payslip-details .accordion .col {
  padding-bottom: 0;
}
.payslip-details .accordion.opened .toggle-content {
  background: url(/Content/img/sprites.png) 0 -89px no-repeat;
}
.payslip-details .accordion.opened .col {
  padding-bottom: 16px;
}
.payslip-details .actions-left {
  position: absolute;
  top: -40px;
  left: 5px;
  display: block;
}

.payslip-details .actions-left li {
  display: inline-block;
  margin-right: 24px;
}
.payslip-details .actions-left a {
  display: block;
  position: relative;
  padding-right: 24px;
  font-weight: bold;
  color: #d23b3b;
}

.payslip-details .actions-left a.delete {
  padding-left: 35px;
}

.payslip-details .actions-left a .icon {
  display: block;
  position: absolute;
  left: 0;
}

.payslip-details .actions-left a.delete .icon {
  width: 16px;
  height: 20px;
  background: url(/Content/img/sprites.png) -138px -115px no-repeat;
}

.payslip-details .actions {
  position: absolute;
  top: -40px;
  right: 34px;
  color: #fff;
  display: block;
}
.payslip-details .actions li {
  display: inline-block;
  border-right: 1px solid #bababa;
  margin-right: 24px;
}
.payslip-details .actions a {
  display: block;
  position: relative;
  padding-right: 24px;
  color: white;
}
.payslip-details .actions a .icon {
  display: block;
  position: absolute;
  left: 0;
}
.payslip-details .actions a.print {
  padding-left: 40px;
}
.payslip-details .actions a.print .icon {
  width: 24px;
  height: 19px;
  top: 0.25em;
  background: url(/Content/img/sprites.png) 0 -118px no-repeat;
}
.payslip-details .actions a.close {
  padding-left: 40px;
}
.payslip-details .actions a.close .icon {
  width: 19px;
  height: 19px;
  top: 0.25em;
  background: url(/Content/img/sprites.png) -56px -117px no-repeat;
}
.payslip-details .actions a.email {
  padding-left: 40px;
}
.payslip-details .actions a.email .icon {
  width: 23px;
  height: 16px;
  top: 0.25em;
  background: url(/Content/img/sprites.png) -84px -117px no-repeat;
}
.payslip-details .actions a.save {
  padding-left: 30px;
}
.payslip-details .actions a.save .icon {
  width: 16px;
  height: 16px;
  top: center;
  top: 0.25em;
  background: url(/Content/img/sprites.png) -32px -118px no-repeat;
}
.payslip-details .actions a.toggle-style .modern-style {
  display: none;
}

.attachments-modal {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  padding: 2rem;
  font-size: 1.077em;
  color: #000;
}
.attachments-modal a {
  color: #000;
}
.attachments-modal a span {
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(/Content/img/sprites.png) 0 -5px no-repeat;
  padding-right: 6px;
  position: relative;
  top: 1px;
}

/* icons */
.drop-down-open {
  display: inline-block;
  background: url(/Content/img/sprites.png) 0 0 no-repeat;
  width: 7px;
  height: 4px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.75;
  filter: alpha(opacity=80);
}

button.mfp-close, button.mfp-close:active {
  opacity: 1;
  display: block;
  position: absolute;
  top: -40px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(/Content/img/sprites.png) -56px -117px no-repeat;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.1);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.old-payslip-style {
  font-family: 'Times New Roman';
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}
.old-payslip-style html, .old-payslip-style body, .old-payslip-style div, .old-payslip-style span, .old-payslip-style applet, .old-payslip-style object, .old-payslip-style iframe, .old-payslip-style h1, .old-payslip-style h2, .old-payslip-style h3, .old-payslip-style h4, .old-payslip-style h5, .old-payslip-style h6, .old-payslip-style p, .old-payslip-style blockquote, .old-payslip-style pre, .old-payslip-style a, .old-payslip-style abbr, .old-payslip-style acronym, .old-payslip-style address, .old-payslip-style big, .old-payslip-style cite, .old-payslip-style code, .old-payslip-style del, .old-payslip-style dfn, .old-payslip-style em, .old-payslip-style img, .old-payslip-style ins, .old-payslip-style kbd, .old-payslip-style q, .old-payslip-style s, .old-payslip-style samp, .old-payslip-style small, .old-payslip-style strike, .old-payslip-style strong, .old-payslip-style sub, .old-payslip-style sup, .old-payslip-style tt, .old-payslip-style var, .old-payslip-style b, .old-payslip-style u, .old-payslip-style i, .old-payslip-style center, .old-payslip-style dl, .old-payslip-style dt, .old-payslip-style dd, .old-payslip-style ol, .old-payslip-style ul, .old-payslip-style li, .old-payslip-style fieldset, .old-payslip-style form, .old-payslip-style label, .old-payslip-style legend, .old-payslip-style table, .old-payslip-style caption, .old-payslip-style tbody, .old-payslip-style tfoot, .old-payslip-style thead, .old-payslip-style tr, .old-payslip-style th, .old-payslip-style td, .old-payslip-style article, .old-payslip-style aside, .old-payslip-style canvas, .old-payslip-style details, .old-payslip-style embed, .old-payslip-style figure, .old-payslip-style figcaption, .old-payslip-style footer, .old-payslip-style header, .old-payslip-style hgroup, .old-payslip-style menu, .old-payslip-style nav, .old-payslip-style output, .old-payslip-style ruby, .old-payslip-style section, .old-payslip-style summary, .old-payslip-style time, .old-payslip-style mark, .old-payslip-style audio, .old-payslip-style video {
  -moz-font-feature-settings: inherit;
  -moz-font-language-override: inherit;
  border: initial;
  font-family: inherit;
  font-size: 100%;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.old-payslip-style table {
  background: #fff;
}
.old-payslip-style table td {
  vertical-align: top;
}
.old-payslip-style caption, .old-payslip-style th, .old-payslip-style td {
  text-align: initial;
}

/* form styles */
input {
  font-family: 'Roboto', sans-serif;
}

.input-text {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.462em;
  font-weight: 300;
  line-height: 1.3em;
  padding: 0.35em 0;
  margin-bottom: 1.5em;
  outline: 0;
}
.input-text::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.input-text:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.input-text::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.input-text:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.button {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.button.transparent {
  background: transparent;
  border: 1px solid #fff;
  font-size: 1.846em;
  font-weight: 300;
  line-height: 1.167em;
  padding: 0.75em 0.5em;
}
.button.transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button.show-more {
  background: #d33b3b;
  padding: 1.25em 2.5em;
}
.button.show-more:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* login styles */
.login-layout .content .content-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.login-layout .content .h1 {
  font-size: 4em;
  margin-bottom: 0.5em;
}

/* deletion popup styles */
.delete-popup-layout {
  margin: 200px auto auto;
  display: flex;
  width: fit-content;
}

.delete-popup-layout .content {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  display: flex;
}

.delete-popup-layout .content .content-wrap{
  margin: 1em;
}

.delete-popup-layout .content .content-wrap .h4 {
  font-size: 1.75em;
  margin-bottom: 1em;
  color: #0b0b0b;
}

.delete-popup-layout .content .content-wrap .message {
  text-align: start;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #0b0b0b;
}

.delete-popup-layout .content .content-wrap .actions {
  text-align: end;
  margin-top: 4em;
  margin-bottom: 0.5em;
}

.delete-popup-layout .content .content-wrap .actions .button-cancel {
  cursor: pointer;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.delete-popup-layout .content .content-wrap .actions .button-submit {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #d23b3b;
  color: #fff;
  padding: 0.5em;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #2c2c2c;
  margin-left: 1em;
}

/* mobile nav */
.mobile-nav-hamburger {
  display: none;
  float: right;
  cursor: pointer;
  padding: 6px 20px 16px 20px;
  margin-top: 2px;
}
.mobile-nav-hamburger span,
.mobile-nav-hamburger span:before,
.mobile-nav-hamburger span:after {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}
.mobile-nav-hamburger span:before {
  top: -6px;
}
.mobile-nav-hamburger span:after {
  bottom: -6px;
}
.mobile-nav-hamburger.active span {
  background-color: transparent;
}
.mobile-nav-hamburger.active span:before, .mobile-nav-hamburger.active span:after {
  top: 0;
}
.mobile-nav-hamburger.active span:before {
  transform: rotate(45deg);
}
.mobile-nav-hamburger.active span:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 720px) {
  .payslip-title {
    font-size: 2.5rem;
  }

  .content .content-spacer-top {
    display: none;
  }

  .payslip-list-container {
    margin-top: 1rem;
  }

  .mobile-nav-hamburger {
    display: block;
  }

  .header {
    position: relative;
    height: auto;
  }
  .header .header-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .nav {
    display: none;
    clear: both;
    float: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .nav.open {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .header .nav .item {
    display: block;
    text-align: right;
    padding: 0;
    border: 0;
  }
  .header .nav .item a {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .header .nav .item.language {
    padding: 0;
  }
  .header .nav .item.language a {
    display: block;
    padding: 0.5rem 1rem;
  }
  .header .nav .item.language span {
    display: none;
  }
}

/*# sourceMappingURL=payslip.css.map */
