

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* FONT WEIGHTS start */
html,
body,
h1, h2, h3, h4, h5, h6, p, div, span,
button, input, select, optgroup, textarea,
.card-header button,
.card-header button:hover,
.card-header button:focus,
.card-header button:visited,
.card-header button:link,
.form-control,
.custom-select,
.btn {
  /* font-weight: 500; */
  font-weight: 100;
}


b, strong,
.selected-om .om-info-wrapper .om-name,
.goto-building-btn,
.gf-html-bold,
.schema-progress-bar-text,
.schema-progress-bar-percent,
.completed_status {
  font-weight: 600;
}

h3.gform_title {
  font-weight: 600!important;
}

.fat-heading,
.confidentiality-prefix {
  font-weight: bold;
}

.selected-field-gf,
.schema-sub-title label,
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label,
#about_me_form label {
  font-weight: 300!important;
}

/* FONT WEIGHTS end */






h1, h2, h3, h4, h5, h6, p, div, span,
button, input, select, optgroup, textarea {
  font-family: 'Open Sans', sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}

.text-uppercase {
  text-transform: uppercase;
}


.building-conf-agreements {
  padding-left: 12px;
  padding-top: 12px;
}

li {
  margin-top: 8px;
}


b, strong {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}


.centered-content {
  max-width: 500px;
  margin: 0 auto;
}

.centered-content-small {
  max-width: 440px;
  margin: 0 auto;
}

.sidebar-lang,
.main-navigation > * {
  float: right;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  -webkit-transition: background-color 0.10s ease;
  transition: background-color 0.10s ease;
  background: none;
  border: none;
  outline: none;
  cursor: text;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
} */

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}


