html,
body {
  padding: 0;
  height: 100%;
  min-height: 550px;
}
div#ember-app {
  height: 100%;
}
#ember-app > .ember-view {
  position: relative;
  min-height: 100%;
}
/* main container */
.ember-notify-default.ember-notify-cn {
  bottom: 80px;
}
div.active-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
div.inactive-lightbox {
  display: none;
}
div.active-lightbox {
  position: fixed;
  width: 600px;
  min-height: 180px;
  background: #367b8b;
  color: #fff;
  left: 50%;
  top: 25%;
  border-radius: 5px;
  padding: 60px 0;
  margin-left: -320px;
  /* width/2 + padding-left */
  /* height/2 + padding-top */
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
  z-index: 1;
}
div.email-address {
  display: inline-block;
  width: 90%;
  text-align: left;
}
div.remove-email-address {
  display: inline-block;
}
li {
  background-color: #296c7e;
  border-radius: 4px;
}
li.selected-email {
  background-color: #bbb;
}
ul.autolist {
  list-style-type: none;
  padding-right: 1em;
}
div.divider {
  max-width: 95%;
  margin: auto;
  border-bottom: 1px solid #aaa;
}
.no-wrap {
  white-space: nowrap;
}
div.wrap {
  white-space: normal;
  display: inline-block;
  float: left;
}
div.light-background {
  background-color: #dddddd;
}
table {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  color: #333333;
  max-width: 100%;
}
tr:nth-child(odd) td {
  background-color: #fafafa;
}
td,
th {
  border-left: 1px solid #dddddd;
  padding: 8px;
}
div.page-top {
  margin-bottom: 1em;
  height: 50px;
  line-height: 50px;
}
.page-top h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 0 1em;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
div.page-wrapper {
  padding-bottom: 85px;
}
div.peukku-negative {
  display: inline-block;
  margin: auto;
  background-image: url("images/apix-peukut.png");
  background-position: -45px -25px;
  width: 30px;
  height: 30px;
}
div.peukku-neutral {
  display: inline-block;
  margin: auto;
  background-image: url("images/apix-peukut.png");
  background-position: -85px -25px;
  width: 30px;
  height: 30px;
}
div.peukku- {
  display: inline-block;
  margin: auto;
  background-image: url("images/apix-peukut.png");
  background-position: -85px -25px;
  width: 30px;
  height: 30px;
}
div.peukku-positive {
  display: inline-block;
  margin: auto;
  background-image: url("images/apix-peukut.png");
  background-position: -5px -25px;
  width: 30px;
  height: 30px;
}
td.details-toggle {
  padding: 0;
  text-align: center;
  font-weight: normal;
}
span.details-toggle {
  cursor: pointer;
  color: #333333;
  font-size: 32px;
}
table.list-results {
  width: 100%;
}
table.list-results tr.details-row {
  background-color: #e0e0e0;
}
/*. ember-application button {
  min-width: 6em;
  font-size: 16px;
  background-color: #ddd;
  //border-radius: 0.5em;
  border: 1px solid #bbb;
  box-shadow: 0.3em;
  padding: 0.3em, 0.5em;
  margin: 0.3em;
  cursor: pointer;
} */
.datepicker {
  position: absolute;
}
div.ember-notify {
  border: 1px solid #888;
  border-radius: 8px;
  box-shadow: 0 4px 8px #888;
  background-color: white;
  width: 200px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  width: 500px;
}
input.sum {
  width: 4em;
}
input.count {
  width: 3em;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
}
div.footer-left {
  float: left;
  text-align: left;
}
div.footer-right {
  float: right;
  text-align: right;
}
.fakturamappen-chat-margin {
  margin-right: 130px;
}
div.sort-action {
  padding-right: 1em;
  position: relative;
  cursor: pointer;
}
span.sortable {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid #ccc;
  border-top: 0.2em solid #ccc;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  /* Safari */
}
span.sortable.sorted {
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
}
span.sortable.sorted.reversed {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Safari */
}
/* a.active {
  background-color: #448999;
  height: 4.2em;

} */
/*nav*/
.navbar {
  position: relative;
  margin: 0;
  overflow: visible;
  height: 79px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.15);
}
.mobile-nav-wrapper {
  display: none;
}
div.navbar-link {
  display: inline-block;
  top: 0px;
  left: 0px;
}
.nav-image {
  padding-left: 2px;
  padding-top: 2px;
  width: auto;
  height: 57px;
}
.nav-icons-wrapper {
  float: right;
  margin-left: auto;
  margin-right: 0;
}
.nav-icon {
  display: inline-block;
  margin-left: -4px;
  margin-right: 0;
  min-width: 5.3em;
  min-height: 79px;
}
div.xxp {
  min-height: initial;
}
.nav-icon div {
  text-align: center;
}
.nav-icon i {
  display: block;
  margin: 0 auto;
  padding: 0.2em;
  font-size: 32px;
}
.nav-icon img {
  display: block;
  margin: 0 auto;
  padding: 0.2em;
}
.nav-icon a {
  display: block;
  margin: 0 auto;
  padding: 0.3em 0.4em;
  text-decoration: none;
  text-align: center;
}
/* .user-string {
background-color: #367b8b;
position: absolute;

} */
.password-strength-meter {
  height: 5px;
  width: 50%;
  padding: 2px 5px 2px 2px;
  margin-left: auto;
}
.password-strength-meter-bar {
  transform: width ease-in;
  transition: 0.5s;
  height: 100%;
  border-radius: 5px;
}
.password-strength-meter-bar.red {
  background-color: #d10000;
  width: 25%;
}
.password-strength-meter-bar.orange {
  background-color: #d17d00;
  width: 50%;
}
.password-strength-meter-bar.yellow {
  background-color: #bcd100;
  width: 75%;
}
.password-strength-meter-bar.green {
  background-color: #4dd100;
  width: 100%;
}
.password-strength-meter-bar.neutral {
  background-color: gray;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .responsive-nav > .nav-icon > .ember-view {
    display: none;
  }
  /*   .user-string {
    position: relative;
  } */
  .nav-icon .active {
    display: block!important;
  }
  .nav-icons-wrapper {
    float: none;
  }
  .nav-icon {
    width: 100%;
    padding: 0;
    height: 100%;
    font-size: 25px;
    min-height: 0;
    display: block;
  }
  .nav-icon i {
    display: inline;
    text-align: left;
  }
  .nav-icon div {
    display: inline;
    text-align: left;
  }
  .invoice-list {
    overflow-x: auto;
  }
  .navbar {
    display: block;
    overflow: hidden;
    height: auto;
  }
  .nav-bars-icon {
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 50px;
    color: white;
  }
  .nav-image {
    padding-bottom: 10px;
  }
  /*  a.active {
   background: #1c6072;
   color: white;
   height: 100%;
 } */
}
@media screen and (max-width: 768px) {
  .page-top h1 {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .links > a {
    min-width: 0px!important;
    padding: 0 10px 0 10px;
  }
  .fakturamappen-chat-margin {
    margin-right: 0px;
  }
  .footer-right {
    float: left!important;
    text-align: left!important;
    margin-top: 5px;
  }
  .password-strength-meter {
    height: 10px;
    width: 100%;
    padding: 2px 5px 2px 2px;
    margin-left: auto;
  }
}
@media print {
  footer {
    visibility: hidden;
  }
}
@page {
  size: auto;
  margin: 0mm;
}
@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.dots {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  font-size: 20px;
  animation: spinner-loader 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(1, 1, 1, 0.5) 1.5em 0 0 0, rgba(1, 1, 1, 0.5) 1.1em 1.1em 0 0, rgba(1, 1, 1, 0.5) 0 1.5em 0 0, rgba(1, 1, 1, 0.5) -1.1em 1.1em 0 0, rgba(1, 1, 1, 0.5) -1.5em 0 0 0, rgba(1, 1, 1, 0.5) -1.1em -1.1em 0 0, rgba(1, 1, 1, 0.5) 0 -1.5em 0 0, rgba(1, 1, 1, 0.5) 1.1em -1.1em 0 0;
  width: 0.75em;
  height: 0.75em;
  overflow: hidden;
}
div.messageContainer {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}
div.notify {
  align-self: flex-end;
  border: 1px solid #888;
  border-radius: 8px;
  box-shadow: 0px 4px 8px #888;
  background-color: white;
  width: 200px;
  margin: 10px 10px 10px auto;
  padding: 10px;
  width: 500px;
}
/* @import (less) "node_modules/bootstrap/dist/css/bootstrap.css";
 */
body.login div.page-wrapper {
  height: 100%;
  min-height: 550px;
}
body.login div.page-wrapper .forgotpw {
  background: none!important;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
}
body.login div.page-wrapper .forgotpw:hover {
  text-decoration: underline;
}
body.login div.page-wrapper .registration {
  margin-top: 1em;
  margin-bottom: 2em;
}
body.login div.page-wrapper .registration-button {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 10px auto;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 95%;
  background-color: #ed7d31;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.login div.page-wrapper .registration-button-button {
  width: 100%;
}
body.login div.page-wrapper .infoText {
  display: flex;
  flex-direction: row;
  width: 280px;
  margin: 20% auto;
  padding: 10px;
  border: dashed 1px orange;
  color: orange;
}
body.login div.page-wrapper .infoText > p {
  margin: 0 10px 0 10px;
}
body.login div.page-wrapper .infoText > i {
  margin-top: 5px;
  vertical-align: middle;
}
body.login div.page-wrapper .registration {
  margin-top: 1em;
  margin-bottom: 2em;
}
body.login div.page-wrapper .login button:hover {
  transform: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  transition: none;
}
body.list div.page-wrapper .payment-btn {
  padding: 5px 10px 5px 10px;
}
body.list div.page-wrapper div.top-wrapper {
  display: inline-block;
  margin: auto;
}
body.list div.page-wrapper div.summary {
  display: inline-block;
  float: left;
}
body.list div.page-wrapper .summary table {
  margin: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-collapse: separate;
  text-align: center;
}
body.list div.page-wrapper .summary th,
body.list div.page-wrapper .summary td {
  padding-left: 0.2em;
  padding-right: 0.2em;
  text-align: right;
}
body.list div.page-wrapper .list-date-filters {
  float: left;
  margin-left: 1em;
}
body.list div.page-wrapper .list-date-filters input {
  width: 6em;
}
body.list div.page-wrapper .list-date-filters table,
body.list div.page-wrapper .list-date-filters td,
body.list div.page-wrapper .list-date-filters th {
  background-color: inherit;
  border-width: 0px;
}
body.list div.page-wrapper .list-date-filters th {
  font-weight: normal;
  text-align: right;
  padding: 2px 2px 2px 20px;
}
body.list div.page-wrapper .list-date-filters td {
  text-align: right;
  padding: 2px;
}
body.list div.page-wrapper .list-date-filters td.buttonbar {
  padding-top: 12px;
  text-align: center;
}
body.list div.page-wrapper div.red {
  color: red;
}
body.list div.page-wrapper input.sender-name-field {
  width: 90%;
}
body.list div.page-wrapper td.documentDate,
body.list div.page-wrapper td.dueDate,
body.list div.page-wrapper td.barcode {
  text-align: center;
  white-space: pre;
}
body.list div.page-wrapper td.documentID,
body.list div.page-wrapper td.amountToPay {
  text-align: right;
  white-space: pre;
}
body.list div.page-wrapper td.dueDate {
  padding-left: 26px;
  padding-right: 26px;
}
body.list div.page-wrapper td.dueDate img {
  margin-right: -24px;
  float: right;
  vertical-align: middle;
}
body.list div.page-wrapper td.orange-alert {
  background-image: url(../assets/images/orange_alert.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
body.list div.page-wrapper td.red-alert {
  background-image: url(../assets/images/red_alert.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
body.list div.page-wrapper div.approver-comment {
  border-bottom: 1px solid;
  border-color: #dddddd;
}
body.list div.page-wrapper div#top-elements {
  width: 100%;
  text-align: center;
}
body.list div.page-wrapper tr.checker-row td {
  border-bottom-color: #c6c6c6;
}
body.list div.page-wrapper div.invoice-list {
  margin-top: 0.5em;
  width: 100%;
}
body.list div.page-wrapper tr.sent-to-checker {
  font-weight: bold;
}
body.list div.page-wrapper tr.stopped-invoice td {
  background-color: #f99;
}
body.list div.page-wrapper tr.stopped-invoice:nth-child(odd) td {
  background-color: #ff8f8f;
}
body.list div.page-wrapper .list-bottom-button {
  float: right;
}
@media screen and (max-width: 1025px) {
  body.list div.page-wrapper .summary {
    overflow-x: auto;
  }
}
@media screen and (max-width: 320px) {
  body.list div.page-wrapper .list-date-filters {
    margin-left: 0;
  }
  body.list div.page-wrapper .list-date-filters th {
    padding: 0;
  }
}
body.archives div.page-wrapper div.date-filters {
  float: left;
  overflow: auto;
  padding: 1em 1em 0.6em 0.3em;
}
body.archives div.page-wrapper div.date-filters td {
  background-color: inherit;
}
body.archives div.page-wrapper div.date-filter {
  float: left;
  margin: 0.3em;
}
body.archives div.page-wrapper div.result-count {
  padding: 1em 1em 1em 2em;
}
body.archives div.page-wrapper .date-filter input {
  width: 6em;
}
body.archives div.page-wrapper .page-top {
  position: relative;
}
body.archives div.page-wrapper .links {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
body.archives div.page-wrapper .links a {
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  min-width: 150px;
  border-left: 1px solid #000;
}
body.archives div.page-wrapper table.search-box {
  border: 0;
}
body.archives div.page-wrapper table.search-box td.filter-button {
  text-align: center;
}
body.archives div.page-wrapper .sender-name-field,
body.archives div.page-wrapper .receiver-name-field {
  width: 90%;
}
body.archives div.page-wrapper .search-box td,
body.archives div.page-wrapper .search-box th {
  border: 0;
}
body.archives div.page-wrapper .search-box th {
  text-align: right;
  font-weight: normal;
}
body.archives div.page-wrapper td.createdDate,
body.archives div.page-wrapper td.dueDate {
  text-align: center;
}
body.archives div.page-wrapper td.documentID,
body.archives div.page-wrapper td.amountToPay {
  text-align: right;
}
body.archives div.page-wrapper .search-box {
  display: flex;
  flex-direction: row;
}
body.archives div.page-wrapper .search-box-form-group {
  margin-top: 1em;
}
@media screen and (max-width: 425px) {
  body.archives div.page-wrapper .search-box {
    display: flex;
    flex-direction: column;
  }
}
body.posteljooni div.page-wrapper div.date-filters {
  color: white;
  float: left;
  overflow: auto;
  padding: 1em 1em 0.6em 0.3em;
  background-color: #1c6072;
}
body.posteljooni div.page-wrapper div.date-filters td {
  background-color: inherit;
}
body.posteljooni div.page-wrapper div.date-filter {
  float: left;
  margin: 0.3em;
}
body.posteljooni div.page-wrapper div.result-count {
  color: #96CAD4;
  background-color: #296C7E;
  padding: 1em 1em 1em 2em;
}
body.posteljooni div.page-wrapper .date-filter input {
  width: 6em;
}
body.posteljooni div.page-wrapper .page-top {
  position: relative;
}
body.posteljooni div.page-wrapper .links {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
body.posteljooni div.page-wrapper .links a {
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  min-width: 150px;
  border-left: 1px solid #000;
}
body.posteljooni div.page-wrapper table.search-box {
  background-color: #1c6072;
  border: 0;
}
body.posteljooni div.page-wrapper table.search-box td.filter-button {
  text-align: center;
}
body.posteljooni div.page-wrapper .sender-name-field {
  width: 90%;
}
body.posteljooni div.page-wrapper .search-box td,
body.posteljooni div.page-wrapper .search-box th {
  border: 0;
  color: white;
}
body.posteljooni div.page-wrapper .search-box th {
  text-align: right;
  font-weight: normal;
}
body.posteljooni div.page-wrapper td.createdDate,
body.posteljooni div.page-wrapper td.dueDate {
  text-align: center;
}
body.posteljooni div.page-wrapper td.documentID,
body.posteljooni div.page-wrapper td.amountToPay {
  text-align: right;
}
body.posteljooni div.page-wrapper .table-center td {
  text-align: center;
}
body.posteljooni div.page-wrapper .pdf-object {
  width: 100%;
  min-width: 30em;
  height: 100%;
  min-height: 50em;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
body.posteljooni div.page-wrapper #viewer {
  width: 100%;
  min-height: 50em;
  height: 100%;
  frameborder: 0;
  allowfullscreen: true;
  mozallowfullscreen: true;
  webkitallowfullscreen: true;
  wmode: transparent;
}
body.posteljooni div.page-wrapper #documenteditor {
  position: absolute;
  left: 5em;
  top: 3em;
  z-index: 1000;
  background-color: #296c7e;
  width: 90%;
  height: 60%;
  border-style: solid ;
  border-width: 2px;
  border-color: #fff;
}
body.posteljooni div.page-wrapper #documenteditorWrapper button {
  min-width: 0px;
  font-size: 14px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
}
body.posteljooni div.page-wrapper li {
  background-color: inherit;
}
body.posteljooni div.page-wrapper div .error {
  left: 5px;
  background-color: #FFFFFF;
  color: #FF0000;
  width: 300px;
  border: 1px solid;
  border-color: #000;
  border-radius: 5px;
}
body.posteljooni div.page-wrapper span.error {
  color: #FF0000;
  border: none;
}
body.posteljooni div.page-wrapper fieldset {
  margin: 0em;
  border: 0em;
  padding: 0em;
  display: table;
}
body.posteljooni div.page-wrapper .defcur {
  cursor: default;
}
body.posteljooni div.page-wrapper tr:nth-child(odd):hover td {
  color: #fff;
  background-color: #ccc;
}
body.posteljooni div.page-wrapper tr:nth-child(even):hover td {
  color: #fff;
  background-color: #ccc;
}
body.posteljooni div.page-wrapper .menu {
  text-align: right;
  margin-right: 1em;
}
body.posteljooni div.page-wrapper #selected_letter {
  color: #bbb;
}
body.posteljooni div.page-wrapper table .small {
  width: 1em;
}
body.posteljooni div.page-wrapper table .medium {
  width: 3em;
}
body.posteljooni div.page-wrapper table .medium {
  width: auto;
}
body.posteljooni div.page-wrapper div table {
  width: 100%;
}
body.posteljooni div.page-wrapper .left-wrapper input {
  width: 100%;
}
body.posteljooni div.page-wrapper .shortened {
  width: 80%;
}
body.posteljooni div.page-wrapper .content-wrapper {
  min-height: 30em;
  height: auto;
  position: relative;
  overflow: auto;
}
body.posteljooni div.page-wrapper .margins {
  margin-left: 1em;
  margin-right: 1em;
}
body.posteljooni div.page-wrapper .select-wrapper {
  position: relative;
  left: 0;
  height: 100%;
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 45%;
  min-width: 30em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
}
body.posteljooni div.page-wrapper .selected-wrapper {
  position: relative;
  right: 0;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
  width: 45%;
  min-width: 30em;
  float: right;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
}
body.posteljooni div.page-wrapper .send_button {
  position: absolute;
  bottom: 0;
  margin-left: 1em;
}
body.posteljooni div.page-wrapper .view-details {
  position: relative;
  float: left;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 20em;
}
body.posteljooni div.page-wrapper .view-preview {
  width: auto;
  height: auto;
  position: relative;
  float: left;
  margin-left: 5em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.posteljooni div.page-wrapper .clear:after {
  clear: both;
  content: "";
  display: block;
}
body.posteljooni div.page-wrapper .white-wrapper {
  position: relative;
  left: 0;
  height: 100%;
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 45%;
  min-width: 30em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
  width: initial;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
body.posteljooni div.page-wrapper .left-wrapper {
  position: relative;
  left: 0;
  height: 100%;
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 45%;
  min-width: 30em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
  width: auto;
}
body.posteljooni div.page-wrapper .right-wrapper {
  position: relative;
  right: 0;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
  width: 45%;
  min-width: 30em;
  float: right;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
  width: 100%;
  max-width: 50em;
  min-height: 60em;
  background-color: initial;
  border: none;
}
body.posteljooni div.page-wrapper .float-left {
  float: left;
}
body.posteljooni div.page-wrapper .float-right {
  float: right;
}
body.posteljooni div.page-wrapper .clink {
  cursor: pointer;
}
body.posteljooni div.page-wrapper .rejections {
  background-color: #FFEDED;
}
body.posteljooni div.page-wrapper #letterview_buttons {
  position: relative;
}
body.posteljooni div.page-wrapper #lv_delete {
  float: right;
}
body.posteljooni div.page-wrapper .sortable-item {
  cursor: move;
}
@media screen and (max-width: 1040px) {
  body.posteljooni div.page-wrapper .select-wrapper {
    display: block;
    float: none;
    left: 0;
    position: static;
  }
  body.posteljooni div.page-wrapper .selected-wrapper {
    display: block;
    float: none;
    right: initial;
    left: 0;
    position: static;
  }
  body.posteljooni div.page-wrapper .left-wrapper,
  body.posteljooni div.page-wrapper .right-wrapper {
    float: none;
    width: 95%;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  body.posteljooni div.page-wrapper .send_button {
    float: none;
    display: block;
    position: static;
  }
  body.posteljooni div.page-wrapper .view-preview {
    margin-left: 1em;
  }
}
body.tools div.page-wrapper .page-top {
  position: relative;
}
body.tools div.page-wrapper .links {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
body.tools div.page-wrapper .links a {
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  min-width: 150px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 426px) {
  body.tools div.page-wrapper .links {
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
  }
  body.tools div.page-wrapper .links a {
    float: none;
  }
  body.tools div.page-wrapper .page-top {
    font-size: 12px;
  }
}
body.tools-settings div.page-wrapper {
  /* input {
  box-shadow: inset 0 2px 2px hsla(0, 0%, 0%, 0.1);
}
button {
  border-radius: 5px;
  color: #ffffff;
  background: hsla(192, 61%, 21%, 1);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-width: 0;
} */
  /* FROM USER */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*

background: #7a0000;
*/
}
body.tools-settings div.page-wrapper div.settings-main-area {
  padding-left: 2em;
  line-height: 1.5em;
}
body.tools-settings div.page-wrapper h2 {
  color: #fff;
}
body.tools-settings div.page-wrapper .integration > p {
  margin-left: 2em;
}
body.tools-settings div.page-wrapper .integration-padding {
  margin-left: 2em;
}
body.tools-settings div.page-wrapper .integrationbtn {
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-width: 0;
}
body.tools-settings div.page-wrapper .integrationbtn:hover {
  background: #0c282e;
  text-decoration: none;
}
body.tools-settings div.page-wrapper .removebtn {
  background: #d10000;
}
body.tools-settings div.page-wrapper .removebtn:hover {
  background: #7a0000;
}
body.tools-settings div.page-wrapper .settings-change-notification {
  max-width: 60em;
}
body.tools-settings div.page-wrapper .settings-change-notification > .settings-form-group > label {
  width: 60%;
}
body.tools-settings div.page-wrapper .settings-fields-container {
  width: 400px;
  display: flex;
  flex-direction: row;
}
body.tools-settings div.page-wrapper .settings-change-userinfo {
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
body.tools-settings div.page-wrapper .settings-label-container {
  width: 35%;
  display: flex;
  flex-direction: column;
}
body.tools-settings div.page-wrapper .settings-label-container > label {
  line-height: 2em;
}
body.tools-settings div.page-wrapper .settings-input-container {
  width: 65%;
  display: flex;
  flex-direction: column;
}
body.tools-settings div.page-wrapper .settings-form-group {
  display: flex;
  flex-direction: row;
  padding: 0.2rem;
}
body.tools-settings div.page-wrapper .settings-form-group > input {
  padding: 2px 5px 2px 2px;
  width: 50%;
}
body.tools-settings div.page-wrapper .settings-form-group > select {
  padding: 2px 5px 2px 2px;
  width: 50%;
}
body.tools-settings div.page-wrapper .settings-form-group > label {
  width: 50%;
}
body.tools-settings div.page-wrapper #settings-bank-accounts-table {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: none;
}
body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > td,
body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > th {
  padding: 0;
  text-align: left;
  border: none;
  padding-left: 5px;
  position: relative;
}
body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > td:first-child {
  width: 30%;
}
body.tools-settings div.page-wrapper .settings-table-action-cell {
  font-size: 20px;
  width: 1.5em;
  float: right;
  cursor: pointer;
}
body.tools-settings div.page-wrapper .settings-table-action-cell:hover {
  opacity: 0.7;
}
body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > td > input {
  display: block;
  width: 100%;
}
body.tools-settings div.page-wrapper td.is-valid > .valid-feedback {
  color: green!important;
  position: absolute;
  width: auto;
  right: 7px;
  bottom: 0px;
  margin-top: 0;
}
body.tools-settings div.page-wrapper td.is-valid > .invalid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper td.is-invalid > .invalid-feedback {
  color: red!important;
  position: absolute;
  width: auto;
  right: 7px;
  bottom: 0px;
  margin-top: 0;
}
body.tools-settings div.page-wrapper td.is-invalid > .valid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper div.is-valid > .valid-feedback {
  color: green!important;
  position: absolute;
  width: auto;
  right: 7px;
  bottom: 5px;
  margin-top: 0;
}
body.tools-settings div.page-wrapper div.is-invalid > .invalid-feedback {
  color: red!important;
  position: absolute;
  width: auto;
  right: 7px;
  bottom: 4px;
  margin-top: 0;
}
body.tools-settings div.page-wrapper #settings-logo-wrapper {
  padding: 1em;
  width: 80%;
  height: 57px;
}
body.tools-settings div.page-wrapper #settings-logo-wrapper > img {
  max-width: 100%;
  max-height: 100%;
}
body.tools-settings div.page-wrapper .ckmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.tools-settings div.page-wrapper .ckmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.tools-settings div.page-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
body.tools-settings div.page-wrapper .ckmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body.tools-settings div.page-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.tools-settings div.page-wrapper .ckmark-container input:checked ~ .checkmark:after {
  display: block;
}
body.tools-settings div.page-wrapper .ckmark-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.tools-settings div.page-wrapper .positive > .ckmark-container .checkmark:after {
  border-color: #10d310;
}
body.tools-settings div.page-wrapper .to-negative > .ckmark-container .checkmark:after {
  display: block;
  border: none;
  transform: rotate(0deg);
  left: 3px;
  top: -3px;
  font-weight: bold;
  font-size: 25px;
  color: red;
  content: "x";
}
body.tools-settings div.page-wrapper .user-contracts {
  background: none;
  border: none;
  padding: 0;
}
body.tools-settings div.page-wrapper td {
  border: none;
  padding: 0;
}
body.tools-settings div.page-wrapper .is-valid > input {
  border: green 1px solid;
}
body.tools-settings div.page-wrapper .is-invalid > input {
  border: red 1px solid;
}
body.tools-settings div.page-wrapper .invalid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper .valid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper .is-valid > .valid-feedback {
  color: green!important;
  position: absolute;
  width: auto;
  right: 55px;
  bottom: 0px;
  margin-top: 0;
  display: block;
}
body.tools-settings div.page-wrapper .parameter-input > .valid-feedback {
  top: 2px;
  right: 6px;
}
body.tools-settings div.page-wrapper .parameter-input > .invalid-feedback {
  top: 2px;
  right: 6px!important;
}
body.tools-settings div.page-wrapper .is-valid > .invalid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper .is-invalid > .invalid-feedback {
  color: red!important;
  position: absolute;
  width: auto;
  right: 55px;
  bottom: 0px;
  margin-top: 0;
  display: block;
}
body.tools-settings div.page-wrapper .is-invalid > .valid-feedback {
  display: none;
}
body.tools-settings div.page-wrapper .settings-form-group {
  position: relative;
}
body.tools-settings div.page-wrapper .contract-checkbox {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 426px) {
  body.tools-settings div.page-wrapper .contract-checkbox {
    display: flex;
    flex-direction: column;
  }
  body.tools-settings div.page-wrapper .parameter-input > input  {
    width: 100%;
    margin-bottom: 10px;
  }
  body.tools-settings div.page-wrapper .is-valid > .valid-feedback {
    color: green!important;
    position: absolute;
    width: auto;
    right: 3px;
    bottom: 10px;
    margin-top: 0;
  }
  body.tools-settings div.page-wrapper .is-valid > .invalid-feedback {
    display: none;
  }
  body.tools-settings div.page-wrapper .is-invalid > .invalid-feedback {
    color: red!important;
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 0px;
    margin-top: 0;
  }
  body.tools-settings div.page-wrapper .is-invalid > .valid-feedback {
    display: none;
  }
  body.tools-settings div.page-wrapper td.is-valid > .valid-feedback {
    color: green!important;
    position: absolute;
    width: auto;
    right: 3px;
    bottom: 0px;
    margin-top: 0;
  }
  body.tools-settings div.page-wrapper td.is-valid > .invalid-feedback {
    display: none;
  }
  body.tools-settings div.page-wrapper td.is-invalid > .invalid-feedback {
    color: red!important;
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 0px;
    margin-top: 0;
  }
  body.tools-settings div.page-wrapper td.is-invalid > .valid-feedback {
    display: none;
  }
  body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > td > input {
    display: block;
    width: 90%;
    padding: 1px 30px 0px 0px;
  }
  body.tools-settings div.page-wrapper #settings-bank-accounts-table > tr > td:first-child {
    width: 35%;
  }
  body.tools-settings div.page-wrapper .settings-change-notification {
    width: 100%;
  }
  body.tools-settings div.page-wrapper .settings-change-userinfo {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body.tools-settings div.page-wrapper .settings-form-group {
    display: flex;
    flex-direction: column;
  }
  body.tools-settings div.page-wrapper .settings-form-group > input {
    float: none;
    width: 100%;
  }
  body.tools-settings div.page-wrapper .settings-form-group > select {
    float: none;
    width: 100%;
  }
  body.tools-settings div.page-wrapper div.settings-main-area {
    padding-left: 0;
    margin: 0 0.5em 0 0.5em;
    color: #96CAD4;
    line-height: 1.5em;
  }
  body.tools-settings div.page-wrapper .settings-table-action-cell {
    font-size: 20px;
    width: 1.5em;
    float: right;
    margin-left: 10px;
  }
}
body.tools-addresses div.page-wrapper .container {
  display: flex;
}
body.tools-addresses div.page-wrapper .address-checker {
  padding: 2em 2em 0 2em;
}
body.tools-addresses div.page-wrapper .check-address {
  margin-top: 0.5em;
}
body.tools-addresses div.page-wrapper .address-feedback {
  height: 1em;
  margin-left: 2.5em;
}
body.tools-addresses div.page-wrapper .address-feedback-pos {
  color: #92ef34;
}
body.tools-addresses div.page-wrapper .address-feedback-neg {
  color: red;
}
body.tools-addresses div.page-wrapper .address-adder {
  margin: 0.5em;
  padding: 4em 2em 0 2em;
}
body.tools-addresses div.page-wrapper .address-adder > table {
  text-align: right;
  margin-top: 1em;
  box-sizing: border-box;
  padding: 2em;
  background-color: white;
}
body.tools-addresses div.page-wrapper .adder-input-field {
  width: 100%;
  box-sizing: border-box;
}
body.tools-addresses div.page-wrapper select {
  width: 100%;
}
body.tools-addresses div.page-wrapper textarea {
  resize: none;
  width: 100%;
}
body.tools-addresses div.page-wrapper .address-info {
  color: white;
  font-weight: bold;
}
body.tools-addresses div.page-wrapper .address-query-container {
  padding: 1em 2em 2em 2em;
  margin-left: 6em;
}
body.tools-addresses div.page-wrapper .address-query {
  padding: 1em 1em 1em 0;
}
body.tools-addresses div.page-wrapper .query-results {
  width: 60em;
}
body.tools-addresses div.page-wrapper .query-results > table {
  width: 100%;
  table-layout: fixed;
}
body.tools-addresses div.page-wrapper .query-results {
  text-align: left;
}
body.tools-addresses div.page-wrapper .send-button {
  margin: 0.5em 0;
}
body.tools-addresses div.page-wrapper tr:nth-child(odd) td {
  background-color: white!important;
}
@media only screen and (max-width: 1600px) {
  body.tools-addresses div.page-wrapper .address-query-container {
    margin-left: 0;
  }
  body.tools-addresses div.page-wrapper .container {
    display: block;
  }
}
@media only screen and (max-width: 1600px) {
  body.tools-addresses div.page-wrapper .query-results {
    width: 100%;
  }
  body.tools-addresses div.page-wrapper .query-results > table {
    width: 100%;
    table-layout: auto;
  }
}
body.tools-user div.page-wrapper {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body.tools-user div.page-wrapper .ckmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.tools-user div.page-wrapper .ckmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.tools-user div.page-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
body.tools-user div.page-wrapper .ckmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body.tools-user div.page-wrapper .ckmark-container input:checked ~ .checkmark {
  background: #296c7e;
}
body.tools-user div.page-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.tools-user div.page-wrapper .ckmark-container input:checked ~ .checkmark:after {
  display: block;
}
body.tools-user div.page-wrapper .ckmark-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.tools-user div.page-wrapper .positive > .ckmark-container .checkmark:after {
  border-color: #10d310;
}
body.tools-user div.page-wrapper .to-negative > .ckmark-container .checkmark:after {
  display: block;
  border: none;
  transform: rotate(0deg);
  left: 3px;
  top: -3px;
  font-weight: bold;
  font-size: 25px;
  color: red;
  content: "x";
}
body.tools-user div.page-wrapper .to-negative .checkmark {
  background-color: #296c7e;
}
body.tools-user div.page-wrapper .to-negative .ckmark-container:hover input ~ .checkmark {
  background-color: #296c7e;
}
body.tools-user div.page-wrapper .user-contracts {
  background: none;
  border: none;
  color: #96CAD4;
  padding: 0;
}
body.tools-user div.page-wrapper .user-contracts tr {
  background-color: #296c7e;
}
body.tools-user div.page-wrapper tr:nth-child(odd) td {
  background-color: #296c7e;
}
body.tools-user div.page-wrapper td {
  border: none;
  padding: 0;
}
body.tools-user div.page-wrapper .is-valid > input {
  border: green 1px solid;
}
body.tools-user div.page-wrapper .is-invalid > input {
  border: red 1px solid;
}
body.tools-user div.page-wrapper .invalid-feedback {
  display: none;
}
body.tools-user div.page-wrapper .valid-feedback {
  display: none;
}
body.tools-user div.page-wrapper .is-valid > .valid-feedback {
  color: green!important;
  position: absolute;
  width: auto;
  right: 55px;
  bottom: 0px;
  margin-top: 0;
  display: block;
}
body.tools-user div.page-wrapper .is-valid > .invalid-feedback {
  display: none;
}
body.tools-user div.page-wrapper .is-invalid > .invalid-feedback {
  color: red!important;
  position: absolute;
  width: auto;
  right: 55px;
  bottom: 0px;
  margin-top: 0;
  display: block;
}
body.tools-user div.page-wrapper .is-invalid > .valid-feedback {
  display: none;
}
body.tools-user div.page-wrapper .settings-form-group {
  position: relative;
}
@media screen and (max-width: 426px) {
  body.tools-user div.page-wrapper .is-valid > .valid-feedback {
    color: green!important;
    position: absolute;
    width: auto;
    right: 3px;
    bottom: 0px;
    margin-top: 0;
  }
  body.tools-user div.page-wrapper .is-valid > .invalid-feedback {
    display: none;
  }
  body.tools-user div.page-wrapper .is-invalid > .invalid-feedback {
    color: red!important;
    position: absolute;
    width: auto;
    right: 10px;
    bottom: 0px;
    margin-top: 0;
  }
  body.tools-user div.page-wrapper .is-invalid > .valid-feedback {
    display: none;
  }
}
body.tools-users div.page-wrapper {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body.tools-users div.page-wrapper .user-contracts {
  background: none;
  border: none;
  color: #96CAD4;
  padding: 0;
}
body.tools-users div.page-wrapper .add-new-sub {
  max-width: 400px;
  margin-left: 15px;
  background-color: white;
  margin-bottom: 20px;
  padding: 16px;
}
body.tools-users div.page-wrapper .settings-form-group {
  display: flex;
  flex-direction: row;
  padding: 0.2rem;
}
body.tools-users div.page-wrapper .settings-form-group > input {
  margin-left: 1em;
}
body.tools-users div.page-wrapper .add-button-row {
  max-width: 430px;
  display: flex;
  justify-content: flex-end;
}
body.tools-users div.page-wrapper .edit-sub {
  margin-left: 15px;
  max-width: 400px;
  padding: 16px;
  margin-bottom: 20px;
}
body.tools-users div.page-wrapper .user-header {
  font-size: 20px;
}
body.tools-users div.page-wrapper .user-contracts tr {
  background-color: #296c7e;
}
body.tools-users div.page-wrapper table {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  color: #333333;
  max-width: 100%;
}
body.tools-users div.page-wrapper .password-strength-meter {
  margin-left: 0px;
}
body.tools-users div.page-wrapper .add-row td {
  background-color: hsl(0, 0%, 85%) !important;
}
body.tools-users div.page-wrapper td,
body.tools-users div.page-wrapper th {
  border-left: 1px solid #dddddd;
  padding: 8px;
}
body.tools-users div.page-wrapper input {
  box-shadow: inset 0 2px 2px hsla(0, 0%, 0%, 0.1);
}
body.tools-users div.page-wrapper .users-table-button {
  border-radius: 0px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-size: 14px;
  border-width: 0;
  width: 100px;
}
body.tools-users div.page-wrapper .users-container {
  width: 100%;
  /*     min-width: 1000px;
 */
}
body.tools-users div.page-wrapper .edit-panel {
  display: flex;
  flex-direction: row;
}
body.tools-users div.page-wrapper .users-table {
  /*     min-width: 800px;
 */
  width: 100%;
  text-align: left;
}
body.tools-users div.page-wrapper .add-row > td > input {
  width: 100%;
}
body.tools-users div.page-wrapper .add-row > td {
  background-color: black;
}
body.tools-users div.page-wrapper .add-row {
  background-color: black;
}
body.tools-users div.page-wrapper .edit-row > td > input {
  width: 100%;
}
body.tools-users div.page-wrapper .edit-row td {
  background-color: hsl(0, 0%, 85%) !important;
}
body.tools-users div.page-wrapper .edit-second-row td {
  background-color: hsl(0, 0%, 85%) !important;
}
body.tools-users div.page-wrapper input[type="checkbox"] {
  vertical-align: inherit;
}
body.tools-users div.page-wrapper .checkmarks {
  width: 80%;
  display: flex;
  flex-direction: row;
}
body.tools-users div.page-wrapper .cancel-button {
  width: 20%;
}
body.tools-users div.page-wrapper .cancel-button > button {
  width: 126px;
  float: right;
}
body.tools-users div.page-wrapper .ckmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.tools-users div.page-wrapper .ckmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.tools-users div.page-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
body.tools-users div.page-wrapper .ckmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body.tools-users div.page-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.tools-users div.page-wrapper .ckmark-container input:checked ~ .checkmark:after {
  display: block;
}
body.tools-users div.page-wrapper .ckmark-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 426px) {
  body.tools-users div.page-wrapper .edit-sub {
    margin-left: 0px;
  }
  body.tools-users div.page-wrapper .add-new-sub {
    margin-left: 0px;
  }
}
@media screen and (max-width: 321px) {
  body.tools-users div.page-wrapper .users-table-button {
    width: 80px;
    font-size: 12px;
  }
  body.tools-users div.page-wrapper .page-top {
    font-size: 14px;
  }
}
body.traffic div.page-wrapper .page-top {
  position: relative;
}
body.traffic div.page-wrapper .links {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
body.traffic div.page-wrapper .links a {
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  min-width: 150px;
  border-left: 1px solid #000;
}
body.traffic div.page-wrapper .pitstop {
  background-color: #fff;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
body.traffic div.page-wrapper #ad_title {
  width: calc(100vw - 30em);
}
body.traffic div.page-wrapper .pitstop-advertisement {
  background-color: #fff;
  background-image: url(../flink/vaalea_nainen2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 38em 12em;
}
body.traffic div.page-wrapper .advertisement {
  position: absolute;
  right: 1em;
  top: 3em;
  width: 20em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  z-index: 100;
}
body.traffic div.page-wrapper ul,
body.traffic div.page-wrapper li {
  background-color: transparent;
}
body.traffic div.page-wrapper .invoice-list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body.traffic div.page-wrapper #results_header {
  display: flex;
  margin-bottom: 1em;
  margin-left: 1em;
}
body.traffic div.page-wrapper #page_changer {
  flex: 0 0 6em;
}
body.traffic div.page-wrapper #result_count {
  flex: 0 0 10em;
}
body.traffic div.page-wrapper #flink_factoring > button {
  margin-left: 20px;
  vertical-align: bottom;
}
body.traffic div.page-wrapper span.details-toggle {
  font-size: 28px;
}
body.traffic div.page-wrapper .circle {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin: auto;
}
body.traffic div.page-wrapper .circle_green {
  background-color: green;
}
body.traffic div.page-wrapper .circle_yellow {
  background-color: red;
}
body.traffic div.page-wrapper .circle_black {
  /*background-color: black;*/
}
@media screen and (max-width: 425px) {
  body.traffic div.page-wrapper #results_header {
    display: flex;
    flex-direction: column;
  }
  body.traffic div.page-wrapper #result_count {
    flex: 0;
  }
  body.traffic div.page-wrapper #page_changer {
    flex: 0;
  }
  body.traffic div.page-wrapper #flink_factoring > button {
    margin-left: 0;
  }
}
.traffic-pitstop-view iframe {
  width: 50%;
  min-width: 500px;
  height: 60%;
  min-height: 700px;
}
body.invoice-create div.page-wrapper .page-top {
  position: relative;
}
body.invoice-create div.page-wrapper iframe {
  width: 1px;
  min-width: 100%;
}
body.invoice-create div.page-wrapper .links {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
body.invoice-create div.page-wrapper .links a {
  float: right;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  height: 100%;
  min-width: 150px;
  border-left: 1px solid #000;
}
body.invoice-create div.page-wrapper .invoice-form-container {
  margin: 1em 0 1em 0;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
  color: white;
}
body.invoice-create div.page-wrapper .invoice-form-fields-container {
  display: flex;
  flex-direction: row;
}
body.invoice-create div.page-wrapper .invoice-form-fields-container > div:last-child {
  margin-left: 1em;
}
body.invoice-create div.page-wrapper .invoice-form-group {
  display: flex;
  flex-direction: row;
}
body.invoice-create div.page-wrapper .invoice-form-group > input {
  width: 12.5em;
}
body.invoice-create div.page-wrapper .invoice-form-group > select {
  width: 12.8em;
}
body.invoice-create div.page-wrapper .invoice-form-group > label {
  width: 50%;
}
body.invoice-create div.page-wrapper div.create-invoice {
  margin-left: 2em;
}
body.invoice-create div.page-wrapper input.wide {
  width: 100%;
}
body.invoice-create div.page-wrapper th {
  text-align: left;
}
body.invoice-create div.page-wrapper h3 {
  color: white;
}
body.invoice-create div.page-wrapper table {
  margin-top: 0.5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
body.invoice-create div.page-wrapper table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.invoice-create div.page-wrapper table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.invoice-create div.page-wrapper button.small {
  min-width: 1em;
}
body.invoice-create div.page-wrapper div.header table,
body.invoice-create div.page-wrapper div.rows table,
body.invoice-create div.page-wrapper div.factoring table {
  width: 800px;
  margin-bottom: 1em;
}
body.invoice-create div.page-wrapper div.rows th,
body.invoice-create div.page-wrapper div.rows tr.bordered td,
body.invoice-create div.page-wrapper div.rows td.bordered {
  border: 1px solid #ddd;
}
body.invoice-create div.page-wrapper div.pdf-preview {
  display: inline-block;
  float: left;
}
body.invoice-create div.page-wrapper .error,
body.invoice-create div.page-wrapper .ERR {
  color: red;
}
body.invoice-create div.page-wrapper .OK {
  color: green;
}
body.invoice-create div.page-wrapper .send_ok_row,
body.invoice-create div.page-wrapper #send_ok_row {
  background-color: #baf9ca;
}
body.invoice-create div.page-wrapper .invoice_details_row {
  background-color: #d0d0d0;
}
body.invoice-create div.page-wrapper .epiName input {
  width: 100%;
}
body.invoice-view div.page-wrapper .flex-view {
  display: flex;
  flex-direction: row;
}
body.invoice-view div.page-wrapper div.pdf-object {
  display: flex;
  flex-direction: column;
  margin-right: 1em;
  margin-bottom: 0.5em;
  /*   width:800px;
  min-width:800px;
  max-width:800px; */
}
body.invoice-view div.page-wrapper .iframe-buttons {
  margin: auto;
  display: flex;
  flex-direction: row;
}
body.invoice-view div.page-wrapper #viewer {
  width: 40vw;
  height: 80vh;
  overflow: auto;
}
body.invoice-view div.page-wrapper .kludge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: none;
}
body.invoice-view div.page-wrapper .invoice-info {
  display: block;
}
body.invoice-view div.page-wrapper div.administrate {
  margin: 0.5em;
}
body.invoice-view div.page-wrapper .administrate span {
  margin: 0 0.3em;
}
body.invoice-view div.page-wrapper button.selected-attachment {
  font-weight: bold;
  background-color: #ccc;
  border: 3px solid #999;
}
body.invoice-view div.page-wrapper div.invoice-details {
  padding: 0.2em;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}
