@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Ubuntu:400,500");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

picture, article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

img, iframe {
  vertical-align: middle;
  border-style: none;
}

form {
  margin: 0 auto;
}

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  margin: 0;
}

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

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=radio], input[type=checkbox] {
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

@font-face {
  font-family: "icomoon";
  src: url("/templates/fonts/icomoon.eot?ca8xrn");
  src: url("/templates/fonts/icomoon.eot?ca8xrn#iefix") format("embedded-opentype"), url("/templates/fonts/icomoon.ttf?ca8xrn") format("truetype"), url("/templates/fonts/icomoon.woff?ca8xrn") format("woff"), url("/templates/fonts/icomoon.svg?ca8xrn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e90f";
}

.icon-dashboard:before {
  content: "\e906";
}

.icon-inbox:before {
  content: "\e90d";
}

.icon-invoices:before {
  content: "\e923";
}

.icon-dossiers:before {
  content: "\e90e";
}

.icon-users:before {
  content: "\e914";
}

.icon-messages:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-service:before {
  content: "\e913";
}

.icon-settings:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e911";
}

.icon-notifications:before {
  content: "\e910";
}

.icon-remove:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
  opacity: 0.5;
}
.icon-download:after {
  content: "\e90a";
  margin-left: -1.0830078125em;
}

.icon-edit:before {
  content: "\e90b";
  opacity: 0.5;
}
.icon-edit:after {
  content: "\e90c";
  margin-left: -1.01953125em;
}

.icon-add:before {
  content: "\e91b";
  font-size: 0.75em;
}

.icon-archive:before {
  content: "\e918";
}

.icon-complete:before {
  content: "\e916";
}

.icon-cancel:before {
  content: "\e917";
}

.icon-address-book:before {
  content: "\e915";
}

.icon-dossier-data:before {
  content: "\e921";
}

.icon-damages-determination:before {
  content: "\e924";
}

.icon-basic:before {
  content: "\e91c";
}

.icon-info:before {
  content: "\e91a";
}

.icon-exclamation:before {
  font-family: Arial, sans-serif;
  font-weight: bold;
  content: "!";
  font-size: 1rem;
}

/* Font settings */
/* Cheatsheet: 12px by default */
/* Cheatsheet: 14px by default */
/* Cheatsheet: 16px by default */
/* Cheatsheet: 18px by default */
/* Cheatsheet: 21px by default */
/* Size settings */
/* Cheatsheet: 20px by default */
/* Cheatsheet: 100px by default */
/* Cheatsheet: 6px by default */
/* Cheatsheet: 10px by default */
/* Cheatsheet: 8px by default */
/* Cheatsheet: 256px by default */
/* Cheatsheet: 192px by default */
/* Cheatsheet: 4px by default */
/* Cheatsheet: 1px by default */
/* Cheatsheet: 4px by default */
/* Z-index settings */
/* Color settings */
/* Transition settings */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownLight {
  from {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00283C;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #00283C;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.3125rem;
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 1000px) {
  h1 {
    margin-bottom: 2.5rem;
  }
}

h2 {
  color: rgba(0, 40, 60, 0.7);
  font-size: 1.125rem;
  margin-bottom: 0.8333333333rem;
}

h3, h4, h5, h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 1000px) {
  p {
    margin-bottom: 1.25rem;
  }
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

a {
  color: #3B86FF;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  a:hover {
    color: #0051d4;
  }
}

.sub-note {
  color: rgba(0, 40, 60, 0.7);
}

label {
  display: block;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .main-form {
    margin-bottom: 2.5rem;
  }
  .main-form:last-child {
    margin-bottom: 0;
  }
}

