/* Saving this comment for documentation of 3.1 */
/*

Name: Path Paint v 3.1 stylesheet
Author: Andrew Rosinski
Date last modified: 11/20/17

*/



/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	FONT IMPORT
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/


@font-face {
	font-family: 'Decima Mono';
	src: url('../fonts/decima-mono.eot');
	src: url('../fonts/decima-mono.eot') format('embedded-opentype'),
		url('../fonts/decima-mono.woff') format('woff'),
		url('../fonts/decima-mono.ttf') format('truetype'),
		url('../fonts/decima-mono.svg#DecimaMono') format('svg');
}


/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	PAGE ELEMENTS
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

html, body {
	margin: 0;
	height: 100%;
}

body {
	font-family: "Decima Mono", monospace !important;
	font-size: 1rem;
	color: #333333;
	background: lavender;
	padding: 0px;
	margin: 0px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: auto;
	background-position: center;
}

/* 1px Brush Controls */
#pixelBrushControls {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

#pixelColorPicker {
	width: 40px;
	height: 30px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.spray-brush-controls {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}

.spray-brush-controls label {
	font-size: 0.8rem;
	margin: 0;
}

.spray-brush-controls input[type="range"] {
	width: 80px;
	margin-bottom: 5px;
}

#sprayColorPicker {
	width: 40px;
	height: 30px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, p, span {
	font-family: "Decima Mono", "Courier New", monospace;
	font-size: 1rem;
}

.branding-h1 {
	font-family: "Decima Mono", monospace !important;
	font-style: italic;
	font-size: 1rem;
	padding-left: 0.25rem;
	color: #000000;
	display: block;
	width: 98% !important;
	text-align: left;
	border-bottom: 2px ridge #00FF00;
    font-weight: normal;
    text-transform: none;
    background-color: #00FF00;
    background-image: url(../icons/tiles-older/tile1.gif);
    background-repeat: repeat;
    background-attachment: fixed;
}
h4 {
	border-bottom: 2px ridge #00FF00;
	font-weight: normal;
	text-transform: none;
	background-color: #00FF00;
	background-image: url('../icons/tiles-older/tile1.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
.full-screen-video-class {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -2 !important;
	top: 0;
	left: 0;
	border: 2px solid magenta;
}
#sketch {
	background-color: #FFF;
	border-radius: 0px;
	cursor:url(../cur/cursor.cur), auto;
	touch-action: none;
}
.container-fluid {
	height: 100%;
	width: 100%;
	border: 0px solid magenta;
}
.highlight {
	color: #000000 !important;
	background: aqua;
	font-style: italic;
	font-size: 0.85rem;
	text-transform: uppercase;
	padding: 0rem;
	text-decoration: underline wavy #00FFFF;
	letter-spacing: 2px;
	display: block;
    margin-top: 3.5rem;
}
#fish {
	background-image: url('../icons/tiles-older/magellan.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	background-position: center center;
	display: block;
	height: 32px;
	width: 32px;
	position: fixed;
	z-index: 100;
	margin-top: 40px;
	margin-left: 78px;
	border: 1px solid #E7E7E7;
}
#creature {
	background-image: url('../icons/tiles-older/rustmonster.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: auto;
	display: block;
	height: 24px;
	width: 24px;
	margin-top: 45px;
	margin-left: 39px;
	position: fixed;
	z-index: 101;
	border: 0px solid #E7E7E7;
}
#safety {
	background-image: url('../icons/tiles-older/norton14.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-position: center center;
	display: block;
	height: 32px;
	width: 32px;
	position: fixed;
	z-index: 102;
	margin-top: 30px;
	margin-left: 68px;
	border: 1px solid #E7E7E7;
}
#thing {
	background-image: url('../icons/icons2/pbrush3.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: auto;
	display: block;
	height: 24px;
	width: 24px;
	margin-top: 45px;
	margin-left: 39px;
	position: fixed;
	z-index: 101;
	border: 0px solid #E7E7E7;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	Top Dropdown Menu
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.close-header {
	position: fixed;
	display: block;
	width: 175px;
	height: auto;
	z-index: 1000;
	top: 0;
	left: 0;
	cursor: pointer;
}

.menu {
	position: fixed;
	display: block;
}
#item {
	color: #000000;
	padding: 0.4rem;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	background-image: url('../icons/tiles-older/tile2.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
}
#item:hover, #item:focus {
	background-color: #00FFFF;
}
#subMenu {
	display: none;
	position: absolute;
	max-width: 200px;
	background-image: url('../icons/tiles-older/tile2.gif');
	background-color: lightcyan;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
}
#subMenu a {
	border-right: 1px solid #00FF00;
	padding: 0rem 1.0rem;
}
#subMenu a:last-child {
	border-right: 1px solid transparent!important;
}
#subMenu a {
	color: #0000FF;
}
#subMenu a:hover {
	background: #FFFF00;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	CANVAS
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

