
/* 
https://www.color-hex.com/color/8aacb8
https://www.sitepoint.com/css-printer-friendly-pages/
https://color-hex.org/color/2e516f
https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/
https://www.techighness.com/post/javascript-track-user-activity-on-webpage-with-custom-script/
https://theknowledgeadda.com/how-to-convert-html-to-pdf-using-tcpdf-in-php

https://github.com/mikehaertl/phpwkhtmltopdf
https://wkhtmltopdf.org/
https://stackoverflow.com/questions/5663814/how-do-i-get-wkhtmltopdf-to-execute-via-php
https://www.toptal.com/developers/javascript-minifier - javascript minifier

1. Burly wood 05
2. Ivory
3. Tan
4. Floral WHite
5. Wheat
6. Sandy Brown
7. Old Lace 
8. Cadet Blue
9. Peach Puff

*/

/* scheme 1 - default - blue-gray bg */
:root {

/*
  --bg01: burlywood; 
  --bg02: ivory; 
  --bg03: tan; 
  --bg04: floralwhite; 
  --bg05: wheat;  
  --bg06: sandybrown;  
  --bg07: oldlace;  
  --bg08: cadetblue;  
  --bg09: peachpuff;  
*/

  --bg01: #000000; 
  --bg02: #2e516f; 
  --bg03: #43759f; 
  --bg04: #8196a8; 
  --bg05: #80acd0; 
  --bg06: #add8e6;  
  --bg07: #b8cdd4;  
  --bg08: #e0ebf4;  
  --bg09: #ffffff;  
  --bg10: #ffffff;

  --bg11: #000000; 
  --bg12: #2e516f; 
  --bg13: #43759f; 
  --bg14: #8196a8; 
  --bg15: #80acd0; 
  --bg16: #add8e6;  
  --bg17: #b8cdd4;  
  --bg18: #e0ebf4;  
  --bg19: #ffffff;  
  --bg20: #ffffff;

  --bg21: #000000;
  --bg22: #60311b;
  --bg23: sienna; 
  --bg24: sandybrown;
  --bg25: burlywood;
  --bg26: tan;
  --bg27: wheat;
  --bg28: oldlace;
  --bg29: #ffffff;
  --bg30: #ffffff;

  --bg31: #000000;
  --bg32: #005000;
  --bg33: #669666; 
  --bg34: #93a83a;
  --bg35: #b2cab2;
  --bg36: #b3c275;
  --bg37: #d2feb2;
  --bg38: #f0fee5;
  --bg39: #ffffff;
  --bg40: #ffffff;

  --bg41: #000000;
  --bg42: #EF8A37;
  --bg43: #F1974D; 
  --bg44: #F3A463;
  --bg45: #F4B179;
  --bg46: #F6BE90;
  --bg47: #F8CBA6;
  --bg48: #FADBC3;
  --bg49: #ffffff;
  --bg50: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Scrollbar */

/* width of scrollbar, scrollbar track */
::-webkit-scrollbar {width: 10px;}

/* Track - scrollbar channel */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey; 
  border-radius: 5px;
}
 
/* Handle of scrollbar */
::-webkit-scrollbar-thumb {
  background: var(--bg05); 
  border-radius: 5px;
}

/* to bubble up click on disabled input field */
input[disabled] {pointer-events:none}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: var(--bg03);}

/* placeholder for all input elements */
::placeholder { color: var(--bg04); opacity: 1;}

/* upon focus to all input elements */

i {float: left;}

input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
  border: 1px solid var(--bg04);
  background-color: var(--bg10);
}

.Sprint
{
  page-break-after: avoid;
  /*width: 7.3in;
  height: 10.5in;*/
  width: 210mm;
  height: 297mm;
  margin: .8in .5in 0.8in .5in;
  word-wrap: break-word;
  border: none;
}  

.Sprint1
{
  width: 5in;
  height: 2in;
  margin: 1mm;
  border: 0.1mm solid green;
} 

.Pclass
{
  border: 1px solid black;
}

.Pclass tr, .Pclass td
{
  padding: 4px;
  border: 1px solid black;
}