input, textarea, select, .input {
  display: block;
  width: 100%;
  padding: 0.625rem 0.8333333333rem;
  border: 0.0625rem solid #E6EAF6;
  background: #FAFAFC;
  border-radius: 0.25rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
input:focus, textarea:focus, select:focus, .input:focus {
  outline: none;
  border-color: #C3DAFF;
}
input.state-invalid, textarea.state-invalid, select.state-invalid, .input.state-invalid {
  border-color: #FF7979;
}
input.state-invalid:focus:valid, textarea.state-invalid:focus:valid, select.state-invalid:focus:valid, .input.state-invalid:focus:valid {
  border-color: #C3DAFF;
}

::-webkit-input-placeholder {
  color: rgba(0, 40, 60, 0.5);
}

:-moz-placeholder {
  color: rgba(0, 40, 60, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 40, 60, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 40, 60, 0.5);
}

input[type=checkbox], input[type=radio] {
  display: none;
  width: auto;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.8125rem;
  line-height: 1.5rem;
  margin-right: 1.25rem;
}
input[type=checkbox] + label .indicator, input[type=radio] + label .indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.125rem;
  text-align: center;
  background: rgba(195, 218, 255, 0.5);
  border: 0.125rem solid #C3DAFF;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
input[type=checkbox] + label .indicator:before, input[type=radio] + label .indicator:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: transparent;
  vertical-align: middle;
  border-radius: 50%;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
input[type=checkbox]:checked + label .indicator, input[type=radio]:checked + label .indicator {
  background: #3B86FF;
  border-color: #3B86FF;
}
input[type=checkbox]:checked + label .indicator:before, input[type=radio]:checked + label .indicator:before {
  background: #FFF;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] + label .indicator {
  border-radius: 0.25rem;
}

input[type=radio] + label .indicator {
  border-radius: 50%;
}

.form-row {
  margin-bottom: 0.8333333333rem;
}
.form-row.filler {
  justify-content: space-between;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row > label {
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
@media (min-width: 750px) {
  .form-row {
    display: flex;
    align-items: flex-start;
  }
  .form-row > label {
    flex: 0 0 20%;
    font-weight: 400;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
  .form-row .form-field {
    flex: 1 1 auto;
  }
  .form-row .form-options {
    flex: 0 1 auto;
  }
  .form-row .form-options .form-row {
    display: block;
    margin-bottom: 1rem;
  }
  .form-row .form-block-title, .form-row .form-row-submit {
    flex: 0 0 100%;
    width: 100%;
  }
  .form-row .multiple.dep_cntr {
    flex: 0 0 50%;
  }
  .form-row .multiple.dep_cntr:nth-child(odd) .form-block-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form-row .multiple.dep_cntr:nth-child(odd) .multiple_item {
    padding-right: 1.25rem;
  }
  .form-row .multiple.dep_cntr:nth-child(odd) .remove-link {
    right: 1.25rem;
  }
  .form-row .multiple.dep_cntr:nth-child(even) .form-block-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: transparent;
  }
  .form-row .multiple.dep_cntr:nth-child(even) .multiple_item {
    padding-left: 1.25rem;
  }
  .form-row .multiple.dep_cntr:nth-child(even) .multiple_add_item {
    margin-left: 1.25rem;
  }
}
.form-row > p:last-child {
  margin-bottom: 0;
}
.form-row > label.no-value:after {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: -2px;
}

.form-container {
  margin-bottom: 0.8333333333rem;
}

.multiple.dep_cntr .form-block-title {
  margin-top: 0;
}
.multiple.dep_cntr .multiple_add_item {
  position: relative;
  top: -2rem;
}
.multiple.dep_cntr .form-block-title + .multiple_add_item {
  display: block;
  width: 100%;
  top: 0;
  margin: 0.8333333333rem 0;
}
@media (min-width: 750px) {
  .multiple.dep_cntr .form-block-title + .multiple_add_item {
    display: inline-block;
    width: auto;
  }
}
.multiple.dep_cntr .multiple_item {
  position: relative;
  margin-top: 0.8333333333rem;
  padding-bottom: 2rem;
}
.multiple.dep_cntr .multiple_item .remove-link {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(0, 40, 60, 0.5);
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  .multiple.dep_cntr .multiple_item .remove-link:hover {
    color: #FF7979;
  }
}
.multiple.dep_cntr a {
  cursor: pointer;
}

.form-field {
  position: relative;
}
.form-field.state-select-field {
  background: #FAFAFC;
  border-radius: 0.25rem;
}
.form-field.state-select-field select {
  position: relative;
  z-index: 2;
  background: transparent;
}
.form-field.state-select-field select[disabled] {
  cursor: not-allowed;
}
.form-field.state-select-field:not(.state-select-field-multiple):after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0.75rem;
  right: 0.8958333333rem;
  font-size: 0.625rem;
  color: rgba(0, 40, 60, 0.5);
}
.form-field.state-aligned {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 750px) {
  .form-field.state-aligned {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
.form-field.state-aligned:last-child {
  margin-right: 0;
}
.form-field.state-aligned label {
  flex: 0 0 auto;
  margin-right: 0.3125rem;
}
.form-field.state-aligned input, .form-field.state-aligned select {
  flex: 1 1 auto;
}
.form-field > p:last-child {
  margin-bottom: 0;
}

.form-options + .form-field {
  margin-top: 0.625rem;
}
@media (min-width: 750px) {
  .form-options + .form-field {
    margin-top: 0;
  }
}

.form-field-action {
  padding-left: 15px;
}

.file-placeholder-field {
  position: relative;
  cursor: pointer;
}
.file-placeholder-field input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-placeholder-field input.state-invalid + .placeholder-box .input {
  border-color: #FF7979;
}
.file-placeholder-field .placeholder-box {
  display: flex;
}
.file-placeholder-field .placeholder-box .btn {
  flex: 0 0 auto;
  line-height: 1.5rem;
  margin-right: 0.3125rem;
}
.file-placeholder-field .placeholder-box .input {
  flex: 1 1 auto;
}
.file-placeholder-field .placeholder-box .input .placeholder {
  color: rgba(0, 40, 60, 0.7);
}
@media (min-width: 1050px) {
  .file-placeholder-field:hover .btn.state-quaternary {
    color: #FFF;
    background: #3B86FF;
    border-color: #3B86FF;
  }
}

.form-row-validation {
  display: none;
}
.form-row-validation.state-show {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}

.currency-input {
  display: flex;
  width: 100%;
}
.currency-input .currency-symbol {
  display: inline-block;
  background: #E6EAF6;
  flex: 0 0 auto;
  padding: 0.625rem 0.8333333333rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.currency-input input {
  flex: 1 1 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.aligned-fields {
  display: flex;
  margin-bottom: 0.8333333333rem;
}
.aligned-fields .form-field {
  flex: 1 1 auto;
  margin-right: 0.8333333333rem;
}
.aligned-fields .form-field:last-child {
  margin-right: 0;
}
.aligned-fields .btn {
  flex: 0 0 auto;
}

@media (min-width: 1000px) {
  .form-row-submit {
    padding-top: 1.5625rem;
  }
}
.form-row-submit + form {
  margin-top: 1.25rem;
}

.form-row .form-row-submit {
  margin-left: 0;
}

.datalist {
  display: none;
  list-style: none;
  padding: 0.3125rem 0 0;
  margin: 0.15625rem 0 0;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}
.datalist:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.8333333333rem;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #C3DAFF;
}
.datalist li {
  padding: 0.625rem 0.8333333333rem;
  cursor: pointer;
  background: #C3DAFF;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.datalist li:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
@media (min-width: 1050px) {
  .datalist li:hover {
    background: #81B7FF;
  }
}

.form-block-title {
  font-family: "Ubuntu", sans-serif;
  color: rgba(0, 40, 60, 0.7);
  font-weight: 500;
  background: #F5F6FA;
  padding: 0.8333333333rem;
  margin-top: 1.5625rem;
  border-radius: 0.25rem;
}

.signature .container {
  border: 0.0625rem solid #E6EAF6;
  background: #FAFAFC;
  border-radius: 0.25rem 0.25rem 0 0;
}
.signature .btn {
  display: block;
  width: 100%;
  border-radius: 0 0 0.25rem 0.25rem;
}
.signature .check-area {
  position: relative;
  background: #FAFAFC;
  margin-top: 0.8333333333rem;
}
.signature .check-area .label {
  position: absolute;
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  line-height: 1em;
  font-size: 0.875rem;
  color: rgba(0, 40, 60, 0.7);
  margin-bottom: 0;
}
.signature .check-area img {
  display: block;
  width: 100%;
}

.form-account-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-account-row input[type=checkbox] + label, .form-account-row input[type=radio] + label {
  flex: 0 0 auto;
  margin-right: auto;
}
.form-account-row a {
  flex: 0 0 auto;
}

.multiple-notes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  color: rgba(0, 40, 60, 0.7);
}
.multiple-notes .label {
  flex: 0 0 auto;
  font-weight: 600;
  margin-right: 0.8333333333rem;
  margin-bottom: 0;
}
.multiple-notes .items {
  flex: 1 1 auto;
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .multiple-notes .items {
    display: flex;
    flex-wrap: wrap;
  }
}
.multiple-notes .items .value {
  display: block;
}
@media (min-width: 550px) {
  .multiple-notes .items .value:after {
    color: rgba(0, 40, 60, 0.5);
    content: "/";
    margin: 0 0.3125rem;
  }
  .multiple-notes .items .value:last-child:after {
    display: none;
  }
}

.form-field .multiple-notes {
  margin-top: 0.625rem;
}

.ui-timepicker-wrapper {
  height: 11rem;
  width: 5rem;
  border-radius: 0.25rem;
  overflow-y: auto;
}
.ui-timepicker-wrapper .ui-timepicker-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
  padding: 0.625rem 0.8333333333rem;
  cursor: pointer;
  background: #C3DAFF;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  .ui-timepicker-wrapper .ui-timepicker-list li:hover {
    background: #81B7FF;
  }
}

.ui-datepicker {
  border: 0.0625rem solid #E6EAF6;
  background: #FFF;
  border-radius: 0.25rem;
}
.ui-datepicker table th {
  padding: 0.625rem;
}
.ui-datepicker table th:first-child, .ui-datepicker table th:last-child {
  border-radius: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a {
  text-align: center;
  display: block;
  padding: 0.625rem;
  color: rgba(0, 40, 60, 0.7);
}
@media (min-width: 1050px) {
  .ui-datepicker td a:hover {
    color: #3B86FF;
    background: #FAFAFC;
  }
}
.ui-datepicker td a.ui-state-active {
  color: #3B86FF;
  font-weight: 700;
  background: #E6EAF6;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  padding: 0.625rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  margin: 0 auto;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  padding: 0.3125rem 0.3125rem;
  color: rgba(0, 40, 60, 0.7);
  line-height: 1.15;
  border-radius: 0.25rem;
  background: #F5F6FA;
}
@media (min-width: 1050px) {
  .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    color: #00283C;
    background: #C3DAFF;
  }
}

::selection {
  background: rgba(59, 134, 255, 0.2);
}

body {
  background-color: #F5F6FA;
}

#content {
  padding: 0.8333333333rem;
}
@media (min-width: 1000px) {
  #content {
    padding: 1.25rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1600px) {
  #content {
    padding: 1.25rem 2.5rem 2.5rem;
  }
}

.heading-box {
  margin-top: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 550px) {
  .heading-box {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .heading-box {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.heading-box .page-title {
  margin-bottom: 0.8333333333rem;
}
.heading-box .page-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .heading-box .page-title {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.heading-box .btn-cont, .heading-box .form-row-submit {
  margin-top: 0.8333333333rem;
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .heading-box .btn-cont, .heading-box .form-row-submit {
    margin-top: -1.25rem;
  }
}

#main-content, #sidebar {
  background: #FFF;
  padding: 0.8333333333rem;
  border: 0.0625rem solid #E6EAF6;
  border-radius: 0.25rem;
}
@media (min-width: 1000px) {
  #main-content, #sidebar {
    padding: 1.875rem;
  }
}
@media (min-width: 1600px) {
  #main-content, #sidebar {
    padding: 2.5rem;
  }
}

#main-content > *:last-child {
  margin-bottom: 0;
}
#main-content + #sidebar {
  margin-top: 0.8333333333rem;
}
@media (min-width: 1000px) {
  #main-content + #sidebar {
    margin-top: 2.5rem;
  }
}

