/*
 * Utilities
 */
/*
 * Commonly used mixins
 */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
 * Application specific configuration
 */
/*
 * Relative root for graphical profile folder.
 * Used mainly when LESS files are included from a different folder.
 */
#hidnav a[href="#bottomnav"] {
  display: none;
}
:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.not-for-ansatte #main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search),
.not-for-ansatte #main input[type="button"]:not(.red),
.not-for-ansatte #main input[type="submit"]:not(.submit-comment-button):not(.red),
.not-for-ansatte #main input[type="cancel"]:not(.red),
.not-for-ansatte #main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red) {
  background-color: #40833a;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.not-for-ansatte #main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):focus,
.not-for-ansatte #main input[type="button"]:not(.red):focus,
.not-for-ansatte #main input[type="submit"]:not(.submit-comment-button):not(.red):focus,
.not-for-ansatte #main input[type="cancel"]:not(.red):focus,
.not-for-ansatte #main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):focus,
.not-for-ansatte #main .button:not(.comment-delete-button):not(#vrtx-comments-delete-all):not(.red):not(.program-create-print):not(.program-create-send-dialog):not(.vrtx-program-read-more):not(.vrtx-program-how-search):hover,
.not-for-ansatte #main input[type="button"]:not(.red):hover,
.not-for-ansatte #main input[type="submit"]:not(.submit-comment-button):not(.red):hover,
.not-for-ansatte #main input[type="cancel"]:not(.red):hover,
.not-for-ansatte #main button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red):hover {
  background-color: #33602a;
}
.not-for-ansatte .header-search {
  top: 18px;
  z-index: 10;
}
.not-for-ansatte .header-search input[type="text"] {
  background: #eaedee;
  color: #2b2b2b;
}
.not-for-ansatte .header-search input[type="text"]::-webkit-input-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:-moz-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]::-moz-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:-ms-input-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:focus:-moz-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:focus::-moz-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search input[type="text"]:focus:-ms-input-placeholder {
  color: #000000 !important;
}
.not-for-ansatte .header-search .header-search-expand,
.not-for-ansatte .header-search button {
  background-color: #40833a;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.not-for-ansatte .header-search .header-search-expand:focus,
.not-for-ansatte .header-search button:focus,
.not-for-ansatte .header-search .header-search-expand:hover,
.not-for-ansatte .header-search button:hover {
  background-color: #33602a;
}
.not-for-ansatte #head-wrapper {
  background: #ffffff;
}
.not-for-ansatte #head-wrapper .head-menu .vrtx-login-manage-component .vrtx-dropdown-link {
  background: transparent url("../uio1/images/head-dropdown-toggle-black.png") no-repeat scroll 100% 53%;
}
.not-for-ansatte #head-wrapper #head {
  height: 160px;
}
.not-for-ansatte #head-wrapper #head .uio-app-name {
  display: none;
}
.not-for-ansatte #head-wrapper #head .head-menu {
  right: 110px;
}
.not-for-ansatte #head-wrapper #head .head-menu .language {
  display: none;
}
.not-for-ansatte #head-wrapper #head .head-menu a {
  color: #2b2b2b;
}
.not-for-ansatte #head-wrapper #head .head-menu .vrtx-dropdown-wrapper ul li a {
  color: #2771bb !important;
}
.not-for-ansatte #head-wrapper #head #header .head-logo {
  display: block;
  margin-top: 5%;
  max-height: 160px;
  width: auto;
}
.not-for-ansatte #head-wrapper #head #header img {
  max-height: 80%;
  height: 128px;
  width: auto;
}
#globalnav {
  background: #40833a none repeat scroll 0 0;
}
#globalnav ul li a,
#globalnav ul li.vrtx-active-item a {
  color: #ffffff;
}
#globalnav ul li a:hover,
#globalnav ul li.vrtx-active-item a:hover,
#globalnav ul li a:focus,
#globalnav ul li.vrtx-active-item a:focus {
  background: #eaedee none repeat scroll 0 0;
  color: #40833a;
  margin-top: 0;
}
#globalnav ul li.vrtx-active-item a {
  background: #ffffff none repeat scroll 0 0;
  color: #2b2b2b;
}
#left-main ul.vrtx-breadcrumb-menu li.vrtx-child a {
  color: #000000;
  background-color: #eaedee;
}
#left-main ul.vrtx-breadcrumb-menu li a.vrtx-marked {
  background-color: #c9f2b5 !important;
  color: #000000;
  border: none;
}
#left-main ul.vrtx-breadcrumb-menu li a:hover,
#left-main ul.vrtx-breadcrumb-menu li a:focus {
  color: #009c49;
}
a.vrtx-more::before,
div.vrtx-more a::before,
a.all-messages::before,
a.all-comments::before,
.footer > .vrtx-search-scope a::before,
a.more-url::before {
  background: url("../images/arrow-forward-green.svg") no-repeat 0 0;
}
table th {
  font-weight: bold;
}
#bottomnav {
  display: none !important;
}
#uio-app-menu-wrapper,
#footer-wrapper {
  background: #eaedee;
}
.not-for-ansatte:not(.header-context) .responsible-login .content {
  margin-left: 0;
}
.not-for-ansatte #footer-wrapper {
  border-top: 4px solid #c9f2b5;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.not-for-ansatte #footer-wrapper *,