.ak_qrcode
{
  width: 90px;
  height: 90px;
  margin: 0px;
  display: block;
}

#QrC
{
  width: 60px;
  height: 60px;
  margin: 0px;
  display: block;
}

/* Outer box for browse and for reports */

#MenuDiv
{
  overflow-y: scroll;
  height: auto;
  display: block;
  float: none;
}


.akm_boxr, .akm_boxm, .akm_boxt {
  display: block;
  margin: 10px;
  width: 98%;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px var(--bg04);
  background-color: var(--bg10);
  box-shadow: -3px 3px 24px 0px var(--bg04);
  z-index: 2;
  margin-top: 10px;
}

.akm_boxm {
  position: fixed;
  left: 5px;
  width: 18%;
  max-height: 550px;
  overflow: scroll;
  float: none;
  margin: 0px;
  padding: 0px;
  top: 90px;
  z-index: 3;
}

.akm_logo
{
  width: 100px;
  height: 70px;
  float: left;
  margin-top: -3px;
  z-index: 8;
  padding: 4px;
  border: 1px solid var(--bg10);
  background-color: var(--bg10);
}

.akm_boxt {
  position: fixed;
  text-align: center;
  top: 0;
  height: 70px;
  padding: 2px;
  padding-left: 0px;
  background-color: var(--bg02);
  color: var(--bg10);
  font: 12px verdana, sans-serif;
}

.akm_boxt h5
{
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.akm_boxt h6
{
  display: inline;
  position: absolute;
  right: 90px;
  font: 14px verdana, sans-serif;
}

.akm_boxg {
  display: block;
  margin: auto;
  width: 98%;
  padding: 10px;
  margin: 10px;
  height: 300px;
  border-radius: 10px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08); 
  background-color: var(--bg08);
  z-index: 1;
  margin-top: 10px;
}

.akm_boxr button, .akm_boxm button {
  float: none;
  display: block;
  height: 30px;
  width: 96%;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  background-color: var(--bg03);
  border: none;
  margin: 10px;
  color: var(--bg10);
}

.akm_boxm button {
  display: block;
  border-radius: 4px;
  margin: 5px;
  height: 35px;
 }

.akm_boxm button:hover {background-color: var(--bg02);}

#MExp {
  float: left;
  position: absolute;
  left: 140px;
  bottom: 3px;
}

#WExp {
  float: left;
  position: absolute;
  left: 165px;
  bottom: 3px;
  margin-bottom: 3px;
}

#LogOut {
  margin: 5px;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  float: right;
  margin-left: 25px;
}

#SBM1 {
  background-color: var(--bg05);
  color: var(--bg01);
  text-align: center;
}

#SBM2 {
  background-color: var(--bg08); /* eceff1 */
  text-align: left;padding-left: 10px;
  min-height: 30px;
  height: auto;
  color: var(--bg01);
}

#SBM2:hover {background-color: var(--bg06);}

/*  background-color: #eceff1; */

.ak_boxb,
.ak_boxr,
.ak_boxa,
.ak_boxr,
.ak_boxrp {
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 98%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08); 
  background-color: var(--bg10);
  overflow-y: auto;
}

.ak_boxrp
{
  margin-top: 70px;
  width: 98%;
  padding: 5px;  
}

.ak_boxa
{
  margin-top: 90px;
  width: 78%;
  padding: 10px;
  box-shadow: -3px 3px 24px 0px;
  border: solid 1px var(--bg04);
  z-index: 5;
  float: right;
  margin-right: 20px;
}

.ak_boxri {
  display: block;
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08); 
  background-color: var(--bg10);
  overflow-y: auto;
}

/* Outer box of lov and for video */
.ak_boxl,
.ak_video {
  display: block;
  position: fixed;  /* Stay in place */ 
  margin-top: 50px;
  margin-left: 25%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid black;
  width: 60%;
  z-index: 5; /* Sit on top */
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.50);
/*  border: solid 1px rgba(112, 112, 112, 0.1); */
  background-color: var(--bg10);
 }

/* Frame for video - make width auto */ 
.ak_video {width: auto;}

