/*
 * 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;
}
.not-for-ansatte 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([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel),
.not-for-ansatte button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red) input[type="button"]:not(.red),
.not-for-ansatte input[type="submit"]:not(.submit-comment-button):not(.red),
.not-for-ansatte input[type="cancel"]:not(.red),
.not-for-ansatte .header-search-expand,
.not-for-ansatte button:not([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel) {
  background-color: #999999 !important;
  -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 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([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel):focus,
.not-for-ansatte button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red) input[type="button"]:not(.red):focus,
.not-for-ansatte input[type="submit"]:not(.submit-comment-button):not(.red):focus,
.not-for-ansatte input[type="cancel"]:not(.red):focus,
.not-for-ansatte .header-search-expand:focus,
.not-for-ansatte button:not([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel):focus,
.not-for-ansatte 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([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel):hover,
.not-for-ansatte button:not(.comment-delete-button):not(#vrtx-commments-delete-all):not(.red) input[type="button"]:not(.red):hover,
.not-for-ansatte input[type="submit"]:not(.submit-comment-button):not(.red):hover,
.not-for-ansatte input[type="cancel"]:not(.red):hover,
.not-for-ansatte .header-search-expand:hover,
.not-for-ansatte button:not([class^="admin-frontpage"]):not([class^="admin-box-row"]):not([class^="vrtx-frontpage-box"]):not([class^="change-positions-in-row"]):not([class^="vrtx-edit-"]):not(.undo):not(.x-cancel):hover {
  background-color: #808080 !important;
}
.not-for-ansatte .header-search {
  top: 18px;
  z-index: 10;
  right: 175px;
}
.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 #head-wrapper {
  background: #ffffff url("../images/banner.png") no-repeat scroll right top;
}
.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: 190px;
}
.not-for-ansatte #head-wrapper #head .uio-app-name {
  display: none;
}
.not-for-ansatte #head-wrapper #head .head-menu {
  right: 290px;
}
.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 a {
  position: absolute;
  top: 20px;
}
.not-for-ansatte #head-wrapper #head #header .header-button {
  right: 0;
  top: 14px;
  background-color: #2974b5 !important;
  border-radius: 3px;
  padding: 7px 20px;
  color: #ffffff;
  -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 #head-wrapper #head #header .header-button:focus,
.not-for-ansatte #head-wrapper #head #header .header-button:hover {
  background-color: #5494cc !important;
}
#globalnav {
  background: #333333 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: #cd1719;
  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.vrtx-child a::before {
  color: #808080;
}
#left-main ul.vrtx-breadcrumb-menu li a.vrtx-marked {
  background-color: #999999 !important;
  color: #000000;
  border-top-color: #808080 !important;
}
#left-main ul.vrtx-breadcrumb-menu li a.vrtx-after-marked {
  border-top-color: #808080 !important;
}
#left-main ul.vrtx-breadcrumb-menu li a:hover,
#left-main ul.vrtx-breadcrumb-menu li a:focus {
  color: #000000;
}
table th {
  font-weight: bold;
}
#bottomnav {
  display: none !important;
}
#uio-app-menu-wrapper,
#footer-wrapper {
  background: #2b2b2b;
}
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-blue.svg") no-repeat 0 3px !important;
}
.ui-accordion.ui-widget .ui-accordion-header .ui-icon {
  background: transparent url("../images/icon-chevron-right-blue.svg") no-repeat center left;
}
.ui-accordion.ui-widget .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background-image: url("../images/icon-chevron-down-blue.svg");
}
.not-for-ansatte:not(.header-context) .responsible-login .content {
  margin-left: 90px;
}
.not-for-ansatte #footer-wrapper {
  background-color: #EAEDEE;
}
.not-for-ansatte #footer-wrapper *,
.not-for-ansatte #footer-wrapper a {
  color: #2b2b2b;
}
.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: 200px;
  }
  .not-for-ansatte #head-wrapper #head {
    height: 150px;
  }
  .not-for-ansatte #head-wrapper #head #header img {
    padding: 20px 10px 10px;
  }
  .not-for-ansatte #menu-wrapper .menu li.active {
    background: #cd1719 none repeat scroll 0 0;
  }
  .menu-search input[type="text"] {
    border-right-width: 7em !important;
    padding-right: 0px;
  }
  .menu-search button {
    background-color: #cd1719;
    -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: #9f121f;
  }
}
/* Mixin */
/*------------------------------------*\
# COLOR
\*------------------------------------*/

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