/*	Resets
	------	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a {
  text-decoration: none;
}
button,
textarea {
  outline: none;
}
/*	Typography presets
	------------------	*/
html {
  overflow-y: scroll;
}
@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVuSans';
  src: url('../fonts/DejaVuSans-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
body {
  font: normal normal normal 10pt/12pt sans-serif;
}
textarea {
  font: normal normal normal 9pt/12pt 'DejaVuSans', sans-serif;
}
/*	Selection colors
	----------------  */
::selection {
  background: #ffff9e;
}
::-moz-selection {
  background: #ffff9e;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #ffff9e;
}
.error {
  color: red !important;
}
input.error {
  border: 1px solid red !important;
}
input,
select {
  border: 1px solid;
}
input.green,
select.green {
  border-color: lawngreen;
}
input.yellow,
select.yellow {
  border-color: yellow;
}
input.red,
select.red {
  border-color: red;
}
a img {
  border: 0;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.huge,
h1 {
  font-size: 10pt;
  line-height: 22pt;
  font-weight: 700;
}
.large,
h2 {
  font-size: 10pt;
  line-height: 16pt;
  font-weight: 700;
}
.bigger,
h3 {
  font-size: 12pt;
  line-height: 14pt;
}
.big,
h4 {
  font-size: 9pt;
  line-height: 12pt;
  font-weight: bold;
}
.small,
small {
  font-size: 7pt;
  line-height: 10pt;
}
html,
body {
  width: 100%;
  height: 100%;
}
.pdf-page-settings,
.img-page-settings {
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pdf-page-settings > div > i,
.img-page-settings > div > i,
.pdf-page-settings > div > button > i,
.img-page-settings > div > button > i {
  opacity: 0.75;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  cursor: pointer;
  color: #fff;
  padding: 6px;
}
.pdf-page-settings > div > i:hover,
.img-page-settings > div > i:hover,
.pdf-page-settings > div > button > i:hover,
.img-page-settings > div > button > i:hover {
  opacity: 1;
}
.pdf-page-settings > div > button > i,
.img-page-settings > div > button > i {
  padding-right: 0;
}
.receipt-image-header {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.area-expander {
  cursor: pointer;
}
.participations-expander {
  float: right;
  margin: 14px;
  clear: both;
}
.participation-special-case {
  margin-left: -8px;
  padding: 7px 7px 7px 15px;
  width: 100%;
  clear: both;
  text-align: right;
}
.participation-special-case-processing {
  text-align: left;
  margin-right: 24px;
  margin-top: 5px;
  display: inline-block;
}
.participation-special-case-label {
  text-align: left;
  float: left;
}
.participation-special-case:nth-of-type(odd) {
  background-color: #d00;
}
.participation-send-template {
  clear: both;
  margin-top: 10px;
  margin-left: 7px;
}
.magnifier-container {
  max-width: 100%;
  max-height: 100%;
  margin-top: 12px;
  overflow: auto;
  text-align: center;
}
.magnifier-container img {
  max-width: 100%;
  height: auto;
}
.cb-img-rotate-left,
.cb-img-rotate-right {
  display: none;
}
.searchResultRaffle {
  margin-bottom: 10px;
}
.searchResultRaffle input {
  margin-right: 0.25em !important;
  vertical-align: baseline !important;
}
.searchResultRaffle label {
  display: inline-block;
  margin-top: 5px;
}
.searchResultRaffle div {
  display: none;
  vertical-align: top;
}
.searchResultRaffle input:checked ~ div {
  display: inline-block;
}
.receipt-split-view-container {
  position: relative;
  margin: 12px;
  min-height: calc(100vh - 250px);
}
.receipt-split-view-container .receipt-view-padding-container {
  position: absolute;
  height: 100%;
  width: 50%;
  width: var(--receipt-panel-width, 50%);
  transition: width 0.2s;
  padding-right: 10px;
  box-sizing: border-box;
}
.receipt-split-view-container .receipt-view-padding-container .receipt-view-container {
  overflow: auto;
  height: 100%;
}
.receipt-split-view-container .receipt-view-expander {
  margin-left: -4px;
  transition: left 0.2s !important;
  left: 50%;
  left: var(--receipt-panel-width, 50%);
}
.receipt-split-view-container .receipt-view-fields {
  position: relative;
  width: 50%;
  width: calc(100% - var(--receipt-panel-width, 50%));
  left: 50%;
  left: var(--receipt-panel-width, 50%);
  transition: width 0.2s, left 0.2s;
  overflow: auto;
  max-height: 100%;
  padding-left: 10px;
}
.receipt-split-view-container .receipt-view-fields input[type="time"]::-webkit-calendar-picker-indicator,
.receipt-split-view-container .receipt-view-fields input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.float-left-container > div {
  float: left;
}
.float-left-container > div + div {
  margin-left: 10px;
}
.float-left-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter-form h4 {
  margin-top: 0 !important;
}
table.querytable {
  table-layout: fixed;
}
table.querytable td.wide {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.querytable td.wide a.show-more {
  display: inline-block;
  font-style: italic;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0 none black !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  margin: 10px 15px;
}
body.green {
  background: #343d36;
}
body.green textarea {
  border: 1px solid #343d36;
  background: #f5f5f5;
}
body.green textarea:focus {
  border: 1px solid #5b990f !important;
}
body.green .shadow {
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body.green .no-pd {
  padding: 0 !important;
  height: auto !important;
}
body.green .block {
  display: block;
}
body.green label {
  cursor: pointer;
  vertical-align: baseline;
}
body.green label > input,
body.green label > select {
  vertical-align: baseline !important;
}
body.green .relative {
  position: relative;
  top: 0;
  left: 0;
}
body.green .ui-helper-hidden-accessible {
  display: none;
}
body.green .editable-input {
  display: none;
}
body.green #garbage-container {
  display: none;
}
body.green button {
  border: none;
  background: transparent;
  padding: 0;
  width: auto;
}
body.green button:not(.unstyled) {
  background: #343d36;
  color: white;
  min-width: 123px;
  font-weight: 400;
  text-align: left;
  font-size: 9pt;
  padding: 2px 10px 4px 10px;
  cursor: pointer;
}
body.green button:not(.unstyled)[type="submit"] {
  margin-left: 3px;
  text-align: center;
}
body.green button:not(.unstyled) > span,
body.green button:not(.unstyled) > i {
  margin-top: 2px;
  display: inline-block;
}
body.green button:not(.unstyled) i {
  margin-right: 9px;
}
body.green button:not(.unstyled) i:not(.fa-lg) {
  font-size: 14px !important;
}
body.green button:not(.unstyled):hover,
body.green button:not(.unstyled):focus {
  color: white !important;
  background: #5b990f !important;
}
body.green button:not(.unstyled):disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}
body.green button:not(.unstyled):disabled:hover {
  background: #343d36;
}
body.green button:not(.unstyled).action-active {
  color: #62a710 !important;
  text-align: center;
}
body.green button:not(.unstyled).action-complete {
  color: #5b990f !important;
  text-align: center;
}
body.green button:not(.unstyled).action-active i,
body.green button:not(.unstyled).action-complete i {
  float: none !important;
}
body.green .guide button:not(.unstyled) {
  width: 182px;
}
body.green .guide button:not(.unstyled).short-btn {
  width: auto;
  min-width: 120px;
}
body.green .guide.sbtn button {
  min-width: 120px;
  width: auto;
}
body.green .guide.lgbtn button {
  width: 210px;
  min-height: 30px;
  text-align: left;
}
body.green thead button:hover {
  color: #5b990f;
  background: #f5f5f5;
}
body.green select {
  max-width: 350px;
}
body.green .btn {
  background: #343d36;
  border: none;
  color: white;
  width: auto;
  min-width: 125px;
  font-weight: 400;
  text-align: left;
  padding: 5px 10px 5px 10px;
  font-size: 9pt;
  cursor: pointer;
}
body.green .btn > i {
  margin-right: 9px;
  font-size: 14px !important;
}
body.green .btn:hover {
  color: white;
  background: #5b990f;
}
body.green .row-retransfer {
  background: rgba(98, 167, 16, 0.4) !important;
}
body.green .transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.green .placeholder ::-webkit-input-placeholder {
  color: #343d36;
}
body.green .placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #343d36;
}
body.green .placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #343d36;
}
body.green .placeholder :-ms-input-placeholder {
  color: #343d36;
}
body.green footer {
  position: relative;
  clear: both;
  left: 0;
  top: 0;
  color: white;
  font-size: 9pt;
  margin: 10px 0 10px 20px;
}
body.green footer > a {
  color: white;
}
body.green footer > a:hover {
  color: #5b990f;
}
body.green .head {
  height: 35px;
  color: #5b990f;
}
body.green .head .control-elements {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.green .breadcrumbs {
  padding: 10px 60px 0 15px;
  color: #5b990f;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.green .breadcrumbs:nth-of-type(1) {
  font-weight: 600;
}
body.green .control-elements a {
  color: #5b990f;
  margin: 0 5px 0 0;
}
body.green .control-elements a > i {
  font-size: 14px;
  cursor: pointer;
}
body.green #payments-result {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 35px;
}
body.green #payments-result > div {
  position: relative;
  top: 0;
  left: 0;
}
body.green .pdf-page-canvas {
  margin: 12px auto;
}
body.green .pdf-container .pdf-loading {
  font-size: 3em;
  text-align: center;
  padding: 1em;
}
body.green .pdf-container > div {
  overflow: auto;
}
body.green .receipt-entry-data:not(:first-of-type) {
  margin-top: 15px;
}
body.green .entry-screen-step > .entry-step-data:not(:first-of-type) {
  margin-top: 15px;
}
body.green .content li {
  list-style-type: circle;
}
body.green .content h1 {
  margin: 15px 0 0 15px;
  color: #5b990f;
  clear: both;
}
body.green .content h2 {
  margin: 15px 0 5px 0;
  color: #5b990f;
  clear: both;
}
body.green .content h4 {
  margin: 15px 0 5px 0;
  color: #343d36;
  clear: both;
}
body.green .content a {
  color: #343d36;
  text-decoration: none;
}
body.green .content a:hover {
  color: #5b990f;
}
body.green .content label > input[type="radio"],
body.green .content label > input[type="checkbox"] {
  position: relative;
  top: 1px;
}
body.green .content label:has(> input[type="radio"]) ~ input[name$="[input]"] {
  margin-top: 3px;
  /* for additional space inside editable select fields rendered as radio buttons */
}
body.green .content .col-5 {
  float: left;
  width: 50%;
}
body.green .content .col-5 > .img-wrap {
  width: 100%;
  overflow: hidden;
}
body.green .content .col-5 > .img-wrap > img {
  max-width: 100%;
}
body.green .content .col-5 .imgform > .receipt-settings-container {
  width: 100%;
  float: left;
  background: #5b990f;
  padding: 5px 15px;
  box-sizing: border-box;
  color: white;
}
body.green .content .col-5 .imgform > .receipt-settings-container input[type="radio"] {
  margin: 2px 0 0 0;
  float: left;
}
body.green .content .col-5 .imgform > .receipt-settings-container label {
  float: left;
  margin-left: 5px;
}
body.green .content > .btn {
  margin-left: 15px;
}
body.green .content button.multiline > i {
  float: left;
}
body.green .content button.multiline > span {
  display: block;
  padding-left: 24px;
}
body.green .content button.fullspan {
  width: 100%;
}
body.green .content .pagination {
  width: 100%;
  height: 35px;
  background: #f5f5f5;
}
body.green .content .pagination ul {
  width: 100%;
}
body.green .content .pagination ul li {
  list-style-type: none;
  float: left;
}
body.green .content .pagination ul li.active {
  background: #5b990f;
  color: white;
}
body.green .content .pagination ul li.active span {
  color: white;
  cursor: default;
}
body.green .content .pagination ul li span {
  cursor: pointer;
  width: 35px;
  text-align: center;
  height: 25px;
  padding: 10px 0 0 0;
  display: block;
  color: #343d36;
}
body.green .content .pagination ul li span:hover {
  background: #5b990f;
  color: white;
}
body.green .content .pagination ul li.refresh {
  float: right;
}
body.green .content .pagination ul li.refresh span {
  width: 160px;
}
body.green .content .leftovers {
  position: absolute;
  top: -29px;
  right: 15px;
}
body.green .content .leftovers select {
  border: 1px solid #343d36;
  width: 182px;
  height: 24px;
  color: #343d36;
  background: #f5f5f5;
  outline: none;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
}
body.green .content .guide {
  background: #f5f5f5;
  width: 100%;
  padding: 15px 15px 15px 15px;
  min-height: 5px;
  box-sizing: border-box;
}
body.green .content .guide.guide-red {
  background-color: #f00;
  color: white;
}
body.green .content .guide.guide-green {
  background-color: #62a710;
  color: white;
}
body.green .content .guide.guide-orange {
  background-color: #f5aa00;
  color: white;
}
body.green .content .guide.guide-medium-icon i {
  font-size: 18px;
}
body.green .content .guide.guide-low-padding {
  padding: 8px;
}
body.green .content .guide .offset-fields {
  margin-top: 10px;
  clear: both;
}
body.green .content .guide p {
  margin-bottom: 10px;
}
body.green .content .guide .info,
body.green .content .guide .info-small {
  overflow: hidden;
}
body.green .content .guide .info > i,
body.green .content .guide .info-small > i {
  margin-right: 20px;
  float: left;
}
body.green .content .guide .info > p,
body.green .content .guide .info-small > p {
  margin: 2px 0 0 0;
}
body.green .content .guide .info button,
body.green .content .guide .info-small button,
body.green .content .guide .info .btn,
body.green .content .guide .info-small .btn {
  color: white !important;
  margin-top: 3px;
  margin-right: 3px;
  display: inline-block;
}
body.green .content .guide .info > i {
  font-size: 63px;
}
body.green .content .guide select {
  border: 1px solid #343d36;
  width: 182px;
  height: 24px;
  color: #343d36;
  background: #f5f5f5;
  outline: none;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
}
body.green .content .guide select:focus {
  border: 1px solid #5b990f;
}
body.green .content .guide input,
body.green .content .guide .input-wrapper {
  border: 1px solid #343d36;
  width: 170px;
  color: #343d36;
  padding: 5px;
  background: #f5f5f5;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
  vertical-align: top;
}
body.green .content .guide .input-wrapper {
  display: inline-block;
}
body.green .content .guide .input-wrapper span.label {
  line-height: normal;
  display: inline-block;
  margin-bottom: 2px;
  color: #757575;
}
body.green .content .guide .input-wrapper > input[name$="[input]"] {
  border: 0 none !important;
  margin-left: -5px;
  margin-bottom: -5px;
}
body.green .content .guide input {
  height: 12px;
}
body.green .content .guide input[type="text"],
body.green .content .guide input[type="email"],
body.green .content .guide input[type="password"],
body.green .content .guide input[type="number"],
body.green .content .guide input[type="date"],
body.green .content .guide input[type="time"] {
  outline: none;
}
body.green .content .guide input[type="text"]:focus,
body.green .content .guide input[type="email"]:focus,
body.green .content .guide input[type="password"]:focus,
body.green .content .guide input[type="number"]:focus,
body.green .content .guide input[type="date"]:focus,
body.green .content .guide input[type="time"]:focus {
  border: 1px solid #5b990f;
  color: #5b990f;
}
body.green .content .guide input[type="text"]:focus ::-webkit-input-placeholder,
body.green .content .guide input[type="email"]:focus ::-webkit-input-placeholder,
body.green .content .guide input[type="password"]:focus ::-webkit-input-placeholder,
body.green .content .guide input[type="number"]:focus ::-webkit-input-placeholder,
body.green .content .guide input[type="date"]:focus ::-webkit-input-placeholder,
body.green .content .guide input[type="time"]:focus ::-webkit-input-placeholder {
  color: #5b990f;
}
body.green .content .guide input[type="text"]:focus :-moz-placeholder,
body.green .content .guide input[type="email"]:focus :-moz-placeholder,
body.green .content .guide input[type="password"]:focus :-moz-placeholder,
body.green .content .guide input[type="number"]:focus :-moz-placeholder,
body.green .content .guide input[type="date"]:focus :-moz-placeholder,
body.green .content .guide input[type="time"]:focus :-moz-placeholder {
  /* Firefox 18- */
  color: #5b990f;
}
body.green .content .guide input[type="text"]:focus ::-moz-placeholder,
body.green .content .guide input[type="email"]:focus ::-moz-placeholder,
body.green .content .guide input[type="password"]:focus ::-moz-placeholder,
body.green .content .guide input[type="number"]:focus ::-moz-placeholder,
body.green .content .guide input[type="date"]:focus ::-moz-placeholder,
body.green .content .guide input[type="time"]:focus ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5b990f;
}
body.green .content .guide input[type="text"]:focus :-ms-input-placeholder,
body.green .content .guide input[type="email"]:focus :-ms-input-placeholder,
body.green .content .guide input[type="password"]:focus :-ms-input-placeholder,
body.green .content .guide input[type="number"]:focus :-ms-input-placeholder,
body.green .content .guide input[type="date"]:focus :-ms-input-placeholder,
body.green .content .guide input[type="time"]:focus :-ms-input-placeholder {
  color: #5b990f;
}
body.green .content .guide input[type="text"].double,
body.green .content .guide input[type="email"].double,
body.green .content .guide input[type="password"].double,
body.green .content .guide input[type="number"].double,
body.green .content .guide input[type="date"].double,
body.green .content .guide input[type="time"].double {
  width: 355px;
}
body.green .content .guide input[type="file"] {
  padding: 2px;
  height: 18px;
  width: 350px;
}
body.green .content .guide input[type="checkbox"],
body.green .content .guide input[type="radio"] {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 0;
  padding: 0;
}
body.green .content .guide input[type="number"] {
  padding: 4px 5px 6px 5px;
}
body.green .content .guide input[type="submit"] {
  height: 24px;
  width: 182px;
  background: #343d36;
  color: #f5f5f5;
  cursor: pointer;
  padding: 4px 5px 4px 5px;
}
body.green .content .guide input[type="submit"]:hover {
  background: #5b990f;
  color: white;
  border: 1px solid #5b990f;
}
body.green .content .guide input[disabled] {
  background-color: #ddd;
}
body.green .content .guide input ::-webkit-input-placeholder {
  color: #343d36;
}
body.green .content .guide input :-moz-placeholder {
  /* Firefox 18- */
  color: #343d36;
}
body.green .content .guide input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #343d36;
}
body.green .content .guide input :-ms-input-placeholder {
  color: #343d36;
}
body.green .content .guide .align-input > input:first-child {
  margin-left: 0;
}
body.green .content .guide ul {
  margin-left: 20px;
}
body.green .content .overview {
  width: 100%;
  overflow: hidden;
  clear: both;
}
body.green .content .overview > ul {
  width: 100%;
  margin-bottom: 10px;
}
body.green .content .overview > ul > li {
  float: left;
  width: 50%;
  color: #5b990f;
  display: block;
  overflow: hidden;
  height: 70px;
}
body.green .content .overview > ul > li:nth-of-type(4n-2) {
  background: #f5f5f5;
}
body.green .content .overview > ul > li:nth-of-type(4n-1) {
  background: #f5f5f5;
}
body.green .content .overview > ul > li .img-a {
  margin: 0 18px 0 15px;
  height: 70px;
  width: 87px;
  vertical-align: middle;
  display: inline-block;
}
body.green .content .overview > ul > li > a {
  float: left;
  font-size: 9pt;
  margin: 0 18px 0 0;
}
body.green .content .overview > ul > li > a > img {
  max-width: 87px;
  max-height: 50px;
  margin-top: 10px;
}
body.green .content .overview > ul > li > b {
  display: block;
  margin-top: 12px;
}
body.green .content .overview > ul > li > b > a {
  color: #5b990f;
}
body.green .content .overview > ul > li > b > a:hover {
  color: #343d36;
}
body.green .content .overview > ul > li > b + p {
  margin-bottom: 5px;
  font-size: 0.95em;
}
body.green .content .overview > ul > li > a {
  color: #5b990f;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}
body.green .content .overview > ul > li > a > i {
  margin-right: 3px;
}
body.green .content .overview > ul > li:hover,
body.green .content .overview > ul > li.active {
  background: #5b990f;
  color: white;
}
body.green .content .overview > ul > li:hover > b > a,
body.green .content .overview > ul > li.active > b > a {
  color: white;
}
body.green .content .overview > ul > li:hover > a,
body.green .content .overview > ul > li.active > a {
  color: white;
  display: inline-block;
}
body.green .content .overview > ul > li:hover > a:hover,
body.green .content .overview > ul > li.active > a:hover {
  color: #343d36;
}
body.green .content h1.participations-overview {
  float: left;
}
body.green .content h1.participations-overview ~ a.template-dispatch {
  margin: 15px 15px 0 0;
  float: right;
}
body.green .content h1.participations-overview ~ a.template-dispatch + a.template-dispatch {
  margin-right: 3px;
}
body.green .content .comment-wrap {
  width: 100%;
  overflow: hidden;
}
body.green .content .comment-wrap .comments {
  width: 50%;
  float: left;
}
body.green .content .comment-wrap .comments > div {
  margin-bottom: 10px;
}
body.green .content .comment-wrap .comments > div > div {
  margin: 0 0 10px 15px;
  overflow: hidden;
}
body.green .content .comment-wrap .comments > div > div > img {
  float: left;
  margin-right: 5px;
  max-width: 22px;
  max-height: 22px;
}
body.green .content .comment-wrap .comments > div > div > p {
  margin-top: 3px;
  font-weight: 500;
}
body.green .content .comment-wrap .comments > div > div > p > a {
  font-weight: 500;
  cursor: pointer;
}
body.green .content .comment-wrap .comments > div > div > p > a:hover {
  color: #5b990f;
}
body.green .content .comment-wrap .comments > div > p {
  clear: both;
  margin-left: 15px;
}
body.green .content .comment-wrap .write {
  float: left;
  width: 50%;
  height: 100%;
}
body.green .content .comment-wrap .write textarea {
  outline: none;
  min-width: 372px;
  width: 90%;
  padding: 10px;
  height: 100px;
  margin-left: 15px;
  border: 1px solid #343d36;
}
body.green .content .comment-wrap .write textarea ::-webkit-input-placeholder {
  color: #343d36;
}
body.green .content .comment-wrap .write textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #343d36;
}
body.green .content .comment-wrap .write textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #343d36;
}
body.green .content .comment-wrap .write textarea :-ms-input-placeholder {
  color: #343d36;
}
body.green .content .comment-wrap .write button {
  margin-left: 15px;
}
body.green .content table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
body.green .content table button[type="submit"] {
  text-align: left;
}
body.green .content table button.action-active {
  color: #62a710 !important;
  text-align: center;
}
body.green .content table button.action-complete {
  color: #5b990f !important;
  text-align: center;
}
body.green .content table .in-table-img {
  float: left;
  max-width: 32px;
  max-height: 32px;
}
body.green .content table .in-table-img-span {
  margin: 8px 0 0 5px;
  float: left;
}
body.green .content table.base-data tr td:nth-of-type(odd) {
  font-weight: 700;
}
body.green .content table.matching > tbody > tr:nth-child(3n):not(:last-child) {
  background: #c1e089;
}
body.green .content table.matching > tbody > tr:nth-child(3n):not(:last-child) > td {
  height: 3px;
}
body.green .content table.matching > tbody > tr:nth-child(6n+1),
body.green .content table.matching > tbody > tr:nth-child(6n+2) {
  background: white !important;
}
body.green .content table.matching > tbody > tr:nth-child(6n+4),
body.green .content table.matching > tbody > tr:nth-child(6n+5) {
  background: #f5f5f5 !important;
}
body.green .content table.matching-table {
  table-layout: fixed;
}
body.green .content table.matching-table tr > td {
  overflow-wrap: break-word;
}
body.green .content table.matching-table tr > td input[type="radio"]:checked + label {
  background: #5b990f;
  color: white;
}
body.green .content table.matching-table tr > td label {
  width: 100%;
  display: block;
  padding: 6px 3px;
  margin: 0 3px;
}
body.green .content table.matching-table th:nth-of-type(2),
body.green .content table.matching-table th:nth-of-type(3) {
  width: 40%;
}
body.green .content table.matching-table th > span {
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
}
body.green .content table.matching-table th > span:hover {
  font-weight: bold;
}
body.green .content table.matching-table .matching-radio-left,
body.green .content table.matching-table .matching-radio-right {
  display: none;
}
body.green .content table.matching-table tr.blind {
  background: #c1e089;
}
body.green .content table.matching-table tr.blind > td {
  height: 3px;
}
body.green .content table.matching-table tr.blind + tr.blind {
  display: none;
}
body.green .content table.first-col-caption > tbody > tr > th:first-of-type {
  font-weight: bold;
  width: 140px;
}
body.green .content table.first-col-caption > tbody > tr > td:first-of-type {
  padding-right: 6px;
}
body.green .content table.first-col-caption > tbody > tr > td:first-of-type button {
  margin-left: 0 !important;
}
body.green .content table.first-col-caption > tbody > tr > td:first-of-type a.glue {
  padding-bottom: 0;
}
body.green .content table.first-col-caption > tbody > tr > td:first-of-type a.glue + a.glue {
  padding-top: 0;
}
body.green .content table.first-col-caption > tbody > tr > td:first-of-type a.glue.last {
  padding-bottom: 6px;
}
body.green .content table.first-col-caption > tbody > tr:nth-of-type(odd) > td:first-of-type {
  background-color: #c1e089;
}
body.green .content table.first-col-caption > tbody > tr:nth-of-type(even) > td:first-of-type {
  background-color: #b2cf7e;
}
body.green .content table.first-col-caption > tbody > tr td:nth-of-type(2),
body.green .content table.first-col-caption > tbody > tr th:nth-of-type(2) {
  padding-left: 6px;
}
body.green .content table.participation-data tr > td {
  min-width: 70px;
}
body.green .content table.participation-data tr > td:first-of-type {
  padding: 5px 5px 5px 15px;
}
body.green .content table.participation-data tr > td:nth-of-type(odd) {
  font-weight: 700;
}
body.green .content table.participation-data tr > td:nth-of-type(even) {
  word-break: break-word;
}
body.green .content table.last-right tr td:last-of-type {
  width: 125px;
}
body.green .content table.last-left tr td:first-of-type {
  width: 125px;
}
body.green .content table.single-button tr td:last-of-type {
  width: 160px;
}
body.green .content table.single-button tr td:last-of-type a {
  padding-top: 0;
  display: inline-block;
}
body.green .content table.single-button tr td:last-of-type button {
  margin-left: 0;
  text-align: left;
}
body.green .content table.full-button tr td:last-of-type button {
  width: 100%;
}
body.green .content table.double-button tr td:last-of-type {
  width: 260px;
}
body.green .content table.double-button tr td:last-of-type a {
  padding-top: 0;
  display: inline-block;
}
body.green .content table.double-button tr td:last-of-type button {
  margin-left: 0;
  text-align: left;
}
body.green .content table th {
  font-weight: 400;
  padding: 5px;
}
body.green .content table tr td,
body.green .content table tr th {
  padding: 3px;
}
body.green .content table tr td:first-of-type,
body.green .content table tr th:first-of-type {
  padding-left: 15px;
}
body.green .content table tr td:last-of-type,
body.green .content table tr th:last-of-type {
  padding-right: 15px;
}
body.green .content table tr td {
  height: 35px;
}
body.green .content table tr td.squeeze {
  width: 1px;
  white-space: nowrap;
}
body.green .content table tr:hover td > a {
  color: #5b990f;
}
body.green .content table thead > tr {
  height: 35px;
  text-align: left;
}
body.green .content table thead > tr > th {
  background: #5b990f;
  color: white;
}
body.green .content table thead > tr > th > a {
  font-weight: 400;
  color: white;
  margin-right: 5px;
}
body.green .content table thead > tr > th > a:hover {
  color: white;
  font-weight: 700;
}
body.green .content table > tbody > tr {
  /*> td > a {
          display: block;
          min-height: 35-18px;
          padding-top: 9-3px;
          padding-bottom: 9-3px;
        }*/
}
body.green .content table > tbody > tr > td > a.fullspan {
  display: inline-block;
  width: 100%;
}
body.green .content table > tbody > tr:nth-of-type(odd) {
  background: #f5f5f5;
}
body.green .content table > tbody > tr:nth-of-type(even) {
  background: white;
}
body.green .content table > tbody > tr:hover {
  color: #5b990f;
}
body.green .content table > tbody > tr.template-dispatch-row > td > a {
  display: inline;
}
body.green .content table.message-table tr td:first-child {
  width: 1.2em;
  text-align: center;
  padding-right: 12px;
}
body.green .content table.message-table tr td:last-child {
  width: max(7em, 8vw);
}
body.green .content table.message-table tr.debug {
  color: rgba(0, 0, 0, 0.7);
}
body.green .content table.message-table tr.info i.fa {
  color: #078c1b;
}
body.green .content table.message-table tr.notice i.fa {
  color: #0088bc;
}
body.green .content table.message-table tr.warn i.fa {
  color: #ffaf00;
}
body.green .content table.message-table tr.alert,
body.green .content table.message-table tr.emerg {
  color: #b80000;
}
body.green .content table.message-table tr.alert i.fa,
body.green .content table.message-table tr.emerg i.fa {
  color: #ff0000;
}
body.green .content table.message-table tr.emerg {
  font-weight: bold;
}
body.green .content table.message-table tr.emerg i.fa {
  color: #b80000;
}
body.green .inbox-preloader {
  font-size: 75px;
  color: #5b990f;
  position: relative;
  width: 100%;
  height: 100px;
  display: block !important;
  top: 50%;
  left: 0;
  z-index: 99;
}
body.green .inbox-preloader > i {
  font-size: 75px;
  color: #5b990f;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.green .preloader {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343d36;
}
body.green .preloader > img {
  margin: 20px 0 0 20px;
}
body.green .preloader > i {
  font-size: 75px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.green i.preload,
body.green span.preload {
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.green .level > .inbox-preloader {
  margin-top: 1em;
}
body.green #overlay-wrap {
  position: fixed;
  z-index: 999999;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
body.green #overlay-wrap #overlay {
  display: flex;
  flex-flow: column nowrap;
  width: 30%;
  min-width: 400px;
  min-height: 20vh;
  max-height: 80vh;
  background: white;
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body.green #overlay-wrap #overlay .header {
  display: flex;
  justify-content: space-between;
}
body.green #overlay-wrap #overlay .header .control-elements {
  padding: 10px;
}
body.green #overlay-wrap #overlay .guide {
  padding-left: 30px;
  overflow: auto;
  flex-grow: 2;
}
body.green #overlay-wrap #overlay button.close {
  text-align: center;
  float: right;
  margin: 10px;
}
body.green #wrap {
  display: block;
  min-width: 850px;
  padding: 20px 10px 20px 20px;
}
body.green #wrap.login {
  min-width: auto;
  padding: 20px;
}
body.green #wrap .header {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
}
body.green #wrap .header > img {
  float: left;
}
body.green #wrap .header > div {
  float: right;
}
body.green #wrap .header #password-reset-reminder {
  position: absolute;
  top: 0;
  right: 585px;
  width: 330px;
  min-height: 30px;
  max-height: 30px;
  padding: 5px 10px 5px 10px;
  background: #f5f5f5;
  overflow: hidden;
  color: #343d36;
}
body.green #wrap .header #password-reset-reminder > i {
  color: red;
  float: left;
  margin-top: 4px;
  margin-right: 12px;
}
body.green #wrap .header #logo {
  height: 40px;
}
body.green #wrap .header #project-logo {
  height: 40px;
  margin-left: 20px;
}
body.green #wrap .header #background-process {
  z-index: 3000;
  position: absolute;
  top: 0;
  right: 255px;
  font-size: 9pt;
  width: 300px;
  min-height: 30px;
  max-height: 30px;
  padding: 5px 10px 5px 10px;
  background: #f5f5f5;
  overflow: hidden;
  color: #343d36;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}
