:root {
  --color-default: #333;
  --color-main-one: #003c26;
  --color-main-two: #ecffcd;
  --color-sub-one: #D3F8FA;
  --color-sub-two: #cbff6e;
  --color-sub-three: #ffa1bb;
  --color-sub-four: #5f1300;
  --default-background-color: #f8f7f4;
  --max-header-width: 1200px;
  --max-container-width: 700px;
  --max-tenant-container-width: 800px;
  --border-radius-big: 80px;
  --border-radius-small: 40px;
  --border-radius-extra-small: 20px;
  --border-radius-input-fields: 8px;
  --height-inputs: 50px;
}

@font-face {
  font-display: swap;
  font-family: Garnett;
  font-style: normal;
  src: url(../fonts/garnett/Garnett-Regular.ttf)format("woff")
}

@font-face {
  font-display: swap;
  font-family: Garnett;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/garnett/Garnett-Regular.ttf)format("woff")
}

@font-face {
  font-display: swap;
  font-family: Garnett;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/garnett/Garnett-Medium.ttf)format("woff")
}

@font-face {
  font-display: swap;
  font-family: Garnett;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/garnett/Garnett-Semibold.ttf)format("woff")
}

html,
body {
    height: 100%;
    background-color: var(--default-background-color);
    font-family: Garnett,sans-serif;
    font-weight: 400;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-default);
}

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

html body .no-margin-bottom {
  margin-bottom: 0;
}

.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.order-13 { order: 13; }
.order-14 { order: 14; }
.order-15 { order: 15; }
.order-16 { order: 16; }
.order-17 { order: 17; }
.order-18 { order: 18; }
.order-19 { order: 19; }
.order-20 { order: 20; }

/* 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: 400;
}


b, strong,
.gf-html-bold,
.completed_status {
  font-weight: 700;
}

h3.gform_title,
.gsection_title {
  font-weight: 500!important;
}

.fat-heading,
.confidentiality-prefix,
table thead tr th {
  font-weight: 500;
}

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

html body .font-weight-semi-bold {
  font-weight: 500!important;
}

html body .font-weight-bold {
  font-weight: 700!important;
}

/* FONT WEIGHTS end */



/* FONT COLORS start */

h1, h2, h3, h4, h5, h6 {
  color: var(--color-main-one);
}

.header-main-title,
.header-sub-title {
  color: #fff;
}

.second-block-title {
  color: var(--color-sub-two);
}

.status-info * {
  color: var(--color-main-one);
}


.color-default {
  color: var(--color-default);
}

.color-main-one {
  color: var(--color-main-one);
}

.color-main-two {
  color: var(--color-main-two);
}

.background-color-main-two {
  background-color: var(--color-main-two);
}

.background-color-white {
  background-color: #fff;
}

/* FONT COLORS end */



/* BACKGROUND COLOR start */
html body .background-color-main-one {
  background-color: var(--color-main-one);
}

html body .background-color-main-two {
  background-color: var(--color-main-two);
}


/* BACKGROUND COLOR end */




/* BORDER RADIUS start */

.border-radius-sm {
  border-radius: var(--border-radius-small);
}

.border-radius-xs {
  border-radius: var(--border-radius-extra-small);
}

/* BORDER RADIUS end */



/* BORDER COLOR start */
.border-color-main-two{
  border: 1px solid var(--color-main-two);
}


/* BORDER COLOR end */


/* HOVER start */
.hover-border-color-main-one:hover {
  border: 1px solid var(--color-main-one);
}

/* HOVER end */





/* LINK start */

html body a,
html body a:hover,
html body a:focus,
html body a:visited,
html body a:link {
  text-decoration: none;
  border-bottom: 1px solid var(--color-main-one);
  color: var(--color-main-one);
}

html body a:hover {
  border-bottom: 2px solid var(--color-main-one);
}

html body a.link-bright,
html body a.link-bright:hover,
html body a.link-bright:focus,
html body a.link-bright:visited,
html body a.link-bright:link {
  text-decoration: none;
  border-bottom: 1px solid var(--color-main-two);
  color: var(--color-main-two);
}

html body a.link-bright:hover {
  border-bottom: 2px solid var(--color-main-two);
}

/* LINK end */





/* ICONS start */

