@charset "UTF-8";

/* Header */
div#header {
	height:	150px;
  box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, .25);
}

body.logged-out div#header {
  height: 120px;
}


/* Meta navigation and eRef Search */

#header #line .meta-navigation-wrapper {
  position: absolute;
  top: 10px;
  right: 30px;
  display: flex;
}

#header #line .meta-navigation-wrapper #meta {
  margin-top: 8px;
}

#header #meta li a {
  font-size: 14px;
  color: var(--black);
  padding: 0 10px;
  transition: color .2s;
}

#header #meta li a:hover {
  color: var(--blue);
}

/* e-Ref Search */

#eref_hook_url #erefsearch .typeahead {
  height: 25px;
  background: none;
  border: 2px solid var(--brand-primary);
  border-radius: 25px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 40px;
  transition: border .2s;
  box-shadow: var(--input-shadow);
}

#eref_hook_url #erefsearch .typeahead::placeholder {
  font-size: 12px;
}

#eref_hook_url #erefsearch .typeahead:focus {
  border: 2px solid var(--blue);
  outline: none;
}

#eref_hook_url #erefsearch .erefsearchbutton {
  background: none;
  padding: 0;
}

#eref_hook_url #erefsearch .erefsearchbutton button {
  position: absolute;
  top: 0;
  right: 40px;
  height: 35px;
  width: 35px;
  border: none;
  background: none;
  background-color: transparent;
}

#eref_hook_url #erefsearch .erefsearchbutton button::before {
  content: url("/assets/icon-pack/search-01018784.svg");
}

#eref_hook_url #erefsearch {
  position: relative;
  display: flex;
}

/* User Information */
#header #user_information {
  position: absolute;
  top: 80px;
  right: 30px;
  display: flex;
  align-items: center;
  margin: 0;
  height: 55px;
}

body.logged-out #header #user_information  {
  top: 57px;
}

#header #user_information .user {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: var(--black);
  font-weight: lighter;
}

#header #user_information .user::before {
  content: url("/assets/icon-pack/user-6ef831e3.svg");
  margin-right: 10px;
}

#header #user_information .user a {
  margin-right: 20px;
  color: var(--black);
  text-decoration: none;
  transition: color .2s;
}

#header #user_information .user a:hover {
  color: var(--brand-primary);
}

#header #user_information .user #role_chooser {
  max-width: 100%;
  background: none;
  height: 35px;
  border: 2px solid var(--brand-primary);
  border-radius: 25px;
  font-size: 12px;
  padding: 0 30px 0 10px;
  box-shadow: var(--input-shadow);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23003459' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e");;
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: .85em auto, 100%;
}

div#RB_window .redbox_content #form form fieldset select::-ms-expand {
  display: none;
}

#header #user_information.logged .register a,
#header #user_information .register a {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid var(--brand-primary);
  border-radius: 35px;
  padding: 7px 15px;
  transition: background-color .2s, color .2s;  
  box-shadow: var(--input-shadow);
  color: var(--brand-primary);
}

#header #user_information.logged .register a:hover,
#header #user_information .register a:hover {
  background-color: var(--brand-primary);
  color: var(--white);
}

/* Logo & Clinic Info */
#header #line h1 {
  position: absolute;
  top: 39px;
  left: 0;
  margin: 0;
}

body.logged-out #header #line h1 a {
  top: 8px;
}

body.logged-in #header #line h1 {
  top: 18px;
}

#header #line #cliniclogo {
  position: absolute;
  top: 53px;
  left: 180px;
  width: auto;
  margin: 0;
  color: var(--brand-primary);
  font-weight: lighter;
}

body.logged-out #header #line #cliniclogo {
  top: 49px;
}

body.logged-in #header #line #cliniclogo {
  top: 19px;
}

#header #line #cliniclogo::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 23px;
  margin-right: 10px;
  background-color: var(--blue);
}

/* Main Navigation */

ul#navigation li {
  background: none;
  display: flex;
  align-items: center;
}

#navigation li.current > a {
  color: var(--blue);
}

#navigation li + li {
  margin-left: 60px;
}

#navigation li a {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: var(--black);
  text-decoration: none;
  line-height: 53px;
  transition: color .3s;
}

#navigation li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--brand-primary);
  transition: width .3s;
}

#navigation li.nav-level-1 > a::after {
  bottom: 10px;
}

#navigation li a:hover {
  color:  var(--blue);
}