body.green #wrap .header #background-process .process {
  width: 270px;
  background: #343d36;
  height: 8px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 4px;
  margin-bottom: 15px;
}
body.green #wrap .header #background-process .process > .bar {
  width: 50%;
  background: #5b990f;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.green #wrap .header #background-process .close-all p {
  text-align: right;
  margin-right: 5px;
}
body.green #wrap .header #background-process .close-all a {
  color: #343d36;
}
body.green #wrap .header #background-process .close-all a:hover {
  color: #5b990f;
}
body.green #wrap .header #background-process > i,
body.green #wrap .header #background-process .sub-process > i,
body.green #wrap .header #background-process .sub-process > a > i {
  position: absolute;
  top: 14px;
  right: 0;
  width: 40px;
  height: 15px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
body.green #wrap .header #background-process > i:hover,
body.green #wrap .header #background-process .sub-process > i:hover,
body.green #wrap .header #background-process .sub-process > a > i:hover,
body.green #wrap .header #background-process > i.active,
body.green #wrap .header #background-process .sub-process > i.active,
body.green #wrap .header #background-process .sub-process > a > i.active {
  color: #5b990f;
}
body.green #wrap .header #background-process > i.fa-check,
body.green #wrap .header #background-process .sub-process > i.fa-check,
body.green #wrap .header #background-process .sub-process > a > i.fa-check {
  color: green;
}
body.green #wrap .header #background-process .sub-process {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}
body.green #wrap .header #background-process .sub-process .process {
  margin-bottom: 4px;
}
body.green #wrap .header #background-process .sub-process > p {
  text-align: left;
  width: 270px;
}
body.green #wrap .header #background-process .sub-process > b {
  font-weight: 700;
  font-size: 8pt;
}
body.green #wrap .header #background-process .sub-process > b > a {
  color: #5b990f;
}
body.green #wrap .header #background-process .sub-process > i,
body.green #wrap .header #background-process .sub-process > a > i {
  cursor: pointer;
  right: -10px;
}
body.green #wrap .header #background-process .sub-process > i:hover,
body.green #wrap .header #background-process .sub-process > a > i:hover {
  color: #343d36;
}
body.green #wrap .header #background-process .sub-process > i.fa-cog,
body.green #wrap .header #background-process .sub-process > a > i.fa-cog {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
body.green #wrap .header #background-process .sub-process > i.fa-check,
body.green #wrap .header #background-process .sub-process > a > i.fa-check {
  color: green;
}
body.green #wrap .header #background-process .sub-process a {
  color: #343d36;
}
body.green #wrap .header #background-process .sub-process a:hover {
  color: #5b990f;
}
body.green #wrap .header #background-process > p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  color: #343d36;
  width: 270px;
}
body.green #wrap .header #background-process > p > i {
  width: 13px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #5b990f;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
