/*
#
#  UK Particle Physics Travel Management System and UKLO Administrative Portal
#  Version 2.0
#  common_help.css
#
#  This contains css definitions
#
#  The order of components is top right bottom left or top/bottom left/right
#
#  Copyright (c) 2013-24 Steve Lloyd, Queen Mary University of London. 
#  All rights reserved.
#
#===========================================================================
*/
/*:root,:root.light { */
	/* Light styles here */
/*	color-scheme: var(--color-scheme, light); */
/*
	--help-heading-link-color: #ffffff;
/*
}
	@media (prefers-color-scheme: dark) {
    --color-scheme: dark;
:root.dark {
    */
    /* Dark styles here */
/*
	--help-heading-link-color: #ffffff;
}
*/
#help-heading{
    font-size: 13px;
}
.help-heading-link {
	cursor: pointer;
	text-decoration: none;
	color: var(--help-heading-link-color);
}
.help-heading-link:visited {
	color: var(--help-heading-link-color);
}

.help-h2 {
	font-size: 1.5em;
	font-weight: bold;
    color: var(--default-color);
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #3874CB;
}
.help-h3 {
	font-size: 1.25em;
	font-weight: bold;
	width: 100%;
    color: var(--default-color);
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #3874CB;
}
.help-h4 {
	margin: 10px 0px 10px 0px;
}

.help-code-class{
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
    color: #3874CB;
	padding-bottom: 3px;
	border-bottom: 1px solid #3874CB;
}
.help-code-name{
	font-size: 1em;
	font-weight: bold;
    color: #3874CB;
}

.help-code-func{
	font-family: monospace;
	font-size: 1.2em;
	padding: 3px 0px 3px 10px;
}

.help-code-desc{
	padding: 0px 0px 3px 10px;
}

.help-code-head{
	padding: 0px 0px 0px 10px;
}

.help-code-param{
	padding: 0px 0px 0px 10px;
}

.help-code-return{
	padding: 0px 0px 0px 10px;
}

.help-side-h2{
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	font-size: 1.5em;
	font-weight: bold;
    color: var(--default-color);
}

.help-side-h3{
	margin-block-start: 1em;
	margin-block-end: 1em;
	font-size: 1.17em;
	font-weight: bold;
    color: var(--default-color);
}

h-apos::before {
	content: "’";
}

h-box {
	padding: 1px 3px 1px 3px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

h-code{
	font-family: "Courier New", "Courier", monospace;
	font-size: 16px;
    background-color: var(--code-bgcolor);
}

h-code-block{
	display: block;
	white-space: pre;
    background-color: var(--code-bgcolor);
	padding: 5px;
	margin: 5px 0;
	font-family: "Courier New", "Courier", monospace;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

h-quote::before {
	content: "‘";
}

h-quote::after {
	content: "’";
}

h-menu::before {
	content: "‘";
}

h-menu::after {
	content: "’";
}

#help-container{
	display: flex;
	height: 100%;
}

#help-side{
    border-right: 1px solid #000000; 
/*	height: 100%; */
    padding: 0px 10px 0px 0px;
    flex: 0 0 230px
}
#help-side-head{
	padding: 0px 10px 0px 10px;
	height: 90px; 
    width: 100%;
}
#help-contents{
	padding: 0px 10px 0px 10px;
/*	height: 90vh; */
    overflow-y: scroll;
    width: 100%;
}

#help-body{
	padding: 0px 10px 0px 10px;
	height: 100%;
	flex: 1;
    overflow-y: scroll;
}
.help-title {
	padding: 5px 0px 0px 0px;
}
.help-topic {
	padding: 5px 0px 0px 0px;
}
.help-section {
	padding: 0px 0px 0px 13px;
}
.help-expand {
	padding: 0px 3px 0px 0px;
	cursor: pointer;
}
.help-box {
	padding: 1px 3px 1px 3px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.help-image {
/*	width: calc(100% - 10px);
	text-align: center;*/
	display: block;
    border: 1px solid var(--border-color);
    margin: 10px 0px 10px 30px; 
    padding: 5px 5px 5px 5px;
}
.help-center {
  display: flex;
  justify-content: center;
}
.help-image-fixed {
    border: 1px solid #aaaaaa;
    margin: 10px 0px 10px 0px; 
    padding: 5px 5px 5px 5px;
}
.help-image-80{
	transform: scale(0.8);
}
.help-image-25 {
	width: 25%;
}
.help-image-40 {
	width: 50%;
}
.help-image-50 {
	width: 50%;
}
.help-image-60 {
	width: 50%;
}
.help-image-75 {
	width: 75%;
}
.help-link {
	cursor: pointer;
    text-decoration: none;
    color: var(--action-link-color);
}
.help-link:hover{
    color: var(--action-link-color);
}
.help-link-highlight {
	cursor: pointer;
    text-decoration: none;
	font-weight: bold;
    color: var(--action-link-color);
/*	color: #0000ff;*/
}
.help-link-highlight:hover {
    color: var(--action-link-color);
}
.help-next-prev{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px 10px 0px;
}
.help-table-div{
	width: fit-content;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid; 
	border-color: var(--code-border-color);
    background-color: var(--code-bgcolor);
}