#navigation li a:hover::after{ 
  width: 100%;
}

#navigation li img {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

/* Navigation Level 2 */
#navigation li > ul {
  padding: 20px;
  background-color: var(--white);
  box-shadow: var(--nav-level-2-shadow);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 250px;
}

#navigation li > ul li + li {
  margin-left: 0;
}

#navigation li > ul li + li {
  margin-left: 0;
  margin-top: 20px;
}

#navigation li > ul li a {
  font-size: 15px;
  line-height: 1.3;
}


/* Breadcrumbs */
#breadcrumb {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: 40px;
  margin-bottom: 0;
}

#breadcrumb li + li {
  margin-left: 12px;
}

#breadcrumb li + li::before {
  content: url("/assets/icon-pack/angle-right-617b36a5.svg");
  margin-right: 12px;
}

#breadcrumb li.current {
  font-size: 14px;
  font-weight: bold;
}

#breadcrumb li img {
  height: 12px;
  width: auto;
}

#breadcrumb li,
#breadcrumb li a {
  font-size: 14px;
  text-decoration: none;
  color: var(--black);
  transition: color .2s;
}

#breadcrumb li a:hover {
  color: var(--blue);
}

/* Side Navigation */
div#a5 div.boxes.left,
div#a55 div.boxes.left {
  width: 350px;
  height: auto;
  margin-left: 40px;
  background-color: var(--white);
  box-shadow: var(--nav-level-2-shadow);
  border-top: 5px solid var(--brand-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div#a55 div.boxes.left {
  width: 470px;
}

div#a5 div.boxed,
div#a5 div.boxed h2,
div#a5 div.boxed .last {
  background-image: none;
}

div#a5 div.boxed {
  margin-bottom: 0;
  border-radius: 10px;
}

div#a5 div.boxed h2,
div#a5 div.boxed h2 a,
div#a55 div.boxed h2 {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  transition: color .2s;
  font-weight: bold;
  color: var(--brand-primary);
}

div#a55 div.boxed #catalog_title_infos a {
  color: var(--brand-primary);
}

div#a5 div.boxed h2 img {
  height: 14px;
  width: auto;
  margin-right: 5px;
}

div#a5 div.boxed h2 a:hover {
  color: var(--blue);
}

div.boxed ul.tree .no-submenu,
div.boxed ul.tree li,
div.boxed li {
  background-image: none;
}

div.boxed ul.tree li ul {
  margin-top: 10px;
}

div.boxed ul.tree li,
div.boxed ul.tree li ul li,
div.boxed ul.tree li.profile.no-submenu.nav-level-1 > a,
div.boxed ul.tree li.admin_super_adminopen.nav-level-1 > a {
  border: none;
  padding: 5px 0;
  font-size: 16px;
  color: var(--brand-primary);
  font-weight: bold;
  transition: color .2s;
}

div.boxed ul.tree li.nav-level-1 > a:hover,
div.boxed ul.tree li.profile.no-submenu.nav-level-1 > a:hover,
div.boxed ul.tree li.admin_super_adminopen.nav-level-1 > a:hover  {
  color: var(--blue);
}

div.boxed ul.tree li.profile.no-submenu.nav-level-1 > a::after,
div.boxed ul.tree li.admin_super_adminopen.nav-level-1 > a::after {
  display: none;
}

div.boxed ul.noarrows li + li {
  margin-top: 10px;
}

div.boxed ul.noarrows li a {
  transition: color .2s;
}

div.boxed ul.noarrows li a:hover {
  color: var(--blue);
}

div.boxed ul.tree li img {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

div.boxed ul.tree li > a,
div.boxed ul.tree li ul li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  transition: color .2s;
  text-decoration: none;
  line-height: 25px;
}

div.boxed ul.tree a:hover  {
  color: var(--blue);
  text-decoration: none;
}

div.boxed ul.tree li.current a,
div.boxed ul.tree li.current ul li.current a {
    color: var(--blue);
    font-weight: normal;
}

div.boxed ul.tree li.current ul li a {
  color: var(--black);
}

div.boxed ul.tree li a:after  {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--brand-primary);
  transition: width .3s;
}

div.boxed ul.tree li a:hover::after { 
  width: 100%;
}

div.boxed ul.tree li ul {
  padding-left: 20px;
}

div.boxed ul.tree li.nav-level-1.activities span {
  margin-left: 20px;
}