.text-divider{
  margin: 2em 0;
  line-height: 0;
  text-align: center;
}
.text-divider span{
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.text-divider:before{
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}


.form-group.required .control-label:after {
   content:"*";
   color:red;
}

.schema-type-wrapper {
  position: relative;
}

.schema-type {
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  z-index: 50;
  height: 50px;
  position: relative;
}

.gform_heading::before {
  content: "";
  margin-right: 15px;
}

.gform_heading {
  position: relative;
}


.schema-type .icon,
.gform_heading::before {
  background-image: url("../img/propsafety-ikon-skjemaer.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 50px;
  background-size: 50px 50px;
  background-color: var(--color-main-two);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  padding-left: 15px;
  font-size: 30px;
  padding-right: 15px;
}

.icon-confidentiality {
  background-image: url("../img/propsafety-ikon-taushets.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 50px;
  background-size: 50px 50px;
  background-color: var(--color-main-two);
  color: #fff;
  display: inline-flex;
}

h3.gform_title {
  background-color: #fff!important;
  font-style: italic!important;
  position: absolute!important;
  top: -10px!important;
  left: 48px!important;
  height: 51px!important;
  right: 0!important;
  line-height: 52px!important;
  padding-left: 12px!important;
  white-space: nowrap!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
}


.gform_wrapper span.gform_description {
  margin-top: 15px;
}


.gform_wrapper .gfield_select {
  background-color: #fff;
  border: 1px solid #777;
  height: 38px;
  border-radius: 3px;
}

.schema-heading .gform_heading {
  position: relative;
}


.schema-type .icon.icon-selected,
.schema-type .icon-confidentiality.icon-selected {
  background-color: #97d700;
}

.confidentiality-agreement-subtext {
  margin-bottom: 15px;
}


.schema-type .text {
  font-style: italic;
  vertical-align: top;
  margin-left: 15px;
  line-height: 50px;
  display: inline-block;
  max-width: 67%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .gform_body li {
  position: relative;
} */


.close-selected-schema,
.close-selected-region,
.hamburger-icon,
.arrow-right-icon,
.arrow-left-icon {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-top: 6px;
}

.list-buildings .arrow-right-icon {
  width: 35px;
}


.close-icon-dark {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-top: -4px;
}


.close-selected-schema,
.close-selected-region,
.close-icon-dark,
.arrow-right-icon {
  float: right;
  line-height: 50px;
  margin-right: 15px;
  z-index: 100;
  display: inline-block;
}

.arrow-left-icon {
  float: left;
  line-height: 50px;
  margin-right: 15px;
  z-index: 100;
  display: inline-block;
}

.close-selected-schema {
  position: absolute;
  right: 0;
}

.close-selected-building {
  /* float: right; */
  /* line-height: 50px; */
  /* margin-right: -18px; */
  z-index: 100;
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  right: 13px;
  top: 5px;
}

.close-selected-schema,
.close-icon-dark {
  background-image: url("../img/propsafety-ikon-lukk-graa.svg");
}

.action-is-ok {
  background-image: url("../img/propsafety-ikon-avhuk-gronn.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin-top: -4px;
  float: right;
  line-height: 60px;
  margin-right: 0;
  z-index: 100;
  display: inline-block;
  position: absolute;
  right: 0px;
}

button,
button:active,
button:focus {
  -moz-outline-style: none;
  outline: none;
}


.close-selected-region,
.close-selected-building {
  background-image: url("../img/propsafety-ikon-lukk.svg");
}


.arrow-right-icon {
  background-image: url("../img/propsafety-ikon-pil-hoyre.svg");
  margin-top: 12px;
}

.arrow-left-icon {
  background-image: url("../img/propsafety-ikon-pil-hoyre.svg");
  margin-top: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.region-heading,
.building-heading,
.building-operations-manager-heading {
  background-color: var(--color-main-two);
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 20px;
}


.om-phone {
  margin-left: 10px;
}

.building-operations-manager-heading {
  background-color: #404040;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px!important;
}

.building-operation-manager {
  background-color: #ebebeb;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}

.om-info-wrapper {
  max-width: 90%;
  display: inline-block;
}



.om-info-wrapper .om-name,
.om-info-wrapper .om-phone {
  display: inline-block;
  font-size: 16px;
}


.om-info-wrapper .om-phone.hide-this {
  display: none;
}

.card-body-offset-fix {
  margin-top: -24px;
}

.set-pos-abs {
  position: absolute;
}

.close-icon-dark.set-pos-abs {
  right: -3px;
}

.hamburger-icon {
  background-image: url("../img/propsafety-ikon-lister.svg");
  float: right;
  font-size: 30px;
  line-height: 50px;
  margin-right: 15px;
}


.region-content {
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  line-height: 50px;
  font-size: 20px;
  padding-left: 15px;
  cursor: pointer;
}



.selected-region {
  border-bottom: none;
  background-color: #97d700;
  color: #fff;
}


.header-info {
  background-color: var(--color-main-two);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.card-header,
.collapse.show {
  background-color: #fff;
  border-bottom: 2px solid #cccccc;
  padding: 0;
  padding-left: 0;
  min-height: 50px;
}

.card-header button,
.card-header button:hover,
.card-header button:focus,
.card-header button:visited,
.card-header button:link {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
}

.list-buildings .card-body {
  padding-bottom: 0;
  margin-bottom: -4px;
}

.selected-building {
  background-color: #97d700;
  margin-top: 10px;
  min-height: 50px;
}

.remove-white-background {
  background-color: #f7f7f7;
}

.user-action-chooser-wrapper .card-text {
  text-align: center;
}

.user-action-chooser-wrapper .card-text .fas,
.user-action-chooser-wrapper .card-text .fab {
  font-size: 100px;
  color: var(--color-main-two);
}

.goto-building-btn {
  background-color: var(--color-secoundary-one);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  font-style: italic;
  line-height: 60px;
  cursor: pointer;
}

.selected-building button,
.selected-building button:hover,
.selected-building button:focus,
.selected-building button:visited,
.selected-building button:link {
  color: #fff;
}

.building-thumbnail {
  margin-left: -20px;
  margin-right: -40px;
}

.card {
  border: none;
}

#masthead {
  background-color: var(--color-main-one);
  color: #fff;
  min-height: 60px;
}

#masthead a {
  color: #fff;
}

html body .main-navigation {
  width: auto;
  float: right;
  margin-top: -40px;
  margin-bottom: 10px;
}

.head-container-wrapper {
  position: relative;
}

.head-container-wrapper .site-branding {
  position: absolute;
  left: 15px;
  top: 2px;
}

.head-container-wrapper .main-navigation {
  position: absolute;
  top: 44px;
  right: 5px;
}

.site-logo {
  /* background-image: url(../img/propsafety-logo-white.svg); */
  background-image: url(../img/propsafety_logo_her.png);
  background-repeat: no-repeat;
  background-size: 120px;
  height: 45px;
  display: block;
  width: 120px;
  float: left;
  background-position-y: bottom;
}

body {
  background-color: #f7f7f7;
}

.heading-decor {
  border-bottom: 2px solid #F7A31A;
  margin-bottom: 15px;
}

.allButFooter {
  min-height: calc(100vh - 143px);
}

footer.site-footer {
  /* background-color: var(--color-main-one);
  height: 30px; */
}



.container {
    max-width: 700px;
    margin: 0 auto;
}




.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--color-main-two);
  background-color: var(--color-main-two);
}



/* GRAVITY FORM */


.hide-on-web {
  display: none!important;
}


.gform_wrapper .top_label li.gfield.gf_left_third.gf_generic_info,
.gform_wrapper .top_label li.gfield.gf_middle_third.gf_generic_info,
.gform_wrapper .top_label li.gfield.gf_right_third.gf_generic_info {
  display: none;
}

.gf_generic_info_wrapper {
  cursor: pointer;
  border-bottom: 2px solid #9BB8D3!important;
}

.gf_generic_info_wrapper_wo_pointer {
  border-bottom: 2px solid #9BB8D3!important;
}

.gf_generic_info_wrapper h2::after {
  content: "";
  background-image: url("../img/propsafety-ikon-pil-ned-lys-blaa.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  display: inline-block;
  float: right;
  margin-right: -15px;
  margin-top: -5px;
  position: absolute;
  right: 0;
}

.menu-item {
  margin-left: 10px;
}


.ginput_container.ginput_container_date:before,
.ginput_container.ginput_container_radio li label:before {
  content: "";
  background-color: #404040;
  padding: 8px;
  margin-right: -4px;
  background-image: url(../img/propsafety-ikon-pil-hoyre.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.gfield_radio li label {
  padding-left: 37px!important;
}



.ginput_container.ginput_container_date:before {
  width: 35px;
  height: 38px;
  background-size: 25px 25px;
  bottom: 0;
  top: auto;
}

.gform_wrapper li.gfield.gfield_error .ginput_container.ginput_container_date:before {
  top: 73px;
}

.selected-field-gf {
  color: #fff!important;
}

.ginput_container.ginput_container_date.datepicker-selected .datepicker,
.ginput_container.ginput_container_date .datepicker {
  padding-left: 40px!important;
  height: 38px!important;
  width: 100%!important;
}

span.gfield_required {
  display: none!important;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox] {
  vertical-align: top!important;
}

.ginput_container.ginput_container_radio li label:before,
.selected-field-gf:before {
  width: 35px;
  height: 39px;
  background-size: 25px 25px;
}



.selected-field-gf:before {
  content: "";
  background-color: transparent!important;
  padding: 8px;
  margin-right: -4px;
  background-image: url(../img/propsafety-ikon-avhuk.svg)!important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  display: inline-block;
  vertical-align: top;
}


.hide-before:before {
    display: none !important;
}

.ginput_container.ginput_container_radio li label::before {
  margin-right: 30px;
}


/* GF checkbox*/
.gfield_checkbox li {
  margin-bottom: 20px!important;
}



.gfield_checkbox li input + label {
  position: relative!important;
  cursor: pointer!important;
  padding: 0!important;
}

/* .gfield_checkbox li label {
  display: flex!important;
} */

/* Hide the browser's default checkbox */
.gfield_checkbox li input {
  position: absolute!important;
  opacity: 0!important;
}

.gfield_checkbox li input + span::before {
  content: '';
  margin-right: 10px!important;
  display: inline-block!important;
  vertical-align: text-top!important;
  width: 25px!important;
  height: 25px!important;
  background: white!important;
  position: absolute;
  top: 4px;
}

.gfield_checkbox li input:checked + span::after {
  content: ''!important;
  position: absolute!important;
  left: 8px!important;
  top: 16px!important;
  background: white!important;
  width: 2px!important;
  height: 2px!important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white!important;
  -webkit-transform: rotate(45deg)!important;
          transform: rotate(45deg)!important;
}

.gfield_checkbox li label {
  margin-left: 34px!important;
}

.gform_wrapper ul.gfield_checkbox li {
  overflow: inherit!important;
}





.gfield_checkbox li input:hover + span::before {
  background: #97D700!important;
}

.gfield_checkbox li input:focus + span::before {
  box-shadow: none!important;
}

.gfield_checkbox li input:checked + span::before {
  background: #97D700!important;
}

.gfield_checkbox li input:disabled + span {
  color: #b8b8b8!important;
  cursor: auto!important;
}

.gfield_checkbox li input:disabled + span:before {
  box-shadow: none!important;
  background: #ddd!important;
}





/* .schema-show-building-selector-wrapper {
  display: none;
} */

.ginput_container.ginput_container_radio li {
  float: left;
  background-color: #fff;
  width: 104px;
  margin-right: 20px!important;
  /* margin-left: -6px!important; */
  /* height: 38px; */
}

.ds-add-progress.full-width .ginput_container.ginput_container_radio li {
  float: none;
  width: auto;
}

.ds-add-progress .ginput_container.ginput_container_radio li {
  float: none;
  width: auto;
}

.gfield_label,
#about_me_form label {
  margin-top: 25px;
}

/* .long-label-txt li {
  overflow: visible!important;
  height: unset!important;
} */


.gform_body li {
  position: relative;
}

.ginput_container.ginput_container_radio {
  margin-top: 0!important;
}

.schema-sub-title label {
  font-style: italic;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label,
#about_me_form label {
  font-size: 20px!important;
  width: auto!important;
}

.gform_wrapper li.schema-sub-title > label,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_description,
.gform_wrapper .gfield_label ul li {
  font-size: 16px!important;
}

.gfield_description a {
  text-decoration: underline;
}


.gform_wrapper li.gf_readonly label.gfield_label, .gform_wrapper li.gf_readonly legend.gfield_label {
  font-size: 15px!important;
}

.gform_wrapper ul.gform_fields li.gfield {
  /* padding-right: 0!important; */
}

.gform_wrapper .gsection {
  margin-right: 0!important;
}

.btn.btn-link.show-building {
  width: 100%;
  text-align: left;
  white-space: normal;
  padding-bottom: 0;
  /* padding-top: 8px; */
  position: relative;
}

.building-name {
  vertical-align: middle;
}

.form-control,
.alert {
  border-radius: 0;
}

.ginput_container.ginput_container_radio li input {
  visibility: hidden!important;
}

.ginput_container.ginput_container_radio li label {
  margin-right: 20px!important;
  font-size: 20px!important;
  line-height: 38px!important;
  font-style: italic;
  width: 100%!important;
  width: -moz-available!important;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available!important;  /* Mozilla-based browsers will ignore this. */
  width: fill-available!important;
}


.schema-progress-bar-wrapper {
  position: fixed;
  height: 55px;
  width:100%;
  background-color: var(--color-main-one);
  bottom: 0;
  left: 0;
  right: 0;
}

.gform_wrapper input[type=submit] {
  width: 100%!important;
  background-color: var(--color-secoundary-one)!important;
  color: #fff!important;
  border-color: var(--color-secoundary-one)!important;
  /* text-align: left; */
  font-size: 25px!important;
  border-radius: 0;
  line-height: 25px!important;
  cursor: pointer;
  padding-bottom: 15px!important;
  padding-top: 15px!important;
}


.ds-add-progress > label,
.ds-none-progress > label,
#about_me_form label {
  border-bottom: 1px solid var(--color-secoundary-one);
  line-height: 32px!important;
}

.remove-underline-decor > label {
  border-bottom: 0;
}


.schema-progress-bar-text {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
}


.progress-bar-margin {
  margin-bottom: 70px;
}

.progress {
  height: 10px;
  position: relative;
  overflow: inherit;
}


.completed_status {
  background-color: transparent;
  border: 1px solid var(--color-secoundary-one);
  color: var(--color-secoundary-one);
  border-radius: 30px;
  min-width: 40px;
  font-size: 12px;
  /* padding-left: 8px;
  padding-right: 8px; */
  text-align: center;
  float: right;
}

.completed_status_ok {
  border: 1px solid #0fd786;
  color: #0fd786;
}

.completed_status_empty {
  border: 1px solid #D95154;
  color: #D95154;
}

.color_completed_status_ok {
  color: #0fd786;
}

.color_completed_status_empty {
  color: #D95154;
}

.progress-dott {
  z-index: 999;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: var(--color-secoundary-one);
  border-radius: 50%;
  margin-top: -4px;
  margin-left: -2px;
}

.progress-bar {
  background-color: var(--color-secoundary-one);
}


.login-btn-wrapper {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 70px;
  display: block;
}

.top-placed-info {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.login-btn {
  width: 100%;
  height: 70px;
}

.btn {
  border-radius: 0;
}

.btn.btn-success,
.btn.btn-success:focus,
.btn.btn-success:active {
  width: 100%!important;
  background-color: var(--color-secoundary-one)!important;
  color: #fff!important;
  border-color: var(--color-secoundary-one)!important;
  font-size: 25px!important;
}

.show-building.btn.active.focus,
.show-building.btn.active:focus,
.show-building.btn.focus,
.show-building.btn:active.focus,
.show-building.btn:active:focus,
.show-building.btn:focus {
    outline:inherit!important;
    box-shadow: none!important;
    border: none!important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus

.full-width-btn {
  width: 100%;
  font-size: 25px!important;
}

.delete-me-danger-txt {
  display: none;
}

#phone_country_code {
  text-align: right;
}

.ds-gf-field-selected {
  background-color: #97D700!important;
}


.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px!important;
}

.select2-container--default .select2-selection--single {
  border-color: #ddd!important;
  border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #404040;
}

.datepicker-selected:before {
  background-color: #97D700!important;
}

.select2-container {
  width: 100%!important;
}


.warning-data-missing {
  border: 1px solid red;
}

#main {
  margin-bottom: 50px;
}

#phone_country_code {
  min-width: 55px;
}

#building_regions_picker,
.hide-this {
  display: none;
}

.hide-this-important {
  display: none!important;
}



.menu-icon-my-account,
.menu-icon-forms,
.menu-icon-logout,
.menu-icon-dashboard-home {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: block;
}



.confidentiality-value  {
  margin-right: 15px;
}

.badge-danger {
  background-color: #D95154;
}


.menu-icon-my-account {
  background-image: url("../img/propsafety-ikon-min-side.svg");
}

.menu-icon-dashboard-home {
  background-image: url("../img/propsafety-ikon-startside.svg");
}

.menu-icon-forms {
  background-image: url("../img/propsafety-ikon-skjemaer.svg");
}

.menu-icon-logout {
  background-image: url("../img/propsafety-ikon-logg-ut.svg");
}

.digits-login-modal span {
  display: none;
}

.no-right-padding {
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}
/* 
.welcome-step1-wrapper {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  grid-column-gap: 10px;
  color: #fff;
}

.welcome-step1-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-step1-wrapper .fire {
  background-color: #E51A28;
  padding-left: 4px;
}
.welcome-step1-wrapper .police {
  background-color: #0F54A2;
}
.welcome-step1-wrapper .ambulance {
  background-color: #2AA167;
}


.welcome-step1-wrapper div div div div:first-child {
  font-size: 30px;
  font-weight: 500;
}

.welcome-step1-wrapper .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.welcome-step1-wrapper div div div div:first-child::after,
.arrow-white {
  content: "";
  background-image: url("../img/galleriet-drift-prop-safety-arrow-white.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 70px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
}

.welcome-step1-wrapper .fire-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-flame.svg");
}

.welcome-step1-wrapper .police-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-police.svg");
}

.welcome-step1-wrapper .ambulance-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-cross.svg");
}

.phone-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-phone.svg");
}

.welcome-step1-wrapper .fire-icon,
.welcome-step1-wrapper .police-icon,
.welcome-step1-wrapper .ambulance-icon,
.phone-icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 54px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -4px;
}

.welcome-step1-wrapper .first-txt {
  margin-left: 6px;
  margin-top: 4px;
  display: inline-block;
}

.welcome-step1-wrapper .middle-top-txt {
  font-weight: 900;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 2.5;
}

.welcome-step1-wrapper .middle-bottom-txt {
  font-size: 12px;
  display: block;
  margin-top: -15px;
}

.welcome-step1-wrapper .middle {
  padding-left: 4px;
} */


.bck-black {
  background-color: #000;
}

.bck-orange {
  background-color: #FF9735;
}


.welcome-step1-wrapper .fire-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-flame.svg");
}

.welcome-step1-wrapper .police-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-police.svg");
}

.welcome-step1-wrapper .ambulance-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-cross.svg");
}

