@charset "utf-8";
	/***   MAIN.css   ***/


html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Abel', 'Trebuchet MS', Arial, sans-serif !important;
  /* font-family: Nunito+Sans, sans-serif !important; */
  /* font-family:Saira; */
  /* font-size: 1em !important; */
  /*touch-action: none;*/
  
}

body {
	/* height: 100%; */
	/* font-family:"Arial Narrow", Arial;  */
	/* background: rgb(40,52,59); */
	color:black;
	/* background:#19B61D; */
	background:#FFFFFF;
}

#kbico{
	height: 32px;
	position: relative;
	top:8px;
}

#oico{
	height: 28px;
	position: relative;
	top:8px;
}

#keyb {
	margin-top: 6px;
	/*display: none;*/
}

.tooltips {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;		
}

#cbtooltip {
	top: 134px;
	left: 310px	
}

#ktooltip {
  top: 25px;
  right: 119px;		
}

#otooltip {
  top: 25px;
  right: 75px;		
}

#butCTooltip {
  top: 92px;
  left: 147px;		
}

#butSTooltip{
  top: 80px;
  left: 215px;		
}

.keys {
	width:32;
	height: 27;
	border-radius: 3px;
	font-size:.8em;
	margin-right: -4px;
	background-color: #101010;
	color:            #A88900;	
}

#setActive{
	width:42px;
	height:42px;
	font-weight: bold;
	position: relative;
	top: -10px;
}

#customcheckbox, #chkNav1Link, #chkShowNAV1But, #chkShowNAV2But, #chkTextWhite {
	cursor: pointer;
	position: relative;
	width: 28px; /* SCALED */
	bottom: -8px; /* SCALED (-14) */
}

label{
	
	position: relative;
	/*top: -18px;*/
	bottom: -7px; /* SCALED (-14) */
	font-size: 1em;
}
.main-container {
	/*
	margin-top:  20px;
	margin-left: 12px;
	padding:10px;
	*/ /* SCALED removed for 1080 */
	/* text-align:center; */
	font-weight:bold;
	font-size: .9em; /* SCALED */
}

#info {
	padding:50px;
	width:100%;
	height:100%;
	font-size:1.4em; /* SCALED */
}

#search {
	font-family: 'Abel', 'Trebuchet MS', Arial, sans-serif;
	font-size:2em;
	width:112px; /* 74 was too narrow for 1920x1080 */
	height: 42px; /* was 35 */
}

.but0 {
	font-size:2em;
	width:38px; /* SCALED */
	background-color:#ccc;
	cursor:pointer;		
}

.but1 {
	font-size:2em;
	width:74px; /* SCALED */
	background-color:#ccc;
	cursor:pointer;		
}

.navbut {
	background: #33AAEE;
	height:3em;
	width: 6em;
	font-family: 'Abel', 'Trebuchet MS', Arial, sans-serif;
	font-size:.43em;
	font-weight: bold;				
}

a {
	text-decoration:underline;
	cursor:pointer;
	color:darkblue;
}

table {
	font-size: 1.4em;
	/* margin-left: -20px; */ /* SCALED (added) */	
}

td {
	/* padding-left: 20px; */
	padding-right: 8px; /* SCALED (10px) */
}

.colorpick {
	display: inline-block;
	border: 2px solid black;
	height: 28px;
	width:  28px;
	/* margin-right: 3px; */
	cursor: pointer;
}

.colorpick:hover {
	border: 2px solid red;
}

#c0 {
	background-color: #303030;
}

#c1 {
	background-color: #c0c0c0;
}

#c2 {
	background-color: #ff0000;
}

#c3 {
	background-color: #ff6a00;
}	

#c4 {
	background-color: #ffd800;	
}

#c5 {
	background-color: #b6ff00;	
}

#c6 {
	background-color: #00ff90;	
}

#c7 {
	background-color: #00ffff;	
}

#c8 {
	background-color: #0094ff;	
}

#c9 {
	background-color: #0026ff;	
}
	
#c10 {
	background-color: #4800ff;	
}

#c11 {
	background-color: #b200ff;	
}

#c12 {
	background-color: #ff00dc;	
}

#c13 {
	background-color: #ff006E;	
}

#c14 {
	background-color: #ffffff;	
}

#c15 {
	background-color: #ffffff;
}

#c16 {
	background-color: #707070;
}

#c17 {
	background-color: #7f0000; /* Dark Red */
}

#c18 {
	background-color: #7f3300;
}	

#c19 {
	background-color: #7f6a00;	
}

#c20 {
	background-color: #5b7f00;	
}

#c21 {
	background-color: #007f46;	
}

#c22 {
	background-color: #007f7f;	
}

#c23 {
	background-color: #004a7f;	
}

#c24 {
	background-color: #00137f;	
}
	
#c25 {
	background-color: #21007f;	
}

#c26 {
	background-color: #57007f;	
}

#c27 {
	background-color: #7f006e;	
}

#c28 {
	background-color: #7f0037;	
}

.colorpick:hover {
	border: 2px solid red;
}

#fontsizediv {
	position: absolute;
	bottom: 32px;
	right:  26px;
}

.fpm {
	background-color: #d7d7d7;	
	width:  32px;
	height: 32px;
	border: 2px solid black;
	padding: 2px;
	cursor: pointer;
	margin-bottom: 3px;
}