
/*#      ___        __      _____               __                         */
/*#     /   |      / /_  __/ ___/ __  __ _____ / /_ ___   ____ ___   _____ */
/*#    / /| | __  / /| |/_/\__ \ / / / // ___// __// _ \ / __ `__ \ / ___/ */
/*#   / ___ |/ /_/ /_>  < ___/ // /_/ /(__  )/ /_ /  __// / / / / /(__  )  */
/*#  /_/  |_|\____//_/|_|/____/ \__, //____/ \__/ \___//_/ /_/ /_//____/   */
/*#                            /____/                                      */
/*#                                                     www.ajxsystems.com */
/* 	  TITLE: AJxUI CSS Framework
	   DATE: 2025
	VERSION: --
*/
/*
    IBMPlexMono
    IBMPlexSans
    IBMPlexSansCondensed
    IBMPlexSansSemiCondensed
    IBMPlexSerif
*/


* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "IBMPlexSans", "Helvetica Neue", "Arial", sans-serif;
}

body {
	width: 100%;
	height: 100%;
	color: var(--blue-grey-900);
	background-color: var(--blue-grey-900);
}

section {
	background-color: var(--blue-grey-50);
	padding: 1rem;
	border-top: solid 0.2rem var(--blue-grey-400);
/*	border-bottom: solid 0.2rem var(--blue-grey-400);*/
	margin-top: 1rem;
}

	section:first-of-type {
		margin-top: 0rem;
	}

	section:last-of-type {
		margin-bottom: 4rem;
	}

article {
	background-color: var(--blue-grey-100);
	padding: 0.8rem;
	margin-top: 0.5rem;
}

/* Typography */

article h1:first-of-type {
	margin-top: 0rem;
}

article h2:first-of-type {
	margin-top: 0rem;
}

article h3:first-of-type {
	margin-top: 0rem;
}

article h4:first-of-type {
	margin-top: 0rem;
}

p {
	font-size: 1em;
	margin-bottom: 0.4rem;
	display: block;
}

h1 {
	font-size: 2rem;
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 0.2rem;
}

h3 {
	font-size: 1.4rem;
	margin-top: 0.6rem;
	margin-bottom: 0.2rem;
}

h4 {
	font-size: 1.2rem;
	margin-top: 0rem;
	margin-bottom: 0rem;
}

small {
	font-weight: 300;
	border-left: solid 0.15rem var(--blue-grey-400);
	padding-left: 0.4rem;
	margin-left: 0.2rem;
	font-size: 0.7em;
}


blockquote {
	border-left: solid 0.2rem var(--blue-grey-400);
	margin: 10px 10px;
	padding-left: 10px;
}

	blockquote footer {
		color: var(--blue-grey-600);
		font-size: 0.9rem
	}
	blockquote footer::before {
		content: "-";
		margin-right: 0.3rem;
	}

abbr {
	cursor: help;
}


/* Description List */
dl {
	border: solid 0.1rem var(--blue-grey-400);
	padding: 0.3rem;
	width: fit-content
}

dt {
	font-weight: bold;
	font-size: 0.9rem
}

dd {
	margin-left: 0.2rem;
	font-size: 0.8rem
}


dl.wide {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	gap: 3%;
}

	dl.wide dt {
		font-size: 0.8rem;
		font-weight: bold;
		width: 27%;
		text-align: right;
		margin: 0;
	}

	dl.wide dd {
		font-size: 0.8rem;
		width: 70%;
		text-align: left;
		margin: 0;
	}



code {
	background-color: var(--blue-grey-200);
	border-radius: 0.3rem;
	padding: 0 0.3rem;
	font-size: 0.9rem;
}

kbd {
	background-color: var(--blue-grey-800);
	color: var(--blue-grey-100);
	border-radius: 0.3rem;
	padding: 0 0.3rem;
	font-size: 0.9rem;
}

pre {
	background-color: var(--blue-grey-50);
	padding: 0.5rem;
	width: fit-content;
}


hr {
	margin: 0.7rem 0;
}




table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
	border: solid 0.1rem var(--blue-grey-300);
}

th {
	font-weight: bold;
	font-size: 1rem;
	background-color: var(--blue-grey-200);
}

th, td {
	text-align: left;
	padding: 0.4rem;
}

tr {
	background-color: var(--blue-grey-100);
}

	tr:nth-child(even) {
		background-color: var(--blue-grey-50);
	}

	tr:nth-child(odd) {
		background-color: var(--blue-grey-100);
	}

	tr:hover {
		background-color: var(--blue-grey-600);
		color: var(--blue-grey-50);
	}


table.slim {
	border-collapse: collapse;
	font-size: 0.7rem;
	width: 100%;
}

	table.slim tr td {
		border: solid 0.1rem var(--blue-grey-300);
		padding: 0 15px;
	}

	table.slim tr th {
		border: solid 0.1rem var(--blue-grey-300);
		padding: 0 10px;
		font-size: 0.8rem;
		font-weight: 500;
	}

	table.slim tr td {
		white-space: nowrap;
	}

	table.slim tr:nth-child(even) {
		background-color: var(--blue-grey-50);
	}

	table.slim tr:nth-child(odd) {
		background-color: var(--blue-grey-100);
	}

	table.slim tr:hover {
		background-color: var(--blue-grey-600);
		color: var(--blue-grey-50);
	}



ul, ol {
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-left: 1.5rem;
	margin: 0;
}

li {
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}




/* SCROLLBAR */
::-webkit-scrollbar {
	width: 0.7rem
}

::-webkit-scrollbar-track {
	background: var(--blue-grey-800);
}

::-webkit-scrollbar-thumb {
	background: var(--blue-grey-600);
}

	::-webkit-scrollbar-thumb:hover {
		background: var(--blue-grey-400);
	}




/* RAZOR STATIC */

/* AJxICON */
.AJxIcon {
	height: 1em;
	vertical-align: text-bottom;
	display: inline-block;
	position: relative;
	bottom: 0.1rem;
}

.Duotone_1 {
}

.Duotone_2 {
	opacity:40%
}

h1 svg {
	position:relative;
	top: -0.3rem;
	margin-right: 0.6rem;
}