.akm_boxl {width: 80%;}

/* div containing search box and buttons of toolbar */
.ak_boxs {
  margin-bottom: 10px;  
  padding: 0px;
  border: none;
  display: inline-block;
  float: left; 
  width: 100%; 
  overflow: none;
  font: 12px verdana, sans-serif;
  color: var(--bg00);
 }

/* div for toolbar action buttons - Used at multiple places */

.ak_act button, .ak_actb button, .ak_acti button, .akm_boxt button, .ak_actbn button, .ak_boxb button {
  float: right;
  height: 30px;
  width: 35px;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
  background-color: var(--bg08);
  border: none;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 3px;
  color: var(--bg01);
}

.ak_actb button
{
  margin: none;  
  padding: none;  
  height: 30px;
  width: 35px;
}

.ak_actbn button
{
  color: var(--bg01);
  background-color: var(--bg05);
}


#RefreshA {
  background-color: lightgreen;
}

#SearchBR {
  background-color: blue;
}

#tBtns button {
  float: right;
  height: 30px;
  width: 35px;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
  background-color: var(--bg08);
  border: none;
  margin: 5px;
  color: var(--bg01);
}

#tBtns button:disabled { background-color: var(--bg07); }
.ak_act button:disabled { background-color: var(--bg07); }
.ak_act button:disabled:hover {  background-color: var(--bg07); }
.ak_acti button {width: 300px;}

.ak_actb {margin: 1px;}

/* Tool-tips over action buttons */

.ttip {
  position: relative;
  display: inline-block;
}

.ttip .ttiptxt {
  visibility: hidden;
  width: 80px;
  background-color: var(--bg06);
  color: var(--bg01);
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.ttip .ttiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bg06);
}

.ttip:hover .ttiptext {
  visibility: visible;
}

/* hover over toolbar buttons */
.ak_act button:hover {background-color: var(--bg06);} 
.ak_acti button:hover {background-color: var(--bg06);} 
.ak_acti:focus {background-color: var(--bg06);} 
.ak_actb:hover {background-color: var(--bg03);} 
.ak_actbn button:hover {background-color: var(--bg08);} 

/* Search-box */
.ak_search, .ak_searchd, .ak_searchm {
  padding: 8px;
  padding-left: 25px;
  margin: 5px;
  margin-left: 0px;
  margin-right: 20px;
  border-radius: 25px;
  border: solid 1px var(--bg04);
  background-color: var(--bg10);
  font: 14px Verdana, sans-serif;
  display: inline;
  float: left;
}

.ak_searchd {
  padding: 5px;
  padding-left: 20px;
  margin: 5px;
  margin-left: 100px;
  border-radius: 15px;
}

.ak_searchm {
  margin: 10px;
  position: sticky;
  top: 10;
  padding: 8px;
}

/* Title on main browse form / report header */
.ak_title, .ak_titler {
  padding: 3px;
  border: none;
  font: 16px Verdana, sans-serif;
  font-weight: bold;
  color: var(--bg03);
  float: left;
  margin:  10px;
}

.ak_titler {
  font: 14px Verdana, sans-serif;
  font-weight: bold;
}

/* no of records and selected record and its approval status in the browse window */
.ak_recs {
  font: 14px Verdana, sans-serif;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0px;
  float: left;
  color: var(--bg03);
}

.ak_spin
{
  width: 50px;
  height: 50px;
  margin: 50px;
  z-index: 3;
}

/* browse and report table frame and body */
.ak_table, .ak_tabler, .ak_tabled {
  margin: 0px;
  padding: 0px;
  position: relative;
  max-height: 350px;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px rgba(112, 112, 112, 0.08);
  overflow: auto;
  table-layout: fixed;
  max-width: 6000px;
}

.ak_table, .ak_tabler {
  max-height: 500px;  
}

.ak_tabbody,
.ak_tabbodye,
{
  margin: 0px;
}

.ak_tabbody td[rowspan] {
  vertical-align: top;
  text-align: left;
}

