/* ----------------------------------------------------------------------------
   layout-custom-style.css | Version: 1.0 EVK Release Edited: 2026-07-29 08:45
   ---------------------------------------------------------------------------- */
   
   
@media (min-width: 768px) {
    .portal-header .logo {
        margin-bottom: 0;
        height: 50px;
    }
}
   
/* Frontpage | Cards */
 
.portal-single-publication a {    
    color: #333333;
    background-color: #ffffff;
}

.portal-single-publication .publication-icon {
    background-color: #1268B3;
	width: 90px;
    height: 90px;
    line-height: 90px;
	font-size: 40px;
}

.portal-single-publication a {
    border: 1px solid #ddd;
    border-radius: 9px;
	
}

.portal-single-publication .publication-icon .fa, .portal-single-publication .publication-icon i {
    color: #FFFFFF;
}

/* Portal header | Frontpage */
.portal-header {
  background-color: #043D5D; 
}

/* Toolbar */
.toolbar, .tool-search-form .search-field, .pager li>a:hover, .pager li>span:hover, .colored-top .site-sidebar-header, .fixed-toolbar
 {
    background-color: #043D5D;
 }


.colored-top .site-sidebar-header {
    background-color: #043D5D;
}

.portal-header .portal-search button i:before{
    content: "\f002";
}

.portal-header .portal-search .search-field{
    border-radius: 4px 0 0 4px;
}


/* Figures */

img.materialboxed {
    border: 6px solid #EFF0F1;
    max-width: 800px;
    height: auto;
    padding: 0px;
	border-radius: 15px;
	background-color: #EFF0F1;
	margin-top: 10px;
}

.image-viewport img {
    margin: 0;
}

div.figure-title {
    font-weight: normal;
	font-style: italic;
	color: #898989;
}

/* Previous & Next buttons */
.pager {
    padding-left: 0;
    margin: 22px 22px;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #043D5D;
	color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
   color: #043D5D;
   background-color: #e9edf5;
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #043D5D;
    cursor: not-allowed;
    background-color: #fff
}

/* Frontpage | Remove Featured content panel | When this is added, the footer moves up */
  
.featured-content-label { 
display:none;
}

.portal-contents featured-content {
    display:none;
}

.portal-contents .inner {
    display:none;
}