body.green #wrap .header #background-process > p > span {
  margin-left: 5px;
  font-weight: 700;
  font-size: 8pt;
  color: #5b990f;
}
body.green #wrap .header #user-box {
  position: relative;
  top: 0;
  min-width: 225px;
  height: 40px;
  font-size: 9pt;
  padding: 0 0 0 10px;
  background: #f5f5f5;
  color: #343d36;
  margin: 0 10px;
}
body.green #wrap .header #user-box > p {
  min-width: 175px;
  padding: 3px 50px 0 0;
  margin: 0 0 2px 0;
  text-align: right;
}
body.green #wrap .header #user-box a {
  display: inline-block;
  cursor: pointer;
  color: #343d36;
}
body.green #wrap .header #user-box a:first-of-type {
  margin-right: 10px;
}
body.green #wrap .header #user-box a:hover {
  color: #5b990f;
}
body.green #wrap .header #user-box > img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40px;
  max-height: 40px;
}
body.green #wrap .box {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  background: white;
  margin: 10px 10px 0 0;
  overflow: hidden;
  transition: width 0.2s;
}
body.green #wrap .box:last-of-type {
  margin-right: 0;
}
body.green #wrap .sidebar {
  position: fixed;
  top: 70px;
  left: 20px;
  background: white;
}
body.green #wrap .sidebar.fixed {
  top: 0;
}
body.green #wrap .sidebar-wrap {
  overflow: visible;
  z-index: 2;
}
body.green #wrap .sidebar-wrap.extended {
  width: 250px;
}
body.green #wrap .sidebar-wrap.extended > div {
  width: 250px;
}
body.green #wrap .sidebar-wrap.short {
  width: 48px;
}
body.green #wrap .sidebar-wrap.short > div {
  width: 48px;
}
body.green #wrap .sidebar-wrap.short > div > ul > li.second-level {
  height: 35px !important;
}
body.green #wrap .sidebar-wrap.short > div > ul > li:hover ul {
  position: fixed;
  top: 130px;
  left: 68px;
  width: 155px;
  z-index: 1;
  -webkit-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
}
body.green #wrap .sidebar-wrap.short > div > ul > li:hover ul > li {
  background: white;
  padding-left: 10px;
}
body.green #wrap .sidebar-wrap.short > div > ul > li:hover ul > li:hover {
  background: #f5f5f5;
}
body.green #wrap .sidebar-wrap .sidebar {
  overflow: hidden;
}
body.green #wrap .sidebar-wrap .sidebar .short li.second-level:hover,
body.green #wrap .sidebar-wrap .sidebar .short li.second-level.active {
  min-height: 15px;
  height: auto;
}
body.green #wrap .sidebar-wrap .sidebar ul {
  width: 250px;
  margin-bottom: 45px;
}
body.green #wrap .sidebar-wrap .sidebar ul.bottom {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
}
body.green #wrap .sidebar-wrap .sidebar ul > li {
  position: relative;
  top: 0;
  left: 0;
  color: #5b990f;
  font-weight: 400;
  height: 35px;
  overflow: hidden;
  padding: 0 15px 0 0;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.highlight {
  background: #5b990f !important;
  color: white;
  cursor: default;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.highlight > a {
  color: white;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.highlight > a b {
  text-overflow: ellipsis;
  width: 75%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.highlight:hover {
  background: #5b990f;
  cursor: default;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input {
  padding: 5px 15px 5px 0;
  height: 25px;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input input {
  border: 1px solid white;
  width: 170px;
  height: 12px;
  color: white;
  padding: 5px;
  background: #5b990f;
  outline: none;
  font-size: 8.5pt;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input input ::-webkit-input-placeholder {
  color: white;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input input :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input input ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.input input :-ms-input-placeholder {
  color: white;
}
body.green #wrap .sidebar-wrap .sidebar ul > li.second-level.active {
  min-height: 15px;
  height: auto;
}
body.green #wrap .sidebar-wrap .sidebar ul > li:hover,
body.green #wrap .sidebar-wrap .sidebar ul > li.active {
  background: #f5f5f5;
  font-weight: 700;
  cursor: pointer;
}
body.green #wrap .sidebar-wrap .sidebar ul > li a {
  color: #5b990f;
  padding: 10px 0 10px 0;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
body.green #wrap .sidebar-wrap .sidebar ul > li i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin: 0 13px 0 15px;
  float: left;
}
body.green #wrap .sidebar-wrap .sidebar ul > li i.right-fa {
  position: absolute;
  left: 220px;
  top: 11px;
  margin: 0;
  font-size: 12px;
}
body.green #wrap .sidebar-wrap .sidebar ul > li ul {
  margin-bottom: 0;
}
body.green #wrap .sidebar-wrap .sidebar ul > li ul > li {
  padding-left: 48px;
}
body.green #wrap .sidebar-wrap .sidebar ul > li ul > li > a {
  display: block;
}
body.green #wrap .content-wrap {
  min-height: 420px;
  color: #343d36;
  margin-bottom: 15px;
}
body.green #wrap .content-wrap.login {
  width: 100%;
  max-width: 730px;
}
body.green #wrap .content-wrap.login .center-this {
  width: fit-content;
}
body.green #wrap .content-wrap.login .center-this input[type="email"],
body.green #wrap .content-wrap.login .center-this input[type="password"],
body.green #wrap .content-wrap.login .center-this input[type="submit"] {
  width: 210px;
  margin: 0 3px 10px;
  padding: 5px;
  box-sizing: content-box;
  height: 12px;
}
body.green #wrap .content-wrap.login .center-this p.error {
  margin-left: 3px;
}
body.green #wrap .content-wrap.login .center-this label {
  margin-bottom: 10px;
  display: inline-block;
}
body.green #wrap .content-wrap.login .ip-ok {
  color: green;
}
body.green #wrap .content-wrap.login .ip-warning {
  background: #f5d5d5;
  padding: 5px;
  border: 1px solid darkred;
  margin-bottom: 10px;
}
body.green #wrap .content-wrap.login .ip-warning strong {
  color: darkred;
}
body.green #wrap .content-wrap.login form.confirmation button {
  margin: 3px 3px 3px 0;
  height: 24px;
}
body.green #wrap .content-wrap.detail {
  min-width: 850px;
}
body.green #wrap .content-wrap.extended {
  width: 1050px;
}
body.green #wrap .content-wrap.short .guide input {
  margin: 0 -9px 5px 12px !important;
}
body.green #wrap .content-wrap.short .breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
}
body.green #wrap .content-wrap.short .expander {
  display: block;
}
body.green #wrap .content-wrap.left .expander {
  left: 0 !important;
}
body.green #wrap .content-wrap .expander,
body.green #wrap .content-wrap .receipt-view-expander {
  width: 8px;
  background: #5b990f;
  text-align: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  cursor: ew-resize;
  color: white;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.green #wrap .content-wrap .expander.left,
