.body {
  background-color: #f5f7fa;
  font-family: Roboto, sans-serif;
  color: #434a54;
}

.section_mainheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccd1d9;
  background-color: #fff;
}

.div_headericon {
  display: block;
  width: 130px;
  min-width: 48px;
  padding-left: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div_headertitle {
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  line-height: 42px;
  font-weight: 300;
}

.link {
  color: #4faee0;
  text-decoration: none;
}

.section_content {
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  border: 1px none #000;
}

.section_footer {
  padding: 16px;
}

.text_footer {
  color: #656d78;
  font-size: 12px;
  text-align: right;
}

.div_card {
  margin-top: 24px;
  padding: 8px 16px 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.heading-2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.text_fieldlabel {
  margin-bottom: 0px;
  color: #bcc2cb;
  font-size: 11px;
  font-weight: 500;
}

.textfield_short {
  width: 200px;
  min-width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd1d9;
  border-radius: 4px;
}

.form_horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div_formwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}

.div_formwrapper.div_extraspacing {
  padding-top: 16px;
  padding-bottom: 16px;
}

.div_formtitlesleft {
  width: 148px;
}

.div_formtitlesleft.div_formtitlesleftpadding {
  padding-top: 10px;
}

.text_formtitle {
  color: #bcc2cb;
  font-size: 12px;
}

.text_formresults {
  padding-bottom: 8px;
}

.div_forminputwrapper {
  padding-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textfield_long {
  width: 416px;
  border: 1px solid #ccd1d9;
  border-radius: 4px;
}

.textfield_fullwidth {
  width: 100%;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #ccd1d9;
  border-radius: 4px;
}

.textfield_fullwidth.text_disabled {
  background-color: #f5f7fa;
}

.button_default {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 42px;
  min-height: 38px;
  padding: 10px 28px;
  border-radius: 40px;
  background-color: #4faee0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button_default:hover {
  background-color: #72bee6;
}

.button_default:active {
  background-color: #479cc9;
  box-shadow: inset 0 2px 4px 0 rgba(67, 74, 84, 0.5);
}

.div_separator_tall {
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #e6e9ed;
}

.text_information {
  color: #aab2bd;
}

.div_linkwrapper {
  display: none;
  height: 42px;
  padding-top: 10px;
}

.form_blockhorizontal {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: #ffe7e7;
}

.div_cardcontentwrapper {
  padding-left: 32px;
}

.div_formbuttonwrapper {
  padding-top: 16px;
}

.div_popupwrapper_configs {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
}

.div_popupcover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 41, 44, 0.6);
}

.div_popupdialog {
  min-width: 300px;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 36px 2px rgba(0, 0, 0, 0.4);
}

.text_dialogtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.div_filemanagerwrapper {
  min-height: 48px;
  min-width: 300px;
  padding: 8px;
  border: 1px solid #e6e9ed;
}

.div_dialogcontent {
  padding-top: 16px;
}

.div_dialogactions {
  position: static;
  padding-top: 16px;
  text-align: right;
}

.button_link {
  margin-right: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: transparent;
  color: #4faee0;
}

.div_popupwrapper_calculate {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
}

.div_headeroptionswrapper {
  padding-top: 32px;
  padding-right: 24px;
}

.linkblock_back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4faee0;
  text-decoration: none;
}

.linkblock_back:hover {
  color: #479cc9;
}

.linkblock_back:active {
  color: #3f8bb3;
}

.text_link {
  padding-left: 8px;
}

.text_link.textlinkpadding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.linkblock_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4faee0;
  text-decoration: none;
}

.linkblock_options:hover {
  color: #479cc9;
}

.linkblock_options:active {
  color: #3f8bb3;
}

.div_cardtablewrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 0px 1fr 0px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.div_tabletitle {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ccd1d9;
}

.text_tabletitle {
  padding-bottom: 8px;
  color: #bcc2cb;
  font-size: 12px;
}

.selectfield_short {
  width: 200px;
  background-color: #fff;
}

.formblock_default {
  margin-bottom: 0px;
}

.div_cardbuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_dialogwrapper_options {
  position: absolute;
  left: auto;
  top: 56px;
  right: 30px;
  bottom: auto;
  display: none;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.div_gainmarginwrapper {
  padding-bottom: 16px;
  padding-left: 16px;
}

.textfield_medium {
  width: 320px;
  min-width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd1d9;
  border-radius: 4px;
}

.button_disabled {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 42px;
  min-height: 38px;
  padding: 10px 28px;
  border-radius: 40px;
  background-color: #ccd1d9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.linkblock_optionsmenu {
  display: block;
  padding-right: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4faee0;
  text-decoration: none;
}

.linkblock_optionsmenu:hover {
  color: #479cc9;
}

.linkblock_optionsmenu:active {
  color: #3f8bb3;
}

.div_separator_narrow {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #e6e9ed;
}

.div_linkbudgetwrapper {
  display: -ms-grid;
  display: grid;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(48px, auto);
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 220px 1fr 1fr 1fr;
  grid-template-columns: 220px 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div_linkbudgetwrapper.div_extraspacing {
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-3 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
}

.div_rowwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image_help {
  padding-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text_fieldhelp {
  color: #bcc2cb;
}

.div_spacer_medium {
  height: 32px;
}

.div_card_scroll {
  overflow: auto;
  margin-top: 24px;
  padding: 8px 16px 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.button_default-copy {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 42px;
  min-height: 38px;
  padding: 10px 28px;
  border-radius: 40px;
  background-color: #4faee0;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button_default-copy:hover {
  background-color: #72bee6;
}

.button_default-copy:active {
  background-color: #479cc9;
  box-shadow: inset 0 2px 4px 0 rgba(67, 74, 84, 0.5);
}

#w-node-002acbaeb690-3d9ca14f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0e7d59918a67-3d9ca14f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.div_gridlayout {
    display: -ms-grid;
    display: grid;
    padding-bottom: 16px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 32px 1fr 1fr 1fr;
    grid-template-columns: 32px 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div_gridtitle {
    padding-bottom: 4px;
    border-bottom: 2px solid #e6e9ed;
}

    .div_gridtitle.div_gridstatuscol {
        width: 16px;
    }

.text_gridtitle {
    color: #aab2bd;
    font-weight: 500;
}