.ak_table th, .ak_tabler th, .ak_tabled th {
  position: sticky;
  text-align: center;
  top: 0;
  padding: 5px;
  color: var(--bg10);
  background-color: var(--bg02);
  border-left: 1px solid var(--bg08);
  border-right: 1px solid var(--bg08);
  white-space: nowrap;
}

.ak_tabled th {white-space: normal;}

.ak_table tfoot, .ak_tabler tfoot, .ak_tabled tfoot {
  position: sticky;
  text-align: center;
  bottom: 0;
  padding: 5px;
  color: var(--bg10);
  background-color: var(--bg04);
  border-left: 1px solid var(--bg08);
  border-right: 1px solid var(--bg08);
  white-space: nowrap;
}

.ak_stot {
  background-color: var(--bg04);
}


/* rows, cells, alternate rows, and hover color for browse, lov, and report window */

#ak_config {color: var(--bg02); background-color: var(--bg10); border: 1px solid var(--bg02);}

.ak_tabbody tr, .ak_tabbody td,
.ak_tabbodye tr, .ak_tabbodye td, .ak_tabbodye td input, .ak_tabbodye td select {
  padding: 8px;
  font: 14px Verdana, sans-serif;
  word-break: none;
  background-color: var(--bg08);
  border: 1px solid var(--bg10);
/*  white-space: nowrap; */
}

.ak_tabbodyr tr, .ak_tabbodyr td {
  border: 1px solid var(--bg02);
  white-space: normal;
  padding: 3px;
  font: 13px Verdana, sans-serif;
}

.ak_tabbodye tr, .ak_tabbodye td, .ak_tabbodye td input, .ak_tabbodye td select 
{padding: 0px; margin: 0px; border-radius: 0px;}

.ak_tabbodye td input, .ak_tabbodye td select {
  border: none;
  padding: 3px;
}

.ak_tabbody tr:nth-child(even) td {background-color: var(--bg10);}
.ak_tabbody tr:hover td, .ak_tabbodyb tr:hover td {background-color: var(--bg07);}

.ak_tabbodye tr:nth-child(even) td, tr:nth-child(even) td input, tr:nth-child(even) td select 
{background-color: var(--bg08);}
.ak_tabbodye tr:hover td, .ak_tabbodye tr:hover input, .ak_tabbodye tr:hover select 
{background-color: var(--bg08);}

#ak_thisrow, #ak_thisrow td, #ak_thisrowe td input, #ak_thisrowe td select 
{background-color: var(--bg06);}

#ak_rowerr, #ak_rowerr td
{background-color: orange; border: 1px solid red;}
#ak_rowerr:hover, #ak_rowerr:hover td
{background-color: yellow;}

#ak_thisrowe, #ak_thisrowe td, #ak_thisrowe td input, #ak_thisrowe td select 
{background-color: var(--bg06);}

#ak_thisrowe input:focus, #ak_thisrowe textarea:focus, 
#ak_thisrowe button:focus, #ak_thisrowe select:focus {
  outline: none;
  border: none;
  background-color: var(--bg10);
}

#ak_thisrowed {background-color: var(--bg08);}

/* Data Entry Screen *

/* Heading and Section Titles */

.ak_es {
  display: block;
  float: left;
  margin: 10px;
}

.ak_framea_s {
  margin-top: 80px;
}

.ak_es_s {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  margin: 10px;
}

.ak_es_hd {
  margin: 10px;
  padding-left: 80px; /* just to keep padding for title */
  width: 98%;
  height: 50px;
  font: 12px Verdana, sans-serif;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: var(--bg03); /* dark blue-gray  */
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 1;
}

.ak_es_hdb {
  display: block;
  float: none;
  margin-top: 85px;
}

.ak_es_hdbc {
  display: block;
  float: none;
  width: 65%;
  overflow-x: scroll;
}
/* Screen Title on entry form */

.ak_titles, .ak_titled {
  border: none;
  margin: 10px;
  font: 18px sans-serif;
  font-weight: bold;
  float: left;
  color: var(--bg10);
  margin-left: 5px;
}

.ak_titled {color: var(--bg03);}
.ak_titles {position: absolute; left: 325px;}

/* Horizontal line for box display */