/* Base link */
.nav-site-sidebar li a {
  color: #043D5D;
  background-color: transparent;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

/* Hover: lighten text, add subtle background */
.nav-site-sidebar li a:hover {
  color: #043D5D;
  background-color: #e9edf5;
}

/* Focus (keyboard): visible outline and accessible contrast */
.nav-site-sidebar li a:focus {
  outline: 0px solid #e9edf5;
  outline-offset: 1px;
}

/* Active/current item */
.nav-site-sidebar ul li a.active,
.nav-site-sidebar ul li a[aria-current="page"],
.nav-site-sidebar ul li.active > a {
  color: #FFFFFF;
  background-color: #043D5D;
}

/* Sidebar color */

.bg-primary, .btn-primary, .pagination>.active>a, 
.pagination>.active>span, .pagination>.active>a:hover, 
.pagination>.active>span:hover, .pagination>.active>a:focus, 
.pagination>.active>span:focus, .site-sidebar {
    background-color: #EFF0F1;
	
}
/*Active selected items*/
.nav-site-sidebar .active>a{
    color: #043D5D;
}

/*Right sidebar dot colour */
.theme2 .section-nav.nav>li.active>a:before
{
    background: #043D5D;
}

/*Sidebar navigation | Remove top padding */

.nav-site-sidebar{
    padding: 0px 0 20px
}


/* Front page background color */
.portal-body
 {
    background-color: #EFF0F1;
}

/* Remove white space from front page bottom */
.portal-content.theme2 {
    min-height: 100vh;
    background-color: #EFF0F1;
}

/* Footer */

.portal-footer{
   width: 100%;
   margin: 0px;
   background-color: #EFF0F1;
}

.portal-footer .inner{
   border: none;
   color: #333333;
}

/* Procedure bullets */
.theme2 .procedure > li::before {
    background-color: #1268B3;
}

/* Frontpage | Portal-header colors */
 
.portal-header h1 {
color: #ffffff;
}

.portal-header .portal-search button, .publication-contents h4 span {
    background-color: #EFF0F1;
    color: #333333;
}

.portal-header .portal-search button:hover {
 background-color: #EFF0F1;
  color: #333333;
  border: none;
  
}

.search-field::placeholder {
  color: #333333; /* Change this to your preferred color */
  opacity: 1;      /* Firefox lowers the opacity by default, so set to 1 */
}

.portal-header .portal-search button
 {
    background-color: #FFFFFF;
    border-radius: 0 4px 4px 0;
    border: 0;
	margin-left: 0;
    padding: 0px 18px;
    font-size: 16px;
    width: 52px;
    display: inline-block;
    color: #333333;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
	
	.portal-search .btn[disabled]
 {
    opacity: 1;
    cursor: auto;
}

/* Headings | Size and color */

h2.title {
  font-size: 2.6em;
  font-weight: 700;
}

/* Targets <h3> elements that specifically have the class "title" */
h3.title {
  font-size: 2.2em;
  font-weight: 600;
}

/* Targets <h4> elements that specifically have the class "title" */
h4.title {
  font-size: 1.9em;
  font-weight: 600;
}

/* Targets all <h5> elements and any element with the class "h5" */
h5, .h5 {
  text-transform: none; /* Prevents the text from being forced into ALL CAPS or Capitalized (keeps original casing) */
  font-size: 1.6em;
  font-weight: 600;
}

h6, .h6 {
  text-transform: none; /* Prevents the text from being forced into ALL CAPS or Capitalized (keeps original casing) */
  font-size: 1.3em;
  font-weight: 600;
}


h2.title,
h3.title,
h4.title,
h5.title,
h6.title
{
  color: #333333 !important;
}

/* Admonitions headings*/
.warning h3.title,
.note h3.title,
.important h3.title,
.caution h3.title,
.tip h3.title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.5em;
}

a {
    color: #1976d2;
    text-decoration: none
}

a:focus,a:hover {
    color: #11508e;
}

.theme2 .section-nav.nav li.active>a {
    color: #11508e;
}


thead th {
  background-color: #e9edf5;
}

/* Sections*/
.section {
  padding: 0px 0;
}

/* Admonitions */
.warning,
.note,
.important,
.caution,
.tip{
border-radius: 9px;
border-left: none;
}

.important:before{
    content: '\f06a';
    color: #1976d2;
}

.important{
    background-color: rgba(25, 118, 210, 0.05);
}

/*Custom Font Awesome 4.6.3 Icons on Front Page*/

/* 1. Fallback FIRST */
[class*="cat-panel-"]:before {
    content: "\f0f6";
}

/*EVK guide*/
.cat-panel-1:before{
    content: "\f15b"; 
}

/*Studio guide*/
.cat-panel-2:before{
    content: "\f15b"; 
}

/*About ONE*/
.cat-panel-3:before{
    content: "\f1b2"; 
}


/*Bridgehead, title, Bold text*/
.bridgehead {
font-weight: bold;}

/*GUI elements in Bold text*/
.guibutton,
.guilabel,
.guimenu,
.guimenuitem {
  font-weight: bold;
  font-family: inherit;
}

/* Paragraphs */
p {
  margin: 0 0 0.75em 0;
}

/* Lists */
ul, ol {
  margin: 0.25em 0 0.75em 0;
}

/* List items */
li + li {
  margin-top: 0.5em;
}

/* Paragraphs inside list items */
li p {
  margin: 0;
}

li p + p {
  margin-top: 0.25em;
}

/* Hide Section ToC*/
.no-section-toc ~ .footer-content .section-toc
 {display: none;}
 
 /* Hide Prev/Next buttons */
.pager {
    display: none;
}

/* Footer — align with page content */
.site-footer .inner {
    padding-left: 7.8%;
    padding-right: 30px;
    padding-top: 12px;
    font-size: 12px;
    color: #888888;
}

/* Remove the whole label e.g. Figure X and label will be removed. */
.formal-label {
 display: none;
}