canvas {
  display: block;
}
#jazzyCanvas, #jazzyCanvas2, #jazzyCanvas3, #jazzyCanvas4 {
	cursor: pointer!important;
}
.jazzyBlue {
	background-image: url(../icons/tiles-older/bluelines.gif) !important;
    background-attachment: scroll;
}
.jazzy2{
	background-image: url(../icons/tiles-older/linux-3D-anim.gif) !important;
    background-attachment: scroll;
}
.jazzy3 {
	background-image: url(../icons/tiles-older/questn4.gif) !important;
    background-attachment: scroll;
}
.jazzy4 {
    background-image: url(../icons/tiles-older/tile3.gif) !important;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	 LEFT MAIN TOOLBAR ELEMENTS
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.new-tool-kit {
	position: fixed;
    z-index: 1;
    height: 100%;
    padding: 0px 0px;
    border-right: 3px ridge #00FF00;
    background: url(../icons/tiles/tile3.gif) repeat fixed;
    background-color: transparent;
    overflow-y: scroll;
    min-width: 175px;
    margin-bottom: 8rem;
}
.new-tool-kit > ul {
	list-style-type: none;
	color: blue;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new-tool-kit ul > li  {
	display: block;
	list-style-type: none;
	color: #00FF00;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul#specialFXList {
	display: none;
}
ul#toolbarList1 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lightyellow;
	overflow-y: scroll;
	padding: 0.25rem 0rem;
}
#toolbarList1Header {
	cursor: pointer!important;
}
ul#toolbarList2 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lightcyan;
	overflow-y: scroll;
	padding: 0.25rem 0rem;
}
#toolbarList2Header {
	cursor: pointer!important;
}
h4:hover {
	cursor: pointer !important;
}
ul#toolbarList3 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lavender;
	overflow-y: scroll;
	padding: 0.25rem 0rem;
}
#toolbarList3Header {
	cursor: pointer!important;
}
ul#toolbarList4 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lavenderblush;
	overflow-y: scroll;
	padding: 0.25rem 0rem;
}
#toolbarList4Header {
	cursor: pointer!important;
}
ul#toolbarList5 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lavenderblush;
	overflow-y: scroll;
	padding: 0.25rem 0rem;
}
#toolbarList5Header {
	cursor: pointer!important;
}
ul#toolbarList6 {
	display: none;
	border: 1px solid #00FF00;
	background: url(../icons/tiles/tile2.gif) repeat fixed;
	background-color: lavenderblush;
	overflow-y: scroll;
	padding: 0.5rem 0rem;
}
#toolbarList6Header {
	cursor: pointer!important;
}
ul.simple-list {
    list-style-type: none !important;
}
.pixel-brush-controls {
	margin-bottom: 0rem;
	background: transparent;
}

.glyph-icon {
	font-size: 1.25rem;
}