.not-for-ansatte #footer-wrapper a {
  color: #2b2b2b;
}
.not-for-ansatte #footer-wrapper #footers {
  padding-left: 0px;
  background: none;
  padding-top: 20px;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid {
  display: flex;
  flex-direction: column;
  height: 170px;
  row-gap: 40px;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .partners {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  height: 75px;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .partners .logo.logo-artsdatabanken {
  width: auto;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .partners img {
  max-height: 75px;
  display: block;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 75px;
  width: 100%;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact .label {
  font-weight: 600;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact img,
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact a {
  color: #2771bb;
  display: block;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact img:hover,
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact a:hover,
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact img:focus,
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact a:focus {
  color: #ffffff;
}
.not-for-ansatte #footer-wrapper #footers .footer-grid .contact span a {
  display: inline-block;
}
.not-for-ansatte #footer-wrapper #footers .logos {
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 170px;
  width: 100%;
  align-items: center;
  column-gap: 60px;
}
.not-for-ansatte #footer-wrapper #footers .logos .logo-uio {
  margin-left: -65px;
}
.not-for-ansatte #footer-wrapper #footers .logos img {
  display: block;
}
.not-for-ansatte #footer-wrapper #footers .col-3-5 {
  background: none;
  padding-left: 0;
  width: 75%;
}
.not-for-ansatte #footer-wrapper #footers .col-2-5 {
  width: 25%;
}
.not-for-ansatte #footer-wrapper .vrtx-login-manage-link {
  background: rgba(0, 0, 0, 0) url("../uio1/images/dropdown-black.png") no-repeat scroll right center / 22px auto;
}
.not-for-ansatte #footer-wrapper .vrtx-login-manage-link:focus,
.not-for-ansatte #footer-wrapper .vrtx-login-manage-link:hover {
  background-image: url("../uio1/images/dropdown-black-hover.png");
}
@media only screen and (max-width: 16cm) and (orientation: portrait), only screen and (max-width: 19cm) and (orientation: landscape) {
  .not-for-ansatte #nav-offcanvas #lang-link {
    display: none;
  }
  .not-for-ansatte #head-wrapper {
    background: none #ffffff;
    height: 177px;
  }
  .not-for-ansatte #head-wrapper #head {
    height: 130px;
  }
  .not-for-ansatte #head-wrapper #head #header img {
    padding: 0 10px 10px;
  }
  .not-for-ansatte #menu-wrapper .menu li.active {
    background: #40833a none repeat scroll 0 0;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers {
    padding-top: 20px;
    padding-left: 15px;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .footer-grid {
    grid-template-columns: 1fr;
    height: max-content;
    row-gap: 40px;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .footer-grid .contact {
    flex-wrap: wrap;
    height: 125px;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .footer-grid .partners {
    height: fit-content;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .logos {
    height: fit-content;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .col-2-5.responsible-login {
    padding-left: 14px !important;
  }
  .not-for-ansatte:not(.header-context) #footer-wrapper #footers .col-2-5 {
    width: 100%;
  }
  .menu-search input[type="text"] {
    border-right-width: 7em !important;
    padding-right: 0px;
  }
  .menu-search button {
    background-color: #40833a;
    -webkit-transition: 0.5s all ease-in;
    -moz-transition: 0.5s all ease-in;
    -o-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .menu-search button:focus,
  .menu-search button:hover {
    background-color: #33602a;
  }
}
/* Mixin */
/*------------------------------------*\
# COLOR
\*------------------------------------*/

/*# sourceMappingURL=local.css.map */