.ak_hline {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  height: 2px;
  padding: 0px;
  margin: 6px 0px;
  width: 100%;
}

/* bs grid row and blank row for data entry on header */
.row {
  border: none;
  font: 14px Verdana, sans-serif;
  background-color: var(--bg10);
  height: auto;
  margin: 0px;
  padding: auto;
}

/* blank row */
.ak_brow {
  border: none;
  height: 15px;
}

/* Data Boxes on Input Screen - Spans  */
.ak_span, .akp_span {
  display: inline-block; /* the default for span */
  width: 400px;
  height: 400px;
  padding: 5px;
  margin: 10px;
  float: left; 
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: var(--bg10);
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
}

.ak_image
{
  top: 0;
  margin: 0;
  padding: 0;
}

.akp_span {
  display: inline-block; /* the default for span */
  border-radius: 10px;
  border: 1px solid var(--bg01);
  background-color: var(--bg10);
  box-shadow: none;
}

/* Data Box for Query Box */
.ak_spanq {
  position: fixed; /* Stay in place */ 
  z-index: 1; /* Sit on top */
  padding-top: none; /* Location of the box */
  left: 30px;
  top: 80px;
  width: 40%; /* width */
  overflow: auto;
}

.ak_esatt1 {
  margin: 10px;
  float: left; 
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: var(--bg10);
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
}

.ak_esatt {
  position: fixed; /* Stay in place */ 
  max-height: 600px;
  padding: 30px;
  overflow: auto;
  right: 10px;
  z-index: 1; /* Sit on top */
  top: 80px;
  width: 40%; /* width */
  margin: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: var(--bg10);
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
}

.ak_spanqp 
{   /*class added by pooja...*/
  position: fixed; /* Stay in place */ 
  z-index: 1; /* Sit on top */
  padding-top: none; /* Location of the box */
  left: 75%;
  top: 80px;
  width: 18%; /* width */
  overflow: auto;
 background-color: #fdf5e6;
}

.ak_spanqp tr:hover td {background-color: var(--bg07);} /*class added by pooja...*/

.ak_spana {
  position: fixed; /* Stay in place */ 
  z-index: 1; /* Sit on top */
  padding-top: none; /* Location of the box */
  right: 30px;
  top: 100px;
  width: 30%; /* width */
  overflow: auto;
  height: 550px;
}

.ak_attach {
  width: 98%;
  height: 400px;
}


.ak_spanp {
  width: 80%; /* width */
  height: 80%; /* width */
  background-color: var(--bg10);
  border: 1px solid var(--bg01);
}

#AtBtn
{
  width: 30px;
  height: 30px;
  background-color: var(--bg02);;
  color: var(--bg10);;
  z-index: 3;
  display: block;
}

.ak_spt {font-weight: bold;}

/* Data Entry - header, detail, disabled, input screen label */
.ak_inputa, .ak_inputb, .ak_inputd, .ak_scrbtn, 
.ak_inplbl, .ak_inputer, .ak_inputok { 
  background-color: var(--bg08);
  color: var(--bg01);
  font: 14px Verdana, sans-serif;
  border: 1px solid var(--bg02);
  height: 24px;
  margin: 2px;
  padding: 2px;
  border-radius: 4px;
  font-variant-numeric: slashed-zero;
}

.ak_inplbl {border: none;}

/* Data Entry - disabled */
.ak_inputd {background-color: var(--bg08); border: none;}

.ak_inputa:disabled {background-color: var(--bg08); border: none;}

/* Data Entry - Detail - no border, padding, margin */
.ak_inputb {  
  border: none; 
  margin: 0px;
  padding: 2px;
}

.ak_inputh {  
  border: 2px solid var(--bg03);
  background-color: var(--bg06);
}

/* Data Entry - Error */
.ak_inputer {
  border: 2px solid red;
}

/* Data Entry - NO error - ok input */
.ak_inputok {
  border: none;
}

/* Data Entry - Labels */
.ak_inplbl {
  float: left;
  margin-left: 10px;
  background-color: var(--bg10);
}

/* right alignment of numeric fields */
.a_nr {text-align: right;} 

