@charset "UTF-8";
body {
  color: rgb(13, 71, 90);
  font-family: "Inter", sans-serif;
  min-width: 768px;
}
body .page-body-wrapper {
  overflow-x: hidden;
  padding-bottom: 60px;
}

h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

button, .btn {
  background: rgb(234, 91, 12);
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 20px;
  font-size: 90%;
  padding: 9px 25px;
}

.popupCloseButton:hover {
  text-decoration: none;
}

.userBlock {
  position: absolute;
  right: 50px;
  top: 20px;
  text-align: right;
}
.userBlock img {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}
.userBlock .name {
  float: left;
}

.menu .logo {
  width: 91px;
  height: 122px;
  margin-top: 15px;
}
.menu .menuLink {
  text-transform: uppercase;
  text-decoration: underline;
  color: rgb(13, 71, 90);
  font-weight: bold;
  font-size: 90%;
  margin-top: -30px;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}

.content .yearButtons a {
  opacity: 0.6;
}
.content .yearButtons a.btn-success {
  opacity: 1;
}
.content .fixedSave {
  position: fixed;
  bottom: 0;
  padding-bottom: 15px;
  background: #fff;
  width: 100%;
  left: 0;
}
.content .fixedSave button {
  margin-top: 10px;
}

.popup-body form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

form {
  margin-top: 40px;
}
form .form-group:after {
  clear: both;
  content: "";
  display: block;
}
form .form-group label {
  width: 50%;
  float: left;
  display: block;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  line-height: 30px;
}
form .form-group input, form .form-group textarea {
  width: 50%;
  float: left;
  background: rgb(239, 247, 247);
  color: rgb(101, 142, 155);
  font-weight: 700;
  border: 0;
}
form .form-group.euro:before {
  position: absolute;
  margin-top: 6px;
  content: "€";
  font-weight: normal;
  color: rgb(101, 142, 155);
  margin-left: 10px;
}
form .form-group .selectField {
  height: 45px;
  min-width: 385px;
  position: relative;
  padding-top: 11px;
  border-radius: 0px;
  border-left: 1px solid rgb(101, 142, 155);
  border-top: 1px solid rgb(101, 142, 155);
  border-right: 1px solid rgb(101, 142, 155);
  border-bottom: 1px solid rgb(101, 142, 155);
  box-shadow: none;
}
form .form-group .selectField .selectInput {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  -webkit-appearance: menulist-button;
}
form .form-group .selectField:after {
  display: block;
  position: absolute;
  right: 15px;
  content: "\e874";
  font-family: LinearIcons-free;
  font-size: 125%;
  line-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  background: #fff;
}
form .form-group .selectField .selectLabel {
  white-space: nowrap;
  width: 97%;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
}
form button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

table {
  border: 0;
}
table .btn {
  text-transform: capitalize;
  font-size: 85%;
  width: 120px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 8px 15px;
}
table .btn.btn-sm {
  width: auto;
  padding: 8px 10px;
}
table thead th {
  padding: 10px;
  border: 4px solid #fff !important;
  color: rgb(13, 71, 90);
}
table tbody td {
  background: rgb(239, 247, 247);
  padding: 10px;
  border: 4px solid #fff;
  color: rgb(101, 142, 155);
  font-weight: bold;
}
table tbody td.buttons {
  background: none;
  width: 130px;
}
table.priceQuestions thead th {
  text-align: center;
}
table.priceQuestions tbody th {
  background: #fff;
  border-top: 0;
  padding: 5px;
}
table.priceQuestions tbody th.labelColumn {
  border: 0;
  background: rgb(239, 247, 247);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  color: rgb(101, 142, 155);
  vertical-align: middle;
  padding-left: 10px;
}
table.priceQuestions tbody th input {
  width: 100%;
  text-align: center;
  background: none;
  border: 1px solid rgb(101, 142, 155);
  color: rgb(13, 71, 90);
}
table.priceQuestions tbody th input:disabled {
  color: rgb(101, 142, 155);
}
table.priceQuestions tbody th input:disabled:hover {
  cursor: not-allowed;
}
table .priceField {
  position: relative;
}
table .priceField:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "€";
  color: rgb(13, 71, 90);
}
table .priceField input {
  padding-left: 20px;
  padding-right: 20px;
}