hr {
  height: 0;
  border-width: 0.125rem 0 0;
  border-style: solid;
  border-color: #E6EAF6;
  margin: 0.8333333333rem 0;
}
@media (min-width: 1000px) {
  hr {
    margin: 2.5rem 0;
  }
}

.responsive-table + hr {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .responsive-table + hr {
    margin-top: 1.5625rem;
  }
}

#overview-content {
  background: #FFF;
  border: 0.0625rem solid #E6EAF6;
  padding: 0.3125rem;
  border-radius: 0.25rem;
}

.nav-tabs + #overview-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 750px) {
  .nav-tabs + #overview-content {
    border-top-right-radius: 0.25rem;
  }
}

@media (max-width: 850px) {
  .responsive-table {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }
  .responsive-table::-webkit-scrollbar {
    display: none;
  }
  .responsive-table table {
    width: 850px;
  }
}
.responsive-table + .main-form {
  margin-top: 0.8333333333rem;
}
@media (min-width: 1000px) {
  .responsive-table + .main-form {
    margin-top: 2.5rem;
  }
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
@media (min-width: 1000px) {
  table {
    margin-bottom: 1.5625rem;
  }
  table:last-child {
    margin-bottom: 0;
  }
}
table td, table th {
  text-align: left;
  vertical-align: middle;
  font-size: 0.875rem;
}
table td.dossier-status, table td.price-value, table th.dossier-status, table th.price-value {
  text-align: right;
}
table th {
  font-family: "Ubuntu", sans-serif;
  color: rgba(0, 40, 60, 0.7);
  font-weight: 500;
  background: #F5F6FA;
  padding: 0.8333333333rem;
}
table th:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
table th:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
table th .status-indicator {
  background: rgba(0, 40, 60, 0.7);
}
table td {
  color: rgba(0, 40, 60, 0.7);
  border-width: 0.0625rem 0;
  border-style: solid;
  border-color: #FFF transparent #E6EAF6;
  padding: 1rem 0.8333333333rem;
}
table td a {
  color: rgba(0, 40, 60, 0.7);
}
table td.dossier-number {
  color: #3B86FF;
  font-weight: 600;
}
table td.dossier-number a {
  color: #3B86FF;
}
table td .status-indicator.state-positive:before {
  color: #3AC183;
}
table td .status-indicator.state-negative:before {
  color: #FF7979;
}
table tbody tr:last-child td {
  border-bottom-width: 0;
}
table tbody:first-child tr:first-child td {
  border-top-color: #E6EAF6;
}
@media (min-width: 1050px) {
  table tr:hover td, table tr:hover td a {
    color: rgba(0, 40, 60, 0.7);
  }
  table tr:hover .dossier-number a {
    color: #3B86FF;
  }
}
table .status-indicator {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
table.link-table tbody tr {
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  table.link-table tbody tr:hover {
    background: #FAFAFC;
  }
  table.link-table tbody tr:hover td, table.link-table tbody tr:hover td a {
    color: #00283C;
  }
  table.link-table tbody tr:hover .dossier-number a {
    color: #0051d4;
  }
  table.link-table tbody tr.no-link:hover {
    cursor: default;
    background: transparent;
  }
  table.link-table tbody tr.no-link:hover td, table.link-table tbody tr.no-link:hover td a {
    color: rgba(0, 40, 60, 0.7);
  }
  table.link-table tbody tr.category-row:hover {
    cursor: default;
    background: transparent;
  }
  table.link-table tbody tr.category-row:hover td, table.link-table tbody tr.category-row:hover td a {
    color: #81B7FF;
  }
}
table.link-table tbody tr.state-finished {
  background: rgba(174, 220, 185, 0.4392156863);
}
table.link-table tbody tr.state-not-accepted {
  background: #ffb9c7;
}
table .category-row {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
table .category-row td {
  color: #81B7FF;
}
table .space-row {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
table .space-row td {
  border: none;
}
table .summary-row {
  background: #FAFAFC;
}
table .summary-row td {
  border-color: #E6EAF6 transparent;
  font-weight: 600;
  color: #00283C;
}
@media (min-width: 1050px) {
  table .summary-row:hover {
    cursor: default;
    background: #FAFAFC;
  }
  table .summary-row:hover td, table .summary-row:hover td a {
    color: #00283C;
  }
}
table tbody .summary-row.state-last:last-child td {
  border-bottom-width: 0.0625rem;
}
table img {
  display: block;
  border: 0.0625rem solid #E6EAF6;
  background: #FAFAFC;
  max-width: 6.25rem;
  max-height: 6.25rem;
}

.result-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.result-actions .action {
  display: block;
  border: 0.0625rem solid #E6EAF6;
  font-size: 1.125rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #3B86FF;
  border-radius: 0.25rem;
  margin-left: 0.8333333333rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  .result-actions .action:hover {
    color: #0051d4;
    border-color: #C3DAFF;
  }
}
.result-actions .action:first-child {
  margin-left: 0;
}
.result-actions .action.icon-remove {
  color: #00283C;
}
@media (min-width: 1050px) {
  .result-actions .action.icon-remove:hover {
    color: #FF7979;
    border-color: #FF7979;
  }
}

.text-notification {
  text-align: center;
  padding: 0.8333333333rem;
  background: #FAFAFC;
  border-radius: 0.25rem;
}
.text-notification:last-child {
  margin-bottom: 0;
}

#overview-content .text-notification {
  margin: 0.8333333333rem;
}

.action-links {
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 750px) {
  .action-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25rem;
  }
}
@media (min-width: 1000px) {
  .action-links {
    margin-bottom: 2.5rem;
  }
}
.action-links .link {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-top: 0.625rem;
  background: #FFF;
  position: relative;
  color: #00283C;
  padding: 0.625rem 1.25rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid #E6EAF6;
}
@media (min-width: 1000px) {
  .action-links .link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1050px) {
  .action-links .link:hover {
    color: #0051d4;
    border-color: #C3DAFF;
  }
  .action-links .link:hover .amount {
    color: #FFF;
    background: #0051d4;
    border-color: #0051d4;
  }
}
.action-links .link .anchor {
  display: block;
  margin-right: auto;
}
.action-links .link .amount {
  display: block;
  color: #81B7FF;
  border: 0.0625rem solid #E6EAF6;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.8125rem;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.action-links .link:first-child {
  margin-top: 0;
}
@media (min-width: 750px) {
  .action-links .link {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

#calendar {
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 1000px) {
  #calendar {
    margin-bottom: 2.5rem;
  }
}
#calendar:last-child {
  margin-bottom: 0;
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.15;
  background: #3B86FF;
  border: 0.0625rem solid #3B86FF;
  border-radius: 0.25rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.btn[class^=icon-], .btn[class*=" icon-"], .btn[class^=icon-], .btn[class*=" icon-"] {
  position: relative;
  padding-right: 2.4375rem;
  text-align: left;
}
.btn[class^=icon-]:before, .btn[class^=icon-]:after, .btn[class*=" icon-"]:before, .btn[class*=" icon-"]:after, .btn[class^=icon-]:before, .btn[class^=icon-]:after, .btn[class*=" icon-"]:before, .btn[class*=" icon-"]:after {
  position: absolute;
  font-size: 0.875rem;
  top: 0.625rem;
  right: 1.25rem;
  line-height: 1.29375rem;
  color: rgba(255, 255, 255, 0.5);
}
.btn.icon-download {
  padding-right: 2.75rem;
}
.btn.state-small {
  font-size: 1rem;
  padding: 0.5rem 0.8333333333rem 0.625rem;
}
@media (min-width: 1050px) {
  .btn:hover, .btn:focus {
    color: #FFF;
    background: #0051d4;
    border-color: #0051d4;
  }
}
.btn.state-secondary {
  background: #00283C;
  border-color: #00283C;
}
@media (min-width: 1050px) {
  .btn.state-secondary:hover, .btn.state-secondary:focus {
    background: black;
    border-color: black;
  }
}
.btn.state-tertiary {
  color: #00283C;
  background: #E6EAF6;
  border-color: #E6EAF6;
}
@media (min-width: 1050px) {
  .btn.state-tertiary:hover, .btn.state-tertiary:focus {
    color: #00283C;
    background: #C3DAFF;
    border-color: #C3DAFF;
  }
}
.btn.state-quaternary {
  color: #3B86FF;
  background: transparent;
  border-color: #3B86FF;
}
@media (min-width: 1050px) {
  .btn.state-quaternary:hover, .btn.state-quaternary:focus {
    color: #FFF;
    background: #3B86FF;
    border-color: #3B86FF;
  }
}

input.btn {
  width: auto;
  display: inline-block;
}

.btn-cont .btn, .form-row-submit .btn {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.btn-cont .btn:last-child, .form-row-submit .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .btn-cont, .form-row-submit {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: -1.25rem;
  }
  .btn-cont .btn, .form-row-submit .btn {
    flex: 0 0 auto;
    display: inline-block;
    width: auto;
    margin: 1.25rem 0 0 1.25rem;
  }
  .btn-cont.state-filled, .state-filled.form-row-submit {
    justify-content: flex-start;
    margin-left: -1.25rem;
  }
  .btn-cont.state-filled .btn, .state-filled.form-row-submit .btn {
    flex-grow: 1;
  }
}

#login-page .btn-cont, #login-page .form-row-submit {
  display: block;
  margin: 0;
}
#login-page .btn-cont .btn, #login-page .form-row-submit .btn {
  display: block;
  width: 100%;
  margin: 0.625rem 0 0;
}
#login-page .btn-cont .btn:first-child, #login-page .form-row-submit .btn:first-child {
  margin-top: 0;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#pre-top {
  background: #133D59;
  padding: 0.8333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1000px) {
  #pre-top {
    padding: 0 2.5rem 0 0;
    background: #FFF;
    border-bottom: 0.0625rem solid #E6EAF6;
  }
}
#pre-top:after {
  content: "";
  display: block;
  background: #133D59;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1345;
}
@media (min-width: 1000px) {
  #pre-top:after {
    background: #FFF;
    z-index: 1317;
  }
}
#pre-top .logo {
  position: relative;
  z-index: 1347;
  flex: 0 0 auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #pre-top .logo {
    margin-left: 0;
    padding: 0.8333333333rem;
    width: 13rem;
    background: #133D59;
    text-align: center;
  }
}
#pre-top .logo img {
  display: block;
  margin: 0 auto;
  height: 2.1875rem;
}
#pre-top .trigger-menu-main {
  flex: 0 0 auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1347;
}
@media (min-width: 1000px) {
  #pre-top .trigger-menu-main {
    display: none;
  }
}
#pre-top .trigger-menu-main:focus {
  outline: none;
}
#pre-top .trigger-menu-main .icon-cont {
  display: inline-block;
  width: 1.875rem;
  height: 0.875rem;
}
#pre-top .trigger-menu-main .icon-cont .icon {
  margin-top: 0.4375rem;
  display: block;
  position: relative;
  height: 0.125rem;
}
#pre-top .trigger-menu-main .icon-cont .icon .base-line, #pre-top .trigger-menu-main .icon-cont .icon:after, #pre-top .trigger-menu-main .icon-cont .icon:before {
  display: block;
  background: #FFF;
  width: 100%;
  height: 100%;
}
#pre-top .trigger-menu-main .icon-cont .icon .base-line {
  transition: background-color 0.15s ease-out;
}
#pre-top .trigger-menu-main .icon-cont .icon:after, #pre-top .trigger-menu-main .icon-cont .icon:before {
  content: "";
  position: absolute;
  left: 0;
  transition: transform 0.15s ease-out;
}
#pre-top .trigger-menu-main .icon-cont .icon:before {
  top: -0.375rem;
}
#pre-top .trigger-menu-main .icon-cont .icon:after {
  top: 0.375rem;
}
#pre-top .trigger-notifications {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(0, 40, 60, 0.5);
  position: absolute;
  top: 0.9375rem;
  left: 2.7083333333rem;
  z-index: 1346;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#pre-top .trigger-notifications:focus {
  outline: none;
}
#pre-top .trigger-notifications.state-unread {
  display: block;
}
@media (min-width: 1000px) {
  #pre-top .trigger-notifications {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 1.25rem;
  }
  #pre-top .trigger-notifications:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1050px) {
  #pre-top .trigger-notifications:hover {
    color: #3B86FF;
  }
  #pre-top .trigger-notifications.state-unread:hover .amount {
    color: #3B86FF;
    background: #F5F6FA;
  }
}
#pre-top .trigger-notifications:before {
  display: none;
  font-size: 1.25rem;
}
@media (min-width: 1000px) {
  #pre-top .trigger-notifications:before {
    display: block;
    position: absolute;
    bottom: -0.15625rem;
    left: 0;
    z-index: 1;
  }
}
#pre-top .trigger-notifications:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #FF7979;
}
@media (min-width: 1000px) {
  #pre-top .trigger-notifications:after {
    display: none;
  }
}
#pre-top .trigger-notifications .amount {
  display: none;
}
@media (min-width: 1000px) {
  #pre-top .trigger-notifications .amount {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 0.75rem;
    color: #3B86FF;
    background: #F5F6FA;
    line-height: 1em;
    font-weight: 700;
    border-radius: 1em;
    padding: 0.15625rem 0.625rem;
    margin-bottom: 0.8333333333rem;
    margin-left: 0.625rem;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  }
}
@media (min-width: 1000px) {
  #pre-top .trigger-notifications.state-unread .amount {
    color: #FFF;
    background: #FF7979;
  }
}
#pre-top .trigger-menu-user {
  flex: 0 0 auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1347;
}
#pre-top .trigger-menu-user:focus {
  outline: none;
}
#pre-top .trigger-menu-user img {
  display: block;
  height: 2.5rem;
  background: #FFF;
  border-radius: 50%;
}
#pre-top .trigger-menu-user .placeholder {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background: #F5F6FA;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
}
@media (min-width: 1000px) {
  #pre-top .trigger-menu-user {
    position: relative;
    padding-right: 1.375rem;
  }
  #pre-top .trigger-menu-user:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    font-size: 0.625rem;
    color: rgba(0, 40, 60, 0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
#pre-top #menu-user {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 1.25rem;
  border: 0.0625rem solid #E6EAF6;
  position: fixed;
  right: 0;
  top: 4.1666666667rem;
  width: 100%;
  z-index: 1333;
}
@media (min-width: 1000px) {
  #pre-top #menu-user {
    position: absolute;
    top: 100%;
    right: 2.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
    width: auto;
    height: auto;
    max-width: 16rem;
  }
}
#pre-top #menu-user .title {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0.3125rem;
}
#pre-top #menu-user a {
  display: inline-block;
  font-size: 0.875rem;
}
#pre-top #menu-user .link-logout {
  font-weight: 600;
  padding-top: 0.3125rem;
  margin-top: 0.3125rem;
  border-top: 0.0625rem solid #E6EAF6;
}