body.invoice-view div.page-wrapper textarea.custom-email {
  width: 80%;
  height: 6em;
  border: 1px solid ;
}
body.invoice-view div.page-wrapper div.invoice-ops {
  margin-top: 1em;
}
body.invoice-view div.page-wrapper div.peukku-buttons {
  text-align: center;
}
body.invoice-view div.page-wrapper textarea.comment-content {
  width: 100%;
}
body.invoice-view div.page-wrapper div.comment-content {
  padding: 0.3em;
  background-color: #e7ebf3;
  min-height: 2em;
}
body.invoice-view div.page-wrapper div.comment-text {
  display: inline-block;
  width: 90%;
}
body.invoice-view div.page-wrapper div.comment {
  margin-top: 1em;
  max-width: 20em;
}
body.invoice-view div.page-wrapper div.comment-header {
  background-color: #367b8b;
  color: #fff;
  text-align: right;
}
body.invoice-view div.page-wrapper div.add-comment {
  margin-top: 0.5em;
}
body.invoice-view div.page-wrapper span.comment-email {
  float: left;
}
body.invoice-view div.page-wrapper .peukku-buttons button {
  min-width: 0;
}
body.invoice-view div.page-wrapper .word-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body.invoice-view div.page-wrapper .flex-view {
    flex-direction: column;
  }
  body.invoice-view div.page-wrapper div.pdf-object {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    margin-bottom: 0.5em;
    /*   width:800px;
    min-width:800px;
    max-width:800px; */
  }
  body.invoice-view div.page-wrapper .iframe-buttons {
    margin: auto;
    display: flex;
    flex-direction: row;
  }
  body.invoice-view div.page-wrapper #viewer {
    width: 100%;
    height: 20vh;
  }
  body.invoice-view div.page-wrapper .kludge {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
  }
  body.invoice-view div.page-wrapper .details-row-input-cell > input {
    width: 100%;
  }
  body.invoice-view div.page-wrapper .invoice-info {
    display: block;
  }
}
body.pricing div.page-wrapper {
  /*Some text*/
  /* .stamp:before {
      content: 'CSS3';
      position: absolute;
      bottom: 0; left: 0;
      font: bold 24px arial;
      color: rgb(65, 131, 57);
      opacity: 0.75;
      line-height: 100%;
      padding: 20px;
  } */
  /* :nth-child(odd) td {
    background-color: #fafafa;
  } */
}
body.pricing div.page-wrapper .pricing-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
}
body.pricing div.page-wrapper .price-table {
  min-width: 320px;
}
body.pricing div.page-wrapper .price-table td {
  text-align: center;
}
body.pricing div.page-wrapper .stamp {
  width: 280px;
  height: 180px;
  display: inline-block;
  padding: 10px;
  background: #377437;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  /*The stamp cutout will be created using crisp radial gradients*/
  background: radial-gradient(transparent 0px, transparent 4px, #377437 4px, #377437);
  /*reducing the gradient size*/
  background-size: 20px 20px;
  /*Offset to move the holes to the edge*/
  background-position: -10px -10px;
}
body.pricing div.page-wrapper .stamp:after {
  content: '';
  position: absolute;
  /*We can shrink the pseudo element here to hide the shadow edges*/
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  /*Shadow - doesn't look good because of the stamp cutout. We can still move this into another pseudo element behind the .stamp main element*/
  /*box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);*/
  /*pushing it back*/
  z-index: -1;
}
body.pricing div.page-wrapper .stamp-table {
  width: 100%;
  height: 100%;
  background-color: #5c8b5c !important;
  color: white;
  border: none;
}
body.pricing div.page-wrapper .stamp-table > th {
  border-left: none!important;
}
body.pricing div.page-wrapper .stamp-table:nth-child(odd) td {
  background-color: #5c8b5c !important;
  border-left: none;
}
@media screen and (max-width: 1000px) {
  body.pricing div.page-wrapper .page-top h1 {
    display: block;
  }
}
@media screen and (max-width: 786px) {
  body.pricing div.page-wrapper .pricing-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  body.pricing div.page-wrapper .stamp {
    margin: 0;
  }
}
body.registration div.page-wrapper .page-top h1 {
  display: block;
}
body.registration-form div.page-wrapper div.form-wrapper {
  max-width: 800px;
  margin: auto;
}
body.registration-form div.page-wrapper table.registration-form {
  width: 100%;
}
body.registration-form div.page-wrapper table.software {
  margin-bottom: 0.5em;
}
body.registration-form div.page-wrapper td.checkbox-field {
  width: 25px;
}
body.registration-form div.page-wrapper td.notifyEmailInput {
  text-align: right;
  border-left: 0;
}
body.registration-form div.page-wrapper th {
  width: 20%;
  padding: 0;
}
body.registration-form div.page-wrapper td {
  padding-left: 0;
  padding-right: 0;
}
body.registration-form div.page-wrapper h2 {
  color: #ccc;
}
body.registration-form div.page-wrapper h2.active-section {
  color: white;
}
body.registration-form div.page-wrapper .modal-fog {
  background: rgba(30, 30, 30, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.registration-form div.page-wrapper .modal-frame {
  position: absolute;
  top: 25%;
  left: 40%;
  border: 1px solid #333;
  background: #ddd;
  height: 100px;
  width: 250px;
}
body.registration-form div.page-wrapper .modal-title {
  text-align: center;
  border-bottom: 2px solid black;
}
body.registration-form div.page-wrapper .modal-body {
  text-align: center;
  padding: 5px;
}
body.registration-info div.page-wrapper .info-wrapper {
  max-width: 900px;
  /*   margin-left:0.5em;
  margin-right:0.5em; */
  margin: auto;
  color: #96CAD4 !important;
}
body.registration-info div.page-wrapper div.language-flags {
  text-align: right;
}
body.registration-info div.page-wrapper .start-button {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  width: 10em;
  height: 3em;
  text-align: center;
  font-size: 14px;
  margin-left: 0;
  display: block;
  background-color: #ed7d31;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.registration-info div.page-wrapper div.language-flags {
  text-align: right;
}
body.registration-info div.page-wrapper a {
  color: #fff;
}
body.registration-info div.page-wrapper .orange-button {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 15em;
  background-color: #ed7d31;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.registration-info div.page-wrapper html,
body.registration-info div.page-wrapper body {
  background-color: #296c7e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  height: 100%;
  min-height: 100%;
}
body.registration-receipt div.page-wrapper {
  /* .printArea {
  visibility: hidden;
} */
}
body.registration-receipt div.page-wrapper div.receipt-wrapper {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  max-width: 800px;
}
body.registration-receipt div.page-wrapper h2 {
  color: #96cad4;
}
body.registration-receipt div.page-wrapper table {
  width: 100%;
}
body.registration-receipt div.page-wrapper table.info th {
  width: 25%;
}
body.registration-receipt div.page-wrapper tr:nth-child(odd) th {
  background-color: #fafafa;
}
body.registration-receipt div.page-wrapper td.service-category {
  font-weight: bold;
}
body.registration-receipt div.page-wrapper div.receipt-date {
  text-align: center;
  width: 100%;
}
body.registration-receipt div.page-wrapper p.start-using {
  font-weight: bold;
  font-size: 18px;
}
@media print {
  body.registration-receipt div.page-wrapper body * {
    visibility: hidden;
  }
  body.registration-receipt div.page-wrapper #section-to-print,
  body.registration-receipt div.page-wrapper #section-to-print * {
    visibility: visible;
  }
  body.registration-receipt div.page-wrapper #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  body.registration-receipt div.page-wrapper .no-print {
    visibility: hidden!important;
  }
  body.registration-receipt div.page-wrapper button {
    visibility: hidden!important;
  }
  body.registration-receipt div.page-wrapper footer {
    visibility: hidden!important;
  }
}
body.storage div.page-wrapper main.flex-view {
  display: flex;
  justify-content: left;
}
body.storage div.page-wrapper div.pdf-object {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  height: vh;
}
body.storage div.page-wrapper #viewer {
  width: 100%;
  height: 100%;
  frameborder: 0;
  allowfullscreen: yes;
  mozallowfullscreen: true;
  webkitallowfullscreen: true;
  wmode: transparent;
  border: 1px;
}
body.storage div.page-wrapper .select-wrapper {
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
}
body.storage div.page-wrapper .white-wrapper {
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  min-width: 30em;
  max-width: 50em;
}
body.storage div.page-wrapper .button {
  margin-left: 1em;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
body.oauth2 div.page-wrapper .content-wrapper {
  min-height: 20em;
  height: auto;
  position: relative;
  overflow: auto;
}
body.oauth2 div.page-wrapper .clear:after {
  clear: both;
  content: "";
  display: block;
}
body.oauth2 div.page-wrapper .select-wrapper {
  position: relative;
  left: 0;
  /*height: 100%;*/
  float: left;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 45%;
  min-width: 30em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
}
body.oauth2 div.page-wrapper .white-wrapper {
  position: relative;
  left: 0;
  /*height: 100%;*/
  float: left;
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  width: 45%;
  min-width: 30em;
  border: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #fff;
  width: initial;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
body.forgotpw div.page-wrapper .forgotpw {
  background: none!important;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
}
body.forgotpw div.page-wrapper .forgotpw-wrapper {
  width: 320px;
  margin: 20% auto;
}
body.forgotpw div.page-wrapper .forgotpw:hover {
  text-decoration: underline;
}
body.forgotpw div.page-wrapper .registration {
  margin-top: 1em;
  margin-bottom: 2em;
}
body.forgotpw div.page-wrapper .password-strength-meter {
  width: 90%;
  margin: auto;
}
body.forgotpw div.page-wrapper .registration-button {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 10px auto;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 95%;
  background-color: #ed7d31;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.forgotpw div.page-wrapper .registration-button-button {
  width: 100%;
}
body.forgotpw div.page-wrapper div.pwForm {
  width: 350px;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 26px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #24262B;
  background-color: #f5f5f5;
  border: 2px solid #24262B;
}
body.forgotpw div.page-wrapper .pwForm button,
body.forgotpw div.page-wrapper .pwForm input {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  margin: 10px auto;
  padding: 6px;
  width: 95%;
  font-size: 14px;
}
body.forgotpw div.page-wrapper .pwForm button {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
body.forgotpw div.page-wrapper .center_div {
  margin: auto;
  width: 90%;
}
body.forgotpw div.page-wrapper .pwForm h1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  color: #296c7e;
}
body.forgotpw div.page-wrapper .new-link {
  width: 95%!important;
}
body.forgotpw div.page-wrapper div.pwForm a {
  display: block;
  cursor: auto;
  text-align: center;
  text-decoration: none;
  color: #296c7e;
}
body.forgotpw div.page-wrapper div.pwForm a:hover {
  text-decoration: underline;
}
body.forgotpw div.page-wrapper .invalid-feedback {
  display: none;
}
body.forgotpw div.page-wrapper .valid-feedback {
  display: none;
}
body.forgotpw div.page-wrapper .is-valid > input {
  border: green 1px solid;
}
body.forgotpw div.page-wrapper .is-invalid > input {
  border: red 1px solid;
}
body.forgotpw div.page-wrapper .invalid-text {
  text-align: center;
}
body.forgotpw div.page-wrapper .is-valid > .valid-feedback {
  color: green!important;
  position: absolute;
  width: auto;
  right: 1em;
  bottom: 1em;
  margin-top: 0;
  display: block;
}
body.forgotpw div.page-wrapper .is-valid > .invalid-feedback {
  display: none;
}
body.forgotpw div.page-wrapper .is-invalid > .invalid-feedback {
  color: red!important;
  position: absolute;
  width: auto;
  right: 1em;
  bottom: 1em;
  margin-top: 0;
  display: block;
}
body.forgotpw div.page-wrapper .is-invalid > .valid-feedback {
  display: none;
}
body.forgotpw div.page-wrapper .settings-form-group {
  position: relative;
}
@media screen and (max-width: 426px) {
  body.forgotpw div.page-wrapper .is-valid > .valid-feedback {
    color: green!important;
    position: absolute;
    width: auto;
    right: 1em;
    bottom: 1em;
    margin-top: 0;
  }
  body.forgotpw div.page-wrapper .is-valid > .invalid-feedback {
    display: none;
  }
  body.forgotpw div.page-wrapper .is-invalid > .invalid-feedback {
    color: red!important;
    position: absolute;
    width: auto;
    right: 1em;
    bottom: 1em;
    margin-top: 0;
  }
  body.forgotpw div.page-wrapper .is-invalid > .valid-feedback {
    display: none;
  }
}