/*  buttons on input screen  */
.ak_scrbtn {
  background-color: var(--bg05);
  text-align: center;
  cursor: pointer;
  color: var(--bg10);
}

#ak_close {
  border: none;
  margin: 5px;
  border-radius: 5px;
  padding: 1px;
  height: 30px;
  width: 35px;
  background-color: red;
  text-align: center;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 2px;
  right: 2px;
  float: none;
}

/* Container frame for toggle buttons set and detail block */
.ak_framea {
  display: block;
  padding: 5px;
  margin: 5px;
  width: auto;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: var(--bg10);
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
  overflow: none;
  float: left;
 }

.ak_frmbtn, #ak_frmbtn1 {
  font: 14px Verdana, sans-serif;
  width: 250px;
  background-color: var(--bg03);
  text-align: center;
  cursor: pointer;
  color: var(--bg10);
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  border: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;  
}

.ak_frmbtns  {
  font: 12px Verdana, sans-serif;
  width: 120px;
  background-color: var(--bg03);
  text-align: center;
  cursor: pointer;
  color: var(--bg10);
  margin: 3px;
  padding: 5px;
  border-radius: 2px;
  border: none;
  position: relative;
  z-index: 1;
}

.ak_frmbtn:hover,
.ak_frmbtn:focus,
.ak_scrbtn:hover,
.ak_scrbtn:focus,
.ak_frmbtns:hover,
.ak_frmbtns:focus,
#ak_frmbtn1:hover,
#ak_frmbtn1:focus
{
  background-color: var(--bg05);
}

.ak_frmbtn:disabled,
.ak_frmbtn:disabled:hover 
{background-color: var(--bg05);}

.ak_frmbtn_t {
  font: 14px Verdana, sans-serif;
  width: 150px;
  background-color: var(--bg05);
  text-align: center;
  cursor: pointer;
  color: var(--bg10);
  margin: 3px;
  padding: 3px;
  border-radius: 2px;
}

.ak_tabled {
  margin-top: 0px;
  padding-left: 0px;
}

.Disp-inputL {
  border: none;
  padding: 2px;
  display: inline;
  margin-left: 10px;
}

.Disp-inputD {
  margin: : 5px;
  padding: 2px;
  width: auto;
  display: inline;
  margin-left: 0px;
}

.Disp-inputF {
  background-color: var(--bg06);
  color: var(--bg01);
  font: 14px Verdana, sans-serif;
  border: 1px solid var(--bg10);
  height: 24px;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
  display: inline;
}

/* Table, Header, Body, Rows, and Cells */
.Print-table {
  margin: 10px 5px 5px 5px;
  padding: 0px;
  border: 1px solid sienna;
  width: 98%;
  border-collapse: collapse;
  height: auto;
}

/* Sample Classes

for box and button

*/

.samp_box, .samp_boxa {
  display: auto;
  margin: auto;
  margin-top: 30px;
  width: 90%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08);
  background-color: var(--bg10);
  height: 500px;
  overflow: auto;
}

.samp_boxa {
  float: left;
  width: 25%;
  margin: 10px;
}

.samp_box button, .samp_boxa button {
  float: none;
  height: 30px;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
  background-color: var(--bg06);
  border: none;
  margin: 5px;
  color: var(--bg01);
  display: block;
}

.samp_box button:hover {
  background-color: var(--bg02);
  color: var(--bg10);
  font-weight: bold;
}

.ak_raj_d1, .ak_raj_d2, .ak_raj_d3, .ak_raj_d4 {
  display: block;
  margin: auto;
  width: 98%;
  padding: 2px;
  margin: 10px;
  height: 140px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08); 
  background-color: var(--bg08);
  z-index: 1;
  margin-top: 150px;
  display: block;
}

.ak_raj_d2 {
  height: 25px;
  background-color: #ffcccc;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: 0px;
}

.ak_raj_d21 {
  height: 20px;
  color: white;
  padding: 0px;
  background-color: orange;
  z-index: 2;
  margin: 0px;
  font: 14px verdana, sans-serif;
}

