/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.bgImage {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.bgImage img {
  max-width: 100%;
  object-fit: contain;
}

.obligationHeader {
  position: relative;
}

.positionText {
  position: absolute;
  right: 25px;
  top: 40px;
}

.bottom {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.info {
  position: relative;
}

.left {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}

.left p {
  font-weight: bold;
}

.right {
  position: absolute;
  left: 25%;
  top: 0;
  width: 70%;
}

.sizer {
  visibility: hidden;
  width: 70%;
}

.root .right p,
.root .left p,
.root .sizer p {
  padding-top: 0.75rem;
  margin: 0;
}

.signature {
  width: 49%
}

.line,
.lineEmpty,
.lineEmptyAlt {
  width: 100%;
  border-bottom: 1px solid black;
}

.root .bottom .signature .positioner {
  margin: none;
}

.lineEmpty {
  padding-top: 29px;
}

.lineEmptyAlt {
  padding-top: 45px;
}

.root,
.contact {
  padding-top: 2rem;
}

.root p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.separator {
  margin: 1.5rem 0;
}

.item {
  margin-top: 0.75rem;
}
table.sortable > thead > tr > th[data-sort]:hover {
  cursor: n-resize;
}
table.sortable > thead > tr > th {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}
table.sortable > thead > tr > th[data-sort-order="desc"]:after {
  content: "\2191";
  margin-left: 5px;
}

table.sortable > thead > tr > th[data-sort-order="asc"]:after {
  content: "\2193";
  margin-left: 5px;
}

table.sortable > thead > tr > th[data-sort-order="desc"]:hover {
  cursor: s-resize;
 }
table.sortable > thead > tr > th[data-sort-order="asc"]:hover {
 cursor: n-resize;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url(http://localhost:8080/assets/dataTables/sort_both-04c63d38111bbc1de87f63f01469c19c5c4b10a0d7e9756b5c82a801fa766039.png); }

table.dataTable thead .sorting_asc {
  background-image: url(http://localhost:8080/assets/dataTables/sort_asc-d21b43975b389ef74eacf35b3d7d84e61a3c82fdfce2e071934d3f652e40a2aa.png); }

table.dataTable thead .sorting_desc {
  background-image: url(http://localhost:8080/assets/dataTables/sort_desc-474f1070bed1ba04a1668a7b8da406ca80d88b5ae56fdd2a24f015659b47a090.png); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url(http://localhost:8080/assets/dataTables/sort_asc_disabled-4da5a763ffa47efbb877735bc4e378d04c2ab6a2b413aa40206fe72990cf34a9.png); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url(http://localhost:8080/assets/dataTables/sort_desc_disabled-fd6656cc661f8edc87428b35bd41a469ad0e18f6d52c4ca70b1ebcd303fe1c9a.png); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke; }

table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #a9b7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a1aec7; }

table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a2afc8; }

table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a4b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fafafa;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(84, 84, 84);
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

table {
  margin-top: 50px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}


table th {
  text-align: left;
  color: rgb(178, 178, 178);
  font-size: 0.8em;
  font-weight: 500;
}

table > tbody > tr > td:first-child {
  padding-left: 5px;
}

table td {
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

table td > img {
  max-width: 100px;
  padding-left: 6px;
}

table tbody tr:nth-child(even) {
  background: rgb(239, 239, 239)
}

table tbody tr:nth-child(odd) {
  background: #fafafa
}

table tbody tr[data-href-link]:hover {
  cursor: pointer;
}

table tr > td, table tr > th {
  border-bottom: 2px solid rgb(229, 229, 229);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

table tr:last-child > td:only-child {
  border-bottom: none;
  color: rgb(227, 227, 227);
}

table tr:last-child > td:only-child {
  font-style: italic;
  text-align: center;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-weight: 300;
}

.btn:visited {
  color: white;
}

.btn.disabled {
  background-color: rgb(226, 226, 226);
  cursor: not-allowed;
  pointer-events: none;
}

input.primary, .btn.primary {
  background-color: rgb(0, 176, 240);
  color: white;
}

input.big, .btn.big {
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
  height: 64px;
}

.btn.medium {
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 60px;
}


input.negative, .btn.negative {
  background-color: rgb(228, 58, 58);
  color: white;
}


a, a:visited {
  color: #222;
}

.not_found {
  font-style: italic;
  color: #CCC;
}

.layout {
  display: flex;
  height: 100%;
}

.layout > .nav-wrapper {
  flex: 0 0 313px;
  border-right: 22px solid rgb(242, 242, 242);
}

.layout > .nav-wrapper > img {
  width: 100%;
}

.layout .nav {
  padding: 0 20px 20px 20px;
  font-weight: 600;
  color: rgb(84, 84, 84);
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.layout .nav .wrapper {
  padding-bottom: 20px;
}

.layout .nav .wrapper > div {
  border-bottom: 2px solid rgb(242, 242, 242);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 2px;
}

.layout .nav .wrapper > div.active > a {
  color: rgb(236, 117, 0);
}

.layout .nav a {
  text-decoration: none;
  color: rgb(84, 84, 84);
}

/* logout button */
.layout .nav form {
  display: inline;
}

.layout .nav input[type=submit] {
  all: unset;
}

.layout .nav div:nth-last-child(2),
.layout .nav div:last-child { 
  border-bottom: none;
}

/* hovering nav */

.layout .nav > div:hover {
  cursor: pointer;
}

.layout .nav .wrapper > div:hover a,
.layout .nav .wrapper > div:hover input[type=submit],
.layout .nav .wrapper > div:hover i,
.layout .nav > div:hover a,
.layout .nav > div:hover input[type=submit] {
  color: rgb(236, 117, 0);
}

/* content */

.layout > .content-wrapper {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  flex: 1 1 0;
}

/* tab nav */

.tab-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.tab-nav div {
  flex: 1 1 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid rgb(242, 242, 242);
  cursor: pointer;
}

.tab-nav + div {
  margin-top: 50px;
}

.tab-nav a {
  text-decoration: none;
  color: rgb(84, 84, 84);
}

.tab-nav div:hover, .tab-nav div.active {
  border-bottom: 2px solid rgb(236, 117, 0);
}

.tab-nav div:hover a, .tab-nav div.active a {
  color: rgb(236, 117, 0);
}

/* forms */

div.row {
  display: flex;
  flex-direction: row;
}

div.col {
  display: flex;
  flex-direction: column;
}

div.row div.half, div.col div.half {
  flex: 1 1 50%;
}

div.row div.shrink {
  flex: 1 1 0;
}

div.row div.stretch {
  flex: 3 1 0;
}

div.half:nth-child(2) {
  padding-left: 55px;
}

div.half div.half:nth-child(2) {
  padding-left: 25px;
}

div.header-with-button > div.shrink > a {
  line-height: 64px;
}

.field {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}

input[disabled], textarea[disabled] {
  color: #CCC;
  background-color: rgb(247, 247, 247);
  cursor: not-allowed;
}

input[type="file"] {
  background-color: transparent;
}

input {
  border: none;
  background-color: rgb(242, 242, 242);
  font-size: 15px;
  height: 44px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  color: rgb(101, 101, 101)
}


.select-wrapper:first-child, :not(label) + .select-wrapper,
input:first-child, :not(label) + input,
textarea:first-child, :not(label) + textarea {
  margin-top: 10px;
}

input[type="submit"].full-width {
  width: 100%;
}

textarea {
  border: none;
  background-color: rgb(242, 242, 242);
  font-size: 15px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(101, 101, 101);
}

.textarea-large {
  min-height: 80px;
}

/* custom select */
.select-wrapper.disabled {
  background: linear-gradient(90deg, rgb(247, 247, 247) calc(100% - 45px), #c1c1c1 0%);
}

.select-wrapper.disabled select {
  cursor: not-allowed;
  color: #CCC;
}

.select-wrapper {
  position: relative;
  background: linear-gradient(90deg, rgb(242, 242, 242) calc(100% - 45px), rgb(0, 176, 240) 0%);
}

.select-wrapper select {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 44px;
  font-size: 15px;
  outline: none;
  padding-left: 10px;
  color: rgb(101, 101, 101);
}

.select-wrapper select::-ms-expand {
  display: none;
}

.select-wrapper > select + i {
  position: absolute;
  top: 40%;
  right: 15px;
  color: white;
}

form > .actions:last-child {
  margin-top: 20px;
}

form input[type=submit] {
  cursor: pointer;
}

p.notice {
  border: 2px solid rgb(0, 176, 240);
  padding: 15px;
}

p.alert {
  border: 2px solid rgb(240, 84, 0);
  padding: 15px;
}

form#login {
  width: 200px;
  margin: auto;
  margin-top: 10%;
}

#error_explanation {
  color: #d10000;
  border: 2px solid darkred;
  padding: 10px;
  background-color: #ffeaea;
}

.unavailable {
  color: #CCC;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  25% {
      transform: rotate(90deg);
  }
  50% {
      transform: rotate(180deg);
  }
  75% {
      transform: rotate(270deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

#refresh-yearly-transactions-amount {
  margin-left: 10px;
  cursor: pointer;
  color: rgb(0, 176, 240);
}

#refresh-yearly-transactions-amount:not(.spin):hover {
  color: rgb(0, 150, 205);
}

#refresh-yearly-transactions-amount.spin {
  animation: spin 450ms;
  animation-timing-function: linear;
  cursor: not-allowed;
  color: #CCC;
}

#plea-edit-estimate {
  cursor: pointer;
  color: rgb(101, 101, 101);
}

input.btn.negative {
  height: 28px;
}

input[type=submit] {
  cursor: pointer;
}

textarea#organization_description, textarea#hobby_description {
  height: 300px;
}

input.euros {
  margin-right: 32px;
}

input.euros + span {
  position: relative;
}

input.euros + span:before {
  content: "€";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 30px;
  color: #9d9d9d
}

input[type="text"]:invalid {
  background-color: rgb(255, 180, 180);
}

.multiple-select-wrapper.disabled {
  background: linear-gradient(90deg, rgb(247, 247, 247) calc(100% - 45px), #c1c1c1 0%);
}

.multiple-select-wrapper.disabled select {
  cursor: not-allowed;
  color: #CCC;
}

.multiple-select-wrapper {
  position: relative;
  background: rgb(242, 242, 242);
}

.multiple-select-wrapper select {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  width: 100%;
  font-size: 15px;
  outline: none;
  padding-left: 10px;
  color: rgb(226, 226, 226);
  height: 65px;
}

.multiple-select-wrapper-large select {
  height: 150px;
}

.multiple-select-wrapper select::-ms-expand {
  display: none;
}

.curator {
  color: rgb(0, 176, 240);
}

.curator:hover {
  cursor: help;
}

.curator:hover:after {
  content: "Käyttäjä on kuraattori";
  position: absolute;
  margin-top: 15px;
  margin-left: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e8e4e4;
  border-radius: 4px;
  padding: 5px;
}

td.plea-amount {
  text-align: right;
}

.plea-amount.approved-color {
  color: rgb(0, 176, 240);
}

.plea-amount.used-color {
  color: orange
}

h2.plea-amount.plea-status-approved {
  background-color: white;
  color: green;
}

h2.plea-amount {
  padding: 20px;
  font-size: 35px;
  margin: auto;
  background-color: rgba(247, 185, 12, 1);
  color: rgb(84, 84, 84);
}

.pad-top {
  padding-top: 40px;
}

.balance-text {
  color: rgb(84, 84, 84);
}

.balance-text > div:nth-child(2) {
  text-align: right;
}

.positive-sum {
  color: green;
}

.negative-sum {
  color: red;
}

.balance-info {
  position: absolute;
  top: 14px;
  right: 29px;
  background-color: #f3f3f3;
  padding: 4px;
  border: 2px solid #efefef;
  width: 330px;
}


.total-balance-text {
  font-size: 19px;
  border-top: 1px solid #CCC;
  justify-content: flex-end;
}

.badge {
  border-radius: 50%;
  border: 1px solid #CCC;
  color: silver;
  font-size: 10px;
  float: right;
  position: relative;
}

.badge:before,
.badge:after {
  content: '\200B';
  display: inline-block;
  line-height: 0px;

  padding-top: 50%;
  padding-bottom: 50%;
}

.badge:before {
  padding-left: 8px;
}

.badge:after {
  padding-right: 8px;
}

.badge.passive {
  border: 1px solid #CCC;
  color: silver;
}

.badge.alert {
  color: #ff5c5c;
  border-color: #ff5c5c;
}

.easy-autocomplete {
  position: relative;
  width: 100% !important;
}

.easy-autocomplete input {
  width: calc(100% - 30px);
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