body.green #wrap .content-wrap .receipt-view-expander.left {
  left: 0 !important;
}
body.green #wrap .content-wrap .expander > i,
body.green #wrap .content-wrap .receipt-view-expander > i {
  margin: -10px 0 0 0;
  position: relative;
  top: 50%;
  left: 0;
  font-size: 10px;
}
body.green #wrap .content-wrap .expander:hover,
body.green #wrap .content-wrap .receipt-view-expander:hover {
  opacity: 1;
}
body.green #wrap .content-wrap .center-this {
  margin: auto;
  width: 755px;
}
body.green .ui-tooltip {
  padding: 4px 12px;
  position: absolute;
  z-index: 9999;
  display: inline-block;
  background: #343d36;
  color: white;
  font-size: 8pt;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.green .search-row:nth-last-child(3) {
  display: inline-block;
}
body.green .search-row-button {
  margin-left: 3px;
  vertical-align: top;
}
body.green .search-row-button + button {
  display: block;
}
body.blue {
  background: #424b55;
}
body.blue textarea {
  border: 1px solid #424b55;
  background: #f5f5f5;
}
body.blue textarea:focus {
  border: 1px solid #5285b8 !important;
}
body.blue .shadow {
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body.blue .no-pd {
  padding: 0 !important;
  height: auto !important;
}
body.blue .block {
  display: block;
}
body.blue label {
  cursor: pointer;
  vertical-align: baseline;
}
body.blue label > input,
body.blue label > select {
  vertical-align: baseline !important;
}
body.blue .relative {
  position: relative;
  top: 0;
  left: 0;
}
body.blue .ui-helper-hidden-accessible {
  display: none;
}
body.blue .editable-input {
  display: none;
}
body.blue #garbage-container {
  display: none;
}
body.blue button {
  border: none;
  background: transparent;
  padding: 0;
  width: auto;
}
body.blue button:not(.unstyled) {
  background: #424b55;
  color: white;
  min-width: 123px;
  font-weight: 400;
  text-align: left;
  font-size: 9pt;
  padding: 2px 10px 4px 10px;
  cursor: pointer;
}
body.blue button:not(.unstyled)[type="submit"] {
  margin-left: 3px;
  text-align: center;
}
body.blue button:not(.unstyled) > span,
body.blue button:not(.unstyled) > i {
  margin-top: 2px;
  display: inline-block;
}
body.blue button:not(.unstyled) i {
  margin-right: 9px;
}
body.blue button:not(.unstyled) i:not(.fa-lg) {
  font-size: 14px !important;
}
body.blue button:not(.unstyled):hover,
body.blue button:not(.unstyled):focus {
  color: white !important;
  background: #5285b8 !important;
}
body.blue button:not(.unstyled):disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}
body.blue button:not(.unstyled):disabled:hover {
  background: #424b55;
}
body.blue button:not(.unstyled).action-active {
  color: #62a710 !important;
  text-align: center;
}
body.blue button:not(.unstyled).action-complete {
  color: #5285b8 !important;
  text-align: center;
}
body.blue button:not(.unstyled).action-active i,
body.blue button:not(.unstyled).action-complete i {
  float: none !important;
}
body.blue .guide button:not(.unstyled) {
  width: 182px;
}
body.blue .guide button:not(.unstyled).short-btn {
  width: auto;
  min-width: 120px;
}
body.blue .guide.sbtn button {
  min-width: 120px;
  width: auto;
}
body.blue .guide.lgbtn button {
  width: 210px;
  min-height: 30px;
  text-align: left;
}
body.blue thead button:hover {
  color: #5285b8;
  background: #f5f5f5;
}
body.blue select {
  max-width: 350px;
}
body.blue .btn {
  background: #424b55;
  border: none;
  color: white;
  width: auto;
  min-width: 125px;
  font-weight: 400;
  text-align: left;
  padding: 5px 10px 5px 10px;
  font-size: 9pt;
  cursor: pointer;
}
body.blue .btn > i {
  margin-right: 9px;
  font-size: 14px !important;
}
body.blue .btn:hover {
  color: white;
  background: #5285b8;
}
body.blue .row-retransfer {
  background: rgba(82, 133, 184, 0.4) !important;
}
body.blue .transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.blue .placeholder ::-webkit-input-placeholder {
  color: #424b55;
}
body.blue .placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #424b55;
}
body.blue .placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #424b55;
}
body.blue .placeholder :-ms-input-placeholder {
  color: #424b55;
}
body.blue footer {
  position: relative;
  clear: both;
  left: 0;
  top: 0;
  color: white;
  font-size: 9pt;
  margin: 10px 0 10px 20px;
}
body.blue footer > a {
  color: white;
}
body.blue footer > a:hover {
  color: #5285b8;
}
body.blue .head {
  height: 35px;
  color: #5285b8;
}
body.blue .head .control-elements {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.blue .breadcrumbs {
  padding: 10px 60px 0 15px;
  color: #5285b8;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.blue .breadcrumbs:nth-of-type(1) {
  font-weight: 600;
}
body.blue .control-elements a {
  color: #5285b8;
  margin: 0 5px 0 0;
}
body.blue .control-elements a > i {
  font-size: 14px;
  cursor: pointer;
}
body.blue #payments-result {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 35px;
}
body.blue #payments-result > div {
  position: relative;
  top: 0;
  left: 0;
}
body.blue .pdf-page-canvas {
  margin: 12px auto;
}
body.blue .pdf-container .pdf-loading {
  font-size: 3em;
  text-align: center;
  padding: 1em;
}
body.blue .pdf-container > div {
  overflow: auto;
}
body.blue .receipt-entry-data:not(:first-of-type) {
  margin-top: 15px;
}
body.blue .entry-screen-step > .entry-step-data:not(:first-of-type) {
  margin-top: 15px;
}
body.blue .content li {
  list-style-type: circle;
}
body.blue .content h1 {
  margin: 15px 0 0 15px;
  color: #5285b8;
  clear: both;
}
body.blue .content h2 {
  margin: 15px 0 5px 0;
  color: #5285b8;
  clear: both;
}
body.blue .content h4 {
  margin: 15px 0 5px 0;
  color: #424b55;
  clear: both;
}
body.blue .content a {
  color: #424b55;
  text-decoration: none;
}
body.blue .content a:hover {
  color: #5285b8;
}
body.blue .content label > input[type="radio"],
body.blue .content label > input[type="checkbox"] {
  position: relative;
  top: 1px;
}
body.blue .content label:has(> input[type="radio"]) ~ input[name$="[input]"] {
  margin-top: 3px;
  /* for additional space inside editable select fields rendered as radio buttons */
}
body.blue .content .col-5 {
  float: left;
  width: 50%;
}
body.blue .content .col-5 > .img-wrap {
  width: 100%;
  overflow: hidden;
}
body.blue .content .col-5 > .img-wrap > img {
  max-width: 100%;
}
body.blue .content .col-5 .imgform > .receipt-settings-container {
  width: 100%;
  float: left;
  background: #5285b8;
  padding: 5px 15px;
  box-sizing: border-box;
  color: white;
}
body.blue .content .col-5 .imgform > .receipt-settings-container input[type="radio"] {
  margin: 2px 0 0 0;
  float: left;
}
body.blue .content .col-5 .imgform > .receipt-settings-container label {
  float: left;
  margin-left: 5px;
}
body.blue .content > .btn {
  margin-left: 15px;
}
body.blue .content button.multiline > i {
  float: left;
}
body.blue .content button.multiline > span {
  display: block;
  padding-left: 24px;
}
body.blue .content button.fullspan {
  width: 100%;
}
body.blue .content .pagination {
  width: 100%;
  height: 35px;
  background: #f5f5f5;
}
body.blue .content .pagination ul {
  width: 100%;
}
body.blue .content .pagination ul li {
  list-style-type: none;
  float: left;
}
body.blue .content .pagination ul li.active {
  background: #5285b8;
  color: white;
}
body.blue .content .pagination ul li.active span {
  color: white;
  cursor: default;
}
body.blue .content .pagination ul li span {
  cursor: pointer;
  width: 35px;
  text-align: center;
  height: 25px;
  padding: 10px 0 0 0;
  display: block;
  color: #424b55;
}
body.blue .content .pagination ul li span:hover {
  background: #5285b8;
  color: white;
}
body.blue .content .pagination ul li.refresh {
  float: right;
}
body.blue .content .pagination ul li.refresh span {
  width: 160px;
}
body.blue .content .leftovers {
  position: absolute;
  top: -29px;
  right: 15px;
}
body.blue .content .leftovers select {
  border: 1px solid #424b55;
  width: 182px;
  height: 24px;
  color: #424b55;
  background: #f5f5f5;
  outline: none;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
}
body.blue .content .guide {
  background: #f5f5f5;
  width: 100%;
  padding: 15px 15px 15px 15px;
  min-height: 5px;
  box-sizing: border-box;
}
body.blue .content .guide.guide-red {
  background-color: #f00;
  color: white;
}
body.blue .content .guide.guide-green {
  background-color: #62a710;
  color: white;
}
body.blue .content .guide.guide-orange {
  background-color: #f5aa00;
  color: white;
}
body.blue .content .guide.guide-medium-icon i {
  font-size: 18px;
}
body.blue .content .guide.guide-low-padding {
  padding: 8px;
}
body.blue .content .guide .offset-fields {
  margin-top: 10px;
  clear: both;
}
body.blue .content .guide p {
  margin-bottom: 10px;
}
body.blue .content .guide .info,
body.blue .content .guide .info-small {
  overflow: hidden;
}
body.blue .content .guide .info > i,
body.blue .content .guide .info-small > i {
  margin-right: 20px;
  float: left;
}
body.blue .content .guide .info > p,
body.blue .content .guide .info-small > p {
  margin: 2px 0 0 0;
}
body.blue .content .guide .info button,
body.blue .content .guide .info-small button,
body.blue .content .guide .info .btn,
body.blue .content .guide .info-small .btn {
  color: white !important;
  margin-top: 3px;
  margin-right: 3px;
  display: inline-block;
}
body.blue .content .guide .info > i {
  font-size: 63px;
}
body.blue .content .guide select {
  border: 1px solid #424b55;
  width: 182px;
  height: 24px;
  color: #424b55;
  background: #f5f5f5;
  outline: none;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
}
body.blue .content .guide select:focus {
  border: 1px solid #5285b8;
}
body.blue .content .guide input,
body.blue .content .guide .input-wrapper {
  border: 1px solid #424b55;
  width: 170px;
  color: #424b55;
  padding: 5px;
  background: #f5f5f5;
  margin: 0 0 5px 3px;
  font-size: 8.5pt;
  vertical-align: top;
}
body.blue .content .guide .input-wrapper {
  display: inline-block;
}
body.blue .content .guide .input-wrapper span.label {
  line-height: normal;
  display: inline-block;
  margin-bottom: 2px;
  color: #757575;
}
body.blue .content .guide .input-wrapper > input[name$="[input]"] {
  border: 0 none !important;
  margin-left: -5px;
  margin-bottom: -5px;
}
body.blue .content .guide input {
  height: 12px;
}
body.blue .content .guide input[type="text"],
body.blue .content .guide input[type="email"],
body.blue .content .guide input[type="password"],
body.blue .content .guide input[type="number"],
body.blue .content .guide input[type="date"],
body.blue .content .guide input[type="time"] {
  outline: none;
}
body.blue .content .guide input[type="text"]:focus,
body.blue .content .guide input[type="email"]:focus,
body.blue .content .guide input[type="password"]:focus,
body.blue .content .guide input[type="number"]:focus,
body.blue .content .guide input[type="date"]:focus,
body.blue .content .guide input[type="time"]:focus {
  border: 1px solid #5285b8;
  color: #5285b8;
}
body.blue .content .guide input[type="text"]:focus ::-webkit-input-placeholder,
body.blue .content .guide input[type="email"]:focus ::-webkit-input-placeholder,
body.blue .content .guide input[type="password"]:focus ::-webkit-input-placeholder,
body.blue .content .guide input[type="number"]:focus ::-webkit-input-placeholder,
body.blue .content .guide input[type="date"]:focus ::-webkit-input-placeholder,
body.blue .content .guide input[type="time"]:focus ::-webkit-input-placeholder {
  color: #5285b8;
}
body.blue .content .guide input[type="text"]:focus :-moz-placeholder,
body.blue .content .guide input[type="email"]:focus :-moz-placeholder,
body.blue .content .guide input[type="password"]:focus :-moz-placeholder,
body.blue .content .guide input[type="number"]:focus :-moz-placeholder,
body.blue .content .guide input[type="date"]:focus :-moz-placeholder,
body.blue .content .guide input[type="time"]:focus :-moz-placeholder {
  /* Firefox 18- */
  color: #5285b8;
}
body.blue .content .guide input[type="text"]:focus ::-moz-placeholder,
body.blue .content .guide input[type="email"]:focus ::-moz-placeholder,
body.blue .content .guide input[type="password"]:focus ::-moz-placeholder,
body.blue .content .guide input[type="number"]:focus ::-moz-placeholder,
body.blue .content .guide input[type="date"]:focus ::-moz-placeholder,
body.blue .content .guide input[type="time"]:focus ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5285b8;
}
body.blue .content .guide input[type="text"]:focus :-ms-input-placeholder,
body.blue .content .guide input[type="email"]:focus :-ms-input-placeholder,
body.blue .content .guide input[type="password"]:focus :-ms-input-placeholder,
body.blue .content .guide input[type="number"]:focus :-ms-input-placeholder,
body.blue .content .guide input[type="date"]:focus :-ms-input-placeholder,
body.blue .content .guide input[type="time"]:focus :-ms-input-placeholder {
  color: #5285b8;
}
body.blue .content .guide input[type="text"].double,
body.blue .content .guide input[type="email"].double,
body.blue .content .guide input[type="password"].double,
body.blue .content .guide input[type="number"].double,
body.blue .content .guide input[type="date"].double,
body.blue .content .guide input[type="time"].double {
  width: 355px;
}
body.blue .content .guide input[type="file"] {
  padding: 2px;
  height: 18px;
  width: 350px;
}
body.blue .content .guide input[type="checkbox"],
body.blue .content .guide input[type="radio"] {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 0;
  padding: 0;
}
body.blue .content .guide input[type="number"] {
  padding: 4px 5px 6px 5px;
}
body.blue .content .guide input[type="submit"] {
  height: 24px;
  width: 182px;
  background: #424b55;
  color: #f5f5f5;
  cursor: pointer;
  padding: 4px 5px 4px 5px;
}
body.blue .content .guide input[type="submit"]:hover {
  background: #5285b8;
  color: white;
  border: 1px solid #5285b8;
}
body.blue .content .guide input[disabled] {
  background-color: #ddd;
}
body.blue .content .guide input ::-webkit-input-placeholder {
  color: #424b55;
}
body.blue .content .guide input :-moz-placeholder {
  /* Firefox 18- */
  color: #424b55;
}
body.blue .content .guide input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #424b55;
}
body.blue .content .guide input :-ms-input-placeholder {
  color: #424b55;
}
body.blue .content .guide .align-input > input:first-child {
  margin-left: 0;
}
body.blue .content .guide ul {
  margin-left: 20px;
}
body.blue .content .overview {
  width: 100%;
  overflow: hidden;
  clear: both;
}
body.blue .content .overview > ul {
  width: 100%;
  margin-bottom: 10px;
}
body.blue .content .overview > ul > li {
  float: left;
  width: 50%;
  color: #5285b8;
  display: block;
  overflow: hidden;
  height: 70px;
}
body.blue .content .overview > ul > li:nth-of-type(4n-2) {
  background: #f5f5f5;
}
body.blue .content .overview > ul > li:nth-of-type(4n-1) {
  background: #f5f5f5;
}
body.blue .content .overview > ul > li .img-a {
  margin: 0 18px 0 15px;
  height: 70px;
  width: 87px;
  vertical-align: middle;
  display: inline-block;
}
body.blue .content .overview > ul > li > a {
  float: left;
  font-size: 9pt;
  margin: 0 18px 0 0;
}
body.blue .content .overview > ul > li > a > img {
  max-width: 87px;
  max-height: 50px;
  margin-top: 10px;
}
body.blue .content .overview > ul > li > b {
  display: block;
  margin-top: 12px;
}
body.blue .content .overview > ul > li > b > a {
  color: #5285b8;
}
body.blue .content .overview > ul > li > b > a:hover {
  color: #424b55;
}
body.blue .content .overview > ul > li > b + p {
  margin-bottom: 5px;
  font-size: 0.95em;
}
body.blue .content .overview > ul > li > a {
  color: #5285b8;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}
body.blue .content .overview > ul > li > a > i {
  margin-right: 3px;
}
body.blue .content .overview > ul > li:hover,
body.blue .content .overview > ul > li.active {
  background: #5285b8;
  color: white;
}
body.blue .content .overview > ul > li:hover > b > a,
body.blue .content .overview > ul > li.active > b > a {
  color: white;
}
body.blue .content .overview > ul > li:hover > a,
body.blue .content .overview > ul > li.active > a {
  color: white;
  display: inline-block;
}
body.blue .content .overview > ul > li:hover > a:hover,
body.blue .content .overview > ul > li.active > a:hover {
  color: #424b55;
}
body.blue .content h1.participations-overview {
  float: left;
}
body.blue .content h1.participations-overview ~ a.template-dispatch {
  margin: 15px 15px 0 0;
  float: right;
}
body.blue .content h1.participations-overview ~ a.template-dispatch + a.template-dispatch {
  margin-right: 3px;
}
body.blue .content .comment-wrap {
  width: 100%;
  overflow: hidden;
}
body.blue .content .comment-wrap .comments {
  width: 50%;
  float: left;
}
body.blue .content .comment-wrap .comments > div {
  margin-bottom: 10px;
}
body.blue .content .comment-wrap .comments > div > div {
  margin: 0 0 10px 15px;
  overflow: hidden;
}
body.blue .content .comment-wrap .comments > div > div > img {
  float: left;
  margin-right: 5px;
  max-width: 22px;
  max-height: 22px;
}
body.blue .content .comment-wrap .comments > div > div > p {
  margin-top: 3px;
  font-weight: 500;
}
body.blue .content .comment-wrap .comments > div > div > p > a {
  font-weight: 500;
  cursor: pointer;
}
body.blue .content .comment-wrap .comments > div > div > p > a:hover {
  color: #5285b8;
}
body.blue .content .comment-wrap .comments > div > p {
  clear: both;
  margin-left: 15px;
}
body.blue .content .comment-wrap .write {
  float: left;
  width: 50%;
  height: 100%;
}
body.blue .content .comment-wrap .write textarea {
  outline: none;
  min-width: 372px;
  width: 90%;
  padding: 10px;
  height: 100px;
  margin-left: 15px;
  border: 1px solid #424b55;
}
body.blue .content .comment-wrap .write textarea ::-webkit-input-placeholder {
  color: #424b55;
}
body.blue .content .comment-wrap .write textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #424b55;
}
body.blue .content .comment-wrap .write textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #424b55;
}
body.blue .content .comment-wrap .write textarea :-ms-input-placeholder {
  color: #424b55;
}
body.blue .content .comment-wrap .write button {
  margin-left: 15px;
}
body.blue .content table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
body.blue .content table button[type="submit"] {
  text-align: left;
}
body.blue .content table button.action-active {
  color: #62a710 !important;
  text-align: center;
}
body.blue .content table button.action-complete {
  color: #5285b8 !important;
  text-align: center;
}
body.blue .content table .in-table-img {
  float: left;
  max-width: 32px;
  max-height: 32px;
}
body.blue .content table .in-table-img-span {
  margin: 8px 0 0 5px;
  float: left;
}
body.blue .content table.base-data tr td:nth-of-type(odd) {
  font-weight: 700;
}
body.blue .content table.matching > tbody > tr:nth-child(3n):not(:last-child) {
  background: #c3d3e3;
}
body.blue .content table.matching > tbody > tr:nth-child(3n):not(:last-child) > td {
  height: 3px;
}
body.blue .content table.matching > tbody > tr:nth-child(6n+1),
body.blue .content table.matching > tbody > tr:nth-child(6n+2) {
  background: white !important;
}
body.blue .content table.matching > tbody > tr:nth-child(6n+4),
body.blue .content table.matching > tbody > tr:nth-child(6n+5) {
  background: #f5f5f5 !important;
}
body.blue .content table.matching-table {
  table-layout: fixed;
}
body.blue .content table.matching-table tr > td {
  overflow-wrap: break-word;
}
body.blue .content table.matching-table tr > td input[type="radio"]:checked + label {
  background: #5285b8;
  color: white;
}
body.blue .content table.matching-table tr > td label {
  width: 100%;
  display: block;
  padding: 6px 3px;
  margin: 0 3px;
}
body.blue .content table.matching-table th:nth-of-type(2),
body.blue .content table.matching-table th:nth-of-type(3) {
  width: 40%;
}
body.blue .content table.matching-table th > span {
  margin-left: 15px;
  cursor: pointer;
  white-space: nowrap;
}
body.blue .content table.matching-table th > span:hover {
  font-weight: bold;
}
body.blue .content table.matching-table .matching-radio-left,
body.blue .content table.matching-table .matching-radio-right {
  display: none;
}
body.blue .content table.matching-table tr.blind {
  background: #c3d3e3;
}
body.blue .content table.matching-table tr.blind > td {
  height: 3px;
}
body.blue .content table.matching-table tr.blind + tr.blind {
  display: none;
}
body.blue .content table.first-col-caption > tbody > tr > th:first-of-type {
  font-weight: bold;
  width: 140px;
}
body.blue .content table.first-col-caption > tbody > tr > td:first-of-type {
  padding-right: 6px;
}
body.blue .content table.first-col-caption > tbody > tr > td:first-of-type button {
  margin-left: 0 !important;
}
body.blue .content table.first-col-caption > tbody > tr > td:first-of-type a.glue {
  padding-bottom: 0;
}
body.blue .content table.first-col-caption > tbody > tr > td:first-of-type a.glue + a.glue {
  padding-top: 0;
}
body.blue .content table.first-col-caption > tbody > tr > td:first-of-type a.glue.last {
  padding-bottom: 6px;
}
body.blue .content table.first-col-caption > tbody > tr:nth-of-type(odd) > td:first-of-type {
  background-color: #c3d3e3;
}
body.blue .content table.first-col-caption > tbody > tr:nth-of-type(even) > td:first-of-type {
  background-color: #cadaea;
}
body.blue .content table.first-col-caption > tbody > tr td:nth-of-type(2),
body.blue .content table.first-col-caption > tbody > tr th:nth-of-type(2) {
  padding-left: 6px;
}
body.blue .content table.participation-data tr > td {
  min-width: 70px;
}
body.blue .content table.participation-data tr > td:first-of-type {
  padding: 5px 5px 5px 15px;
}
body.blue .content table.participation-data tr > td:nth-of-type(odd) {
  font-weight: 700;
}
body.blue .content table.participation-data tr > td:nth-of-type(even) {
  word-break: break-word;
}
body.blue .content table.last-right tr td:last-of-type {
  width: 125px;
}
body.blue .content table.last-left tr td:first-of-type {
  width: 125px;
}
body.blue .content table.single-button tr td:last-of-type {
  width: 160px;
}
body.blue .content table.single-button tr td:last-of-type a {
  padding-top: 0;
  display: inline-block;
}
body.blue .content table.single-button tr td:last-of-type button {
  margin-left: 0;
  text-align: left;
}
body.blue .content table.full-button tr td:last-of-type button {
  width: 100%;
}
body.blue .content table.double-button tr td:last-of-type {
  width: 260px;
}
body.blue .content table.double-button tr td:last-of-type a {
  padding-top: 0;
  display: inline-block;
}
body.blue .content table.double-button tr td:last-of-type button {
  margin-left: 0;
  text-align: left;
}
body.blue .content table th {
  font-weight: 400;
  padding: 5px;
}
body.blue .content table tr td,
body.blue .content table tr th {
  padding: 3px;
}
body.blue .content table tr td:first-of-type,
body.blue .content table tr th:first-of-type {
  padding-left: 15px;
}
body.blue .content table tr td:last-of-type,
body.blue .content table tr th:last-of-type {
  padding-right: 15px;
}
body.blue .content table tr td {
  height: 35px;
}
body.blue .content table tr td.squeeze {
  width: 1px;
  white-space: nowrap;
}
body.blue .content table tr:hover td > a {
  color: #5285b8;
}
body.blue .content table thead > tr {
  height: 35px;
  text-align: left;
}
body.blue .content table thead > tr > th {
  background: #5285b8;
  color: white;
}
body.blue .content table thead > tr > th > a {
  font-weight: 400;
  color: white;
  margin-right: 5px;
}
body.blue .content table thead > tr > th > a:hover {
  color: white;
  font-weight: 700;
}
body.blue .content table > tbody > tr {
  /*> td > a {
          display: block;
          min-height: 35-18px;
          padding-top: 9-3px;
          padding-bottom: 9-3px;
        }*/
}
body.blue .content table > tbody > tr > td > a.fullspan {
  display: inline-block;
  width: 100%;
}
body.blue .content table > tbody > tr:nth-of-type(odd) {
  background: #f5f5f5;
}
body.blue .content table > tbody > tr:nth-of-type(even) {
  background: white;
}
body.blue .content table > tbody > tr:hover {
  color: #5285b8;
}
body.blue .content table > tbody > tr.template-dispatch-row > td > a {
  display: inline;
}
body.blue .content table.message-table tr td:first-child {
  width: 1.2em;
  text-align: center;
  padding-right: 12px;
}
body.blue .content table.message-table tr td:last-child {
  width: max(7em, 8vw);
}
body.blue .content table.message-table tr.debug {
  color: rgba(0, 0, 0, 0.7);
}
body.blue .content table.message-table tr.info i.fa {
  color: #078c1b;
}
body.blue .content table.message-table tr.notice i.fa {
  color: #0088bc;
}
body.blue .content table.message-table tr.warn i.fa {
  color: #ffaf00;
}
body.blue .content table.message-table tr.alert,
body.blue .content table.message-table tr.emerg {
  color: #b80000;
}
body.blue .content table.message-table tr.alert i.fa,
body.blue .content table.message-table tr.emerg i.fa {
  color: #ff0000;
}
body.blue .content table.message-table tr.emerg {
  font-weight: bold;
}
body.blue .content table.message-table tr.emerg i.fa {
  color: #b80000;
}
body.blue .inbox-preloader {
  font-size: 75px;
  color: #5285b8;
  position: relative;
  width: 100%;
  height: 100px;
  display: block !important;
  top: 50%;
  left: 0;
  z-index: 99;
}
body.blue .inbox-preloader > i {
  font-size: 75px;
  color: #5285b8;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.blue .preloader {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #424b55;
}
body.blue .preloader > img {
  margin: 20px 0 0 20px;
}
body.blue .preloader > i {
  font-size: 75px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.blue i.preload,
body.blue span.preload {
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite;
}
body.blue .level > .inbox-preloader {
  margin-top: 1em;
}
body.blue #overlay-wrap {
  position: fixed;
  z-index: 999999;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
body.blue #overlay-wrap #overlay {
  display: flex;
  flex-flow: column nowrap;
  width: 30%;
  min-width: 400px;
  min-height: 20vh;
  max-height: 80vh;
  background: white;
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body.blue #overlay-wrap #overlay .header {
  display: flex;
  justify-content: space-between;
}
body.blue #overlay-wrap #overlay .header .control-elements {
  padding: 10px;
}
body.blue #overlay-wrap #overlay .guide {
  padding-left: 30px;
  overflow: auto;
  flex-grow: 2;
}
body.blue #overlay-wrap #overlay button.close {
  text-align: center;
  float: right;
  margin: 10px;
}
body.blue #wrap {
  display: block;
  min-width: 850px;
  padding: 20px 10px 20px 20px;
}
body.blue #wrap.login {
  min-width: auto;
  padding: 20px;
}
body.blue #wrap .header {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
}
body.blue #wrap .header > img {
  float: left;
}
body.blue #wrap .header > div {
  float: right;
}
body.blue #wrap .header #password-reset-reminder {
  position: absolute;
  top: 0;
  right: 585px;
  width: 330px;
  min-height: 30px;
  max-height: 30px;
  padding: 5px 10px 5px 10px;
  background: #f5f5f5;
  overflow: hidden;
  color: #424b55;
}
body.blue #wrap .header #password-reset-reminder > i {
  color: red;
  float: left;
  margin-top: 4px;
  margin-right: 12px;
}
body.blue #wrap .header #logo {
  height: 40px;
}
body.blue #wrap .header #project-logo {
  height: 40px;
  margin-left: 20px;
}
body.blue #wrap .header #background-process {
  z-index: 3000;
  position: absolute;
  top: 0;
  right: 255px;
  font-size: 9pt;
  width: 300px;
  min-height: 30px;
  max-height: 30px;
  padding: 5px 10px 5px 10px;
  background: #f5f5f5;
  overflow: hidden;
  color: #424b55;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}
