
/* Admin Toolbar */
button.toolbar-item,
button.toolbar-icon {
  background: none;
}

/* Drupal system message */
.messages-list {
  flex: 1 1 100%;
}
.message,
.messages {
  position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem;
  color: #ffffff;
}
.message a,
.message a:visited,
.messages a,
.messages a:visited{
  color: #ffffff;
  text-decoration: underline;
}
.message p:last-child,
.messages p:last-child {
  margin: 0;
}
.message em,
.messages em {
  font-style: italic;
}
.message-status,
.messages--status {
  background: #89ad32;
}
.message-status::before,
.messages--status::before {
  background: #759625;
}
.message-error,
.messages--error {
  background: #c94d1c;
}
.message-error::before,
.messages--error::before{
  background-color: #b3461b;
}
.message-warning,
.messages--warning {
  background: #cd5a0a;
}
.message--warning::before,
.messages-warning::before{
  background-color: #a44707;
}
.messages::before,
.message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

/* Main -> Admin Tabs */
ul.page-tabs {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid var(--primary);
}
.page-tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}
.page-tabs li a {
  background-color: var(--dark);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-right: 2px solid var(--border);
}
.page-tabs li.active-page-tab a,
.page-tabs li a:hover {
  color: var(--primary);
}
/* Node submitted details */
.node-submitted-details {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.node-submitted-details {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* Entity reference */
.node-taxonomy-container, .node-links-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
}
h3.term-title {
  font-size: 1.2em;
}
ul.taxonomy-terms {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
li.taxonomy-term {
  position: relative;
  display: inline-block;
  padding: 0;
  word-break: break-all;
}
li.taxonomy-term:not(:last-child) {
  margin-right: 1rem;
}
.taxonomy-term a {
  padding: 6px 14px;
  border: 2px solid var(--border);
}
/* Node Links */
.node-links-container ul.links {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.node-links-container .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.inline,
ul.links.inline {
  padding-left: 0;
}
ul.inline li {
  position: relative;
  display: inline-block;
  list-style-type: none;
}
ul.inline li a {
  display: inline-block;
  color: var(--primary);
}
/* Pager */
.pager {
  position: relative;
  width: 100%;
}
.pager ul.pager__items {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  padding: 9px 0;
  margin: 0 2px 0 0;
}
.pager__item a {
  padding: 9px;
  background: #FFF;
  white-space: nowrap;
}
.pager__item a:hover,
.pager__item.is-active a {
  background: var(--border);
}
/* vertical Tabs */
.vertical-tabs__panes {
  padding: 1rem;
}
/* components -> Scroll To Top. */
.scrolltop {
  position: sticky;
  display: none;
  bottom: 24px;
  margin-bottom: -50px;
  left: calc(100% - 74px);
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: #ffffff;
  font-size: 20px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='240 240 32 32' enable-background='new 240 240 32 32' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M267.143,263.428c-0.476,0-0.95-0.181-1.313-0.544L256,253.055l-9.83,9.829 c-0.725,0.726-1.901,0.726-2.626,0c-0.725-0.725-0.725-1.9,0-2.626l11.143-11.143c0.726-0.725,1.901-0.725,2.626,0l11.144,11.143 c0.725,0.726,0.725,1.901,0,2.626C268.093,263.248,267.618,263.428,267.143,263.428z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
}
/* Node formatting */
.author-label:after {
  content: ":";
}
.field--name-field-vezeteknev,
.field--name-field-keresztnev {
  display: inline;
}
.contextual-region>div:not(:has(*)) { display: none; }

/* Campus elements */

.page-campus .views-field-field-svg-ikon {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('../images/bg-icon.png');
}