#top-search {
  position: fixed;
  top: 4.1666666667rem;
  left: 0;
  width: 100%;
  z-index: 1327;
}
@media (min-width: 1000px) {
  #top-search {
    position: relative;
    flex: 1 1 auto;
    top: auto;
    left: auto;
  }
}
#top-search .inner {
  position: relative;
}
#top-search input {
  font-size: 0.875rem;
  border-width: 0 0 0.0625rem;
  border-radius: 0;
  background: #FFF;
  padding: 1rem 1.25rem 1rem 2.4583333333rem;
}
@media (min-width: 1000px) {
  #top-search input {
    border-width: 0;
  }
}
#top-search .trigger-search {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1em;
  color: rgba(0, 40, 60, 0.5);
  position: absolute;
  top: 50%;
  left: 0.8333333333rem;
  transform: translateY(-50%);
  z-index: 2;
}
#top-search .trigger-search:focus {
  outline: none;
}

#menu-main {
  position: fixed;
  display: none;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 16rem;
  height: 100%;
  z-index: 1337;
  overflow-x: hidden;
  overflow-y: scroll;
  animation: slideOutLeft 0.3s;
  animation-fill-mode: both;
}
#menu-main.state-menu-ready {
  display: flex;
}
@media (min-width: 1000px) {
  #menu-main {
    display: flex;
    animation: none;
    width: 13rem;
  }
}
#menu-main .nav {
  flex: 1 0 auto;
  width: 100%;
  list-style: none;
  padding: 0.8333333333rem 0;
  margin: 4.1666666667rem 0 0;
  background: #00283C;
}
#menu-main .nav + .nav {
  padding-top: 0;
  margin-top: auto;
  flex-grow: 0;
}
@media (min-width: 1000px) {
  #menu-main .nav {
    padding-top: 4.1666666667rem;
    margin-top: 0;
  }
}
#menu-main .nav .link {
  position: relative;
  display: block;
  color: #FFF;
  line-height: 1.25rem;
  padding: 0.8333333333rem;
  padding-left: 2.7083333333rem;
}
#menu-main .nav .link:before {
  display: block;
  position: absolute;
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  color: rgba(255, 255, 255, 0.5);
  width: 1.25rem;
  text-align: center;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#menu-main .nav .link .amount {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  margin-left: 0.625rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1000px) {
  #menu-main .nav .link {
    padding-right: 1.25rem;
    padding-left: 3.125rem;
    border-width: 0.0625rem 0 0.0625rem 0.25rem;
    border-style: solid;
    border-color: transparent;
  }
  #menu-main .nav .link:before {
    left: 1.25rem;
  }
  #menu-main .nav .link.state-active {
    border-color: rgba(129, 183, 255, 0.15) rgba(129, 183, 255, 0.15) rgba(129, 183, 255, 0.15) #81B7FF;
    background: rgba(129, 183, 255, 0.15);
  }
}
@media (min-width: 1050px) {
  #menu-main .nav .link:hover {
    color: #3B86FF;
  }
  #menu-main .nav .link:hover:before {
    color: #3B86FF;
  }
  #menu-main .nav .link:hover .amount {
    color: #FFF;
    background: #3B86FF;
  }
}
#menu-main .nav .sub-items {
  padding-top: 0.3125rem;
}
#menu-main .nav .sub-link {
  position: relative;
  display: block;
  color: #FFF;
  line-height: 0.625rem;
  padding: 0.8333333333rem;
  padding-left: 0.25rem;
}
@media (min-width: 1000px) {
  #menu-main .nav .sub-link {
    padding-right: 1.25rem;
    padding-left: 0.75rem;
  }
}
#menu-main .status-box {
  flex: 0 0 auto;
  width: 100%;
  background: #00283C;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
  margin-top: auto;
}
#menu-main .status-box .connection-status {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
  padding: 0.8333333333rem 0.8333333333rem 0.8333333333rem 1.5208333333rem;
  margin-bottom: 0;
}
#menu-main .status-box .connection-status:before {
  left: 0.8333333333rem;
}
@media (min-width: 1000px) {
  #menu-main .status-box .connection-status {
    padding: 1.25rem 0.8333333333rem 1.25rem 1.9375rem;
  }
  #menu-main .status-box .connection-status:before {
    left: 1.25rem;
  }
}