div.boxed ul.tree li.nav-level-1.activities span > a {
  font-weight: normal;
  font-size: 11px;
  background-color: var(--blue);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 20px;
  transition: background-color .2s;
}

div.boxed ul.tree li.nav-level-1.activities span > a::before {
  content: "+";
  margin-right: 5px;
}

div.boxed ul.tree li.nav-level-1.activities span > a:hover {
  background-color: var(--brand-primary);
}

/* Side Navigation Filter */

div.boxed ul, div.boxed p {
  padding-left: 50px;
  font-size: 16px;
  font-weight: lighter;
}

div.boxed ul, div.boxed p.nom + p:not(.nom) {
  margin-top: 20px;
}

div.boxed ul, div.boxed form {
  padding-left: 50px;
}

div.boxed #opts_name_search {
  all: unset;
  width: 235px !important;
  border: 2px solid var(--brand-primary);
  height: 35px;
  border-radius: 35px;
  padding: 0 15px;
  font-size: 16px;
  color: var(--black);
}

div.boxed #opts_name_search:focus {
  border: 2px solid var(--blue);
}

div.boxed input[type="submit"] {
  all: unset;
  border: 2px solid var(--brand-primary);
  height: 35px;
  border-radius: 35px;
  padding: 0 15px;
  color: var(--brand-primary);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  transition: color .2s, background-color .2s;
  font-size: 14px;
}

div.boxed input[type="submit"]:hover {
 background-color: var(--brand-primary);
 color: var(--white);
}

/* Side Navigation Katalog */

div#a55 div.boxes div.boxed + div.boxed {
  margin-top: 100px;
}

div#a55 div.boxes div.boxed p {
  padding-left: 25px;
}

div#a55 div.boxes div.boxed fieldset p {
  padding-left: 0;
}

div#a55 div.boxes div.boxed button {
  all: unset;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0 20px 0;
  border: 2px solid var(--brand-primary);
  border-radius: 35px;
  padding: 7px 15px;
  transition: background-color .2s, color .2s;  
  box-shadow: var(--input-shadow);
  color: var(--brand-primary);
  cursor: pointer;
  text-align: center;
}

div#a55 div.boxes div.boxed button:hover {
  background-color: var(--brand-primary);
  color: var(--white);
}

#a55 ul#catalogeditor span.nowrap {
  white-space: unset;
  width: 300px;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

#a55 ul#catalogeditor .droppable_at_top,
#a55 ul#catalogeditor .droppable_at_bottom,
#a55 ul#catalogeditor .droppable_as_child {
  position: absolute;
  height: 10px;
  z-index: 99999;
  overflow: hidden;
}

#a55 ul#catalogeditor .droppable_at_top {
  top: 11px;
  left: 20px;
  width: 45px;
}

#a55 ul#catalogeditor .droppable_at_bottom {
  top: 27px;
  left: 20px;
  width: 45px;
}

#a55 ul#catalogeditor .droppable_as_child {
  top: 27px;
  left: 70px;
  width: 250px;
}



#a55 ul#catalogeditor {
  padding-left: 25px;
}

#a55 ul#catalogeditor li + li {
  margin-top: 10px;
}

#a55 div.boxed ul #catalogeditor, 
#a55 div.boxed ul #catalogeditor, 
#a55 div.boxed #catalogeditor p  {
  padding-left: 0;
  font-size: 12px;
  margin-top: 10px;
}

#a55 div.boxed #catalogeditor p.left {
  margin-top: 12px;
}


/* Login Form Start Page */

#login_form input {
  all: unset;
  border: 2px solid var(--brand-primary);
  height: 35px;
  border-radius: 35px;
  padding: 0 15px;
  color: var(--brand-primary);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  transition: color .2s, background-color .2s;
  font-size: 14px;
}

#login_form input:focus {
  border: 2px solid var(--blue);
}

body.logged-out #login_form {
  padding-left: 33px;
  padding-right: 45px;
}

body.logged-out #login_form label {
  font-weight: normal;
}

body.logged-out #login_form input {
  text-transform: none;
}

body.logged-out #login_form button[type="submit"] {
  all: unset;
  border: 2px solid var(--brand-primary);
  height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 35px;
  padding: 0 15px;
  color: var(--brand-primary);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  transition: color .2s, background-color .2s;
  font-size: 14px;
}

body.logged-out #login_form button[type="submit"]:hover {
  background-color: var(--brand-primary);
  color: var(--white);
 }