body.blue #wrap .header #background-process .process {
  width: 270px;
  background: #424b55;
  height: 8px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 4px;
  margin-bottom: 15px;
}
body.blue #wrap .header #background-process .process > .bar {
  width: 50%;
  background: #5285b8;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.blue #wrap .header #background-process .close-all p {
  text-align: right;
  margin-right: 5px;
}
body.blue #wrap .header #background-process .close-all a {
  color: #424b55;
}
body.blue #wrap .header #background-process .close-all a:hover {
  color: #5285b8;
}
body.blue #wrap .header #background-process > i,
body.blue #wrap .header #background-process .sub-process > i,
body.blue #wrap .header #background-process .sub-process > a > i {
  position: absolute;
  top: 14px;
  right: 0;
  width: 40px;
  height: 15px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
body.blue #wrap .header #background-process > i:hover,
body.blue #wrap .header #background-process .sub-process > i:hover,
body.blue #wrap .header #background-process .sub-process > a > i:hover,
body.blue #wrap .header #background-process > i.active,
body.blue #wrap .header #background-process .sub-process > i.active,
body.blue #wrap .header #background-process .sub-process > a > i.active {
  color: #5285b8;
}
body.blue #wrap .header #background-process > i.fa-check,
body.blue #wrap .header #background-process .sub-process > i.fa-check,
body.blue #wrap .header #background-process .sub-process > a > i.fa-check {
  color: green;
}
body.blue #wrap .header #background-process .sub-process {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}
body.blue #wrap .header #background-process .sub-process .process {
  margin-bottom: 4px;
}
body.blue #wrap .header #background-process .sub-process > p {
  text-align: left;
  width: 270px;
}
body.blue #wrap .header #background-process .sub-process > b {
  font-weight: 700;
  font-size: 8pt;
}
body.blue #wrap .header #background-process .sub-process > b > a {
  color: #5285b8;
}
body.blue #wrap .header #background-process .sub-process > i,
body.blue #wrap .header #background-process .sub-process > a > i {
  cursor: pointer;
  right: -10px;
}
body.blue #wrap .header #background-process .sub-process > i:hover,
body.blue #wrap .header #background-process .sub-process > a > i:hover {
  color: #424b55;
}
body.blue #wrap .header #background-process .sub-process > i.fa-cog,
body.blue #wrap .header #background-process .sub-process > a > i.fa-cog {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
body.blue #wrap .header #background-process .sub-process > i.fa-check,
body.blue #wrap .header #background-process .sub-process > a > i.fa-check {
  color: green;
}
body.blue #wrap .header #background-process .sub-process a {
  color: #424b55;
}
body.blue #wrap .header #background-process .sub-process a:hover {
  color: #5285b8;
}
body.blue #wrap .header #background-process > p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  color: #424b55;
  width: 270px;
}
body.blue #wrap .header #background-process > p > i {
  width: 13px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #5285b8;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