.phone-icon {
  background-image: url("../img/galleriet-drift-propsafety-icon-phone.svg");
}

.galleriet-drift-prop-safety-kart {
  background-image: url("../img/galleriet-drift-prop-safety-kart.svg");
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 4.145;
  display: block;
}

.galleriet-drift-prop-safety-kart-01,
.galleriet-drift-prop-safety-kart-02,
.galleriet-drift-prop-safety-kart-03 {
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1.246445498;
  display: block;
}

.galleriet-drift-prop-safety-kart-01 {
  background-image: url("../img/kart-01.svg");
}

.galleriet-drift-prop-safety-kart-02 {
  background-image: url("../img/kart-02.svg");
}

.galleriet-drift-prop-safety-kart-03 {
  background-image: url("../img/kart-03.svg");
}

.ps-arrow-white {
  background-image: url("../img/galleriet-drift-prop-safety-arrow-white.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 70px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
}

.ps-arrow-white-bold {
  background-image: url("../img/propsafety-ikon-pil-hoyre.svg");
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}


.welcome-step1-wrapper .fire-icon,
.welcome-step1-wrapper .police-icon,
.welcome-step1-wrapper .ambulance-icon,
.phone-icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 54px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
}

.select2-selection__clear {
  margin-top: 6px;
}