input.pp-btn, .pp-btn {
	font-family: "Akkurat Mono", monospace !important;
    font-style: italic;
    font-size: 1rem;
    letter-spacing: 1px;
    font-variant: all-small-caps;
	margin-bottom: 0.1rem;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	OTHER
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.hideElement {
	visibility: hidden;
}
.showElement {
	visibility: visible;
}
.hide-toolbar-class {
  background: lavenderblush;
  border-radius: 40px;
  padding: 5px 12px;
  font-size: 1rem;
  transition: 0.4s;
}
a#hideToolbarId:hover {
    cursor: pointer !important;
    opacity: 0.85;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	BG Color SWATCHES
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.paint-bucket {
  display: flex;
}
.paint-bucket {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  width: 20px;
  background: url(../patterns/grid1.gif) repeat;
  color: #333333;
  z-index: 100;
  position: fixed;
  left: 140px;
  justify-content: center;
  align-items: center;
  top: 350px;
  border: 3px ridge ghostwhite;
  outline: 3px double #00FF00;
  outline-offset: 4px;
  flex-wrap: wrap;
  padding: 4px;
  overflow: hidden;
}
.paint-bucket > div {
  height: 20px;
  width: 20px;
  border: 0px groove transparent;
  z-index: 99;
}
.paint-bucket > div:first-of-type {
  background-color: #0000FF;
}
.paint-bucket > div:nth-of-type(2) {
  background-color: #FF0000;
}
.paint-bucket > div:nth-of-type(3) {
  background-color: #00FF00;
}
.paint-bucket > div:nth-of-type(4) {
  background-color: gray;
}
.paint-bucket > div:nth-of-type(5) {
  background-color: #FFFF00;
}
.paint-bucket > div:nth-of-type(6) {
  background-color: #00FFFF;
}
.paint-bucket > div:nth-of-type(7) {
  background-color: #000000;
}
.paint-bucket > div:nth-of-type(8) {
  background-color: #FFFFFF;
}
.paint-bucket > div:nth-of-type(9) {
  background-color: rgba(0, 168, 168, 1.0);
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	PATTERN SWATCHES
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.pattern-bucket {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  width: 20px;
  background: url(../patterns/grid1.gif) repeat;
  color: #333333;
  z-index: 100;
  position: fixed;
  left: 140px;
  justify-content: center;
  align-items: center;
  top: 7px;
  border: 3px ridge ghostwhite;
  outline: 3px double #00FF00;
  outline-offset: 4px;
  flex-wrap: wrap;
  padding: 4px;
  overflow: hidden;
  cursor:url(../cur/paint.gif) auto;
}
.pattern-bucket > div {
  height: 20px;
  width: 100%;
  border: 0px groove transparent;
  z-index: 99;
  background-repeat: repeat !important;
  background-position: center !important;

}
.pattern-bucket > div:first-of-type {
  background: url(../patterns/grid1.gif);
}
.pattern-bucket > div:nth-of-type(2) {
  background: url(../patterns/grid2.gif);
}
.pattern-bucket > div:nth-of-type(3) {
  background: url(../patterns/grid3.gif);
}
.pattern-bucket > div:nth-of-type(4) {
  background: url(../patterns/redlines.gif);
}
.pattern-bucket > div:nth-of-type(5) {
  background: url(../patterns/bluelines.gif);
}
.pattern-bucket > div:nth-of-type(6) {
  background: url(../patterns/gradient1.gif);
}
.pattern-bucket > div:nth-of-type(7) {
  background: url(../patterns/gradient2.gif);
}
.pattern-bucket > div:nth-of-type(8) {
  background: url(../patterns/10.gif);
}
.pattern-bucket > div:nth-of-type(9) {
  background: url(../patterns/11.gif);
}
.pattern-bucket > div:nth-of-type(10) {
  background: url(../patterns/33.gif);
}
.pattern-bucket > div:nth-of-type(11) {
  background: url(../patterns/crosshatch.gif);
}
.pattern-bucket > div:nth-of-type(12) {
  background: url(../patterns/crosshatch2.gif);
}
.pattern-bucket > div:nth-of-type(13) {
  background: url(../icons/tiles/tropical-fish.gif);
}
.pattern-bucket > div:nth-of-type(14) {
  background: url(../icons/tiles/novell1.2.gif);
}
.pattern-bucket > div:nth-of-type(15) {
  background: url(../icons/tiles/questn4.gif);
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	TEXT TOOLBAR
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.text-toolbar {
  display: flex;
  flex-direction: row;
  height: 400px;
  width: 400px;
  background: url(../patterns/grid1.gif) repeat;
  color: #333333;
  z-index: 100;
  position: fixed;
  left: 20%;
  justify-content: center;
  align-items: center;
  top: 30%;
  border: 1px ridge #FF00CC;
  outline: 2px double #00FF00;
  outline-offset: 4px;
  flex-wrap: wrap;
  padding: 4px;
  overflow: hidden;
}
.text-toolbar > div {
  height: 100%;
  width: 40px;
  border: 0px groove transparent;
  z-index: 99;
  background-repeat: repeat !important;
}


/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||
	FOOTER
||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 40px;
  width: 100%;
  max-width: 100%;
  z-index: 1000 !important;
  background: url(../icons/tiles/tile2.gif) repeat;
  background-size: auto !important;
  color: #333333;
  padding: 4px;
}
.footer-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 368, 368, 0.8);
  width: 100%;
  height: 100%;
}
.footer-bg > div {
  background-color: transparent;
  margin: 0px 20px;
  height: 100%;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-bg > div > span {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: cyan;
  font-size: 1rem;
  text-transform: uppercase;
}
#mainInput {
  background-color: lightgray;
  width: 400px;
  color: #0000FF;
  border: 1px solid #0000FF;
  padding: 1px;
  font-family: "Decima Mono", monospace !important;
  font-size: 1rem;
}