#top .bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 60, 0.5);
  z-index: 1332;
}

.connection-status {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0.6875rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.connection-status:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.connection-status:after {
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
.connection-status.state-active {
  color: #3AC183;
}
.connection-status.state-active:before {
  background: #3AC183;
}
.connection-status.state-active:after {
  content: " actief";
}
.connection-status.state-inactive {
  color: #FF7979;
}
.connection-status.state-inactive:before {
  background: #FF7979;
}
.connection-status.state-inactive:after {
  content: " verbroken";
}

body {
  padding-top: 7.5416666667rem; /* Pre-top + top-search */
}
@media (min-width: 1000px) {
  body {
    padding-left: 13rem;
    padding-top: 3.9166666667rem;
  }
}
body.state-menu-user-open {
  overflow: hidden;
}
@media (min-width: 1000px) {
  body.state-menu-user-open {
    overflow: initial;
  }
}
body.state-menu-user-open #pre-top #menu-user {
  display: block;
  animation: fadeInDownLight 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 1000px) {
  body.state-menu-user-open #pre-top .trigger-menu-user:after {
    content: "\e903";
  }
}
body.state-menu-user-open #top .bg {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 1000px) {
  body.state-menu-user-open #top .bg {
    display: none;
  }
}
body.state-menu-main-open {
  overflow: hidden;
}
@media (min-width: 1000px) {
  body.state-menu-main-open {
    overflow: initial;
  }
}
body.state-menu-main-open #menu-main {
  display: flex;
  animation: slideInLeft 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 1000px) {
  body.state-menu-main-open #menu-main {
    animation: none;
  }
}
body.state-menu-main-open #top .bg {
  display: block;
  animation: fadeIn 0.3s;
  animation-fill-mode: both;
}
@media (min-width: 1000px) {
  body.state-menu-main-open #top .bg {
    display: none;
  }
}
body.state-menu-main-open #pre-top .trigger-menu-main .icon-cont .icon .base-line {
  background: transparent;
}
body.state-menu-main-open #pre-top .trigger-menu-main .icon-cont .icon:before {
  top: -50%;
  transform: translateY(50%) rotate(45deg);
}
body.state-menu-main-open #pre-top .trigger-menu-main .icon-cont .icon:after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