body.blue #wrap .header #background-process > p > span {
  margin-left: 5px;
  font-weight: 700;
  font-size: 8pt;
  color: #5285b8;
}
body.blue #wrap .header #user-box {
  position: relative;
  top: 0;
  min-width: 225px;
  height: 40px;
  font-size: 9pt;
  padding: 0 0 0 10px;
  background: #f5f5f5;
  color: #424b55;
  margin: 0 10px;
}
body.blue #wrap .header #user-box > p {
  min-width: 175px;
  padding: 3px 50px 0 0;
  margin: 0 0 2px 0;
  text-align: right;
}
body.blue #wrap .header #user-box a {
  display: inline-block;
  cursor: pointer;
  color: #424b55;
}
body.blue #wrap .header #user-box a:first-of-type {
  margin-right: 10px;
}
body.blue #wrap .header #user-box a:hover {
  color: #5285b8;
}
body.blue #wrap .header #user-box > img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40px;
  max-height: 40px;
}
body.blue #wrap .box {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  background: white;
  margin: 10px 10px 0 0;
  overflow: hidden;
  transition: width 0.2s;
}
body.blue #wrap .box:last-of-type {
  margin-right: 0;
}
body.blue #wrap .sidebar {
  position: fixed;
  top: 70px;
  left: 20px;
  background: white;
}
body.blue #wrap .sidebar.fixed {
  top: 0;
}
body.blue #wrap .sidebar-wrap {
  overflow: visible;
  z-index: 2;
}
body.blue #wrap .sidebar-wrap.extended {
  width: 250px;
}
body.blue #wrap .sidebar-wrap.extended > div {
  width: 250px;
}
body.blue #wrap .sidebar-wrap.short {
  width: 48px;
}
body.blue #wrap .sidebar-wrap.short > div {
  width: 48px;
}
body.blue #wrap .sidebar-wrap.short > div > ul > li.second-level {
  height: 35px !important;
}
body.blue #wrap .sidebar-wrap.short > div > ul > li:hover ul {
  position: fixed;
  top: 130px;
  left: 68px;
  width: 155px;
  z-index: 1;
  -webkit-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, 0.3);
}
body.blue #wrap .sidebar-wrap.short > div > ul > li:hover ul > li {
  background: white;
  padding-left: 10px;
}
body.blue #wrap .sidebar-wrap.short > div > ul > li:hover ul > li:hover {
  background: #f5f5f5;
}
body.blue #wrap .sidebar-wrap .sidebar {
  overflow: hidden;
}
body.blue #wrap .sidebar-wrap .sidebar .short li.second-level:hover,
body.blue #wrap .sidebar-wrap .sidebar .short li.second-level.active {
  min-height: 15px;
  height: auto;
}
body.blue #wrap .sidebar-wrap .sidebar ul {
  width: 250px;
  margin-bottom: 45px;
}
body.blue #wrap .sidebar-wrap .sidebar ul.bottom {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 0 0 0;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li {
  position: relative;
  top: 0;
  left: 0;
  color: #5285b8;
  font-weight: 400;
  height: 35px;
  overflow: hidden;
  padding: 0 15px 0 0;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.highlight {
  background: #5285b8 !important;
  color: white;
  cursor: default;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.highlight > a {
  color: white;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.highlight > a b {
  text-overflow: ellipsis;
  width: 75%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.highlight:hover {
  background: #5285b8;
  cursor: default;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input {
  padding: 5px 15px 5px 0;
  height: 25px;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input input {
  border: 1px solid white;
  width: 170px;
  height: 12px;
  color: white;
  padding: 5px;
  background: #5285b8;
  outline: none;
  font-size: 8.5pt;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input input ::-webkit-input-placeholder {
  color: white;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input input :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input input ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.input input :-ms-input-placeholder {
  color: white;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li.second-level.active {
  min-height: 15px;
  height: auto;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li:hover,
body.blue #wrap .sidebar-wrap .sidebar ul > li.active {
  background: #f5f5f5;
  font-weight: 700;
  cursor: pointer;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li a {
  color: #5285b8;
  padding: 10px 0 10px 0;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin: 0 13px 0 15px;
  float: left;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li i.right-fa {
  position: absolute;
  left: 220px;
  top: 11px;
  margin: 0;
  font-size: 12px;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li ul {
  margin-bottom: 0;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li ul > li {
  padding-left: 48px;
}
body.blue #wrap .sidebar-wrap .sidebar ul > li ul > li > a {
  display: block;
}
body.blue #wrap .content-wrap {
  min-height: 420px;
  color: #424b55;
  margin-bottom: 15px;
}
body.blue #wrap .content-wrap.login {
  width: 100%;
  max-width: 730px;
}
body.blue #wrap .content-wrap.login .center-this {
  width: fit-content;
}
body.blue #wrap .content-wrap.login .center-this input[type="email"],
body.blue #wrap .content-wrap.login .center-this input[type="password"],
body.blue #wrap .content-wrap.login .center-this input[type="submit"] {
  width: 210px;
  margin: 0 3px 10px;
  padding: 5px;
  box-sizing: content-box;
  height: 12px;
}
body.blue #wrap .content-wrap.login .center-this p.error {
  margin-left: 3px;
}
body.blue #wrap .content-wrap.login .center-this label {
  margin-bottom: 10px;
  display: inline-block;
}
body.blue #wrap .content-wrap.login .ip-ok {
  color: green;
}
body.blue #wrap .content-wrap.login .ip-warning {
  background: #f5d5d5;
  padding: 5px;
  border: 1px solid darkred;
  margin-bottom: 10px;
}
body.blue #wrap .content-wrap.login .ip-warning strong {
  color: darkred;
}
body.blue #wrap .content-wrap.login form.confirmation button {
  margin: 3px 3px 3px 0;
  height: 24px;
}
body.blue #wrap .content-wrap.detail {
  min-width: 850px;
}
body.blue #wrap .content-wrap.extended {
  width: 1050px;
}
body.blue #wrap .content-wrap.short .guide input {
  margin: 0 -9px 5px 12px !important;
}
body.blue #wrap .content-wrap.short .breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
}
body.blue #wrap .content-wrap.short .expander {
  display: block;
}
body.blue #wrap .content-wrap.left .expander {
  left: 0 !important;
}
body.blue #wrap .content-wrap .expander,
body.blue #wrap .content-wrap .receipt-view-expander {
  width: 8px;
  background: #5285b8;
  text-align: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  cursor: ew-resize;
  color: white;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.blue #wrap .content-wrap .expander.left,
body.blue #wrap .content-wrap .receipt-view-expander.left {
  left: 0 !important;
}
body.blue #wrap .content-wrap .expander > i,
body.blue #wrap .content-wrap .receipt-view-expander > i {
  margin: -10px 0 0 0;
  position: relative;
  top: 50%;
  left: 0;
  font-size: 10px;
}
body.blue #wrap .content-wrap .expander:hover,
body.blue #wrap .content-wrap .receipt-view-expander:hover {
  opacity: 1;
}
body.blue #wrap .content-wrap .center-this {
  margin: auto;
  width: 755px;
}
body.blue .ui-tooltip {
  padding: 4px 12px;
  position: absolute;
  z-index: 9999;
  display: inline-block;
  background: #424b55;
  color: white;
  font-size: 8pt;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.blue .search-row:nth-last-child(3) {
  display: inline-block;
}
body.blue .search-row-button {
  margin-left: 3px;
  vertical-align: top;
}
body.blue .search-row-button + button {
  display: block;
}