.ak_raj_d3 {
  height: 30px;
  background-color: white;
  z-index: 2;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ak_raj_d4 {
  height: 25px;
  background-color: #ccffcc;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ak_raj_d41 {
  height: 20px;
  color: white;
  background-color: darkgreen;
  padding: 0px;
  z-index: 2;
  margin: 0px;
  font: 14px verdana, sans-serif;
}

#ak_focus
{
  background-color: orange;
  font-weight: bold;
}

#ActBtn
{
  position: sticky;
  width: 1000px;
  right: 0px;
}

#ActB
{
  height: 30px;
  width: 150px;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
  background-color: var(--bg05);
  border: none;
  margin: 3px;
  color: var(--bg10);
}

#ActBV
{
  color: var(--bg05);
  background-color: "red";
}

#ActB:hover {background-color: var(--bg03);}
#ActBV:hover {color: var(--bg02);}

.rgraph
{
  height: 500px;
  width: 700px;
  z-index: 4;
  top: 200px;
  left: 200px;
  position: fixed;
  display: inline-block;
  float: left;
}

/* TOOLTIP TEXT FOR BUTTONS */

.UserWait 
{
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 3;
  top: 300px;
  left: 300px;
  background-color: lightgreen;
}

/* PRINT FORMAT CLASSES  */

@page
{ 
  size: a4 portrait;
 }

/*

@page:left
{ 
  margin-left: 10mm;
}

@page:right
{ 
  margin-right: 10mm;
}

@page:right{
  @bottom-right {
    content: counter(page);
  }
}
*/

.header {
position: fixed;
width: 150mm;
height: 10mm;
border: 2px solid red;
top: 0;
}

.gp_odiv
{
  width: 21cm;
  height: 28cm;
  background-color: #fff;
  border: 1px solid black;
  display: block;
  float: none;
  margin: auto;
}

.gp_bdiv
{
  background-color: lightyellow;
  display: inline;
  float: left;
  margin: none;
}

.gp_idiv
{
  display: inline-block;
  background-color: #fff;
}

.gp_ldiv
{
  display: inline-block;
  height: auto;
  width: 98%;
  padding: 1px;
  margin: none;
  background-color: #fff;
}

.gp_table
{
  margin: none;
  padding: none;
}

.gp_table, .gp_table th, .gp_table td
{
  border-collapse: collapse;
  margin: none;
  border-bottom: 1px solid black;
}

.gp_thead, .gp_tbody
{
  font: 10px Verdana, sans-serif;
  padding: 1px;
  border: 1px solid black;
  text-align: center;
  margin: none;
}

.gp_text
{
  font: 10px Verdana, sans-serif;
  height: 20px;
  margin: 2px;
  padding: 1px;
  display: inline;
  border: none;
  left: 2mm;
  text-align: left;
}

.gp_hline {
  border-top: 1px solid #000;
  height: 2px;
  padding: 0px;
  margin: 6px 0px;
  width: 100%;
}

* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid #000;
  border-radius: 5%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}

#spinner:not([hidden]) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8;
}

#spinner::after {
  content: "";
  width: 150px;
  height: 150px;
  border: 5px solid #f3f3f3;
  border-top: 3px solid #f25a41;
  border-radius: 100%;
  will-change: transform;
  animation: spin 1s infinite linear;
  z-index: 8;
  background-color: white;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ak_gcbox
{
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 98%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.08); 
  background-color: var(--bg10);
  overflow-y: auto;
} 

.ak_pmdash td {background-color: lightblue;}
.ak_pmdash tr:nth-child(even) td {background-color: white;}
.ak_pmdash tr:hover td {background-color: var(--bg07);}

.ak_pmdash
{
  height: 90%;
  width: 2000px;
  overflow: scroll;
  margin-left: 10px;
}
.ak_pmdash button
{
  width: 10px;
  height: 10px;
  margin: 3px;
  border: 1px solid black;
  border-radius: 2px;
  background-color: white;
  float: right;
}

.ak_pmdash h4, .ak_pmdash h5, .ak_pmdash h6
{
  position: sticky;
  left: 10px;
  display: block;
}