@media (hover: none) {
  #menu-main {
    -webkit-overflow-scrolling: touch;
  }
}
#bottom {
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  padding: 0 0.8333333333rem 0.8333333333rem;
}
@media (min-width: 1000px) {
  #bottom {
    padding: 0 2.5rem 2.5rem;
  }
}
#bottom .copyright {
  flex: 0 0 auto;
  margin-right: auto;
  margin-bottom: 0;
}
#bottom .nav {
  flex: 0 0 auto;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom .nav li {
  flex: 0 0 auto;
  margin-left: 0.625rem;
}
#bottom .nav li:first-child {
  margin-left: 0;
}
#bottom .nav a {
  color: #00283C;
}
@media (min-width: 1050px) {
  #bottom .nav a:hover {
    color: #0051d4;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs a {
  font-size: 0.75rem;
  color: #00283C;
  display: block;
}
.breadcrumbs a:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: rgba(0, 40, 60, 0.5);
  font-size: 0.5rem;
  line-height: 1.125rem;
  margin: 0 0.3125rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media (min-width: 1050px) {
  .breadcrumbs a:hover, .breadcrumbs a:hover:before {
    color: #0051d4;
  }
}
.breadcrumbs li:first-child a:before {
  margin-left: 0;
}

.nav-blocks {
  list-style: none;
  padding: 0 0 0.8333333333rem;
  margin: 0;
}
.nav-blocks:last-child {
  padding-bottom: 0;
}
@media (min-width: 400px) {
  .nav-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8333333333rem;
    margin-top: -0.8333333333rem;
  }
}
@media (min-width: 1000px) {
  .nav-blocks {
    padding-bottom: 2.5rem;
  }
}
.nav-blocks .el {
  flex: 0 0 50%;
  margin-top: 0.8333333333rem;
}
@media (min-width: 650px) {
  .nav-blocks .el {
    flex-basis: 33.3333%;
  }
}
@media (min-width: 1400px) {
  .nav-blocks .el {
    flex-basis: 25%;
  }
}
.nav-blocks .el .inner {
  display: block;
  position: relative;
  min-height: 100%;
  color: #00283C;
  text-align: center;
  padding: 1.25rem;
  background: #FFF;
  border-radius: 0.25rem;
  border-bottom: 0.125rem solid #E6EAF6;
}
@media (min-width: 400px) {
  .nav-blocks .el .inner {
    margin-left: 0.8333333333rem;
  }
}
@media (min-width: 1050px) {
  .nav-blocks .el .inner:hover {
    color: #0051d4;
    border-color: #C3DAFF;
  }
  .nav-blocks .el .inner:hover .status-indicator .indicator {
    background: #0051d4;
  }
}
.nav-blocks .title {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}
.nav-blocks .icon {
  position: relative;
  border: 0.125rem solid rgba(195, 218, 255, 0.5);
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  border-radius: 0.625rem;
  margin: 0 auto 0.8333333333rem;
}
.nav-blocks .icon:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 1.875rem;
  color: #3B86FF;
}
.nav-blocks .icon.icon-dossiers-data:after {
  content: "\e921";
}
.nav-blocks .icon.icon-messages-center:after {
  content: "\e90d";
}
.nav-blocks .icon.icon-contact-persons:after {
  content: "\e91e";
}
.nav-blocks .icon.icon-expertise-form:after {
  content: "\e922";
}
.nav-blocks .icon.icon-damages-determination:after {
  content: "\e924";
}
.nav-blocks .icon.icon-insured-sum:after {
  content: "\e926";
}
.nav-blocks .icon.icon-statement:after {
  content: "\e91f";
}
.nav-blocks .icon.icon-documents:after {
  content: "\e920";
}
.nav-blocks .icon.icon-basic:after {
  content: "\e91c";
}
.nav-blocks .icon.icon-advanced:after {
  content: "\e91d";
}
.nav-blocks .icon.icon-declare-hours:after {
  content: "\e925";
}
.nav-blocks .icon.icon-generate-invoice::after {
  content: "\e923";
}
.nav-blocks .icon:before {
  display: none;
}
.nav-blocks .icon .status-indicator {
  position: absolute;
  bottom: -0.5rem;
  right: -1.03125rem;
  border: 0.25rem solid #FFF;
  border-radius: 50%;
}
.nav-blocks .icon .status-indicator .indicator {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background: #C3DAFF;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.nav-blocks .icon .status-indicator .indicator:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea10";
  font-size: 0.5rem;
  position: relative;
  top: -1px;
}
.nav-blocks .icon .status-indicator.state-amount .indicator {
  font-size: 0.75rem;
  font-weight: 700;
}
.nav-blocks .icon .status-indicator.state-amount .indicator:before {
  display: none;
}
.nav-blocks .icon .status-indicator.state-positive .indicator {
  background: #3AC183;
}
.nav-blocks .icon .status-indicator.state-neutral .indicator {
  background: #FF9802;
}
.nav-blocks .icon .status-indicator.state-negative .indicator {
  background: #FF7979;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -0.3125rem;
  position: relative;
  z-index: 2;
  top: 1px;
}
@media (min-width: 750px) {
  .nav-tabs {
    flex-direction: row;
    margin-left: 0;
  }
}
.nav-tabs .el {
  flex: 1 0 auto;
  order: -1;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 550px) {
  .nav-tabs .el {
    font-size: 1rem;
  }
}
.nav-tabs .el.state-active {
  flex-basis: 100%;
  order: 66;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .nav-tabs .el.state-active {
    margin-top: 0;
  }
}
.nav-tabs .el.state-active .link {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #3B86FF;
  background: #FFF;
}
@media (min-width: 750px) {
  .nav-tabs .el.state-active .link {
    border-bottom-color: #FFF;
  }
}
@media (min-width: 750px) {
  .nav-tabs .el {
    flex-grow: 0;
    order: initial;
    width: auto;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
  .nav-tabs .el:first-child {
    margin-left: 0;
  }
  .nav-tabs .el.state-active {
    order: initial;
    flex-basis: auto;
  }
}
.nav-tabs .el .link {
  display: block;
  color: rgba(0, 40, 60, 0.5);
  padding: 0.625rem 1.25rem;
  background: #FAFAFC;
  border-radius: 0.25rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #E6EAF6;
  margin-left: 0.3125rem;
}
@media (min-width: 750px) {
  .nav-tabs .el .link {
    margin-left: 0;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
@media (min-width: 1050px) {
  .nav-tabs .el .link:hover {
    color: #00283C;
  }
}
.nav-tabs .el .link .amount {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1em;
  color: #FFF;
  background: #3B86FF;
  border-radius: 1em;
  padding: 0.15625rem 0.4166666667rem;
  margin-left: 0.3125rem;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

#login-page {
  position: relative;
  padding: 6.25rem 0 0;
  background: #FFF;
}
@media (min-width: 1000px) {
  #login-page {
    padding-top: 0;
    padding-left: 50%;
  }
}
#login-page #outer-box {
  position: relative;
  z-index: 2;
  padding: 0.8333333333rem 0;
}
@media (min-width: 1000px) {
  #login-page #outer-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }
}
#login-page #outer-box #content, #login-page #outer-box #bottom {
  flex: 0 0 100%;
  width: 100%;
}
#login-page #outer-box #content {
  margin: auto 0;
}
#login-page .logo img {
  display: block;
  margin: 0 auto;
  height: 2.8125rem;
}
#login-page .bg {
  height: 6.25rem;
  width: 100%;
  background: #F5F6FA;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1000px) {
  #login-page .bg {
    height: 100%;
    width: 50%;
  }
}
#login-page .form-field input {
  border-radius: 0;
  background: transparent;
  border-width: 0 0 0.125rem;
  padding: 0 0 0.8333333333rem;
}
#login-page .form-account-row {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.message-item {
  padding-top: 0.8333333333rem;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.8333333333rem;
  border: 0.0625rem solid #E6EAF6;
}
.message-item:nth-child(odd) {
  background: #FAFAFC;
}
.message-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .message-item {
    margin-bottom: 2.5rem;
  }
  .message-item:last-child {
    margin-bottom: 0;
  }
}
.message-item p {
  color: rgba(0, 40, 60, 0.7);
  font-size: 0.875rem;
  padding: 0 0.8333333333rem;
  margin-top: 0.8333333333rem;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .message-item p {
    margin-top: 1.25rem;
  }
}
.message-item .readmore {
  font-size: 0.875rem;
  margin-left: 0.8333333333rem;
}
.message-item table {
  width: auto;
  margin-bottom: 0;
}
.message-item table td {
  padding: 0 0.8333333333rem;
  border-width: 0;
}
.message-item table td.label {
  font-weight: 600;
}
.message-item select {
  margin-top: 0.8333333333rem;
  border-radius: 0;
  border-width: 0.0625rem 0 0;
}
.message-item select:focus {
  border-color: #E6EAF6;
}

