.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video return {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  cursor: default;
}
html > *,
body > *,
div > *,
span > *,
applet > *,
object > *,
iframe > *,
h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
h6 > *,
p > *,
blockquote > *,
pre > *,
a > *,
abbr > *,
acronym > *,
address > *,
big > *,
cite > *,
code > *,
del > *,
dfn > *,
em > *,
img > *,
ins > *,
kbd > *,
q > *,
s > *,
samp > *,
small > *,
strike > *,
strong > *,
sub > *,
sup > *,
tt > *,
var > *,
b > *,
u > *,
i > *,
center > *,
dl > *,
dt > *,
dd > *,
ol > *,
ul > *,
li > *,
fieldset > *,
form > *,
label > *,
legend > *,
table > *,
caption > *,
tbody > *,
tfoot > *,
thead > *,
tr > *,
th > *,
td > *,
article > *,
aside > *,
canvas > *,
details > *,
embed > *,
figure > *,
figcaption > *,
footer > *,
header > *,
hgroup > *,
menu > *,
nav > *,
output > *,
ruby > *,
section > *,
summary > *,
time > *,
mark > *,
audio > *,
video return > * {
  cursor: inherit;
}
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article:not([hidden]),
aside:not([hidden]),
details:not([hidden]),
figcaption:not([hidden]),
figure:not([hidden]),
footer:not([hidden]),
header:not([hidden]),
hgroup:not([hidden]),
menu:not([hidden]),
nav:not([hidden]),
section:not([hidden]) {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  -webkit-quotes: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2 {
  display: none;
}
a {
  text-decoration: none;
  color: #455a68;
}
a[href] {
  cursor: pointer;
}
input:focus {
  outline: 0;
}
html {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #455a68;
  background-color: #f3f5f6;
}
.templates {
  display: none;
}
span.icon {
  display: inline-block;
}
span.underline {
  text-decoration: underline;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.ie10 .subheader-wrapper .subheader-item {
  -lh-property: 0;
  width: -webkit-calc(25% - 3px);
  width: -moz-calc(25% - 3px);
  width: calc(25% - 3px);
  display: inline-block;
}
html.ie10 .subheader-wrapper .subheader-item:first-child {
  -lh-property: 0;
  width: -webkit-calc(25% - 2px);
  width: -moz-calc(25% - 2px);
  width: calc(25% - 2px);
}
html.ie9 .subheader-wrapper .subheader-item {
  width: 25%;
  float: left;
}
html.ie9 .radiobutton {
  display: inline-block;
  vertical-align: top;
}
html.ie9 .segment-group:not(.vertical) .segment {
  display: inline-block;
  margin-right: -3px;
}
html.ie9 .dropdown {
  display: inline-block;
}
html.ie10 .config.content-wrapper .tab-group,
html.ie9 .config.content-wrapper .tab-group {
  display: table;
  table-layout: fixed;
}
html.ie10 .config.content-wrapper .tab,
html.ie9 .config.content-wrapper .tab {
  display: table-cell;
  width: auto;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.button {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border: 1px solid transparent;
  font-size: 0;
}
.button > :first-child:not(.icon) {
  margin-left: 25px;
}
.button > :last-child:not(.icon) {
  margin-right: 25px;
}
.button .text {
  font-size: 15px;
  line-height: 42px;
  vertical-align: top;
}
.button .icon {
  width: 38px;
  height: 38px;
  vertical-align: top;
}
.button.reset {
  background-color: #f3f5f6;
  border: 1px solid #e6e9ec;
}
.button.reset:hover {
  background-color: rgba(243, 245, 246, 0.5);
  border-color: rgba(69, 90, 104, 0.5);
}
.button.confirm {
  background-color: #33b3e9;
  color: #fff;
}
.button.cancel {
  background-color: #eff1f3;
  border: 1px solid #bdc9cf;
  color: #5b7887;
}
.button.additional {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  background-color: #33b3e9;
  border: 1px solid #00a0e3;
  color: #fff;
}
.button.additional:hover {
  background-color: rgba(243, 245, 246, 0.15);
  border: 1px solid rgba(243, 245, 246, 0.5);
}
.button.additional .icon {
  margin-right: 15px;
  margin-left: 5px;
}
.button.info {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #e6e9ec;
}
.button.info:hover {
  color: #00a0e3;
  border-color: #33b3e9;
}
.button.next {
  background-color: #33b3e9;
  border: 1px solid #33b3e9;
  color: #fff;
}
.button.next .icon {
  stroke: #fff;
}
.button.previous {
  background-color: #eff1f3;
  border: 1px solid #bdc9cf;
  color: #5b7887;
}
.button.previous .icon {
  stroke: #455a68;
}
.button.disabled {
  background-color: #fff;
  border: 1px solid #e6e9ec;
  color: #c1c4c8;
  cursor: default;
  pointer-events: none;
}
.button.disabled .icon {
  stroke: #c1c4c8;
}
.button-group {
  overflow: hidden;
  padding-bottom: 20px;
}
.button-group.next-previous .next {
  float: right;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.checkbox-group .checkbox {
  width: 100%;
  height: auto;
  position: relative;
}
.checkbox-group .checkbox input[type="checkbox"] {
  display: none;
}
.checkbox-group .checkbox input[type="checkbox"]:checked + label .icon {
  border: 1px solid #33b3e9;
  background-color: #e5f5fc;
}
.checkbox-group
  .checkbox
  input[type="checkbox"]:checked
  + label
  .icon
  [stroke="#00a0e3"] {
  stroke: #00a0e3;
}
.checkbox-group .checkbox label {
  height: 25px;
  line-height: 25px;
  margin-left: 35px;
  cursor: pointer;
}
.checkbox-group .checkbox label:hover .icon {
  background-color: rgba(243, 245, 246, 0.5);
  border: 1px solid rgba(69, 90, 104, 0.5);
}
.checkbox-group .checkbox label .icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #e6e9ec;
}
.checkbox-group .checkbox label .icon [stroke="#00a0e3"] {
  stroke: transparent;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.dropdown-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown-group > label {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  position: relative;
}
.dropdown-group .read-only input {
  color: #c1c4c8;
  cursor: default;
}
.dropdown-group .read-only .dropdown-carret path {
  fill: #c1c4c8;
}
.dropdown {
  width: 190px;
  position: relative;
}
.dropdown input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e9ec;
  color: #455a68;
  cursor: pointer;
  font-size: 15px;
  padding: 0 40px 0 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown.fault input {
  border-color: #ff484a;
}
.dropdown select:not(.for-mobile-devices) {
  display: none;
}
.dropdown select.for-mobile-devices {
  display: block;
  opacity: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}
.dropdown .dropdown-carret {
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown .dropdown-content {
  max-height: 180px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  top: 45px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  display: none;
  cursor: pointer;
  overflow-y: auto;
  z-index: 2;
}
.dropdown .dropdown-content.show {
  display: block;
}
.dropdown .dropdown-content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
  color: #455a68;
  font-size: 13px;
  border-bottom: 1px solid #e6e9ec;
  padding: 0 10px;
}
.dropdown .dropdown-content > div:hover,
.dropdown .dropdown-content > div.active {
  background-color: #e5f5fc;
  color: #33b3e9;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.input-group {
  margin-bottom: 20px;
  width: 190px;
  text-align: left;
  position: relative;
}
.input-group .input > label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.input-group .input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e6e9ec;
  color: #455a68;
  cursor: pointer;
  font-size: 15px;
  padding: 0 15px;
  width: 100%;
}
.input-group .input.focus:not(.read-only) input {
  border-color: #33b3e9;
}
.input-group .input.fault input {
  border-color: #ff484a;
}
.input-group .input.read-only input {
  border-color: #e6e9ec;
  cursor: default;
  color: #c1c4c8;
}
.input-group .input-unit {
  color: #39bb74;
  position: absolute;
  top: 0;
  text-align: right;
  right: 15px;
  bottom: 0;
  left: auto;
  line-height: 42px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.numeric-input-group > label {
  display: block;
  margin-bottom: 10px;
  color: #455a68;
}
.numeric-input-group .numeric-input {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  width: 190px;
  height: 35px;
  position: relative;
  line-height: 35px;
  font-size: 14px;
  border: 1px solid #e6e9ec;
  border-radius: 3px;
  background-color: #fff;
}
.numeric-input-group .numeric-input.fault {
  border-color: #ff484a;
}
.numeric-input-group .numeric-input.focus:not(.fault):not(.read-only) {
  border-color: #33b3e9;
}
.numeric-input-group input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -lh-property: 0;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  padding: 0 35px 0 15px;
  border: none;
  height: 100%;
  vertical-align: top;
  font-size: inherit;
  font-weight: inherit;
  color: #455a68;
  border-radius: 3px;
}
.numeric-input-group input:not([readonly="readonly"]) {
  cursor: pointer;
}
.numeric-input-group .numeric-input-unit {
  color: #39bb74;
  position: absolute;
  top: 0;
  text-align: right;
  right: 40px;
  bottom: 0;
  left: auto;
}
.numeric-input-group .numeric-input-buttons {
  position: absolute;
  right: 1px;
  left: auto;
  width: 30px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e6e9ec;
  cursor: pointer;
}
.numeric-input-group .numeric-input-button {
  width: inherit;
  height: 50%;
}
.numeric-input-group .numeric-input-button:not(:last-child) {
  border-bottom: 1px solid #e6e9ec;
}
.numeric-input-group .numeric-input-button svg {
  vertical-align: top;
}
.numeric-input-group .numeric-input.read-only .numeric-input-unit {
  right: 15px;
}
.numeric-input-group .numeric-input.read-only .numeric-input-buttons {
  display: none;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.popover-anchor {
  width: 30px;
  height: 30px;
  cursor: pointer;
  stroke: rgba(69, 90, 104, 0.5);
}
.popover-anchor:hover {
  stroke: #33b3e9;
}
.popover {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.6, 0.4, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.6, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0, 0.6, 0.4, 1);
  position: absolute;
  width: auto;
  height: auto;
  top: 45px;
  right: -150px;
  display: none;
  opacity: 0;
  z-index: 1000;
}
.popover.show {
  opacity: 1;
}
.popover .fader {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.popover .popover-content {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 13px;
  z-index: 1000;
  text-align: left;
  width: 320px;
  line-height: 18px;
  border-radius: 3px;
}
.popover .popover-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline;
}
.popover .popover-content:not(.carret-down):not(.carret-left):before {
  -lh-property: 0;
  right: -webkit-calc(50% - 4px);
  right: -moz-calc(50% - 4px);
  right: calc(50% - 4px);
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid;
}
.popover .popover-content.carret-down:before {
  bottom: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid;
}
.popover .popover-content.carret-left:before {
  -lh-property: 0;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -8px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 12px solid;
}
.popover .popover-content.info {
  background-color: #33b3e9;
}
.popover .popover-content.info:not(.carret-down):not(.carret-left):before {
  border-bottom-color: #33b3e9;
}
.popover .popover-content.info.carret-down:before {
  border-top-color: #33b3e9;
}
.popover .popover-content.info.carret-left:before {
  border-right-color: #33b3e9;
}
.popover .popover-content.alert {
  background-color: #ff484a;
}
.popover .popover-content.alert:not(.carret-down):not(.carret-left):before {
  border-bottom-color: #ff484a;
}
.popover .popover-content .title {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  padding: 4px 0 6px;
}
.radiobutton label .popover-anchor {
  position: absolute;
  top: 2px;
  right: 2px;
}
.radiobutton input[type="radio"]:checked + label .popover-anchor {
  stroke: #33b3e9;
}
.radiobutton-group > label .popover-group,
.slider-group > label .popover-group,
.segment-group > label .popover-group {
  position: absolute;
}
.radiobutton-group > label .popover-anchor,
.slider-group > label .popover-anchor,
.segment-group > label .popover-anchor {
  position: absolute;
  top: -5px;
}
.radiobutton-group > label .popover,
.slider-group > label .popover,
.segment-group > label .popover {
  right: -181px;
  top: 34px;
}
h4 .popover-group {
  position: absolute;
}
h4 .popover-anchor {
  position: absolute;
  top: 10px;
}
h4 .popover {
  right: -181px;
  top: 60px;
}
.graph-group .popover-anchor {
  position: absolute;
  left: -9px;
}
.graph-group
  .graph-container:not(.graph-heatingcurve):not(.graph-coolingcurve)
  .popover-anchor {
  bottom: -34px;
}
.graph-group .graph-container.graph-heatingcurve .popover-anchor,
.graph-group .graph-container.graph-coolingcurve .popover-anchor {
  bottom: 0;
}
.graph-group .popover-content {
  position: absolute;
  line-height: 14px;
  padding: 12px 15px;
  width: auto;
  max-width: 200px;
}
.graph-group .popover-content .title {
  padding: 0;
}
.graph-group .popover {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.graph-group .graph-minmaxoff .carret-down {
  top: -20px;
  left: -17px;
}
.graph-group .graph-minmaxoff .carret-down:before {
  right: initial;
  left: 13px;
}
.graph-group .graph-minmaxoff .carret-left {
  top: -15px;
  left: 450px;
}
.graph-group .graph-minmax .carret-down,
.graph-group .graph-minmaxmiddle .carret-down {
  top: -55px;
  left: -17px;
}
.graph-group .graph-minmax .carret-down:before,
.graph-group .graph-minmaxmiddle .carret-down:before {
  right: initial;
  left: 13px;
}
.graph-group .graph-heatingcurve .carret-down,
.graph-group .graph-coolingcurve .carret-down {
  top: -20px;
  left: -17px;
}
.graph-group .graph-heatingcurve .carret-down:before,
.graph-group .graph-coolingcurve .carret-down:before {
  right: initial;
  left: 13px;
}
.graph-group .graph-heatingcurve .carret-left,
.graph-group .graph-coolingcurve .carret-left {
  bottom: -5px;
  left: 450px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.radiobutton-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -lh-property: 0;
  width: -webkit-calc(calc(100% + 20px));
  width: -moz-calc(calc(100% + 20px));
  width: calc(calc(100% + 20px));
}
.radiobutton-group > label {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 12px 0;
  display: block;
  font-size: 14px;
  position: relative;
}
.radiobutton-group .radiobutton:not(:last-of-type) {
  margin-right: 17px;
}
.radiobutton {
  width: 190px;
  height: 150px;
  padding: 0;
  position: relative;
  margin-bottom: 18px;
}
.radiobutton input[type="radio"] {
  display: none;
}
.radiobutton input[type="radio"]:checked + label {
  box-shadow: 0 0 0 2px #33b3e9 inset;
  border: 1px solid #33b3e9;
  background-color: #e5f5fc;
  color: #00a0e3;
}
.radiobutton input[type="radio"]:checked + label [stroke="#5b7887"] {
  stroke: #33b3e9;
}
.radiobutton input[type="radio"]:checked + label [fill="#5b7887"] {
  fill: #33b3e9;
}
.radiobutton label {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e6e9ec;
}
.radiobutton label:hover {
  background-color: rgba(243, 245, 246, 0.5);
  border: 1px solid rgba(69, 90, 104, 0.5);
}
.radiobutton label > .text {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 19px;
}
.radiobutton .icon:not(.popover-anchor) {
  width: 120px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.segment-group {
  margin-bottom: 18px;
}
.segment-group > label {
  margin: 12px 0;
  display: block;
  font-size: 14px;
}
.segment-group.vertical {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.segment-group.vertical .segment {
  width: 190px;
  height: 40px;
  line-height: 40px;
}
.segment-group.vertical
  .segment:first-of-type
  input[type="radio"]:not(:checked)
  + label {
  border-radius: 2px 2px 0 0;
}
.segment-group.vertical
  .segment:last-of-type
  input[type="radio"]:not(:checked)
  + label {
  border-bottom: 1px solid #e6e9ec;
  border-radius: 0 0 2px 2px;
}
.segment-group.vertical .segment label {
  border-right: 1px solid #e6e9ec;
}
.segment-group:not(.vertical) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.segment-group:not(.vertical) > label {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.segment-group:not(.vertical) .segment {
  width: 150px;
  height: 50px;
  line-height: 50px;
}
.segment-group:not(.vertical)
  .segment:first-of-type
  input[type="radio"]:not(:checked)
  + label {
  border-radius: 2px 0 0 2px;
}
.segment-group:not(.vertical)
  .segment:last-of-type
  input[type="radio"]:not(:checked)
  + label {
  border-right: 1px solid #e6e9ec;
  border-radius: 0 2px 2px 0;
}
.segment-group:not(.vertical) .segment label {
  border-bottom: 1px solid #e6e9ec;
}
.segment-group.disabled .segment,
.segment-group .segment.disabled {
  color: rgba(69, 90, 104, 0.5);
}
.segment-group.disabled .segment label,
.segment-group .segment.disabled label {
  cursor: default;
}
.segment-group:not(.disabled)
  .segment:not(.disabled)
  input[type="radio"]:not(:checked)
  + label:hover {
  box-shadow: 0 0 0 1px rgba(69, 90, 104, 0.5) inset;
  background-color: rgba(243, 245, 246, 0.5);
}
.segment input[type="radio"] {
  display: none;
}
.segment input[type="radio"]:checked + label {
  -webkit-box-shadow: 0 0 0 2px #33b3e9 inset;
  -moz-box-shadow: 0 0 0 2px #33b3e9 inset;
  box-shadow: 0 0 0 2px #33b3e9 inset;
  border: 1px solid #33b3e9;
  background-color: #e5f5fc;
  color: #33b3e9;
}
.segment label {
  -webkit-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #e6e9ec;
  border-left: 1px solid #e6e9ec;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h3 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #455a68;
}
h4 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.link {
  text-decoration: underline;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrapper {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -lh-property: 0;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-top: 110px;
  padding-bottom: 60px;
  width: auto;
  max-width: 1200px;
  min-width: 992px;
  margin: 0 auto;
}
.content-wrapper > section {
  width: 894px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper .container {
  border: 1px solid #e6e9ec;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 20px;
}
.content-wrapper .container .content {
  width: 100%;
  padding: 0 20px 30px;
}
.content-wrapper .container .bg > div:not(:last-child) {
  margin-right: 20px;
}
.content-wrapper .container .bg > label {
  margin: 40px 0 30px;
  padding: 0 10px;
}
.content-wrapper .container .bg > label span {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.content-wrapper .container h3 {
  height: 90px;
  line-height: 90px;
  padding-top: 7px;
}
.content-wrapper .container h4 {
  height: 75px;
  line-height: 75px;
  padding-top: 3px;
}
.content-wrapper .container label {
  font-size: 14px;
  display: block;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header,
.header-wrapper {
  -webkit-transition: all 0.4s cubic-bezier(0, 0.7, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 0.7, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0.7, 0.3, 1);
  transition: all 0.4s cubic-bezier(0, 0.7, 0.3, 1);
}
header {
  height: 80px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
header .logo {
  padding: 15px;
}
header .logo svg,
header .logo img {
  height: 50px;
  width: 170px;
  display: inline-block;
}
header .logo svg:nth-of-type(2),
header .logo img.hsn {
  width: 100px !important;
}
header .logo img.sbm {
  width: 178px !important;
}
header .logo h1 {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  color: #33b3e9;
  height: 50px;
  line-height: 57px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.return-to-hsn {
  position: absolute;
  right: 30px;
  top: 12px;
  line-height: 58px;
  height: 50px;
}
.header-wrapper {
  width: 100%;
  max-width: 1500px;
  padding-right: 15px;
  margin: 0 auto;
  height: inherit;
  position: relative;
  border-bottom: 1px solid #e6e9ec;
}
.ie9 header {
  opacity: 1;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-group {
  padding: 0;
}
.button {
  text-transform: none;
}
.button.confirm {
  border: 1px solid #00a0e3;
  background-color: #33b3e9;
  color: #fff;
}
.button.next {
  margin: 30px 0;
}
.return-to-hsn .button .icon {
  margin-left: 12px;
  margin-right: 10px;
}
#domestic-hot-water .button.next {
  margin: 20px 0 30px;
}
.simplified-heatloss-result .button.confirm {
  margin-left: 20px;
}
.simplified-heatloss-result .button.confirm .icon {
  margin-left: 4px;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox-group .icon svg {
  width: 25px;
  height: 25px;
  margin-top: -1px;
  margin-left: -1px;
}
.checkbox-group input[type="checkbox"]:checked + label polyline {
  stroke: #00a0e3;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-group {
  display: inline-block;
  vertical-align: top;
  width: 190px;
}
.dropdown-group > label {
  margin-bottom: 10px;
}
#usage-known .content .dropdown-group,
#usage-unknown .content .dropdown-group {
  width: 260px;
}
#usage-known .content .dropdown-group .dropdown,
#usage-unknown .content .dropdown-group .dropdown {
  width: 260px;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.numeric-input-group {
  display: inline-block;
  vertical-align: top;
}
.numeric-input-group .numeric-input {
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
  width: 260px;
}
#usage-unknown .numeric-input {
  width: 170px;
}
#usage-unknown .numeric-input.read-only {
  width: 200px;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.radiobutton-group {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.radiobutton-group .radiobutton {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  height: 170px;
}
.radiobutton-group .radiobutton .icon {
  height: 115px;
}
.radiobutton-group .radiobutton .icon svg {
  width: 120px;
  height: 120px;
}
#usage-unknown
  .radiobutton
  input[type="radio"]:checked
  + label
  [fill="#EFF2F3"] {
  fill: #fff;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.segment-group .segment input[type="radio"]:checked + label {
  background-color: #61c68d;
  border-color: #39bb74;
}
.segment-group:not(.vertical) {
  font-size: 0;
}
.segment-group:not(.vertical),
.segment-group:not(.vertical) .segment {
  display: inline-block;
}
.segment-group:not(.vertical) .segment {
  width: 60px;
  height: 35px;
  line-height: 35px;
}
.segment-group .segment input[type="radio"] + label {
  box-shadow: none;
  background-color: #fff;
}
.segment-group:not(.disabled)
  .segment:not(.disabled)
  input[type="radio"]:not(:checked)
  + label:hover {
  box-shadow: none;
}
.segment-group
  .segment:not(:only-child):first-child
  input[type="radio"]
  + label {
  border-radius: 3px 0 0 3px;
}
.segment-group
  .segment:not(:only-child):last-child
  input[type="radio"]
  + label {
  border-radius: 0 3px 3px 0;
}
.segment-group .segment:only-child input[type="radio"] + label {
  border-radius: 3px;
}
.segment-group .segment input[type="radio"]:checked + label {
  color: #fff;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.daikin-subtools-error {
  text-align: center;
}
.daikin-subtools-error .content {
  padding: 50px 20px !important;
}
.daikin-subtools-error .content .bg .error-icon {
  height: 64px;
  margin-bottom: 16px;
}
.daikin-subtools-error .content .bg .error-title {
  height: unset;
  font-size: 24px;
  line-height: unset;
  color: #33b3e9;
  text-align: center;
  padding-bottom: 8px;
  letter-spacing: 0;
}
.daikin-subtools-error .content .bg .error-text {
  height: unset;
  font-size: 15px;
  line-height: unset;
  color: #003653;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 32px;
}
.font-family {
  font-family: "Myriad Pro", Arial, sans-serif;
}
.font-light {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
}
.font-semibold-italic {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-bold {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 700;
}
.fontsize-default {
  font-size: 15px;
}
.no_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 0) and (max-width: 1260px) {
  .content-wrapper {
    width: 894px;
  }
  .content-wrapper.config .container {
    margin: 100px 20px 0 20px;
  }
}