.schema-type-direct-link,
.schema-type-direct-link:link,
.schema-type-direct-link:focus,
.schema-type-direct-link:visited,
.schema-type-direct-link:hover {
  color:inherit;
  text-decoration: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: inherit!important;
}


html body main form .gform_body .ds-gf-mt-lg.gfield.gsection.field_sublabel_below.field_description_below.gfield_visibility_visible {
  margin-top: 50px!important;
}

/* .alert.alert-danger .header-info {
  display: none;
} */


.ui-datepicker {
  z-index: 1000!important;
}


.position-ref {
  position: relative;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.full-height {
  height: 80vh;
}

.code {
  border-right: 2px solid;
  font-size: 26px;
  padding: 0 15px 0 15px;
  text-align: center;
}

.message {
  font-size: 18px;
  text-align: center;
}


@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 640px) {
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%!important;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield:not(.gf_generic_info):not(.gf_left_half) {
    padding-right: 0;
  }
}

.main-navigation ul {
  display: block!important;
}

.btn.green-btn,
.gform_wrapper input[type=submit].green-btn {
  background-color: #97D700!important;
  border-color: #97D700!important;
}

/* DIGITS */
.dig-container {
  box-shadow: 0;
}



.ds-checkbox-content {
  margin-left: 24px;
}



.ds-is-ok,
.ds-is-invalid {
  height: 20px;
  position: absolute;
  top: 5px;
}

.ds-is-ok  {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.ds-is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}



textarea.ds-is-ok  {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}



.vue-wrapper table {
  /* border: 2px solid #4E8ABE; */
  border-radius: 3px;
  background-color: #fff;
  border-collapse: separate;
  margin: auto;
  max-width: fit-content;
}

.vue-wrapper th {
  background-color: #4E8ABE;
  color: rgba(255,255,255,0.66);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vue-wrapper td {
  background-color: #f9f9f9;
}

.vue-wrapper th, .vue-wrapper td {
  padding: 10px 20px;
}

.vue-wrapper th.active {
  color: #fff;
}

.vue-wrapper th.active .arrow {
  opacity: 1;
}

.vue-wrapper .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.vue-wrapper .arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.vue-wrapper .arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}


.sec-search {
  width: 60%;
  padding: 4px;
}

.hide-this-important {
  display: none!important;
}
