@font-face {
  font-family: "Fjalla One";
  src: url("fonts/FjallaOne-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Slab";
  src: url("fonts/RobotoSlab-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Slab-Bold";
  font-weight: bold;
  src: url("fonts/RobotoSlab-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Roboto Slab-Thin";
  src: url(fonts/RobotoSlab-Thin.ttf) format("opentype");
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("fonts/MyriadPro-Regular.otf") format("embedded-opentype");
}
@font-face {
  font-family: "MyriadPro-Bold";
  font-weight: bold;
  src: url("fonts/MyriadPro-Bold.otf") format("embedded-opentype");
}
/* standard colors */
body {
  font-family: 'Roboto Slab', serif;
  padding: 12px;
  background-color: white;
}
button {
  font-family: 'Roboto Slab', serif;
  font-size: 12pt;
  background-color: #94002D;
  color: white;
  border: none;
  height: 26px;
  margin: 1px;
  cursor: pointer;
  outline: none;
}
button:active {
  background-color: #AB2B52;
}
input {
  font-family: 'Roboto Slab', serif;
  font-size: 12pt;
}
select.styled {
  font-family: 'Roboto Slab', serif;
  background: white;
  padding: 1px;
  font-size: 12pt;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fjalla {
  color: #03426A;
  font-family: 'Fjalla One', sans-serif;
  font-size: 12pt;
}
.cname-label {
  position: absolute;
  top: 62px;
  left: 420px;
  color: white;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
}
.color-field {
  background-color: #3E97D1;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 50px;
}
.color-field .logo {
  position: absolute;
  top: 8px;
  left: 30px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 36pt;
  color: #061F70;
  vertical-align: top;
}
.color-field .slogan {
  position: absolute;
  top: 62px;
  left: 30px;
  color: #FFFFFF;
  font-family: 'Fjalla One', sans-serif;
  /*font-family: 'Roboto Slab', serif;*/
}
.color-field .user-widget {
  position: relative;
  margin-right: 60px;
  float: right;
  color: white;
}
.color-field .exit {
  border: solid white 2px;
  border-radius: 5px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 10pt;
  text-align: center;
  padding: 1px;
  color: white;
  cursor: pointer;
  width: 36px;
}
.top-menu {
  position: fixed;
  z-index: 2;
  top: 89px;
  left: 0;
  height: 23px;
  border-bottom: solid #03426A 1px;
  background-color: #f6f6f6;
  width: 100%;
}
.version {
  float: right;
  color: lightgray;
  padding-right: 12px;
}
.blueish {
  color: #0A67A3;
}
.but {
  display: inline-block;
  font-family: 'Roboto Slab-Bold', serif;
  font-size: 10pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  min-width: 15px;
  height: 14px;
  border: solid #aaa 1px;
  border-radius: 4px;
  background: linear-gradient(top, white, #ccc);
  background: -webkit-linear-gradient(top, white, #ccc);
  background: -moz-linear-gradient(top, white, #ccc);
  padding: 2px;
  margin: 2px;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  line-height: 14px;
  color: #4869D6;
}
.but:active {
  background: linear-gradient(bottom, white, #ccc);
  background: -webkit-linear-gradient(bottom, white, #ccc);
  background: -moz-linear-gradient(bottom, white, #ccc);
}
.box {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
  background-color: white;
  vertical-align: bottom;
}
.box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
@media print {
  .color-field {
    display: none !important;
  }
  .top-menu {
    display: none !important;
  }
  .menuList {
    display: none !important;
  }
}
/* less for login.html */
.login-backdrop {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #011;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.login-backdrop .login-form {
  position: relative;
  opacity: 1;
  top: 150px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 50px;
  border: solid black 5px;
  border-radius: 8px;
}
.login-backdrop .label {
  font-family: sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 100px;
}
.login-backdrop input {
  width: 150px;
  border: solid black 1px;
  border-radius: 4px;
  font-size: 16px;
}
.login-backdrop button {
  margin: 12px;
  border-radius: 5px;
  font-size: 13px;
  background-color: #bcd;
  float: right;
}
.dashboard {
  position: relative;
  top: 96px;
}
.dashboard .my-company {
  position: relative;
  top: 0;
  left: 30px;
  width: 800px;
  min-height: 65px;
  /*background-color: @secColB4;*/
  border-radius: 5px;
  padding: 8px;
}
.dashboard .my-company .logotype {
  width: 170px;
}
.menu {
  position: absolute;
  left: 420px;
  top: 18px;
  display: inline-block;
}
.menu div {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 120px;
  height: 20px;
  border: solid #03426A 1px;
  color: #03426A;
  background-color: white;
  margin-left: -1px;
  white-space: nowrap;
  vertical-align: middle;
}
.menu div.hidden {
  width: 0;
  overflow: hidden;
}
.menu div.shrinkable {
  animation-duration: 1s;
  animation-name: unshrinkmenu;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: unshrinkmenu;
  width: 120px;
  overflow: hidden;
}
.menu .active {
  color: white;
  background-color: #03426A;
}
.menu div.shrink {
  animation-duration: 1s;
  animation-name: shrinkmenu;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: shrinkmenu;
  width: 0;
  overflow: hidden;
}
@keyframes shrinkmenu {
  from {
    width: 120px;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes shrinkmenu {
  from {
    width: 120px;
  }
  to {
    width: 0;
  }
}
@keyframes unshrinkmenu {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}
@-webkit-keyframes unshrinkmenu {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}
.username-label {
  cursor: pointer;
}
.transactions .ver-list {
  position: relative;
  top: 130px;
  min-width: 588px;
}
.transactions .ver-list .row-selected {
  background-color: #eee;
}
.transactions .ver-detail {
  position: relative;
  top: 150px;
}
.transactions .ver-list {
  width: 600px;
  height: 130px;
}
.transactions .unsaved {
  color: #E41313;
}
.transactions .ver-list .table-row {
  display: block;
  width: 592px;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  background-position: 0px 2px;
}
.transactions .ver-list .table-row.empty {
  background-color: inherit;
}
.transactions .ver-list .first-line .table-cell {
  border-top: solid #24587A 1px;
}
.transactions .ver-list .table-cell {
  display: inline-block;
  margin: -2px;
  border-right: solid #24587A 1px;
  border-bottom: solid #24587A 1px;
  height: 20px;
  text-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.transactions .ver-list .table-cell:nth-child(1) {
  min-width: 90px;
  border-left: solid #24587A 1px;
}
.transactions .ver-list .table-cell:nth-child(2) {
  width: 490px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transactions .reverse {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  unicode-bidi: bidi-override;
  direction: rtl;
}
.transactions .range {
  margin-left: 22px;
}
.transactions .trans-table .popup {
  width: 400px;
  height: 200px;
  padding: 4px;
  border: solid gray 3px;
  border-radius: 5px;
  /*display: float;*/
  position: absolute;
  z-index: 1;
  background-color: white;
  overflow-x: hidden;
  overflow-y: scroll;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.transactions .trans-table .contentbox {
  table-layout: relative;
}
.transactions .trans-table .table-row {
  display: table-row;
  background-color: white;
}
.transactions .table-row.sums {
  background-color: inherit;
}
.transactions .trans-table .table-cell {
  display: table-cell;
  margin-right: 1px;
  border-right: solid #24587A 1px;
  border-bottom: solid #24587A 1px;
  height: 16px;
  text-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  padding-bottom: 0;
}
.transactions .trans-table .row-num {
  width: 15px;
  font-size: 9px;
  border-left: solid #24587A 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: right;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 3px;
}
.transactions .trans-table .small {
  width: 70px;
}
.transactions .trans-table .large {
  width: 220px;
}
.transactions .trans-table .medium {
  width: 90px;
}
.transactions .trans-table .number-cell {
  width: 90px;
  text-align: right;
}
.transactions .trans-table .top-cell {
  background-color: #24587A;
  color: white;
  text-align: center;
}
.transactions .trans-table .small-button {
  border-left: solid #24587A 1px;
  border-bottom: solid #24587A 1px;
  border-right: solid #24587A 1px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 18px;
  height: 18px;
}
.transactions .trans-table .sum-debit,
.transactions .trans-table .sum-credit {
  width: 90px;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: table-cell;
  text-align: right;
  color: gray;
}
.transactions .trans-table .sum-debit {
  width: 492px;
}
.transactions .trans-table .deletable {
  background-color: red;
}
.transactions .trans-table .balloon {
  width: 210px;
  height: 40px;
  padding: 5px;
  background-color: white;
  position: relative;
  border: solid gray 4px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1111;
}
.transactions .trans-table .balloon:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50px;
  width: 0;
  height: 0;
  border-top: 20px solid gray;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1111;
}
.transactions .trans-table .highlight {
  background-color: #FFD373;
}
.transactions .trans table .hint {
  font-style: italic;
  background-color: #FFD373;
  margin-top: 12px;
  min-height: 16px;
}
.transactions .attach-viewer {
  position: absolute;
  top: 220px;
  left: 680px;
  width: 800px;
  height: 980px;
  margin-bottom: 100px;
}
.transactions .attachments {
  position: absolute;
  background-color: white;
  top: 130px;
  left: 680px;
  width: 790px;
  height: 60px;
  border: solid #65A6D1 1px;
  border-radius: 5px;
  padding: 4px;
  overflow-y: scroll;
}
.transactions .attachments .attach-item {
  cursor: pointer;
}
.transactions .attachments .attach-item.active {
  color: #4869D6;
  font-weight: bold;
}
.transactions .ver-detail-box {
  position: relative;
  border: solid #03426A 1px;
  width: 583px;
  height: 74px;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 7px;
}
.transactions .ver-detail-box .tag-add-icon {
  float: right;
  cursor: pointer;
}
.transactions .ver-detail-box .adobe-file-icon {
  float: right;
  margin-left: 8px;
  cursor: pointer;
}
.transactions .ver-detail-box .description {
  overflow-y: scroll;
}
.transactions .ver-detail-box .table-row {
  margin-bottom: 4px;
}
.transactions .ver-detail-box .label {
  width: 100px;
  color: #03426A;
  display: inline-block;
  vertical-align: top;
}
.transactions .ver-detail-box .field-small {
  display: inline-block;
  width: 100px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  text-align: bottom;
  padding-left: 3px;
}
.transactions .ver-detail-box .field-large {
  display: inline-block;
  width: 473px;
  background-color: white;
  border: solid #03426A 1px;
  height: 44px;
  text-align: bottom;
  padding-left: 3px;
}
.transactions .mark-deleted div {
  text-decoration: line-through;
}
.transactions .payable-detail-box {
  position: relative;
  background-color: #F16D95;
  border-radius: 5px;
  width: 588px;
  height: 138px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 5px;
}
.transactions .payable-detail-box .remove-payable {
  float: right;
}
.transactions .payable-detail-box .description {
  overflow-y: scroll;
}
.transactions .payable-detail-box .table-row {
  margin-bottom: 4px;
}
.transactions .payable-detail-box .label {
  width: 100px;
  color: #03426A;
  display: inline-block;
  vertical-align: top;
}
.transactions .payable-detail-box .ilabel {
  width: 160px;
  color: #03426A;
  display: inline-block;
  text-align: right;
  padding-right: 3px;
  vertical-align: top;
}
.transactions .payable-detail-box .field-small {
  display: inline-block;
  width: 100px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  text-align: left;
  padding-left: 3px;
}
.transactions .payable-detail-box .field-medium {
  display: inline-block;
  width: 478px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  vertical-align: bottom;
  padding-left: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.transactions .payable-detail-box .field-large {
  display: inline-block;
  width: 478px;
  background-color: white;
  border: solid #03426A 1px;
  height: 44px;
  vertical-align: bottom;
  padding-left: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.transactions .payable-detail-box .field-number {
  display: inline-block;
  width: 100px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  text-align: right;
  padding-right: 3px;
}
.transactions .receivable-detail-box {
  position: relative;
  background-color: #F16D95;
  border-radius: 5px;
  width: 588px;
  height: 138px;
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 5px;
  background-color: #FFF473;
}
.transactions .receivable-detail-box .remove-payable {
  float: right;
}
.transactions .receivable-detail-box .description {
  overflow-y: scroll;
}
.transactions .receivable-detail-box .table-row {
  margin-bottom: 4px;
}
.transactions .receivable-detail-box .label {
  width: 100px;
  color: #03426A;
  display: inline-block;
  vertical-align: top;
}
.transactions .receivable-detail-box .ilabel {
  width: 160px;
  color: #03426A;
  display: inline-block;
  text-align: right;
  padding-right: 3px;
  vertical-align: top;
}
.transactions .receivable-detail-box .field-small {
  display: inline-block;
  width: 100px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  text-align: left;
  padding-left: 3px;
}
.transactions .receivable-detail-box .field-medium {
  display: inline-block;
  width: 478px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  vertical-align: bottom;
  padding-left: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.transactions .receivable-detail-box .field-large {
  display: inline-block;
  width: 478px;
  background-color: white;
  border: solid #03426A 1px;
  height: 44px;
  vertical-align: bottom;
  padding-left: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.transactions .receivable-detail-box .field-number {
  display: inline-block;
  width: 100px;
  background-color: white;
  border: solid #03426A 1px;
  height: 22px;
  text-align: right;
  padding-right: 3px;
}
.transactions .newone {
  background-color: white;
  border: dashed #F16D95 2px;
}
.transactions .newrec {
  background-color: white;
  border: dashed #FFF473 2px;
}
.transactions .tag-panel {
  position: relative;
  top: -84px;
  left: 300px;
  z-index: 1;
  width: 300px;
  min-height: 24px;
  background-color: white;
  border: solid black 1px;
  border-radius: 5px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.transactions .tag-panel .top {
  width: 280px;
}
.transactions .tag-panel .top .add {
  position: relative;
  left: -5px;
}
.transactions .tag-panel .top .close {
  position: relative;
  left: 260px;
}
.transactions .tag-panel .tag-row div {
  display: inline-block;
}
.transactions .tag-panel .tag-desc {
  width: 240px;
  margin-left: 4px;
}
.transactions .tag-panel .tag-desc:active {
  border: solid gray;
}
.transactions .tag-panel .tag-icon {
  position: relative;
  top: 8px;
  left: 3px;
}
.transactions .tag-panel .box {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
  background-color: white;
}
.transactions .tag-panel .box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
.transactions .doc-switcher {
  display: inline-block;
  position: absolute;
  left: 400px;
  font-variant: all-petite-caps;
}
@media screen and (max-width: 768px) {
  .accountlist .large {
    width: 400px;
  }
}
.accountslist {
  position: absolute;
  top: 140px;
  left: 80px;
  padding-bottom: 100px;
}
.accountslist .table-row {
  display: block;
}
.accountslist .table-cell {
  display: inline-block;
  height: 20px;
  margin-right: 1px;
  border-bottom: solid #FFF473 1px;
  height: 16px;
  text-align: bottom;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
.accountslist .row-num {
  width: 15px;
  font-size: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: right;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 3px;
}
.accountslist .small {
  width: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.accountslist .normal {
  width: 88px;
}
.accountslist .large {
  width: 600px;
}
.accountslist .middle {
  width: 680px;
}
.accountslist .middle-less {
  width: 500px;
}
.accountslist .fill {
  width: 18px;
  border: none;
}
.accountslist .fill-more {
  width: 44px;
  border: none;
}
.accountslist .super-fill {
  width: 52px;
  border: none;
}
.accountslist .period-list {
  display: table-row-group;
  width: 785px;
  border: none;
}
.accountslist .number-cell {
  width: 100px;
  text-align: right;
}
.italic {
  font-style: italic;
}
.period-list .table-row .table-cell:nth-child(1) {
  width: 10px;
  border: none;
}
.period-list .table-row .table-cell:nth-child(2) {
  width: 18px;
}
.period-list .table-row .table-cell:nth-child(3) {
  width: 44px;
}
.period-list .table-row .table-cell:nth-child(4) {
  width: 100px;
}
.period-list .table-row .table-cell:nth-child(5) {
  width: 580px;
}
.period-list .table-row .table-cell:nth-child(6) {
  width: 100px;
}
.table-second-row .table-cell:nth-child(1) {
  width: 24px;
  border: none;
}
.table-second-row .table-cell:nth-child(2) {
  width: 18px;
}
.table-second-row .table-cell:nth-child(3) {
  width: 100px;
}
.table-second-row .table-cell:nth-child(4) {
  width: 620px;
}
.table-second-row .table-cell:nth-child(5) {
  width: 100px;
}
.period-list-trans {
  display: table;
  margin-top: -1px;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.period-list-trans .table-row {
  display: table-row;
}
.period-list-trans .table-row .table-cell {
  display: table-cell;
  border: solid #24587A 1px;
}
.period-list-trans .table-row .super-fill {
  border: none;
}
.period-list-trans .table-row .small {
  font-size: 6pt;
  text-align: center;
}
/* less for body.html */
.invited {
  margin-left: 250px;
}
.invited .new_pw {
  position: relative;
  top: 50px;
  left: 70px;
  width: 380px;
  border-radius: 5px;
  background-color: #E40045;
  padding: 30px;
}
.invited .new_pw .pw-heading {
  margin-bottom: 18px;
  color: white;
}
.invited .new_pw label {
  display: inline-block;
  width: 180px;
  color: white;
}
.invited .new_pw button {
  font-size: 12pt;
  position: relative;
  left: 160px;
  margin-top: 30px;
}
.invited .new_pw span {
  margin-left: 8px;
}
.klick-popup {
  position: relative;
  top: -4px;
  left: -6px;
  background-color: white;
  border-radius: 5px;
  border: solid #aaa 3px;
  padding: 3px;
  font-family: "Roboto Slab";
  z-index: 1000;
  max-height: 380px;
  overflow-y: scroll;
}
.klick-menu {
  width: 300px;
  height: 24px;
  background-color: inherit;
  color: white;
  font-family: "Fjalla One";
  font-size: 12pt;
  cursor: pointer;
}
.klick-item {
  color: black;
  min-height: 24px;
}
.klick-item:hover {
  background-color: #ccc;
}
.reload-button {
  position: absolute;
  top: 62px;
  left: 680px;
  cursor: pointer;
}
/* less for income graph */
canvas.income-graph {
  position: relative;
  border: solid black 1px;
  border-radius: 5px;
  top: 0;
  left: 20px;
}
.subledger {
  position: relative;
  top: 140px;
  left: 80px;
  padding-bottom: 100px;
}
.subledger .table-row {
  display: table-row;
}
.subledger .hidden {
  display: none;
}
.subledger .table-cell {
  display: table-cell;
  margin-right: 1px;
  height: 16px;
  text-align: bottom;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
.subledger .receivable .table-cell {
  border-bottom: solid #FFF473 1px;
}
.subledger .payable .table-cell {
  border-bottom: solid #F16D95 1px;
}
.subledger .row-num {
  width: 15px;
  font-size: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: right;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 3px;
}
.subledger .small {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.subledger .normal {
  width: 150px;
}
.subledger .large {
  width: 600px;
}
.subledger .middle {
  width: 580px;
}
.subledger .fill {
  width: 18px;
  border: none;
}
.subledger .fill-more {
  width: 44px;
  border: none;
}
.subledger .super-fill {
  width: 52px;
  border: none;
}
.subledger .period-list {
  width: 785px;
  border: none;
}
.subledger .number-cell {
  width: 200px;
  text-align: right;
}
.subledger .top-panel {
  background-color: #f6f6f6;
  position: fixed;
  z-index: 10;
  width: 100%;
  min-height: 40px;
  left: 0;
  top: 113px;
  padding-bottom: 10px;
}
.subledger .top-panel .panel-area {
  position: relative;
  left: 40px;
  top: 10px;
}
.subledger .top-panel .panel-area .hidables {
  display: inline-block;
}
.subledger .top-panel .panel-area .pay-date {
  width: 120px;
  margin-right: 20px;
}
.subledger .top-panel .panel-area .box {
  margin-left: 8px;
  vertical-align: middle;
}
.subledger .top-panel .buttonrow {
  display: inline-block;
  width: 678px;
  padding: 0;
  margin: 0;
}
.subledger .top-panel .buttonrow .last {
  display: inline-block;
  float: right;
  color: #03426A;
}
.subledger .top-panel .menu-item {
  padding-left: 3px;
  padding-right: 3px;
}
.subledger .board {
  position: relative;
  top: 20px;
}
.subledger .subledger-sum {
  width: 1023px;
  text-align: right;
}
.subledger .subledger-sum-top {
  display: inline-block;
  margin-left: 200px;
  width: 88px;
  text-align: right;
}
.subledger .highlighted-row {
  background-color: #fbede9;
}
.italic {
  font-style: italic;
}
.blueish {
  color: #24587A;
}
.period-list-trans {
  margin-top: -1px;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.period-list-trans .table-cell {
  border: solid #FFF473 1px;
}
.period-list-trans .super-fill {
  border: none;
}
.period-list-trans .small {
  font-size: 6pt;
  text-align: center;
}
/* less for userconf.html */
.userconf {
  font-family: "Roboto Slab";
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-left: 50px;
  background-color: #F16D95;
  border: solid #ccc 1px;
  border-radius: 10px;
  min-height: 400px;
  width: 700px;
}
.userconf .label {
  display: inline-block;
  min-width: 220px;
}
.userconf input {
  font-family: "Roboto Slab";
  font-size: 12pt;
}
.userconf .line {
  margin-bottom: 10px;
}
.userconf .divider {
  width: 440px;
  height: 1px;
  background-color: gray;
  margin-top: 5px;
  margin-bottom: 10px;
}
.user-icon {
  float: right;
}
.option-list {
  display: inline-block;
}
.option-list label {
  margin-right: 10px;
}
.moms-analysis {
  margin-top: 50px;
  margin-left: 40px;
  padding-bottom: 80px;
}
.moms-analysis h1,
.moms-analysis h2 {
  font-family: "Roboto Slab-Thin";
}
.moms-analysis .start {
  margin-top: 10px;
}
.moms-analysis .scroll-button {
  position: relative;
  left: 94%;
  top: 160px;
}
.moms-analysis .group1 {
  position: relative;
  top: -35px;
}
.moms-analysis .section {
  width: 96%;
  min-height: 500px;
  padding-left: 20px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.moms-analysis .data {
  display: table;
}
.moms-analysis .data border-collapse:collapse .table-row {
  display: table-row;
}
.moms-analysis .data .header-cell {
  display: table-cell;
  font-weight: 700;
}
.moms-analysis .data .table-cell {
  display: table-cell;
  min-width: 70px;
  vertical-align: center;
  border: solid silver 1px;
  background-color: #fff;
  padding: 2px;
  text-align: right;
}
.moms-analysis .data .highlight {
  background-color: #FFFFC8;
}
.moms-analysis .data .header-cell {
  width: 85px;
}
.moms-analysis .data .header-cell:nth-child(3) {
  width: 140px;
}
.moms-analysis .data .header-cell:nth-child(4) {
  width: 140px;
}
.moms-analysis .data .table-cell:nth-child(3) {
  width: 140px;
  cursor: pointer;
}
.moms-analysis .data .table-cell:nth-child(4) {
  width: 140px;
  cursor: pointer;
}
.moms-analysis .trans-table .table-row {
  display: table-row;
  background-color: white;
}
.moms-analysis .table-row.sums {
  background-color: inherit;
}
.moms-analysis .trans-table .table-cell {
  display: table-cell;
  margin-right: 1px;
  border-right: solid #24587A 1px;
  border-bottom: solid #24587A 1px;
  height: 16px;
  text-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  padding-bottom: 0;
}
.moms-analysis .trans-table .row-num {
  width: 15px;
  font-size: 9px;
  border-left: solid #24587A 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: right;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 3px;
}
.moms-analysis .trans-table .small {
  width: 70px;
}
.moms-analysis .trans-table .large {
  width: 220px;
}
.moms-analysis .trans-table .medium {
  width: 90px;
}
.moms-analysis .trans-table .number-cell {
  width: 90px;
  text-align: right;
}
.moms-analysis .trans-table .top-cell {
  background-color: #24587A;
  color: white;
  text-align: center;
}
.moms-analysis .trans-table .small-button {
  border-left: solid #24587A 1px;
  border-bottom: solid #24587A 1px;
  border-right: solid #24587A 1px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 18px;
  height: 18px;
}
.moms-analysis .trans-table .sum-debit,
.moms-analysis .trans-table .sum-credit {
  width: 90px;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: table-cell;
  text-align: right;
  color: gray;
}
.moms-analysis .trans-table .sum-debit {
  width: 492px;
}
.moms-analysis .trans-table .deletable {
  background-color: red;
}
.moms-analysis .trans-table .balloon {
  width: 210px;
  height: 40px;
  padding: 5px;
  background-color: white;
  position: relative;
  border: solid gray 4px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1111;
}
.moms-analysis .trans-table .balloon:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50px;
  width: 0;
  height: 0;
  border-top: 20px solid gray;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1111;
}
.moms-analysis .savedmoms-sel {
  position: relative;
  top: -420px;
  left: 560px;
}
.moms-analysis .moms-report {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -30px;
}
.moms-analysis .moms-report .moms-outerblock {
  margin: 0;
}
.moms-analysis .moms-report .moms-block {
  margin: 2px;
  display: inline-block;
  width: 400px;
  margin-left: 20px;
  vertical-align: top;
}
.moms-analysis .moms-report .moms-subhead {
  background-color: lightblue;
  font-weight: bold;
  margin-top: 5px;
  /*padding-left: 2px;*/
}
.moms-analysis .moms-report .moms-row {
  display: block;
  margin-left: 10px;
}
.moms-analysis .moms-report .moms-cell {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  margin-top: 5px;
}
.moms-analysis .moms-report .moms-numcell {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 30px;
  margin-left: 20px;
  text-align: right;
}
.moms-analysis .moms-report .moms-icell {
  vertical-align: top;
  display: inline-block;
  border: solid grey 1px;
  height: 14px;
  width: 80px;
  margin-left: 20px;
  margin-top: 5px;
  padding: 1px;
  text-align: right;
  background-color: white;
}
/* less for topmenu */
.menuList {
  left: 30px;
  position: fixed;
  z-index: 2;
  top: 88px;
}
.menuList .menu-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-width: 120px;
  height: 22px;
  border-left: solid #03426A 1px;
  border-right: solid #03426A 1px;
  color: #03426A;
  background-color: white;
  margin-left: -1px;
  white-space: nowrap;
  vertical-align: middle;
}
.menuList .active {
  color: white;
  background-color: #03426A;
}
.maintenance .board {
  position: relative;
  top: 50px;
}
.maintenance .panel-area {
  margin-top: 10px;
  padding-left: 40px;
}
.maintenance .inline {
  display: inline-block;
  min-width: 44px;
}
.maintenance .invisible {
  display: none;
}
.maintenance .descr {
  width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: bottom;
}
.maintenance .ibal {
  width: 120px;
  text-align: right;
}
.maintenance .totalbal {
  display: inline-block;
  text-align: right;
  width: 120px;
}
.maintenance .save {
  float: right;
  margin-right: 40px;
}
.maintenance .ver-nr {
  font-size: smaller;
  width: 40px;
}
.maintenance .top-panel {
  background-color: #f6f6f6;
  position: fixed;
  z-index: 10;
  width: 100%;
  min-height: 24px;
  max-height: 100px;
  left: 0;
  top: 113px;
  padding-bottom: 10px;
}
.maintenance .top-panel .buttonrow {
  display: inline-block;
  width: 678px;
  padding: 0;
  margin: 0;
}
.maintenance .top-panel .buttonrow .last {
  display: inline-block;
  float: right;
  color: #03426A;
}
.maintenance .top-panel .lang-switch {
  width: 50px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: baseline;
}
.maintenance .top-panel .lang-switch div {
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: solid #03426A 1px;
  color: #03426A;
  background-color: white;
  width: 22px;
  height: 18px;
  line-height: 18px;
  font-family: 'Roboto Slab', serif;
  border-radius: 2px 0 0 2px;
}
.maintenance .top-panel .lang-switch .selected {
  color: white;
  background-color: #03426A;
}
.maintenance .accreport {
  display: inline-block;
  margin-left: 40px;
}
.maintenance .accreport .pdfdoc {
  width: 550pt;
  height: 600pt;
  position: relative;
  top: 25px;
}
.maintenance .accreport .selectacc {
  display: inline-block;
}
.maintenance .accreport button {
  display: inline-block;
  margin-left: 10px;
}
.maintenance .accreport .pdfblock {
  display: inline-block;
  width: 800px;
}
.maintenance .icon-bar {
  display: flex;
  grid-template-columns: 1fr, 1fr;
  position: relative;
  top: -65px;
  left: 650px;
}
.maintenance .icon-bar div {
  width: 3rem;
}
.maintenance .icon-bar .tiny-label {
  font-size: x-small;
}
/* less for upload.html */
.file-upload {
  position: relative;
  top: 10px;
  left: 20px;
  border: solid black 1px;
  width: 628px;
  height: 180px;
  padding: 4px;
  border-radius: 5px;
}
.file-upload .filebody {
  overflow-y: scroll;
  height: 128px;
  width: 100%;
  margin-top: 10px;
}
.file-upload .filebody .small-tags {
  display: inline-block;
  margin-left: 10px;
}
.file-upload .filebody .file-icon {
  cursor: pointer;
}
.file-upload span {
  float: right;
  margin-right: 20px;
}
.file-upload .spindiv {
  display: inline-block;
  position: relative;
  left: 500px;
}
.file-upload .but {
  display: inline-block;
}
.file-upload .warning {
  color: red;
}
.file-upload .tag-add-icon {
  float: right;
}
.file-upload .checked-number {
  position: relative;
  top: -4px;
  left: 502px;
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: red;
  border-radius: 6px;
  visibility: hidden;
}
.file-upload .tag-panel {
  position: relative;
  left: 340px;
  z-index: 1;
  width: 300px;
  min-height: 24px;
  background-color: white;
  border: solid black 1px;
  border-radius: 5px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.file-upload .tag-panel .top {
  width: 280px;
}
.file-upload .tag-panel .top .add {
  position: relative;
  left: -5px;
}
.file-upload .tag-panel .top .close {
  position: relative;
  left: 260px;
}
.file-upload .tag-panel .tag-row div {
  display: inline-block;
}
.file-upload .tag-panel .tag-desc {
  width: 240px;
  margin-left: 4px;
}
.file-upload .tag-panel .tag-desc:active {
  border: solid gray;
}
.file-upload .tag-panel .tag-icon {
  position: relative;
  top: 8px;
  left: 3px;
}
.file-upload .tag-panel .box {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
  background-color: white;
}
.file-upload .tag-panel .box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
/* less for yearlist.html */
.year-list {
  position: relative;
  background-color: white;
  top: 115px;
  border: solid #03426A 1px;
  border-radius: 5px;
  width: 589px;
}
.year-list .ybut {
  display: inline-block;
  width: 48px;
  text-align: center;
  border-left: solid #03426A 1px;
  cursor: pointer;
}
.year-list .ybut.highlighted {
  background-color: #eee;
}
.year-list .ybut:nth-child(1) {
  border: none;
}
/* less for accplan.html */
.accplan {
  padding: 20px;
}
.accplan .inline {
  display: inline-block;
  min-width: 44px;
}
.accplan .invisible {
  display: none;
}
.accplan .descr {
  width: 600px;
}
.accplan .ibal {
  width: 120px;
  text-align: right;
}
.accplan .totalbal {
  display: inline-block;
  text-align: right;
  width: 120px;
}
.accplan .box {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
  background-color: white;
}
.accplan .box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
.accplan select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  border: none;
  border-radius: 0;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 10pt;
  cursor: pointer;
  background-color: white;
}
.accplan .account {
  border-bottom: solid #f4f8ff 2px;
}
.accplan .save {
  float: right;
  margin-right: 50px;
}
.accplan button {
  display: inline-block;
}
.accplan .newaccount .inline {
  border: solid #03426A 2px;
}
.accplan .newaccount .ibal {
  margin-left: 5px;
}
.accplan .newaccount svg {
  position: relative;
  top: 4px;
  left: 5px;
}
.accplan .badentry {
  background-color: red;
}
.sie {
  width: 280px;
  height: 200px;
  border-radius: 5px;
  border: solid black 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50px;
  background-color: white;
}
.sie .sietype {
  position: relative;
  top: 10px;
  left: 10px;
}
.sie button {
  position: relative;
  top: 10px;
  left: 10px;
}
.sie h2 {
  color: #03426A;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
.sie .link {
  position: relative;
  top: 10px;
  left: 10px;
}
.top-panel .year-list {
  margin-top: 24px;
  margin-bottom: 8px;
  background-color: white;
  top: 0;
  left: 0;
}
.top-panel .adobe-file-icon {
  cursor: pointer;
}
.closure .button-bar {
  position: relative;
  top: 30px;
  left: 40px;
}
.closure .listing {
  position: relative;
  top: 70px;
  left: 40px;
}
.closure .listing .row {
  height: 24px;
}
.closure .listing .row div {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.closure .listing .row div:nth-child(6) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 700px;
}
.closure .listing .row .ver-nr {
  white-space: nowrap;
}
.closure .listing .row .no-file {
  margin: 0;
  width: 20px;
  vertical-align: middle;
}
.closure .listing .row .icon-place {
  width: 33px;
  margin-right: 0;
}
.closure .listing .row .triangle {
  cursor: pointer;
}
.closure .listing .warning {
  color: red;
  margin-left: 30px;
}
.closure .box {
  width: 9px;
  height: 9px;
  vertical-align: baseline;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
}
.closure .box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
.closure .closure-details {
  margin-top: 4px;
}
.closure .closure-trans {
  display: table;
  margin-top: -1px;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.closure .closure-trans .table-row {
  display: table-row;
}
.closure .closure-trans .table-row .table-cell {
  display: table-cell;
  border: solid #24587A 1px;
}
.closure .closure-trans .table-row .small {
  width: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.closure .closure-trans .table-row .normal {
  width: 60px;
  text-align: center;
}
.closure .closure-trans .table-row .middle {
  width: 500px;
  overflow-x: ellipsis;
}
.closure .closure-trans .table-row .number-cell {
  width: 100px;
  text-align: right;
}
.closure .closure-trans .table-row .super-fill {
  border: none;
  vertical-align: middle;
}
.closure .closure-trans .table-row .small {
  font-size: 6pt;
  text-align: center;
}
.object-search .board {
  position: relative;
  top: 130px;
  left: 80px;
}
.object-search .board .load-saved {
  margin-bottom: 30px;
  padding: 8px;
  width: 80%;
  background-color: #f8f8f8;
}
.object-search .board .list {
  margin-top: 30px;
}
.object-search .board .list .matched {
  text-decoration: line-through;
  color: #999;
}
.object-search .label {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 5px;
  color: #0A67A3;
  color: #24587A;
}
.object-search .objlabel {
  display: inline-block;
  width: 240px;
  height: 20px;
  border: solid gray 1px;
  margin: 4px;
  background-color: white;
}
.object-search .obj {
  display: inline-block;
  width: 80px;
  padding-left: 3px;
  border: solid gray 1px;
}
.object-search button {
  margin-left: 30px;
  vertical-align: bottom;
}
.object-search .row div {
  display: inline-block;
}
.object-search .file-icon {
  cursor: pointer;
  margin-left: 10px;
}
.object-search .box {
  width: 9px;
  height: 9px;
  line-height: 9px;
  border: solid silver 2px;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  font-size: 18pt;
  color: white;
  background-color: white;
  vertical-align: bottom;
}
.object-search .box.checked:before {
  position: relative;
  top: -1px;
  left: -3px;
  content: "\2713";
  color: green;
  font-size: 18pt;
}
.object-search .transdate {
  padding-left: 20px;
  width: 100px;
}
.object-search .tag {
  padding-left: 20px;
  width: 80px;
}
.object-search .amount {
  padding-left: 20px;
  text-align: right;
  width: 100px;
}
.bubble-icon {
  cursor: pointer;
  margin-top: 3px;
  margin-left: 5px;
}
.note-sheet {
  background-color: #FFF473;
  border: solid black 1px;
  position: absolute;
  z-index: 2000;
  overflow-y: scroll;
  width: 900px;
  height: 500px;
  padding: 20px;
  top: 100px;
  left: 200px;
}
.note-sheet .close {
  float: right;
  cursor: pointer;
}
.note-sheet .edit {
  width: 860px;
  line-height: 1;
  margin-top: 4px;
}
.note-sheet .note-tag {
  color: gray;
  display: inline-block;
}
.note-sheet .file-icon {
  display: inline-block;
  margin-left: 8px;
}
.note-sheet .note {
  margin-bottom: 8px;
}
.note-sheet .note .comment {
  margin-left: 30px;
}
.note-sheet .new-comment {
  margin-left: 30px;
  margin-bottom: 8px;
}
/* less for wages.html */
.payroll div {
  margin: 2px;
}
.payroll .load {
  position: absolute;
  top: -40px;
  left: 330px;
}
.payroll .label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: normal;
  color: gray;
}
.payroll .property {
  display: inline-block;
  width: 195px;
  border: solid black 1px;
}
.payroll .caption {
  font-style: italic;
  position: relative;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  top: -16px;
  left: 8px;
  background-color: white;
}
.payroll .control {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 300px;
}
.payroll .control .property {
  width: 160px;
}
.payroll .control a {
  display: block;
}
.payroll .control button {
  display: block;
  margin-top: 6px;
}
.payroll .employee {
  border: solid black 1px;
  border-radius: 5px;
  width: 320px;
  padding: 5px;
  position: absolute;
  top: 80px;
  left: 330px;
}
.payroll .employer {
  border: solid black 1px;
  border-radius: 5px;
  width: 320px;
  padding: 5px;
  position: absolute;
  top: 80px;
  left: 680px;
}
.payroll .accumulated {
  border: solid black 1px;
  border-radius: 5px;
  width: 220px;
  padding: 5px;
  position: absolute;
  top: 80px;
  left: 1030px;
}
.payroll .accumulated .property {
  width: 65px;
  text-align: right;
}
.payroll .accumulated .label {
  width: 130px;
}
.payroll .salary {
  border: solid black 1px;
  border-radius: 5px;
  width: 85px;
  padding: 5px;
  position: absolute;
  top: 80px;
  left: 1270px;
}
.payroll .salary .property {
  display: block;
  width: 65px;
  height: 18px;
  margin-bottom: 6px;
  text-align: right;
}
.payroll .vacation {
  border: solid black 1px;
  border-radius: 5px;
  width: 220px;
  padding: 5px;
  position: absolute;
  top: 300px;
  left: 1030px;
}
.payroll .vacation .property {
  width: 65px;
  text-align: right;
}
.payroll .vacation .label {
  width: 130px;
}
.payroll .data-address {
  height: 54px;
  white-space: pre;
  overflow: hidden;
}
.payroll .details {
  position: absolute;
  top: 320px;
  left: 40px;
}
.payroll .details button {
  display: block;
}
.payroll .details .label {
  visibility: hidden;
}
.payroll .details div.row:first-of-type .label {
  visibility: visible;
}
.payroll .details div {
  display: inline-block;
  margin-top: 1px;
}
.payroll .details div .label {
  position: relative;
  width: 0;
  top: -20px;
  left: 10px;
}
.payroll .details div .property {
  position: relative;
  width: 80px;
  text-align: right;
}
.payroll .details div .data-descr {
  width: 400px;
  text-align: left;
}
.payroll .details .row button {
  display: inline-block;
}
.payroll .transtable {
  position: relative;
  top: 500px;
  left: 40px;
  display: table;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.payroll .transtable .table-row {
  display: table-row;
}
.payroll .transtable .table-cell {
  display: table-cell;
  border: solid silver 1px;
  padding: 2px;
}
.payroll .transtable .small {
  font-size: 8px;
  text-align: center;
  width: 10px;
}
.payroll .transtable .number-cell {
  text-align: right;
  width: 80px;
}
.payroll .transtable .middle {
  width: 280px;
}
/* less for modal.js */
@keyframes modalfadeover {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@-webkit-keyframes modalfadeover {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@-moz-keyframes modalfadeover {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
/* less for match */
.match-list .row {
  margin-left: 30px;
  cursor: pointer;
}
.match-list .row div {
  display: inline-block;
  vertical-align: top;
}
.match-list .row div:nth-child(1) {
  width: 100px;
}
.match-list .row div:nth-child(2) {
  width: 350px;
}
.match-list .row div:nth-child(3) {
  width: 100px;
  text-align: right;
}
.match-list .matched {
  color: #689eff;
}
.match-list .hardmatched {
  color: #1b05e7;
}
.match-list .softmatched {
  background-color: #ecdcba;
}
.match-list .to-match {
  background-color: #c2daf6;
}
.match-list .candidate {
  background-color: #e3ffc2;
}
.match-list .match-incoming {
  background-color: #ffeb4d;
}
.match-list .matched-incoming {
  display: inline-block;
  margin-left: 20px;
}
.match-list .matched-outgoing {
  display: inline-block;
  margin-left: 20px;
}
.match-list .incoming {
  display: inline-block;
}
.match-list .candidate-count {
  font-size: 10px;
  margin-left: 20px;
  vertical-align: 3px;
  text-align: center;
  min-width: 6px;
  border: solid black 1px;
  border-radius: 9px;
  padding-left: 3px;
  padding-right: 3px;
}
.auto-trans {
  height: 32px;
  width: 590px;
  border: solid blue 1px;
  position: relative;
  top: 142px;
}
.financial-reports .financial-report {
  position: absolute;
  top: 120px;
  left: 100px;
  color: darkgreen;
}
.financial-reports .rmenu {
  position: absolute;
  top: 114px;
  left: 393px;
}
.financial-reports .rmenu .menu-item {
  /*  -webkit-user-select: none;
		  -moz-user-select: none; */
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-width: 120px;
  height: 22px;
  border-left: solid #a5a5a5 1px;
  border-bottom: solid #a5a5a5 1px;
  border-right: solid #a5a5a5 1px;
  color: #a5a5a5;
  background-color: white;
  margin: -1px;
  white-space: nowrap;
  vertical-align: middle;
}
.financial-reports .rmenu .active {
  color: white;
  background-color: #a5a5a5;
}
@media print {
  .financial-reports .rmenu {
    display: none;
  }
  .financial-reports .financial-report {
    top: 10px;
    left: 30px;
    color: black;
    font-family: sans-serif;
    font-size: 8pt;
  }
  .financial-reports .financial-report .heading {
    font-weight: bold;
  }
  .financial-reports .financial-report .heading0 {
    font-weight: bold;
    font-size: 24pt;
    margin-top: 24px;
  }
  .financial-reports .financial-report .heading1 {
    font-weight: bold;
    font-size: 16pt;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .financial-reports .financial-report .heading2 {
    font-weight: bold;
    font-size: 12pt;
  }
  .financial-reports .financial-report .company {
    font-size: 12pt;
    font-style: italic;
  }
  .financial-reports .financial-report .sum div {
    display: inline-block;
    border-top: solid black 1px;
    height: 20px;
    margin-bottom: 12px;
  }
  .financial-reports .financial-report .sum div:nth-child(1) {
    width: 320px;
    font-style: italic;
  }
  .financial-reports .financial-report .sum div:nth-child(2) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .sum div:nth-child(3) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .sum div:nth-child(4) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .sum.level1 {
    font-weight: bold;
  }
  .financial-reports .financial-report .row div {
    display: inline-block;
  }
  .financial-reports .financial-report .row div:nth-child(1) {
    width: 40px;
  }
  .financial-reports .financial-report .row div:nth-child(2) {
    width: 280px;
  }
  .financial-reports .financial-report .row div:nth-child(3) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .row div:nth-child(4) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .row div:nth-child(5) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .res div {
    display: inline-block;
    border-top: solid black 2px;
    height: 20px;
    margin-bottom: 12px;
  }
  .financial-reports .financial-report .res-label {
    width: 320px;
    font-weight: bold;
  }
  .financial-reports .financial-report .res-sum {
    width: 80px;
    text-align: right;
    font-weight: bold;
  }
  .financial-reports .financial-report .labels div:nth-child(1) {
    width: 400px;
    text-align: right;
  }
  .financial-reports .financial-report .labels div:nth-child(2) {
    width: 80px;
    text-align: right;
  }
  .financial-reports .financial-report .labels div:nth-child(3) {
    width: 80px;
    text-align: right;
  }
}
.switcher {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  border: solid black 1px;
  width: 32px;
  height: 16px;
  border-radius: 8px;
  background-color: darkgray;
}
.switcher div {
  background-color: white;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
.switcher.disabled {
  border-color: gray;
}
.switcher.disabled div {
  background-color: lightgray;
}
.switcher .switcher-right {
  margin-left: 16px;
}