/* LARGE */
.icon-template-large,
.icon-order-service-large,
.icon-error-large,
.icon-firesafe-large {
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background-size: 140px;
}


.icon-template-large {
  background-image: url("../img/icon-MAL.svg");
}


.icon-order-service-large {
  background-image: url("../img/icon-bestille-tjenester.svg");
}

.icon-error-large {
  background-image: url("../img/icon-melde-feil.svg");
}



/* MEDIUM */

.icon-template-medium,
.icon-firesafe-medium,
.icon-tenant-folder-medium,
.icon-my-page-medium,
.icon-firebook-medium,
.icon-invoice-medium,
.icon-environmental-report-medium,
.icon-offer-medium {
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-size: 70px;
}

.icon-template-medium {
  background-image: url("../img/icon-MAL.svg");
}

.icon-invoice-medium {
  background-image: url("../img/icon-faktura.svg");
}

.icon-environmental-report-medium {
  background-image: url("../img/icon-miljo-rapport.svg");
}

.icon-firesafe-medium {
  background-image: url("../img/icon-brannvern.svg");
}

.icon-tenant-folder-medium {
  background-image: url("../img/icon-leietakermappe.svg");
}

.icon-my-page-medium {
  background-image: url("../img/icon-min-profil.svg");
}

.icon-offer-medium {
  background-image: url("../img/icon-tilbud-til-leietakere-04.svg");
}

.icon-firebook-medium {
  background-image: url("../img/icon-brannvernbok-04.svg");
}


/* GENERIC ICONS */

.icon-position-absolute-right {
  position: absolute;
  right: 20px;
  top: 12px;
}