.data-boxes {
  list-style: none;
  background: #FFF;
  padding: 0 0.8333333333rem;
  border: 0.0625rem solid #E6EAF6;
  margin: 0.8333333333rem 0 0.8333333333rem;
  border-radius: 0.25rem;
}
@media (min-width: 750px) {
  .data-boxes {
    display: flex;
    padding: 0.8333333333rem 0;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .data-boxes .el {
    flex: 1 0 33.3333%;
  }
}
.data-boxes .el .inner {
  display: flex;
  position: relative;
  min-height: 100%;
  color: #00283C;
  background: #FFF;
  padding: 0.8333333333rem 0;
  border-width: 0.0625rem 0 0;
  border-style: solid;
  border-color: #E6EAF6;
}
@media (min-width: 750px) {
  .data-boxes .el .inner {
    padding: 0 1.25rem;
    border-width: 0 0 0 0.0625rem;
  }
}
.data-boxes .el:first-child .inner {
  border-width: 0;
}
@media (min-width: 1050px) {
  .data-boxes .el:hover .content .title, .data-boxes .el:hover .content .link {
    color: #0051d4;
  }
}
.data-boxes .content {
  flex: 1 1 auto;
  text-align: left;
  order: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.data-boxes .content .title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.data-boxes .content .sub-title {
  margin-bottom: 0;
}
.data-boxes .content .link {
  display: block;
  color: #3B86FF;
  margin-top: auto;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.data-boxes .graph {
  flex: 0 0 auto;
  order: 2;
  position: relative;
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F6FA;
  margin-left: 1.25rem;
}
.data-boxes .graph .value {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
}
.data-boxes .graph .progress-indicator {
  height: 100%;
  width: 100%;
  clip: rect(0, 6.25rem, 6.25rem, 3.125rem);
  left: 0;
  top: 0;
  position: absolute;
}
.data-boxes .graph .progress-indicator .progress {
  height: 100%;
  width: 100%;
  border: 0.625rem solid transparent;
  border-radius: 50%;
  clip: rect(0, 3.125rem, 6.25rem, 0);
  left: 0;
  top: 0;
  position: absolute;
  transition: transform 0.3s ease-out;
}
.data-boxes .graph.progress-0 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-0 .progress-indicator .state-left {
  transform: rotate(0deg);
}
.data-boxes .graph.progress-0 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-5 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-5 .progress-indicator .state-left {
  transform: rotate(18deg);
}
.data-boxes .graph.progress-5 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-10 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-10 .progress-indicator .state-left {
  transform: rotate(36deg);
}
.data-boxes .graph.progress-10 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-15 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-15 .progress-indicator .state-left {
  transform: rotate(54deg);
}
.data-boxes .graph.progress-15 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-20 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-20 .progress-indicator .state-left {
  transform: rotate(72deg);
}
.data-boxes .graph.progress-20 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-25 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-25 .progress-indicator .state-left {
  transform: rotate(90deg);
}
.data-boxes .graph.progress-25 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-30 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-30 .progress-indicator .state-left {
  transform: rotate(108deg);
}
.data-boxes .graph.progress-30 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-35 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-35 .progress-indicator .state-left {
  transform: rotate(126deg);
}
.data-boxes .graph.progress-35 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-40 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-40 .progress-indicator .state-left {
  transform: rotate(144deg);
}
.data-boxes .graph.progress-40 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-45 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-45 .progress-indicator .state-left {
  transform: rotate(162deg);
}
.data-boxes .graph.progress-45 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-50 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-50 .progress-indicator .state-left {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-50 .progress-indicator .state-right {
  display: none;
}
.data-boxes .graph.progress-55 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-55 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-55 .progress-indicator .state-left {
  transform: rotate(198deg);
}
.data-boxes .graph.progress-55 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-60 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-60 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-60 .progress-indicator .state-left {
  transform: rotate(216deg);
}
.data-boxes .graph.progress-60 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-65 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-65 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-65 .progress-indicator .state-left {
  transform: rotate(234deg);
}
.data-boxes .graph.progress-65 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-70 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-70 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-70 .progress-indicator .state-left {
  transform: rotate(252deg);
}
.data-boxes .graph.progress-70 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-75 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-75 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-75 .progress-indicator .state-left {
  transform: rotate(270deg);
}
.data-boxes .graph.progress-75 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-80 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-80 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-80 .progress-indicator .state-left {
  transform: rotate(288deg);
}
.data-boxes .graph.progress-80 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-85 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-85 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-85 .progress-indicator .state-left {
  transform: rotate(306deg);
}
.data-boxes .graph.progress-85 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-90 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-90 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-90 .progress-indicator .state-left {
  transform: rotate(324deg);
}
.data-boxes .graph.progress-90 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-95 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-95 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-95 .progress-indicator .state-left {
  transform: rotate(342deg);
}
.data-boxes .graph.progress-95 .progress-indicator .state-right {
  transform: rotate(180deg);
}
.data-boxes .graph.progress-100 .progress-indicator {
  clip: rect(auto, auto, auto, auto);
}
.data-boxes .graph.progress-100 .progress-indicator .progress {
  border-color: #81B7FF;
}
.data-boxes .graph.progress-100 .progress-indicator .state-left {
  transform: rotate(360deg);
}
.data-boxes .graph.progress-100 .progress-indicator .state-right {
  transform: rotate(180deg);
}

.list-values {
  list-style: none;
  padding: 0;
}
.list-values:last-child {
  margin-bottom: 0;
}
.list-values .el {
  margin-top: 0.3125rem;
}
.list-values .el:first-child {
  margin-top: 0;
}
@media (min-width: 550px) {
  .list-values .el {
    display: flex;
  }
  .list-values .el .label, .list-values .el .value {
    flex: 1 1 50%;
  }
}
.list-values .el .label {
  display: block;
  font-weight: 600;
}

.result-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.625rem;
  margin-left: -2.5rem;
}
.result-boxes .el {
  flex: 0 0 auto;
  margin-top: 0.625rem;
  margin-left: 2.5rem;
}
.result-boxes .el .result {
  margin-bottom: 0;
}

/*# sourceMappingURL=global.css.map */
