﻿@charset "UTF-8";
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.16/fh-3.1.3/r-2.2.1/sl-1.2.4
 *
 * Included libraries:
 *   DataTables 1.10.16, FixedHeader 3.1.3, Responsive 2.2.1, Select 1.2.4
 */
/*
 * 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;
}

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;
}

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 {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../../img/datatables/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../../img/datatables/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../../img/datatables/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../img/datatables/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../img/datatables/sort_desc_disabled.png");
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

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 tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

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 {
  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;
}

.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;
}

.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;
}

.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 > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > 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.dataTable,
.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;
  }
}

table.fixedHeader-floating {
  position: fixed !important;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 14px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  content: '+';
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  content: '+';
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/*
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #B0BED9;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
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.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
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.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
*/
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/*!
 * surveyjs - Survey JavaScript library v1.0.16
 * Copyright (c) 2015-2018 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
.sv_window {
  position: fixed;
  bottom: 3px;
  right: 10px;
  background-color: cadetblue;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.sv_window_title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.sv_window_content {
  padding: 8px;
  margin: 0;
}

.sv_window_title a,
.sv_window_title a:link,
.sv_window_title a:visited {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  color: black;
}

.sv_main.sv_frame .sv_container {
  max-width: 80%;
  margin: auto;
  padding: 0 1em;
}

.sv_main.sv_frame .sv_container .sv_header {
  padding-top: 5em;
  padding-bottom: 1em;
}

.sv_main {
  background-color: #f4f4f4;
}

.sv_main hr {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main input[type="button"],
.sv_main button {
  color: white;
  background-color: #1ab394;
}

.sv_main input[type="button"]:hover,
.sv_main button:hover {
  background-color: #179d82;
}

.sv_main .sv_q_other input,
.sv_main .sv_q_text_root,
.sv_main .sv_q_dropdown_control,
.sv_main input[type="text"],
.sv_main select,
.sv_main textarea {
  border: 1px solid #e7e7e7;
  color: #6d7072;
  background-color: white;
}

.sv_main .sv_q_other input:focus,
.sv_main .sv_q_text_root:focus,
.sv_main .sv_q_dropdown_control:focus,
.sv_main input[type="text"]:focus,
.sv_main select:focus,
.sv_main textarea:focus {
  border: 1px solid #1ab394;
}

.sv_main .sv_select_wrapper {
  background-color: white;
}

.sv_main .sv_select_wrapper:before {
  background-color: #1ab394;
}

.sv_main .sv_header {
  color: #6d7072;
}

.sv_main .sv_custom_header {
  background-color: #e7e7e7;
}

.sv_main .sv_container {
  color: #6d7072;
}

.sv_main .sv_body {
  background-color: white;
  border-top: 2px solid #1ab394;
}

.sv_main .sv_progress {
  background-color: #e7e7e7;
}

.sv_main .sv_progress_bar {
  background-color: #1ab394;
}

.sv_main .sv_p_root > .sv_row {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main .sv_p_root > .sv_row:nth-child(odd) {
  background-color: white;
}

.sv_main .sv_p_root > .sv_row:nth-child(even) {
  background-color: #f4f4f4;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  border: 1px solid #ed5565;
  background-color: #fcdfe2;
  color: #ed5565;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select {
  border: 1px solid #ed5565;
}

.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input:focus,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea:focus,
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select:focus {
  outline: #ed5565 auto 5px;
}

.sv_main table.sv_q_matrix tr,
.sv_main table.sv_q_matrix_dropdown tr,
.sv_main table.sv_q_matrix_dynamic tr {
  border-bottom: 1px solid #e7e7e7;
}

.sv_main .sv_q_m_cell_selected {
  color: white;
  background-color: #179d82;
}

.sv_main .sv_q_rating_item.active .sv_q_rating_item_text {
  background-color: #179d82;
  border-color: #179d82;
  color: white;
}

.sv_main .sv_q_rating_item .sv_q_rating_item_text {
  border: 1px solid #e7e7e7;
}

.sv_main .sv_q_rating_item .sv_q_rating_item_text:hover {
  border: 1px solid #179d82;
}

.sv_main {
  position: relative;
  width: 100%;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans",
 "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.sv_main hr {
  border: none;
}

.sv_main input[type="button"],
.sv_main button {
  font-size: 0.85em;
  font-weight: bold;
  line-height: 2em;
  border: none;
  min-width: 100px;
  cursor: pointer;
  padding: 0 2em;
  border-radius: 2px;
}

.sv_main .sv_custom_header {
  position: absolute;
  width: 100%;
  height: 74%;
  max-height: 275px;
}

.sv_main .sv_container {
  position: relative;
}

.sv_main .sv_container .sv_header {
  padding: 1em;
}

.sv_main .sv_container .sv_header h3 {
  font-size: 2em;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.sv_main .sv_container .sv_body {
  padding: 1em 1em 5em 1em;
}

.sv_main .sv_container .sv_body.sv_completed_page {
  text-align: center;
  padding: 5em 1em;
}

.sv_main .sv_container .sv_body.sv_completed_page > h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}

.sv_main .sv_container .sv_body .sv_progress {
  height: 0.3em;
}

.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar {
  height: 100%;
  position: relative;
  margin-top: 2em;
}

.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar > span {
  position: absolute;
  top: -1.5em;
  display: inline-block;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_page_title {
  font-size: 1em;
  margin-top: 0.1em;
  font-weight: normal;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_p_title {
  font-weight: bold;
  font-size: 1.15em;
  margin: 1.5em 0 0 0;
}

.sv_main .sv_container .sv_body .sv_p_root > .sv_row {
  padding: 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
  font-weight: bold;
  font-size: 1em;
  margin: 0.5em 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_description {
  margin-top: -0.6em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q {
  padding: 0.5em 1em 1.5em 1em;
  box-sizing: border-box;
  overflow: auto;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title {
  font-weight: normal;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
  margin: 1em 0;
  padding: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="text"],
.sv_main .sv_container .sv_body .sv_p_root .sv_q select,
.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 2em;
  padding-left: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="text"]:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q select:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea:focus {
  outline: none;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_text_root,
.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_dropdown_control {
  min-height: 2.43em;
  min-width: 7em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
  display: block;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand {
  display: none;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before {
  padding: 1em;
  position: absolute;
  right: 1px;
  right: 0;
  top: 1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIsMTYgMTQsMTQgMTcsMTcgMjAsMTQgMjIsMTYgMTcsMjEgIi8+DQo8L3N2Zz4NCg==);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="color"] {
  min-height: 2em;
  padding: 0;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="radio"],
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="checkbox"] {
  margin: 0;
  margin-right: 0.55em;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  font-size: 1em;
  margin-top: -0.1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="radio"]:focus,
.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="checkbox"]:focus {
  outline: none;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child),
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child) {
  margin-right: 1.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup > label,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox > label {
  white-space: nowrap;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox_inline,
.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_inline {
  line-height: 2em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_footer {
  padding: 1em 0;
}

.sv_main .sv_container .sv_body .sv_p_root table {
  width: 100%;
  border-collapse: collapse;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button {
  padding: 0.3em 2em;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_q_checkbox_label,
.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_q_radiogroup_label, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_q_checkbox_label,
.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_q_radiogroup_label, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_q_checkbox_label,
.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_q_radiogroup_label {
  margin-right: 1.5em;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td {
  min-width: 10em;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td .sv_q_m_label {
  position: static;
}

.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label {
  margin-right: 1.5em;
}

.sv_main .sv_container .sv_body .sv_p_root table td,
.sv_main .sv_container .sv_body .sv_p_root table th {
  text-align: left;
  padding: 0 1em;
}

.sv_main .sv_container .sv_body .sv_p_root table td {
  padding: 0.5em;
  padding-right: 2em;
}

.sv_main .sv_container .sv_body .sv_p_root table th {
  line-height: 1.3em;
  padding: 0.5em;
  vertical-align: bottom;
  font-weight: normal;
}

.sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc {
  line-height: 2em;
  padding-top: 0.1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_other {
  margin-left: 1em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating {
  line-height: 2em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item {
  cursor: pointer;
  word-spacing: -0.3em;
  font-weight: normal;
  display: inline;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item > * {
  word-spacing: initial;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text {
  display: inline-block;
  min-width: 2em;
  padding: 0 0.3em;
  margin-left: -1px;
  text-align: center;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item:not(:first-child) .sv_q_rating_item_text:not(:hover) {
  border-left-color: transparent;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_min_text {
  margin-right: 0.5em;
}

.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_max_text {
  margin-left: 0.5em;
}

.sv_main .sv_container .sv_body .sv_nav {
  padding: 1em 0;
  min-height: 2em;
}

.sv_main .sv_container .sv_body .sv_nav .sv_start_btn,
.sv_main .sv_container .sv_body .sv_nav .sv_next_btn,
.sv_main .sv_container .sv_body .sv_nav .sv_complete_btn {
  float: right;
}

.sv_main .sv_container .sv_body .sv_nav .sv_prev_btn {
  float: left;
}

.u-hidden {
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  padding: 0;
  border: none;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
}

.u-scrollable {
  overflow-y: scroll;
}

.u-clearfloat:before, .u-clearfloat:after {
  content: '';
  display: table;
}

.u-clearfloat:after {
  clear: both;
}

.u-centered {
  text-align: center;
}

.u-invisible {
  opacity: 0;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-lowercase {
  text-transform: inherit;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

html {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

.u-padding {
  padding: 1rem;
}

@media screen and (min-width: 45em) {
  .u-padding {
    padding: 2rem;
  }
}

.u-padding--vertical {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 45em) {
  .u-padding--vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.u-padding--horizontal {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 45em) {
  .u-padding--horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.u-padding-bottom {
  padding-bottom: 1rem;
}

@media screen and (max-width: 45em) {
  .u-hidden-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 45em) {
  .u-hidden-on-tablet-and-up {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  .u-hidden-on-tablet-and-down {
    display: none;
  }
}

.u-table-layout {
  display: table;
  width: 100%;
}

.u-table-layout > * {
  display: table-cell;
  vertical-align: middle;
}

.u-table-layout .a-button-group {
  text-align: right;
  padding-left: 1rem;
}

.u-table-layout .a-button-group .a-button {
  margin: 0 0 1rem;
}

.u-table-layout .a-button-group .a-button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 60em) {
  .u-table-layout .a-button-group {
    white-space: nowrap;
  }
  .u-table-layout .a-button-group .a-button {
    margin: 0 1rem 0 0;
  }
  .u-table-layout .a-button-group .a-button:last-child {
    margin-right: 0;
  }
}

.u-table-layout__main {
  width: 100%;
}

.u-vertical-center {
  display: flex;
  align-items: center;
}

.u-grid:before, .u-grid:after {
  content: '';
  display: table;
}

.u-grid:after {
  clear: both;
}

[class*="u-grid__col"] {
  float: left;
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 45em) {
  .u-grid__col-1-2 {
    width: 50%;
  }
}

@media screen and (min-width: 45em) {
  .u-grid__col-1-3 {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .u-grid__col-1-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 45em) {
  .u-grid__col-2-3 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 45em) {
  .u-grid__col-1-4 {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .u-grid__col-1-4 {
    width: 25%;
  }
}

@media screen and (min-width: 45em) {
  .u-grid__col-3-4 {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .u-grid__col-3-4 {
    width: 75%;
  }
}

.u-grid__col-1-5 {
  width: 50%;
}

@media screen and (min-width: 45em) {
  .u-grid__col-1-5 {
    width: 20%;
  }
}

.u-grid--with-margins {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

.u-grid--with-margins [class*="u-grid__col"] {
  margin: 0.5rem 0.5rem;
  width: calc(100% - 1rem);
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-1-2 {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-1-3 {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 60em) {
  .u-grid--with-margins .u-grid__col-1-3 {
    width: calc(33.33333% - 1rem);
  }
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-2-3 {
    width: calc(66.66667% - 1rem);
  }
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-1-4 {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 60em) {
  .u-grid--with-margins .u-grid__col-1-4 {
    width: calc(25% - 1rem);
  }
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-3-4 {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 60em) {
  .u-grid--with-margins .u-grid__col-3-4 {
    width: calc(75% - 1rem);
  }
}

.u-grid--with-margins .u-grid__col-1-5 {
  width: calc(50% - 1rem);
}

@media screen and (min-width: 45em) {
  .u-grid--with-margins .u-grid__col-1-5 {
    width: calc(20% - 1rem);
  }
}

.u-primary-color {
  color: #2F9ED9 !important;
}

.u-secondary-color {
  color: #4A4A4A !important;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#icon") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#icon") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#icon") format("svg");
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #4A4A4A;
  font-family: "Proxima Nova";
  font-size: 1rem;
  line-height: 1.7;
}

h1,
h2,
h4,
blockquote {
  font-weight: 100;
}

h3,
h5,
h6,
strong {
  font-weight: 700;
}

small {
  display: inline-block;
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: 100;
}

h1,
h2,
h3,
h4,
p,
h5,
h6,
ul,
ol,
body {
  margin: 0;
}

h1 {
  font-size: 1.5625rem;
  line-height: 1.025;
  font-weight: normal;
  color: #4A4A4A;
}

h2 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.025;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}

h4 {
  font-size: 0.875rem;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #9B9B9B;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.55;
}

h6 {
  line-height: 1.55;
  font-size: 0.8125rem;
  font-weight: 200;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  margin: 1.2em 0;
}

p:first-child {
  margin: 0;
}

p [class*="icon"] {
  line-height: 1;
}

p [class*="icon"]:before {
  font-size: 2.5em;
}

h6,
small,
cite {
  font-size: 0.8125rem;
}

h1.primary-color,
h2.primary-color,
h3.primary-color,
h4.primary-color,
h5.primary-color,
h6.primary-color {
  color: #2F9ED9;
}

h1.secondary-color,
h2.secondary-color,
h3.secondary-color,
h4.secondary-color,
h5.secondary-color,
h6.secondary-color {
  color: #4A4A4A;
}

a,
.is-hyperlink {
  color: #2F9ED9;
  background: transparent;
}

a:hover,
a:active {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

mark {
  background: #FCE7AC;
}

del {
  color: #4A4A4A;
}

hr {
  border: none;
  border-top: 1px solid #D9E5F6;
  box-sizing: content-box;
  margin: 1.75em 0;
}

blockquote {
  font-family: "Freight Display";
  font-weight: 100;
  font-size: 1.625rem;
  line-height: 1.25;
  margin: 0;
}

cite {
  color: #4A4A4A;
  font-family: "Proxima Nova";
  font-style: normal;
  margin-top: 0.75em;
  display: block;
}

cite:before {
  content: '\2014';
  margin: 0 0.3em;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-up:before, .icon-avatar:before, .icon-check:before, .icon-close:before, .icon-copy:before, .icon-delete:before, .icon-edit:before, .icon-filter:before, .icon-plus:before, .icon-print:before, .icon-save:before, .icon-upload:before, .flag-belgium, .paginate_button.previous:before, .paginate_button.next:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow-down:before {
  content: "\EA01";
}

.icon-arrow-left:before {
  content: "\EA02";
}

.icon-arrow-right:before {
  content: "\EA03";
}

.icon-arrow-up:before {
  content: "\EA04";
}

.icon-avatar:before {
  content: "\EA05";
}

.icon-check:before {
  content: "\EA06";
}

.icon-close:before {
  content: "\EA07";
}

.icon-copy:before {
  content: "\EA08";
}

.icon-delete:before {
  content: "\EA09";
}

.icon-edit:before {
  content: "\EA0A";
}

.icon-filter:before {
  content: "\EA0B";
}

.icon-plus:before {
  content: "\EA0C";
}

.icon-print:before {
  content: "\EA0D";
}

.icon-save:before {
  content: "\EA0E";
}

.icon-upload:before {
  content: "\EA0F";
}

.icon--big {
  font-size: 6rem;
}

.icon--primary {
  color: #2F9ED9;
}

.flag-belgium {
  background: transparent url("../../img/flags/belgium.svg") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 11px;
  display: block;
  margin: 0 auto;
}

body {
  background-color: #F6F6F6;
}

.container {
  width: 90%;
  max-width: 1140px;
  position: relative;
  margin: auto;
  letter-spacing: -0.28em;
  padding-left: 0;
}

.container > * {
  letter-spacing: normal;
}

section .container {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}

.a-link,
.a-link--secondary {
  text-decoration: underline;
  display: inline-block;
}

.a-button + .a-link,
.a-button + .a-link--secondary {
  margin-left: 10px;
}

.a-link--secondary {
  color: #4A4A4A;
  text-decoration: none;
  font-weight: 100;
}

.a-link--secondary:hover {
  text-decoration: underline;
}

.a-logo {
  background: transparent url("../img/Logo PortInSights.svg") no-repeat center center;
  background-size: contain;
  margin: 3.125rem 0;
  height: 5.5rem;
  text-indent: -5000em;
  overflow: hidden;
}

img {
  outline: 0;
  border: none;
}

img:not([width]):not([height]):not(.logo) {
  max-width: 100%;
  height: auto;
}

img[width],
img[height] {
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
  display: block;
}

figure img {
  display: block;
}

.a-inline-list {
  letter-spacing: -0.28em;
  padding-left: 0;
}

.a-inline-list > * {
  letter-spacing: normal;
  display: inline-block;
}

table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0;
  border-collapse: collapse;
}

table .input,
table [class*='input__'] {
  margin: 0;
}

table select {
  font-weight: 400;
  border-color: transparent !important;
}

table select + [class*='icon'] {
  padding-top: 0.15em;
}

th:not(.has-no-padding),
td:not(.has-no-padding) {
  padding: 0.9rem 0.7rem;
}

th:not(.is-empty) {
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

th:not(.is-empty) .input select + [class*='icon'],
th:not(.is-empty) .input select.has-no-value + [class*='icon'] {
  font-size: 1.5em;
  margin: 0.13rem 0.5rem;
}

td {
  vertical-align: middle;
  position: relative;
  padding: 0 2rem;
}

td .input label {
  width: 40%;
  float: left;
  padding: 0.6rem 0 0.4rem;
}

td .input div {
  width: 59%;
  float: right;
}

td .input.text-right input {
  text-align: right;
}

td .input.text-primary-color input {
  color: #2F9ED9;
}

button {
  font: inherit;
  overflow: visible;
  cursor: pointer;
  outline: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: none;
}

[disabled][disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.a-button--link {
  line-height: 2.8125rem;
}

.a-button {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  transition: all 100ms ease-in-out;
  padding: 0.625rem 1.25rem;
  border: 1px solid #2F9ED9;
  border-radius: 8px;
  color: #FFFFFF;
  background: #2F9ED9;
  font-weight: bold;
}

.a-button--small {
  padding: 0.375rem 0.6875rem 0.4375rem !important;
  line-height: 1;
}

.a-button--small span +
[class*='icon'],
.a-button--small [class*='icon'] +
span {
  margin-left: 0.5em !important;
}

.a-button:not([disabled]):hover {
  background: #2590ca;
  border-color: #2590ca;
}

.a-button:not([disabled]):active {
  background: #45a8dd;
  border-color: #2590ca;
}

.a-button[disabled] {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #4A4A4A;
}

.a-button [class*='icon'] {
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
  font-size: 16px;
}

.a-button [class*='icon']:before {
  position: relative;
}

.a-button span + [class*='icon'],
.a-button [class*='icon'] + span {
  margin-left: 1em;
}

.a-button--outline {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  transition: all 100ms ease-in-out;
  padding: 0.625rem 1.25rem;
  border: 1px solid #154997;
  border-radius: 8px;
  color: #154997;
  background: transparent;
  font-weight: bold;
  border-radius: 0.3334em;
}

.a-button--outline--small {
  padding: 0.375rem 0.6875rem 0.4375rem !important;
  line-height: 1;
}

.a-button--outline--small span +
[class*='icon'],
.a-button--outline--small [class*='icon'] +
span {
  margin-left: 0.5em !important;
}

.a-button--outline:not([disabled]):hover {
  background: transparent;
  border-color: #123e81;
}

.a-button--outline:not([disabled]):active {
  background: rgba(13, 13, 13, 0);
  border-color: #123e81;
}

.a-button--outline[disabled] {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #4A4A4A;
}

.a-button--outline + .a-button,
.a-button--outline + .a-button--outline {
  margin-left: 10px;
}

.a-button-rounded {
  border-radius: 50%;
  position: relative;
}

.a-button-rounded span:not([class*='icon']) {
  width: 200%;
  transform: translate(-50%, 150%);
  position: absolute;
  bottom: 0;
  left: 50%;
}

input {
  line-height: normal;
}

select {
  text-transform: none;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  outline: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[disabled=disabled][type=checkbox] {
  visibility: hidden;
}

::-ms-expand {
  display: none;
}

select,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

.a-input select,
.a-input textarea,
.a-input input:not(.a-button), .a-toggle .toggle__holder, .a-input--upload input[type="text"] {
  font-size: 0.875rem;
  padding: 0.6rem 0.6rem 0.4rem;
  background-color: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
  transition: border 100ms ease-in-out;
  color: #9B9B9B;
}

.a-input select::-webkit-input-placeholder,
.a-input textarea::-webkit-input-placeholder,
.a-input input:not(.a-button)::-webkit-input-placeholder, .a-toggle .toggle__holder::-webkit-input-placeholder, .a-input--upload input[type="text"]::-webkit-input-placeholder {
  color: #e8e8e8;
  font-style: italic;
  text-overflow: ellipsis;
}

.a-input select:-ms-input-placeholder,
.a-input textarea:-ms-input-placeholder,
.a-input input:-ms-input-placeholder:not(.a-button), .a-toggle .toggle__holder:-ms-input-placeholder, .a-input--upload input:-ms-input-placeholder[type="text"] {
  color: #e8e8e8;
  font-style: italic;
  text-overflow: ellipsis;
}

.a-input select::-moz-placeholder,
.a-input textarea::-moz-placeholder,
.a-input input:not(.a-button)::-moz-placeholder, .a-toggle .toggle__holder::-moz-placeholder, .a-input--upload input[type="text"]::-moz-placeholder {
  color: #e8e8e8;
  font-style: italic;
  text-overflow: ellipsis;
}

.a-input select:-moz-placeholder,
.a-input textarea:-moz-placeholder,
.a-input input:-moz-placeholder:not(.a-button), .a-toggle .toggle__holder:-moz-placeholder, .a-input--upload input:-moz-placeholder[type="text"] {
  color: #e8e8e8;
  font-style: italic;
  text-overflow: ellipsis;
}

.a-input {
  margin-bottom: 1.5em;
}

.a-input:before, .a-input:after {
  content: '';
  display: table;
}

.a-input:after {
  clear: both;
}

.a-input select,
.a-input textarea {
  width: 100%;
}

.a-input select:focus,
.a-input textarea:focus,
.a-input input:focus {
  border-color: #93ADD1;
}

.a-input input[disabled],
.a-input select[disabled],
.a-input textarea[disabled],
[class*='input__'][disabled] [class*='icon'] {
  background-color: #D9E5F6;
}

.a-input label {
  font-weight: 100;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  display: block;
}

.a-input--inline {
  margin-bottom: 0;
  display: inline-block;
}

.a-input--inline label {
  display: inline-block;
  margin-right: 0.25em;
}

.a-input--inline .a-input__field-holder {
  display: inline-block;
}

.a-input--placeholder {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 32px;
  margin-left: 3px;
  margin-right: 4px;
}

.a-input .a-input__field-holder {
  position: relative;
}

.a-input small:not(.a-tooltip) {
  padding: 0.85rem 0.25rem;
  text-transform: none;
}

.a-input a {
  position: relative;
  z-index: 2;
}

textarea {
  resize: vertical;
}

.a-input--with-button .a-button {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.6rem 1rem 0.4rem;
}

.a-toggle {
  margin: 0.5em 0;
  line-height: 1.25rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.a-toggle label {
  position: relative;
  float: left;
  margin-right: 1em;
  font-weight: 100;
}

.a-toggle label:before, .a-toggle label:after {
  content: '';
  display: table;
}

.a-toggle label:after {
  clear: both;
}

.a-toggle input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
  top: -2px;
}

.a-toggle .toggle__holder {
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.5em 1em 0;
  transition: all 100ms ease-in-out;
  border: 1px solid #D9E5F6;
  background: #FFFFFF;
  position: relative;
  top: -0.125rem;
  float: left;
  border-radius: 0.1875rem;
}

.a-toggle .toggle__holder [class*="icon"] {
  font-size: 13px;
}

.a-toggle--block {
  display: block;
  margin: 1rem 0;
}

.a-toggle--block > label {
  float: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.a-toggle--block > label:last-child {
  margin-bottom: 0;
}

.a-toggle--block label {
  display: block;
  font-weight: 100;
}

.a-toggle--block .toggle__holder {
  position: absolute;
  left: 0;
  margin: 0;
}

.a-toggle--radio input:checked ~ .toggle__holder,
.a-toggle--checkbox input:checked ~ .toggle__holder {
  border-color: #2F9ED9;
}

.a-toggle--radio .toggle__holder {
  border-radius: 50%;
}

.a-toggle--radio .toggle__holder:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  margin: 0.375rem;
  border-radius: inherit;
  background: #D9E5F6;
  display: block;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.a-toggle--radio label:hover .toggle__holder:before {
  opacity: 1;
}

.a-toggle--radio input:checked ~ .toggle__holder:before {
  background: #2F9ED9;
  opacity: 1;
}

.a-toggle--checkbox .toggle__holder > span {
  opacity: 0;
  color: #D9E5F6;
  position: absolute;
  left: 2px;
  top: 1px;
  transition: opacity 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 45em) {
  .a-toggle--checkbox label:hover .toggle__holder > span {
    opacity: 1;
  }
}

.a-toggle--checkbox input:checked ~ .toggle__holder > span {
  color: #2F9ED9;
  opacity: 1;
}

.a-toggle--switch .toggle__holder {
  width: 3rem;
  height: 1.5rem;
  border-radius: 0.75rem;
}

.a-toggle--switch input:checked + .toggle__holder {
  border-color: #D9E5F6;
}

.a-toggle--switch .toggle__button {
  content: "";
  display: block;
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.0625rem;
  background: #FB8787;
  opacity: 1;
  z-index: 3;
  position: relative;
  transition: all 0.2s ease-out;
}

.a-toggle--switch input:checked + .toggle__holder .toggle__button {
  transform: translateX(1.4375rem);
  background: #61BB8A;
}

.toggle__button > span {
  width: 20px;
  display: block;
  text-align: center;
  border: none;
  color: #FFFFFF;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.15s ease-in;
  z-index: 4;
}

.a-toggle--switch .toggle__on {
  opacity: 0;
}

.a-toggle--switch .toggle__off {
  opacity: 1;
}

.a-toggle--switch input:checked + .toggle__holder .toggle__button .toggle__on {
  opacity: 1;
}

.a-toggle--switch input:checked + .toggle__holder .toggle__button .toggle__off {
  opacity: 0;
}

input[type="range"] {
  height: 1.5rem;
  padding: 0;
  margin: 0;
  border-radius: 0.75rem !important;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-moz-focus-outer {
  border: none;
}

input[type="range"]::-ms-track {
  width: 100%;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background: #2F9ED9;
  box-shadow: 0 0 1px #4A4A4A;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  position: relative;
}

input[type="range"]::-moz-range-thumb {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background: #2F9ED9;
  box-shadow: 0 0 1px #4A4A4A;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  position: relative;
}

input[type="range"]::-ms-thumb {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  background: #2F9ED9;
  box-shadow: 0 0 1px #4A4A4A;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  position: relative;
}

.a-input--range__background {
  width: 97%;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 1.5%;
  background: rgba(74, 74, 74, 0.08);
  border-radius: 0.25rem;
}

.a-input--range__value {
  background: #2F9ED9;
  width: 0;
}

.a-input--range__tooltip {
  transform: translate(50%, 50%);
  padding-left: 1rem;
  left: auto !important;
  right: -0.35rem;
  top: 0.75rem;
  z-index: -1;
  position: absolute !important;
  width: 4rem;
  text-align: center;
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}

.a-input--range__tooltip:before {
  left: 50% !important;
}

.a-input select {
  padding-right: 2rem;
}

select.has-no-value {
  color: #4A4A4A;
  font-style: italic;
  font-weight: 100;
}

select[disabled].has-no-value {
  color: #4A4A4A;
}

.a-input select + [class*='icon'] {
  color: #9B9B9B;
  margin: 0.35rem 0.9rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 3px;
}

.a-input select + [class*='icon']:before {
  font-size: 1em;
  line-height: 0;
}

.a-input select.has-no-value + [class*='icon'] {
  color: #4A4A4A;
}

.a-input--upload {
  margin: 0;
  padding: 0;
}

.a-input--upload input[type="file"] {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 99;
  top: 0;
}

.a-input--upload input[type="file"]:hover {
  cursor: pointer;
}

.a-input--upload input[type="text"] {
  opacity: 1;
}

.datepicker {
  position: relative;
}

.datepicker input {
  background: transparent;
  position: relative;
  z-index: 1;
}

.datepicker .button:not(.button-group) {
  width: 3.375rem;
  height: 2.6875rem;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0.7em 0.8rem;
}

.datepicker .button span {
  position: relative;
  line-height: 0;
  top: 0.7rem;
}

.a-input.is-error select,
.a-input.is-error textarea,
.a-input.is-error input:not([class*='button']) {
  background: #FFFFFF;
  color: #FB8787;
}

.a-input.is-error .unit {
  background: #FFFFFF;
}

.a-input.is-warning select,
.a-input.is-warning textarea,
.a-input.is-warning input:not([class*='button']) {
  background: #FFFFFF;
  color: #edb109;
}

.a-input.is-warning .unit {
  background: #FFFFFF;
}

.a-input.is-success select,
.a-input.is-success textarea,
.a-input.is-success input:not([class*='button']) {
  background: #FFFFFF;
  color: #61BB8A;
}

.a-input[class*='is-'] input:focus + [class*='tooltip'] {
  opacity: 1;
}

.a-input [class*='tooltip'] {
  margin-top: 0.35rem;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
}

.a-input [class*='tooltip'] [class*='icon'] {
  position: absolute;
  left: 0.8em;
  top: 0.8em;
}

.a-input [class*='tooltip'] [class*='icon']:before {
  font-size: 1.45em;
}

fieldset {
  border: none;
  border-bottom: 1px solid #D9E5F6;
  padding: 2em;
}

fieldset:last-child {
  border-bottom: none;
}

.a-alert {
  margin: 10px 0;
  color: #F6F6F6;
  border: 1px solid rgba(74, 74, 74, 0.2);
  padding: 0.907rem;
  display: block;
}

.a-alert p {
  margin: 0;
}

.a-alert [class*='icon']:before {
  font-size: 1.65em;
  line-height: 0;
  position: relative;
  margin-right: 0.3em;
  top: -0.065em;
}

.a-alert a {
  color: inherit;
}

.a-alert:not(.is-error):not(.is-warning):not(.is-success):not(.is-information):not(.has-no-background) {
  background: #F6F6F6;
  color: #4A4A4A;
}

.a-alert.is-error {
  background: #FB8787;
}

.a-alert.is-warning {
  background: #FCE7AC;
  color: #4A4A4A;
}

.a-alert.is-success {
  background: #61BB8A;
}

.a-alert.is-information {
  background: #CAEDF3;
  color: #4A4A4A;
}

.a-tooltip {
  border-radius: 0.3334em;
  color: #4A4A4A;
  background-color: #FFFFFF;
  position: relative;
  line-height: 1;
  padding-right: 1rem;
  text-transform: none;
}

.a-tooltip a {
  color: inherit;
}

.a-tooltip:before {
  position: absolute;
}

.a-tooltip.is-error {
  background: #FFFFFF;
  border-color: #FB8787;
  color: #FB8787;
}

.a-tooltip.is-warning {
  background: #FFFFFF;
  border-color: #FCE7AC;
  color: #a37a06;
}

.a-tooltip.is-success {
  background: #FFFFFF;
  border-color: #61BB8A;
  color: #61BB8A;
}

.a-tooltip.is-information {
  background: #FFFFFF;
  border-color: #CAEDF3;
  color: #CAEDF3;
}

.dataTables_length {
  margin-bottom: 0.625rem;
}

.dataTables_length label {
  margin-right: 0.625rem;
}

.a-table {
  font-size: 14px;
  text-align: left;
  border-spacing: 0 3px !important;
}

.a-table thead th {
  text-transform: none !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  background-color: #F6F6F6 !important;
  display: table-cell !important;
  vertical-align: inherit !important;
  line-height: 1.3;
  text-align: left;
}

.a-table tbody tr {
  border-radius: 0.5rem;
}

.a-table tbody tr td {
  font-weight: 100;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 17px;
  line-height: 1.1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.a-table tbody tr td strong {
  font-weight: 400;
}

.a-table tbody tr td .a-toggle {
  margin: 0;
}

.a-table tbody tr td .a-toggle .toggle__holder {
  margin: 0;
}

.a-table tbody tr td .a-toggle .toggle__holder span {
  left: 4px;
}

.a-table tbody tr.odd td, .a-table tbody tr.selected.odd td {
  background-color: #FFFFFF;
}

.a-table tbody tr.even td, .a-table tbody tr.selected.even td {
  background-color: #F4F9FC;
}

.dataTables_info {
  font-weight: 100;
  font-size: 14px;
}

.paginate_button {
  overflow: hidden;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 24px;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.paginate_button:hover {
  color: #2F9ED9;
}

.paginate_button.disabled {
  color: #9B9B9B;
}

.paginate_button.previous {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-right: 10px;
}

.paginate_button.previous:before {
  content: "\EA02";
}

.paginate_button.next {
  margin-left: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.paginate_button.next:before {
  content: "\EA03";
}

.paginate_button.current {
  background: #2F9ED9;
  color: #FFFFFF;
  border-radius: 5px;
}

.dataTables_paginate.paging_simple_numbers {
  margin-right: 2rem;
  margin-top: 4px;
}

.dataTables_paginate.paging_simple_numbers span {
  text-align: center;
  display: inline-block;
}

.a-table--simple {
  font-size: 14px;
}

.a-table--simple th {
  text-align: left;
  font-weight: bold;
  color: #4A4A4A;
  text-transform: none;
}

.a-table--simple td {
  font-weight: 100;
}

.a-table--simple tbody tr:nth-child(even) {
  border-top: 1px solid #F6F6F6;
  background-color: #F4F9FC;
}

.a-table--simple tbody tr:nth-child(odd) {
  border-top: 1px solid #F6F6F6;
}

.a-table--simple .a-table__col_stretch {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.a-table--simple .a-table__col_collapse {
  width: auto;
}

.a-table--simple .a-input {
  margin: 0;
  padding: 0;
}

.a-table--simple strong {
  text-transform: uppercase;
  color: #4A4A4A;
}

.a-table--simple + .a-table--simple {
  margin-top: 1.5em;
}

.a-table__td--has-actions {
  text-align: center;
  vertical-align: middle !important;
}

.a-table__td--has-actions button {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.a-table__td--country-vertical p {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

.a-table__td--country-horizontal span.flag-icon {
  margin-right: 5px;
}

.a-table__td--country-horizontal p {
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

tr.group {
  background-color: #8FBFE8;
  text-align: center;
}

tr.group td {
  padding: 0.4rem 0;
  font-weight: bold;
  color: #FFFFFF !important;
}

.a-table--port-info {
  margin-top: 10px;
}

.a-table--port-info tr {
  line-height: 1.7em;
}

.a-table--port-info tr td {
  padding: 0;
}

.a-table--port-info tr td p {
  height: 20px;
}

.a-table--port-info tr td:last-child {
  float: right;
  color: #cecece;
  font-weight: lighter;
}

.a-table--port-info tr td:last-child span {
  margin-right: 6px;
  font-size: 22px;
}

.m-navlist {
  list-style: none;
  padding: 0;
}

.m-navlist li {
  border-top: 1px solid #f1f1f1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-navlist li:first-child {
  border-top: none;
}

.m-navlist strong,
.m-navlist a {
  display: block;
  padding-left: 1.75rem;
  line-height: 2rem;
  color: #9B9B9B;
  text-decoration: none;
  border-left: 4px solid transparent;
}

.m-navlist .m-navlist li {
  border-top: none;
  padding: 0;
}

.m-navlist .m-navlist li a {
  background: transparent;
  font-weight: normal;
  font-size: 14px;
  transition: all 0.1s ease-in;
}

.m-navlist .m-navlist li a:hover {
  background: #FFFFFF;
  border-color: #2F9ED9;
}

.m-navlist__item--active a {
  border-color: #2F9ED9;
  background: linear-gradient(to right, #ace2f7 0%, #fbfbfb 48px) !important;
  color: #4A4A4A;
  font-weight: bold !important;
}

.m-navlist__item--active a:hover {
  background: linear-gradient(to right, #ace2f7 0%, #FFFFFF 48px) !important;
}

.m-panel, .m-steps .m-step {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #F6F6F6;
  box-shadow: 0 0 15px 0 rgba(165, 227, 255, 0.1);
}

.m-panel .m-panel__header, .m-steps .m-step .m-panel__header {
  padding-bottom: 1.5625rem;
}

.m-panel .m-panel__body:before, .m-steps .m-step .m-panel__body:before, .m-panel .m-panel__body:after, .m-steps .m-step .m-panel__body:after {
  content: '';
  display: table;
}

.m-panel .m-panel__body:after, .m-steps .m-step .m-panel__body:after {
  clear: both;
}

.m-panel .m-panel__chart:before, .m-steps .m-step .m-panel__chart:before, .m-panel .m-panel__chart:after, .m-steps .m-step .m-panel__chart:after {
  content: '';
  display: table;
}

.m-panel .m-panel__chart:after, .m-steps .m-step .m-panel__chart:after {
  clear: both;
}

.m-panel .m-panel__chart img, .m-steps .m-step .m-panel__chart img {
  display: block;
  margin: auto;
  padding-top: 100px;
}

.m-panel .m-panel__footer, .m-steps .m-step .m-panel__footer {
  padding-top: 1.5625rem;
}

.m-panel + .m-panel {
  margin-top: 2rem;
}

.m-steps {
  list-style: none;
  margin: 0 -1rem 2rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.m-steps .m-step {
  flex: 1 1 auto;
  margin: 0 1rem;
}

.m-steps .m-step--active {
  background: #2F9ED9;
  color: #FFFFFF;
}

.m-steps .m-step--active h4,
.m-steps .m-step--active h1,
.m-steps .m-step--active h2,
.m-steps .m-step--active h3 {
  color: #FFFFFF;
}

.m-tags .m-tag {
  display: inline-block;
  color: #FFFFFF;
  background: #154997;
  border: 1px solid #154997;
  padding: 0.625rem 2.25rem;
  border-radius: 8px;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 1rem;
  margin-right: 10px;
}

.m-nested {
  font-weight: 100;
  font-size: 14px;
  color: #9B9B9B;
}

.m-nested dt,
.m-nested dd {
  padding-top: 1em;
  padding-bottom: 1em;
}

.m-nested dt {
  font-weight: normal;
  display: block;
  background: #F4F9FC;
  padding-left: 1rem;
}

.m-nested dd {
  position: relative;
  display: block;
  padding-left: 2rem;
  padding-right: 1rem;
  margin: 0;
  border-bottom: 1px solid #F6F6F6;
}

.m-nested dd .a-toggle--checkbox {
  position: absolute;
  margin: 0;
  right: 1rem;
  top: 18px;
}

.m-nested dd .a-toggle--checkbox .toggle__holder {
  border-radius: 0;
  border-color: #dddddd;
}

.o-layout {
  position: relative;
  display: flex;
  height: 100vh;
  overflow-y: hidden;
}

.o-layout__top {
  background: #fbfbfb;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 15.625rem;
  height: 3.9375rem;
  z-index: 10;
}

.o-layout__body {
  background: #F6F6F6;
  order: 1;
  width: calc(100vw -  15.625rem);
  height: calc(100vh - 3.9375rem);
  margin-top: 3.9375rem;
  overflow-y: auto;
}

.o-layout__body_inner {
  padding: 2rem;
  max-width: 85.375rem;
  margin: 0 auto;
}

.o-layout__sidebar {
  order: 0;
  min-width: 15.625rem;
  z-index: 11;
  background: #fbfbfb;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.o-layout--fullbody .o-layout__body {
  width: 100vw;
}

.o-layout--fullbody .o-layout__body.u-vertical-center {
  justify-content: center;
}

.o-layout--fullbody .o-layout__body .u-horizontal-center {
  margin: 0 auto;
}

.o-layout--fullbody .o-layout__body .o-layout__body_inner {
  padding: 0;
  margin: 0;
}

[class*="u-grid"] .a-input__field-holder {
  width: calc(100% - 1em);
}

.o-header {
  position: relative;
}

.o-header__breadcrumbs {
  position: absolute;
  left: 2rem;
  line-height: 63px;
}

.o-header__breadcrumbs a {
  text-decoration: none;
  color: #4A4A4A;
  font-weight: 100;
}

.o-header__breadcrumbs a:last-child {
  font-weight: 400;
}

.o-header__actions {
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.o-sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.o-sidebar__top, .o-sidebar__body, .o-sidebar__footer {
  align-self: stretch;
}

.o-sidebar__top {
  flex: 0 1 auto;
  max-height: 20vh;
  border-bottom: 1px solid #f1f1f1;
}

.o-sidebar__top .a-logo {
  margin: 0 23px;
  height: 20vh;
  max-height: 130px;
}

.o-sidebar__body {
  flex: 1 1 auto;
  overflow-y: auto;
  height: calc(100vh - 30%);
  padding-bottom: 1rem;
}

.o-sidebar__footer {
  flex: 0 1 auto;
  max-width: 15.625rem;
  overflow: hidden;
  max-height: 88px;
  background: #2F9ED9;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 2rem;
}

.o-sidebar__footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.o-sidebar__footer a span[class*='icon-'] {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.o-sidebar__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.o-sidebar__body div {
  text-align: center;
}

.o-sidebar__body div a {
  color: #9B9B9B;
}

.o-sidebar__body div a:hover {
  cursor: pointer;
}

.o-sidebar__username {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.o-login {
  flex: 0 1 auto;
  width: 24.125rem;
  align-self: center;
}

.o-login .a-logo {
  margin: 1.25rem 1.25rem 0.625rem;
}

.o-login .a-toggle.a-toggle--checkbox label {
  font-weight: 100;
}

.o-login .u-text-left,
.o-login .u-text-right {
  display: inline-block;
}

.o-login .u-text-right {
  float: right;
}

.o-login .m-panel__body h1 + div {
  margin-top: 1rem;
}

.o-textpage {
  margin: 2rem;
  margin-top: 0;
  max-width: 85.375rem;
}

/*# sourceMappingURL=maps/base.css.map */