.icon-arrow-right-normal,
.icon-arrow-right-medium,
.icon-arrow-right-sm,
.icon-arrow-right-xs {
  background-image: url("../img/entra-safety-pil-right.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
}

.icon-single-arrow-right-normal,
.icon-single-arrow-right-medium,
.icon-single-arrow-right-sm,
.icon-single-arrow-right-xs,
.icon-single-arrow-right-nano {
  background-image: url("../img/entra-safety-enkel-pil-hoyre.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
}

.icon-single-arrow-down-normal,
.icon-single-arrow-down-medium,
.icon-single-arrow-down-sm,
.icon-single-arrow-down-xs,
.icon-single-arrow-down-nano {
  background-image: url("../img/entra-safety-enkel-pil-ned.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
}

.icon-arrow-right-normal,
.icon-single-arrow-right-normal,
.icon-single-arrow-down-normal {
  width: 30px;
  height: 24px;
  background-size: 30px;
}

.icon-arrow-right-medium,
.icon-single-arrow-right-medium,
.icon-single-arrow-down-medium {
  width: 24px;
  height: 20px;
  background-size: 24px;
}

.icon-arrow-right-sm,
.icon-single-arrow-right-sm,
.icon-single-arrow-down-sm {
  width: 20px;
  height: 16px;
  background-size: 20px;
}

.icon-arrow-right-xs,
.icon-single-arrow-right-xs,
.icon-single-arrow-down-xs {
  width: 15px;
  height: 12px;
  background-size: 15px;
}

.icon-single-arrow-right-nano {
  width: 10px;
  height: 14px;
  background-size: 8px;
}

.icon-single-arrow-down-nano {
  width: 14px;
  height: 10px;
  background-size: 14px;
}


.fake-radio-btn {
  height: 16px;
  width: 16px;
  border: 1px solid var(--color-main-one);
  display: inline-block;
  border-radius: 4px;
  position: relative;
}

.fake-radio-btn.selected {
  background-color: var(--color-main-two);
}

.fake-radio-btn.selected:before {
  content: "";
  background-color: var(--color-main-one);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 2px;
}






/* ICONS end */

html body img {
  border-radius: var(--border-radius-small);
}



.form-control:disabled, .form-control[readonly] {
  background-color: #eee!important;
}

.width-100-p {
  width: 100%;
}

.desc {
  font-size: 0.8rem;
}


.btn-arrow-leftside::before {
  content: '';
  background-image: url("../img/entra-safety-pil-right.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background-size: 20px;
  display: inherit;
  margin-right: 15px;
}

.btn-arrow-rightside::after {
  content: '';
  background-image: url("../img/entra-safety-pil-right.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background-size: 20px;
  display: inherit;
  margin-right: 15px;
}


input::file-selector-button {
  color: var(--color-main-one);
  padding: 0.7em 1.5em;
  border: 1px solid var(--color-main-one);
  border-radius: var(--border-radius-extra-small);
  background-color: transparent;
}


.m-top-sm {
  margin-top: 15px;
}

.padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}

input:focus,
textarea:focus {
  outline-color: var(--color-main-two);
}

.d-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  padding-right: 6px;
}

.shadow {
  -webkit-box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .15);
}

.mr-zero {
  margin-right: 0 !important;
}

.nuke-bs-card-styling {
  background-color: inherit !important;
  border-bottom: none !important;
}

.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.remove-link-look,
.remove-link-look:link,
.remove-link-look:hover,
.remove-link-look:focus,
.remove-link-look:visited {
  color: inherit;
  text-decoration: none;
}

.background-position-bottom {
  background-position: bottom;
}


.default-content h1:not(.entry-title),
.default-content h2:not(.entry-title),
.default-content h3:not(.entry-title),
.default-content h4:not(.entry-title),
.default-content h5:not(.entry-title),
.default-content h6:not(.entry-title) {
  margin-top: 25px;
}

.default-content ul:only-child {
  margin-left: -12px;
}

/* .card-with-accordion .x-accordion-wrapper * {
  border-bottom: none!important;
} */

.card-with-accordion .x-accordion-wrapper .card-body {
  padding: 0;
}

.form-control:focus {
  border-color: var(--color-main-two);
  box-shadow: 0 0 0 0.2rem rgba(94, 138, 180, 0.25);
}

html select option {
  color: #212529;
}


.inherit-color {
  color: inherit !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-main-two) !important;
  color: var(--color-default)!important;
}

.ds-divider {
  border-bottom: 2px solid #FFB81C;
  margin-bottom: 15px;
}

.bg-light-blue {
  background-color: var(--color-main-two);
}

.color-white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.link-remove-underline {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}


.content {
  height: 100%;
}

.remove-link-look,
.remove-link-look:visited,
.remove-link-look:hover,
.remove-link-look:focus,
.remove-link-look:link {
  text-decoration: none;
  color: inherit;
  border-bottom: none!important;
}


.wide-max-width {
  /* max-width: 1500px;
  margin: 0 auto; */
}

ol[type="a"] {
  list-style-type: lower-alpha;
}

.ds-star {
  background-image: url("../img/entra-safety-stjerne-light-green-stroke.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.ds-star-filled-grey {
  background-image: url("../img/entra-safety-stjerne-dark-green.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}

.ds-star-filled-white {
  background-image: url("../img/entra-safety-stjerne-light-green.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  vertical-align: sub;
}



.alert.alert-info {
  color: var(--color-main-one);
  background-color: var(--color-main-two);
  border-color: var(--color-main-one)!important;
}

html body input:not([type="submit"]),
html body select:not(.ui-datepicker-year):not(.ui-datepicker-month),
html body textarea {
  border-radius: var(--border-radius-input-fields)!important;
  border: none!important;
}

html body input,
html body select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
  height: var(--height-inputs)!important;
}

html body input:checked[type=checkbox],
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #ecffcd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23003c26' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  border: 1px solid var(--color-main-one);
  border-radius: var(--border-radius-input-fields);
  background-size: 30px;
}

.custom-control-label::before,
.custom-control-label::after {
  top: -3px!important;
  left: -40px!important;
  width: 32px!important;
  height: 32px!important;
  border: 1px solid var(--color-main-one);
  border-radius: var(--border-radius-input-fields)!important;
}

.custom-control {
  padding-left: 2.5rem!important;
  padding-top: 10px!important;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none!important;
}

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

html body .btn {
  border-radius: var(--border-radius-extra-small);
}

html body select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
  background-color: var(--color-sub-one)!important;
}

html body .alert {
  margin-top: 15px;
  margin-bottom: 15px;
}


.alert.alert-success {
  background-color: var(--color-main-two)!important;
  color: var(--color-main-one)!important;
  border-color: var(--color-main-one)!important;
}

.alert.alert-danger {
  background-color: var(--color-sub-three)!important;
  color: var(--color-sub-four)!important;
  border-color: var(--color-sub-four)!important;
}

.alert-danger hr {
  border-top-color: var(--color-sub-four)!important;
}